Hi, what are the steps to export any specific folder content and then to import the same on the lower env?
Thanks,
Rachit
Modify the logicalPath of the content instances in the packageBody.
From: eLink Entry: Discussion Group - Web Experience Management [mailto:v7webcontentmanagement@elinkkc.opentext.com]Sent: martedì 12 gennaio 2016 08:16To: eLink RecipientSubject: Import and Export Content.
Import and Export Content.
Posted by Mohan, Rachit On 01/12/2016 02:13 AM
[To post a comment, use the normal reply function]
Forum:
Discussion Group - Web Experience Management
Content Server:
Knowledge Center
Windows:
<WEMinstallDir>\Content\8_5\bin\vgnexport.bat
Unix:
<WEMinstallDir>/Content/8_5/bin/vgnexport
Export:
vgnexport -h host:port -u userName -p password -f <Path to take export>/FileName.zip -i PROJECTID
Import:
vgnimport -h host:port -u userName -p password -f <Path to take export>/FileName.zip -c errorPolicy=continue
example:
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
Ref: “Using the export command”/”Using the import command” section of Admin guide
Trilochan
From: eLink Entry: Discussion Group - Web Experience Management [mailto:v7webcontentmanagement@elinkkc.opentext.com] Sent: Tuesday, January 12, 2016 12:46 PMTo: eLink RecipientSubject: Import and Export Content.
This is an EXTERNAL EMAIL. Stop and think before clicking a link or opening attachments.
Thanks Trilochan