Is there a way to export Publish CI throught vgnexport or API which we can use later by vgnimport? We need to copy published CI from one environment to other. Thanks, Rita
I don’t think ci’s publishstatus would persist in exports/imports.
Which environment you are in?? Heardthat it works in V8. Not sure though.
Thank you
Mallik Vamaraju
From: eLink Entry:Vignette V7 and V8 Web Content Management[mailto:v7webcontentmanagement@elinkkc.opentext.com] Sent: Saturday, January 08, 201112:34 AMTo: eLink RecipientSubject: export only published CI
export only published CI
Posted by rita.kataki@defenseweb.com (Kataki, Rita) On 2011/01/07 14:03
Is there a way to export Publish CI throught vgnexport or API which we can use later by vgnimport?
We need to copy published CI from one environment to other.
Thanks,
Rita
[To post a comment, use the normal reply function]
Forum:
Vignette V7 and V8 Web Content Management
Livelink Server:
knowledge-wlweb01
There is no direct OOTB way to do this. However, you could builda solution based on DeploymentClient.getPublishedStatus(). You can use this APIto identify the published content you want to export and then generate anexport manifest file to pass into vgnexport.
From: eLink Entry:Vignette V7 and V8 Web Content Management[mailto:v7webcontentmanagement@elinkkc.opentext.com] Sent: Friday, January 07, 2011 1:04 PMTo: eLink RecipientSubject: export only published CI
Thanks David. I will try this approach.
Hi Rita,
For testing Davis's approach, a code snippet is aleady shared for generating manifest files using APIs. You can find that at:https://knowledge.opentext.com/knowledge/llisapi.dll/wiki/17815206/Stuck%20with%20vgnexport?%20Export%20content%20by%20your%20own%21
Cheers, Sanjeev