Archive for September, 2007

Deleting a user from the Documentum repository

Friday, September 28th, 2007 Posted in DCTM | 1 Comment »

Deleting a user from the repository is highly not recommended Prior to deleting an user from the repository, the ownership of all the objects owned by the user needs to be ... Read more..

DQL to uninstall Workflows

Wednesday, September 12th, 2007 Posted in DCTM, ECM | No Comments »

Retrieve the workflow that needs to be uninstalled SELECT r_object_id, object_name, r_definition_state FROM dm_process WHERE object_name = '<Name of Workflow>' Change the definition of the workflow to DRAFT (0 = ... Read more..