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