Application Development 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: 

DEQUEUE

fabio_bellocchio
Participant
0 Kudos

cProjects

Hi,

please, how can I unlock a PROJECT that has been locked by the user?

I need to run a batch process, in the night, but if some of the projects is locked, the program should unlock it.

With the function ENQUE_READ2 I can retrieve information about what must be unlock.

BUT how can I unlock?

I tried the function DEQUEUE_ENQ_CGPL_PROJECT, but it did not work, (there are many input parameters and so far I could not understand what means each one).

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Please see below thread, Might help you.

Regrads

jana

4 REPLIES 4

Former Member
0 Kudos

Hi,

Please see below thread, Might help you.

Regrads

jana

0 Kudos

Hi jana,

thank you!

Actually I do not need to unlock the user, but a record in table DPR_PROJECT locked by the user.

If have any suggestion, please let me know.

Regards,

Fabio

0 Kudos

Hi Fabio,

Try with this FM - ENQUE_DELETE

Cheers,

Kothand

0 Kudos

Hi Kothand,

it worked perfectly.

Thank you very much!

Regards.