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:34 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
05-07-17 09:24 PM
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.
