cancel
Showing results for 
Search instead for 
Did you mean: 

Error in reading fields from web application

PrageetDak
Level 4
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

John__Carter
Staff
Staff
It's not related to the web application. It looks like you are handling queue items incorrectly. A queue item cannot be handled by any process/object other than the one that first locked it with Get Next Item.