java - Scheduled tasks does not run during certain time in the night -
one of scheduled tasks fails 11:30 p.m in night 8:00 a.m in morning, after seems work fine
error:
**
task scheduler completed task "\open_items" , instance "{2f836ec9-04aa-4169-a364-33a2ac4fc9e4}" , action "c:\windows\system32\cmd.exe" return code 255.
**
the task scheduled "run whether user logged in or not", can't find out whats causing problem
the task runs java program--> in turn calls batch file uses curl
hope hear on this, soon.
error code 255 means 'the extended attributes inconsistent'. check url , other parameters before invoking cmd.exe. check if 'open_items' directory if exists etc.
Comments
Post a Comment