Microsoft
Software
Hardware
Network
Question : Error running scheduled task in Windows Server 2008
Hello -
I have a batch file scheduled to run every Monday morning at 4am that is failing when it is only scheduled with an error of (0x1) in the Last Run Result row. If I run the task manually it runs like it is supposed to. The contents of the batch file are below. The archive folder that it calls is in the same folder as the batch file. In the Actions tab I have the following set as the path to the file. I also have "Run with highest privileges" checked under the General tab. Any ideas what I am doing wrong? Thanks in advance.
"G:\INS\License\LIC Share\Run_GetFingerPrintRp
rt.bat"
1: 2: 3:
ftp -s:ftp.txt copy *.csv archive\*.csv exit
Answer : Error running scheduled task in Windows Server 2008
instead of schedule the task to run: "G:\INS\License\LIC Share\Run_GetFingerPrintRp
rt.bat"
change it to run: "G:\INS\License\LIC Share\Run_GetFingerPrintRp
rt.bat" > c:\temp\task.log
and check what the log states upon error
Random Solutions
asp.net form: field valadation how to format these form fields
Images in select drop-down list
Access to a network as a new visitor
Iterating query results using list() not knowing columns or variables?
IF/OR formula acting like an IF/AND formula
How do I install ffmpeg in Linux Debian Lenny?
Best way to make users stay within ranges and warn users of conflicts
HP Procurve 2810-48G or HP Procurve 2910-48G switch differences
SCOM Configuration Review / Audit Questions
why changes to AD is being undo by other DC