I need some help.
I have created .cvsauto scripts to run the reports I need daily and dump the data into a .txt file on our SharePoint site. I then created a .bat file to run multiple reports with an appropriate pause (timeout /t 40) between scripts so as not to overwhelm CMS.
I then scheduled these scripts to be run (using Task Scheduler)at a certain time of day when my computer is logged in but not under heavy use.
Each piece of this process has worked independently and as part of the whole process chain.
Here is my issue: The process is very inconsistent. One day the scripts will dump the data and create the .txt files, the next it will not. I have made no changes to anything in this process but each time I run it, I get a different result.
Does anyone have any idea why this would work so inconsistently?
I have created .cvsauto scripts to run the reports I need daily and dump the data into a .txt file on our SharePoint site. I then created a .bat file to run multiple reports with an appropriate pause (timeout /t 40) between scripts so as not to overwhelm CMS.
I then scheduled these scripts to be run (using Task Scheduler)at a certain time of day when my computer is logged in but not under heavy use.
Each piece of this process has worked independently and as part of the whole process chain.
Here is my issue: The process is very inconsistent. One day the scripts will dump the data and create the .txt files, the next it will not. I have made no changes to anything in this process but each time I run it, I get a different result.
Does anyone have any idea why this would work so inconsistently?