MIGRATE_CONTENT on SHAREABLE documents

Mr JIssam
Mr JIssam Member
edited 12:32PM in Documentum #1

Hello,

We need to migrate content from file store to ECS for SHAREABLE documents.

Since the documents are multi pages with different content, is there any known way to do this, exemple:

EXECUTE MIGRATE_CONTENT FOR '{{objectId}}' WITH target_store= '{{targetstore}}'

is it sufficient or should we do this for each page number

Tagged:

Answers

  • Hicham Bahi
    Hicham Bahi E Member

    Never tried before, so good luck with that!

    According to the documentation, it will only migrate page 0. I didn't find any mention of subsequent pages. Furthermore, a_storage_type is inherited from the shared parent, but according to HVS manual, if you change its value it will only apply to new LWSOs. So implicitely (at least it's my understanding), you could move single LWSOs without problems. In any case, I think the only way to know for sure is to try it out.

    Personnally I prefer to use MIGRATE_CONTENT directly against dmr_content objects before it means less problems. If it's a one off migration to ECS, then I would simply migrate all dmr_content objects from the source storage area to ECS. Anyway, I would be interested to hear about your findings!

  • Michael McCollough
    Michael McCollough E Community Moderator

    @Mr JIssam

    For something like this, you can try and see result from one document as @Hicham Bahi suggests.

    However if you do not have a test environment for this, you could also open a support ticket to get this confirmed by support. If support cannot answer they will consult with our engineering (the developers) to get an answer.