COGNOiSe.com - The IBM Cognos Community

IBM Cognos Analytics Platform => Cognos Analytics => Administration Lite => Topic started by: adam_mc on 14 Oct 2020 02:03:18 PM

Title: trigger.bat
Post by: adam_mc on 14 Oct 2020 02:03:18 PM
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.
Title: Re: trigger.bat
Post by: dougp on 14 Oct 2020 02:28:12 PM
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.