Question
Release Lock which is held by another user .
Hi All,
We have upgraded our application from 6.1 to 7.2 . In 6.1 we are able to delete the lock instance of another user from pr_sys_locks table and access the case
But in later versions , even though lock is deleted it is still there in memory cache. Which restrict user to access the case which held by another user.
I have gone through the post "https://pdn.pega.com/support-articles/unable-unlock-work-object-multi-node-environment" ,but am not sure whether doing those changes will solve my problem.
Can any one let me know if there is way to achieve this requirement?
Hi Kiran,
You can try using optimistic lock mechanism if that helps your requirement.
Optimistic locking enables multiple operators to open the case. No lock is obtained when the case is opened. The lock occurs when the user submits the case.
Regards,
Vikash