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

trigger.bat

Started by adam_mc, 14 Oct 2020 02:03:18 PM

Previous topic - Next topic

adam_mc

CA 11.0.13

We have a security standard such that we cannot have user credentials available in plain text on any of our servers including Cognos servers.
Therefore, I am facing a problem instigating a call to the trigger.bat file and passing a Cognos Administrator's User ID and Password.

Has anyone overcome this issue and, if so, how?

Any suggestions would be gratefully appreciated.
Thanks in advance,
Adam.

dougp

Trigger.bat is not the program.  It's the wrapper that sets the environment to allow Trigger.class to run.

Trigger.java is in the SDK samples found in <install_location>\sdk\sdk\java\EventTrigger.  You'll need to modify that.