If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Import and Export a package in Cognos8.3 SDK using C#.

Started by arroju_venkat, 21 Apr 2008 05:50:34 AM

Previous topic - Next topic

arroju_venkat

Hi,

Could you please explain how to import and export a package in Cognos8.3 SDK using C#. Sample codes are required.

Thanks and Regards,
Venkat.A.H.

tmacfarlane

Cognos KB # 1013629.6 discusses this issue.  In your C# code you will need to access:

deploymentOption
"/adminFolder/exportDeployment[@name='"+name+"']"  + "//history//*";
deploymentDetail


You can also do this through a .bat file.