Re: Run process command fails: Resolved (sort of)

2015-10-26 Thread Joel Sender
discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Blairing Sent: Monday, October 26, 2015 2:55 PM To: arslist@ARSLIST.ORG Subject: Re: Run process command fails ** Sorry for joining late in this, but hey, it's a Windows 2003 server. Of course it will still run nicely as long

Re: Run process command fails

2015-10-26 Thread Blairing
Sorry for joining late in this, but hey, it's a Windows 2003 server. Of course it will still run nicely as long as no one touches it, even though both BMC and Microsoft will wave the "really really unsupported" flag if you call :-). Start by asking "Clippy" to show you all the non-log files tha

Re: Run process command fails

2015-10-26 Thread Misi Mladoniczky
Hi, Instead of running a series of commands from an escalation, I would do a single call to a bat-file you create. This will make sure that it is synchronously. If you are running the commands as Run Process, they are forked of from the AR Server, and you never know which command runs first. You

Re: Run process command fails

2015-10-26 Thread Jarl Grøneng
You may need to include the path in the delete command, just in case. - J 2015-10-26 18:52 GMT+01:00 Joel Sender : > ** > > I’ve got a production server that suddenly started getting errors when > running an external OS command. > > The escalation first executes “del /f filename.pdf” and then ru

Re: Run process command fails

2015-10-26 Thread LJ LongWing
jdsen...@earthlink.net310.829.5552 From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of LJ LongWing Sent: Monday, October 26, 2015 11:09 AM To: arslist@ARSLIST.ORG Subject: Re: Run process command fails ** Joel, There are two reasons I can think of that world

Re: Run process command fails

2015-10-26 Thread Joel Sender
: Monday, October 26, 2015 11:09 AM To: arslist@ARSLIST.ORG Subject: Re: Run process command fails ** Joel, There are two reasons I can think of that world cause the delete too fail 1. The user performing the command doesn't have access to singe past of the effort 2. The file in questio

Re: Run process command fails

2015-10-26 Thread Joel Sender
Behalf Of William Rentfrow Sent: Monday, October 26, 2015 11:13 AM To: arslist@ARSLIST.ORG Subject: Re: Run process command fails ** I'd also check to see if there has been any recent security patches put on the server. William Rentfrow wrentf...@stratacominc.com Office: 715-204-3061 o

Re: Run process command fails

2015-10-26 Thread William Rentfrow
Of LJ LongWing Sent: Monday, October 26, 2015 1:09 PM To: arslist@ARSLIST.ORG Subject: Re: Run process command fails ** Joel, There are two reasons I can think of that world cause the delete too fail 1. The user performing the command doesn't have access to singe past of the effort 2. The file i

Re: Run process command fails

2015-10-26 Thread LJ LongWing
Joel, There are two reasons I can think of that world cause the delete too fail 1. The user performing the command doesn't have access to singe past of the effort 2. The file in question I'd in use and cannot be deleted So, to eliminate 2, can you delete the file manually? Too eliminate 1, m

Run process command fails

2015-10-26 Thread Joel Sender
I’ve got a production server that suddenly started getting errors when running an external OS command. The escalation first executes “del /f filename.pdf” and then runs the command to (re-)create filename.pdf. The second command will fail if the file already exists, hence the need for the firs