Hi ,
I am getting the error while marking the item as Exception.
"Internal : The specified item was not locked by this business object".
Please read the above Error message in double Coat.can anybody help me to know the meaning of this error.
Regards,
Priya
You are trying to manipulate a queue item using an object/process who isn't the 'owner' of the item. The owner is the one who obtained the item via Get Next Item.
Hi,
have a look on the stages that use the Business Object Work Queues with Actions like e.g. Mark Exception which require an Input value for the Name ""Keep locked"". There should be a Flag value of either ""True"" or ""False"". In case of a system exception you could use ""True"" and decide the retry attempts in the work queue settings (based on the consensus with the client).
Get Next Item, Mark Complete, Mark Exception, Defer, etc etc must be performed by the same process or object. I've never seen the 'The specified item was not locked by this...' error produced zany other way.
Hi,
I too facing the same issue. I am using Get Item and Mark Complete in the same Process even then getting the same message.Any help here pls..
""Internal : The specified item was not locked by this business object"".
Hello, I recommend looking at the example process solution in the Lifecycle Orientation solution - ensure how you have implemented queue handling works in the same way as shown in that completed best practice example. The LO training is a mandatory part of the accreditation path, and the use of Process Templates as part of your process development should be a mandatory starting point for every solution you build.