Error in reading fields from web application
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-07-17 05:33 PM
Hi - I have one web application object, one web process and one main process. Current flow is : I am calling object from web process and web process from main process. Whenever I try to read certain fields it gives me below error :
Internal : The specified item was not locked by this business object
Having said that, when I just call object from my process it doesn't give error( here I am not calling process within process, directly process which in turn calling object).
How to resolve this error? Any help or ideas will be appreciated.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-04-22 04:18 PM
Hi Prageet,
I looks like when you are passing the case from the main process to the sub-process of the Web process you don't unlock it in the queue to allow the web process to get a lock on it.
This can cause the above error as if you are trying to populate queue data or compare queue data to data the object is gathering when spying it can't as the main process has the item ang the queue data locked.
A single unlock stage should help you out here.
Best Regards,
------------------------------
Ronan Considine
Senior Business Analyst
Blue Prism
------------------------------
I looks like when you are passing the case from the main process to the sub-process of the Web process you don't unlock it in the queue to allow the web process to get a lock on it.
This can cause the above error as if you are trying to populate queue data or compare queue data to data the object is gathering when spying it can't as the main process has the item ang the queue data locked.
A single unlock stage should help you out here.
Best Regards,
------------------------------
Ronan Considine
Senior Business Analyst
Blue Prism
------------------------------
Ronan Considine
Senior Business Analyst
Blue Prism
