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

DEQUEUE

fabio_bellocchio
Participant
0 Likes
792

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
Read only

Former Member
0 Likes
728

Hi,

Please see below thread, Might help you.

Regrads

jana

4 REPLIES 4
Read only

Former Member
0 Likes
729

Hi,

Please see below thread, Might help you.

Regrads

jana

Read only

0 Likes
728

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

Read only

0 Likes
728

Hi Fabio,

Try with this FM - ENQUE_DELETE

Cheers,

Kothand

Read only

0 Likes
728

Hi Kothand,

it worked perfectly.

Thank you very much!

Regards.