Help in importing and exporting CTDs

Hi All,

I have a CTD in wem lower enviornment and wanted to export it and import that to wem higher env.

Do we have a command to export from wem prod test and import it to wem prod? similar to what we have for specidic folder.

vgnexport -h localhost:27110 -u user1 -p password1 -f /mypath/Superman.zip -i 07400264540de310VgnVCM1000007306160aPROJ

vgnimport -h LowerEnv:27110 -u user1 -p password1 -f /mypath/Superman.zip -c errorPolicy=continue

Thanks,

Rachit

Comments

  • You can export a single content type by specifying its id exactly as you do when you export a folder.

    As an easier alternative, in place of the argument

     

    –i <content mgmt. id>

     

    you can specify

     

    -t contentType –n <ctXmlName>

     

    All these info are available in the manuals.

     

    Ciao

    Mario

     

     

    From: eLink Entry: Discussion Group - Web Experience Management [mailto:v7webcontentmanagement@elinkkc.opentext.com]
    Sent: mercoledì 23 novembre 2016 08:27
    To: eLink Recipient
    Subject: Help in importing and exporting CTDs

     

    Help in importing and exporting CTDs

     

    Posted by Mohan, Rachit On 11/23/2016 02:23 AM

     

     

    Hi All,

    I have a CTD in wem lower enviornment and wanted to export it and import that to wem higher env.

    Do we have a command to export from wem prod test and import it to wem prod? similar to what we have for specidic folder.

    vgnexport -h localhost:27110 -u user1 -p password1 -f /mypath/Superman.zip -i 07400264540de310VgnVCM1000007306160aPROJ

    vgnimport -h LowerEnv:27110 -u user1 -p password1 -f /mypath/Superman.zip -c errorPolicy=continue

    Thanks,

    Rachit


    [To post a comment, use the normal reply function]

    Forum:

    Discussion Group - Web Experience Management

    Content Server:

    Knowledge Center CS16

     

  • Thanks for the information Mario. It helps.

     

    Regards,

    Rachit