Re: Can we call shell script on remote server via AL run process command?

2017-09-14 Thread Frank Caruso
Have you tried turning on Active Link logging? It may show you whats wrong. Also, what I look to do in situations like this is take the task back to simple steps. Forget about the remote call to the server. Just create a simple batch file that creates a text file in the calling directory.

Re: Can we call shell script on remote server via AL run process command?

2017-09-14 Thread Abhi$hek
Thanks for your kind response. I have already tried with the simple text file creation and it worked perfectly. But it's still fails when I am trying out the required scenario with the help of AL or filter. Also via putty the Linux box as well as script is accessible from windows Remedy server.

Re: Can we call shell script on remote server via AL run process command?

2017-09-14 Thread Jaffer Mahsoob
Have you tried running the plink command using psexec (from sysinternals/Microsoft) as the system account and seeing if it still works? I assume the AR Server is running as system, so it may be that the putty session info isn't available to system, etc... Something like psexec -s plink (whatever