Hi All,
We are planning to migrate documentum contents from 6.0.0.096 Linux.oracle to 6.6.
As per our understanding we can migrate them by writing own DFC custom script or with third party tool available in market for migration.
Below is the approach we are planning to use for writing content migration script
- Write a script to import content objects call it as srcobject
- Save the contents in srcobject
- Save the metadata of content in srcobject
- Save the srcobject in temp location
- Read the srcobject along with metadata from temp location
- Create new object (required object type) in target system call it as dstobject
- Assign the metadata to dstobject
- Save the contents with dstobject
- Save the dstobject
Also we will be using composer to migrate below object
- User
- Group
- Obejct Type
- ACL
- Workflows
- Lifecycle
- TBO
- SBO
- JAVA Methods
- Jobs
- Roles
- Presets
- Formats
Please guide us on above approach to go with it or not.
As there are many third party tools in market for content migration which approach will be good to use standard tool or write own custom script for migration. Also Please share tool names that can be used for content migration.
Thanks in advance.