So you have a filter calling batch file Is this what is in your batch file? C:\plink -l **** -pw ***** stemipt /usr/opt/temip_tttls/Runtime/OpenCTI.sh CLOSE "$Request ID$"
If so then your issue is $Request ID$, as your batch will never know what that is. Your batch should be: C:\plink -l **** -pw ***** stemipt /usr/opt/temip_tttls/Runtime/OpenCTI.sh CLOSE "%1" Fred -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Abhishek Anand Sent: Sunday, October 15, 2017 1:43 AM To: [email protected] Subject: How to call a .sh script located in remote unix box from the remedy server 8.1 on windows using the FILTER Run Process command? Hi Experts, How to call a .sh script located in remote unix box from the remedy server 8.1 on windows using the FILTER Run Process command? I have designed the close_tt.bat file in my local system which in turn is calling below script residing on remote server:- C:\plink -l **** -pw ***** stemipt /usr/opt/temip_tttls/Runtime/OpenCTI.sh CLOSE "$Request ID$" I am using below logic in FILTER Run Process command line but its failing :- cmd /c C:\Users\An******\Desktop\close_tt.bat "$Request ID$" Early response will be highly appreciated. Regards, AA _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

