Verify Locks command

Use the verify locks (verilk) command to check and repair:

  • the parent_list, which contains information about the relationships between parent and child objects. For each child object, it contains the object ID of the parent, the object ID of the child, and the current revision of the child.
  • project post lists and project locks.

The verilk command should be executed with the -relations switch before you execute reap_delete or if you encounter errors with the parent_list or the post list.

Before executing the verilk command, it is recommended that you log in to the database in sqlplus as dbname/password — where dbname is the name of the Contenta database and password is the Contenta password for the database (if you do not know the Contenta password for the database, call SDL Customer Support). Then issue the following commands at the SQL prompt:

delete from parent_list;
delete from subcfgs;
quit

Then issue the verilk command.