‎2007 May 15 9:53 AM
Hi Experts,
If i lock an object using Enqueue and before i do the dequeue, it goes to short dump...then what will happen to the object. The lock will be realease automatically or we need to unlock it manually.
Regards,
Raman
‎2007 May 15 9:55 AM
Hi
The lock is released automatically when the program ends, and it ends if a dump occurs.
So u shouldn't release them manually, anyway you can check them by SM12
Max
‎2007 May 15 9:55 AM
Hi
The lock is released automatically when the program ends, and it ends if a dump occurs.
So u shouldn't release them manually, anyway you can check them by SM12
Max
‎2007 May 15 9:56 AM
Hi Raman ,
According to my knowledge once you lock the onject and the session is finished , the object gets unlocked automatically . you need not unlock it manually, but in general practice its better to use the dequeue FM and unlock it.
Regards,
Ranjita