COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => SDK => Topic started by: arroju_venkat on 21 Apr 2008 05:50:34 AM

Title: Import and Export a package in Cognos8.3 SDK using C#.
Post by: arroju_venkat on 21 Apr 2008 05:50:34 AM
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.
Title: Re: Import and Export a package in Cognos8.3 SDK using C#.
Post by: tmacfarlane on 23 Apr 2008 03:42:40 PM
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.