Can a cognos package be created at run time using C# and Cognos SDK?

Questions by Phaniraj

Showing Answers 1 - 1 of 1 Answers

revitala

  • Oct 21st, 2007
 

Yes. I'm using the BmtScriptPlayer to do that; my program is creating the package script during runtime (I'm taking the information I need from XML files), open a process (using RunTime.exec() in Java) and execute the BmtScriptPlayer commad. For example:
BmtScriptPlayer -c "W:myCognosProjectsCN ISUP Aggregation.cpf" -a "W:CognosScriptsCcommandCN_ISUP_Aggregation.xml" -x 
to create a package called CN ISUP Aggregation. The script file (CcommandCN_ISUP_Aggregation.xml) is being created during runtime

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions