Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Enqueue/dequeue

Former Member
0 Likes
1,065

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
838

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

2 REPLIES 2
Read only

Former Member
0 Likes
839

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

Read only

former_member196299
Active Contributor
0 Likes
838

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