Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to suppress Multiple Sessions of Impromptu

Status
Not open for further replies.

ice76

Programmer
Sep 30, 2002
6
SG
Hi,

Each time when I run a macro in Impromptu 6 or 7, it will activate another session of impromptu. So if I run 3 macros, I will be having 3 windows of impromptu. How do I suppress the multiple sessions? I believe Impromptu 5 does not have this problem. Please kindly enlighten me. Thanks.

Regards
Clarence.
 
Clarence,
You could either script your macros to close the session of impromptu, with a command like objImpApp.Quit (assuming your Impromptu object is labelled objImp)

or,

if you use windows and have admin rights, you can use the command prompt (Start, Run) to set a single session:
Ensure that you have administrative rights on the machine when doing the following steps:

"x:\Program Files\Cognos\cer#\bin\ImpAdmin.exe" /si

to revert to multiple sessions:
"x:\Program Files\Cognos\cer#\bin\ImpAdmin.exe" /mi

# is a number 1, 2 or 3, depending on your version of impromptu.

lex
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top