Documentum No Content Copy(NCC) Importer

Introduction

The Documentum No Content Copy (NCC) Importer is a special variant of the regular Documentum Importer. It offers the same features as regular Documentum Importer with the difference that the content of the documents is not imported to Documentum during migration. The content files themselves can be attached to the migrated documents in the target repository by using one the following methods:

  1. copy files from the source storage to the target storage outside of migration-center

  2. attach the source storage to the target repository so the content will be access from the original storage.

Supported Documentum Content Server versions

The Documentum Scanner currently supports Documentum Content Server versions 6.5 to 20.2, including service packs.

For accessing a Documentum repository Documentum Foundation Classes 6.5 or newer is required. Any combinations of DFC versions and Content Server versions supported by EMC Documentum are also supported by migration-center’s Documentum Scanner, but it is recommended to use the DFC version matching the version of the Content Server being scanned. The DFC must be installed and configured on every machine where migration-center Server Components is deployed.

Deployment and configuration for Content Addressable Storage(CAS)

When documents to be migrated are located in a Content Addressable Storage (CAS) like Centera or ECS some additional steps for deployment and configurations are required.

  1. Create the centera.config file in the folder .\lib\mc-dctm-adaptor. The file must contain the following line: PEA_CONFIG = cas.ecstestdrive.com?path=C:/centera/ecs_testdrive.pea Note: Set the storage IP or machine name and the local path to the PEA file.

  2. Copy Centera SDK jar files in .\lib\mc-dctm-adaptor folder

  3. Copy Centera SDK dlls in folder that is set in the path variable. Ex: C:\Program Files\Documentum\Shared

  4. Restart the jobserver

If Centera SDK 32 bit is used, than the Jobserver must be run with Java 32 bit The importer was tested with Centera SDK version 3.2

Technical information on NCC feature

Documentum NCC importer works in combination with Documentum No Content Copy (NCC) Scanner. The scanner does not export the content from the source repository but it exports the dmr_content objects associated with the documents and stores them in migration center database as relations of type "ContentRelation". The importer will use the information in the exported dmr_content for creating the corresponding dmr_content in the target repository in such such a way that it points to the content in the original filestore.

Documentum NCC importer supports all the features of the standard Documentum Importer but the system rules related to the content behave differently as is described below. Also the some dm_document attributes are now mandatory.

Primary content attribute

Rendition system attribute

All renditions scanned from the source repository must be imported in the target repository. If dctm_obj_rendition will be set with fewer or more values than the renditions scanned from the source repository the object will fail to import.

Specific importer parameters

In addition to standard parameters inherited from Documentum Importer some specific parameters are provided in the Documentum NCC importer.

Post migration tasks

This kind of migration requires some settings to be done on the target repositories at the end of the migration.

Delete the temporary storage

As it was described above, the importer creates temporary content during migration. This content is not required to be kept after the migration and therefore the storage set in the parameter "tempStorageName" can be deleted from the target repository.

Updating data ticket sequence

This section applies only when content is located in a file storage. In case of using a Content Addressable Storage updating data ticked sequence is not applicable.

After documents are imported to your new Documentum there will be a mismatch of the data ticket offset between your new Documentum file store and the Documentum Content Server Cache. The Documentum NCC importer is delivered with a tool fixing this offset. You can find this tool in your Server Components Installations folder under "\Tools\mc-fix-data-ticket-sequence". Running this start.bat-file opens a graphical user interface with a dialog to select the repository, which contains imported documents, and provide credentials to connect to it. After a successful login the tool lists available Documentum file stores that may require an action to fix the data sequence. If the value “offset” of a file store is less than 0 your action is required to update the data ticket sequence of this file store. The column “action” informs you to take action as well. If you want to update the data ticket sequence of a file store, you must select the file store and press the button “Update data ticket sequence” at the bottom of the tool. After a successful update of the data ticket sequence you have to restart your repository via the Documentum Server Manager.

Know issues

Delta migration for the multipage content does not work properly when a new page is added to the primary content.

Last updated