Hello ,
I have dfc java process which inserts new documents into a custom document type. I have a test case where i need to see the outcome of the process if there is a deadlock . Is it possible to lock the entire custom type table and then run the the process to see the outcome . Example in Oracle you can lock the entire table for update. Can this similarly be done in documentum . I have access to the da / dqleditor
How can i enforce a deadlock considering new documents are to be inserted.