This error message indicates that a Clarity lock has been placed on one of the Studio Objects.
It may or may not be on the object that was currently being updated; it could be a different object.
Query to find which object has got a lock on the prlock table:
Show all Current locks:
Show Locks Older Than 1 Hour
If any records are returned, go to the UI and verify that these objects should not be locked.
Do not delete locks without confirming that no users are actively performing updates on the object.
If the records remain in the PRLOCK table, the next step is to delete the specific PRLOCK records found.
DB deletions should be done ONLY when the record cannot be released through standard application functionality.
Go to the URL browser address field and modify the URL to reveal the locks page, e.g. https://server/niku/nu#action:security.locks
Select the lock type for Type = 'Object Update' only
and Click button (Clear Locks).
Queries to delete the object definition locks:
NOTE: Back up the PRLOCK table and test resolution in a non-production environment first.
FOR ON PREMISE IMPLEMENTATIONS ONLY.
It is strongly recommended to back up the affected data before performing any delete operation.
Back up queries:
If you want to back up the data that is older than an hour, just append the optional condition to the SELECT statements above.
Deleting all current locks:
Deleting locks older than 1 hour:
Understanding Clarity PRLOCK Table
The PRLOCK table is used to prevent concurrent editing. The feature restricts 2 or more users from editing the same field in the database at one time.
All of them are legitimate locks, and should clear automatically, but the lock can not be released if the user transaction does not complete.
More information can be found at:
https://community.broadcom.com/communities/community-home/digestviewer/viewthread?MID=744933#bm25d3d2b5-4918-46b2-b815-bfb665fde9b2