Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


apankov
2016-08-10T17:18:15Z
Hi Support,
To test a new installed version 8.1.0 I am trying to run a simpliest job ever: dir c:\ (just to test an output)
Working directory c:\, Credentials - domain administrator's account
OS is Windows server 2012 R2 standard, 64 bit
Here's what I have in a log:
Quote:


8/10/2016 1:13:30 PM Info Job 'Output test Andrei' activated by admin@
8/10/2016 1:13:38 PM Info Job started: Output test Andrei
8/10/2016 1:13:38 PM Info Job 'Output test Andrei' was deactivated because of 'Run once' property.
8/10/2016 1:13:38 PM Info Skipping Condition check because the Job was run manually.
8/10/2016 1:13:38 PM Info User 'VisualCron Default Admin' - Ran Job: Output test Andrei
8/10/2016 1:13:38 PM Info Task started: Execute (126)
8/10/2016 1:13:38 PM Err The Task could not be started because the file could not be found. Please check the path (you may need to use a Credential).
8/10/2016 1:13:38 PM Info Task completed (Failure)->'Execute' (126)
8/10/2016 1:13:38 PM Info Job completed (Failure)->'Output test Andrei'


What the file it cannot find? there's no link to any file in a job, just a DOS command. Can you help?
Sponsor
Forum information
Support
2016-08-10T18:42:55Z
dir is a part of cmd.exe. If you really want to execute a dos command you should use:

Command: cmd.exe
Argument: /c dir c:\
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
apankov
2016-08-11T11:20:10Z
Thank you Henrik, argument is working.
Scroll to Top