Hello
When a user schedules a task in SAS EG, it creates a script EGScript.vbs and configures the Windows task scheduler to run this script. The script in turn runs the EG Project. Here are some steps you can take to trouble shoot your issue.
1. The EG Project runs without error.
2.Schedule a test run of the project and see if the EGScript.vbs is still present on the task scheduler even aafter the proejct is done. In normal course once the project is over, WGScrip.vbs will not be present in the list of running processes.
3.Run the script manually on the command line. Check if there is an error.
4.If the above are all good and no error, then as a work around, you can force the program to stop after running for a specified time in the task scheduler.
... View more