Roger: Maybe check the Server Information to make sure Active Links are allowed to run executables in the C:\IHLR\remedyihlr folder?
FWIW, --Phil From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of LJ Longwing Sent: Tuesday, March 02, 2010 10:50 To: [email protected] Subject: Re: Run Process Active Link ** Agreed somewhat....I had an issue with a perl script that wasn't running right and couldn't reproduce (no command line output)....when I redirected the output to a file I found that Windows was throwing errors that it was displaying on the stdout.....so I use this as a litmus test. ________________________________ From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Joe D'Souza Sent: Saturday, February 27, 2010 4:50 PM To: [email protected] Subject: Re: Run Process Active Link ** You can append the output of the executable to a text file using the > or >> redirection to a overwrite or append to a file, only if the executable is designed to return a output/value. According to Roger's description, the batch file is designed to access some other application and run an update on that application which will result in no output. This redirection of text would work for something like a windows command for e.g. that returns a value such as echo %computername% etc.... Try enclosing the whole command and the parameters within quotes.. Joe -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]]on Behalf Of LJ Longwing Sent: Friday, February 26, 2010 6:43 PM To: [email protected] Subject: Re: Run Process Active Link ** One thing I have found about remedy 'run process' is that it's similar to typing something into the run box on the server....that's why I recommended kicking off the command line processor (cmd), and telling the processor to execute the following command, and then exit (/c). To troubleshoot these issues I typically redirect the output to a text file...so in this case I would append '> c:\test.log' to the end of your command, see if you get anything in that text file that would indicate the reason you aren't able to see the results of the batch file. Also remember that Remedy runs the command as the user that is running the arserver.exe process, possibly not the same user that you run as when you are remote controlled into the machine...so that can cause issues. I typically recommend that the Remedy service be running as 'someone', not 'Local System' like default...this allows you to control the environment it runs in a bit more that 'Local System'. Let me know if any of this helps. ________________________________ From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Nall, Roger Sent: Friday, February 26, 2010 4:24 PM To: [email protected] Subject: Re: Run Process Active Link ** LJ, Still nothing happens: Checking Test IHLR (0) <ACTL> -> Passed qualification -- perform if actions <ACTL> 0: Run Process <ACTL> @@: 76\9\Test IHLR\0\3\0\1267226336\0\0\\38\3\720001184\0\720001185\0\720000429\0\\ <ACTL> Run Process on server <ACTL> Server: psdvrem1 <ACTL> Process: cmd /c C:\IHLR\remedyihlr\remedyihlr.bat 310260913288392 555555 2063310278 <ACTL> Success Is it possible to that Remedy does not have permissions to use the command line? If so, how does one set permissions? Thanks, Roger Nall Manager, SA Business Intelligence/Remedy Desk Phone: 972-464-3712 Mobile: 973-652-6723 http://saintake.t-mobile.com/interfaces/default.aspx [snip] _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

