Group rename (dm_GroupRename and dm_GroupRename_Java)

The group rename job renames repository groups and works in conjunction with the Groups pages in Documentum Administrator. By default, the job is installed in the inactive state.

The Group Rename tool generates a report that lists the changes made to the repository objects for the group rename. The report is saved in the repository in /System/Sysadmin/Reports/GroupRename.

The dm_GroupRename method is available as a Docbasic or a Java method. The difference between the two method versions is that the Java version also supports international characters, including multibyte characters. By default, the group rename job points to the Docbasic version, dm_GroupRename. To use the Java version, you must change method name in the job properties to point to the dm_GroupRename_Java method.

To change the method name:

  1. In Documentum Administrator select Job Management > Jobs.

    The Jobs page displays.

  2. Select the dm_GroupRename job.

  3. Right-click the job and select Properties.

    The Job Properties page displays.

  4. Click the Method tab.

  5. Click Select Method and select the dm_GroupRename_Java method in the Name column.

  6. Click OK to save the changes.