Hello,
I'm having trouble with setting up some of my scheduled jobs in VisualCron.
I have tasks that are run with relatively simple batch files, and on the server where VC is running, these can be executed directly and run as expected.
When I try to launch the batch files with a VisualCron job, though, they seem to launch successfully, then show some of the expected output, but many of the desired actions fail/do not happen.
More specifically, one of these tasks launches a Python script which does get triggered (it reports its start & end diagnostics faithfully), but it fails to find and load certain files for data parsing. Again, running the script directly loads files fine and they get parsed and pushed into our database.
A common thread between the two tasks that are having issues (batch file calling python, and a batch file calling a C# executable with parameters) is accessing network directories rather than local files. However, I have other jobs (Robocopy, XXcopy) triggered by VC that handle network shared directories just fine.
I've got domain credentials entered (not local) for the same account I'm using for manual tests. I've tried foreground and background execution. I've tried managed code and run with api.
Are there any other launch settings I can try to get these batch files behaving like they do when I launch them manually?
Thanks,
Brendan
Edited by moderator
2014-03-09T12:50:00Z
|
Reason: Not specified