Hi.
I'm working into integrating the solarwinds suite with our Service Desk, the method for this integration is that every time an alert is triggered, it should invoke a Jar that will create the interface to the Service Desk Software and generate the ticket based on the information the Jar is providing.
The command that i'm trying to get working is something like this: (quotes included)
"C:\Program Files (x86)\Java\jre1.8.0_73\bin\java.exe" -jar C:\sarasa\sarasa2\sarasa3\Integracion_sarasa.jar login ${N=SwisEntity;M=CustomProperties.CLIENTE} ${N=Alerting;M=AlertMessage} Solar_winds ${N=Alerting;M=AlertMessage}
Basically we can divide this command in three, first the java path, second the parameters, including the -jar parameter and the path to the jar, and third the parameters the jar will try to load into the SD
If i paste this code in command line, it works like a charm, it connects to the SD app and load the information, but whe in try to execute this as an alert action nothing happens, if i test it i get the green all good message, but still nothing happens.
¿Any clue how i can troubleshoot this? ¿Or how its suppposed to be configured?
Thanks in advance.
Regards