Hi team,
I have Anaplan Connect batch file which runs an Export process that runs perfectly when executed manually (double clicking on the Batch file) but when I run the Batch file through Windows Task Scheduler I receive the below error
Any ideas?
Thanks
Solved! Go to Solution.
Seems like windows scheduler cant locate your batch script . Try one of the following
Thanks for the reply @karank
I've put the below in the boxes but it is now not even running in Scheduler
Program/Script: "Q:\02 Financial\1. FPANDA\anaplan-connect-1.4.2\anaplan-connect\Whispir Actuals - Process Export.bat"
Start in (Optional) "Q:\02 Financial\1. FPANDA\anaplan-connect-1.4.2\"
Any other ideas?
Thanks
it is EITHER OR not both options at the same time
so if you are going option 1 don't do option 2 and vice versa
It is not EITHER OR
The 'Program/Script' box is mandatory which is what I already had
I added the 'Start in (Optional)' box but then it stopped working altogether
Its Either OR based on my response I mean ( i provided 2 options )
you don't need start in location if you are specifying full path (this was option 1)
If you are specifying start in position then you must specify script name ( this was option 2)
Thanks @karank
So the issue was that I needed to have both the Full Path & the Start In location (I think this is because you need to run Anaplan Connect where the API is saved)
But the start in location is entered without the " " which is confusing (most directory entries in all programs are entered using " ")