cancel
Showing results for 
Search instead for 
Did you mean: 

end of subsheet without corresponding start

Anonymous
Not applicable
Hi All,   I am getting error "end of subsheet without corresponding start" at END stage of last page in main process. I don't understand why this error is occurred. I need help if somebody knows about it.
5 REPLIES 5

John__Carter
Staff
Staff
The message indicates that BP does not know where to go after the end of a page because it did not enter the page via the Page Reference stage. Basically BP is lost because it hasn't followed a linear route. The reason for that is that you have been jumping from page to page using Set Next Stage.

Hi John,

Maybe that could be one of the reasons. But I have encountered this error even after have a page reference and had not used the set next stage. I simply ran the process from the studio by clicking on the run button. I had to stop the run due to this error but when I ran it again this error did not appear. Will you be able to provide more information on this? Thanks.

------------------------------
Charanjiv Singh Janjua
Mr
Accenture
Asia/Kolkata
------------------------------

Very difficult to say Charanjiv, I've only ever seen that error due to the user behaviour I mentioned. If you can recreate the error every time, please send the process/object as part of a ticket for our support team to investigate.

------------------------------
John Carter
Professional Services
Blue Prism
------------------------------

Hello Bhupesh,

This error usually occurs when you are stepping through a process and then change the stage using the "set next stage" function. This then disrupts the usual path of the process if it is already on a subsheet and it does not follow that it has been called as a page.

To amend this you can either set up the process so that it can run autonomously and not have to change the stages, or when the error appears set the next stage as the start of the page you would like to run.

Hope this helps

------------------------------
Ronan Considine
------------------------------
Ronan Considine Senior Business Analyst Blue Prism

VivekGoel
Level 10
Consider the scenario:

Mainpage
     Subpage 1 
          Subpage 2 (returns back control to Subpage 1)
but then subpage 1 doesn't send back control to Main Page....

in such scenario, the said error will occur.

Your process must be such that No matter what at the end of the process, the process must reach the main page "END" stage. (atleast by linking).


------------------------------
Vivek Goel
"If you like this post, please press the "Recommend" Button.
------------------------------