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.
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.