Hello, I'm just learning about SAS Enterprise Guide OnDemand V 7.11 and trying to figure out how to do schedulling for process automatically. I've tried the option on the workspace Schedule - Process Flow and then set everything up. The .vbs file is created and when I checked the Task Scheduler, I can see the task I've created for SAS Enterprise Guide. When the scheduler is running, it only opens pop up windows for Credentials Required, and when I put username and password, the pop up windows is gone and nothing happened after that. I read in web and they suggest to create xml file to store my credentials (the tutorial is for up to Enterprise Guide V5.1), I already create one but I don't know where to put the file correctly. I put it in the SASHome folder in Program Files but the pop up windows still up. The credentials I put look like this: <xml FileVersion=”7.11”> <credentials> <server name=”SASApp” userid=”my-username” password=”my-password”/> </credentials> </xml> I'm beginning to think that the automatic scheduler is not working on SAS Enterprise Guide OnDemand. Can anybody walk me through this? Much appreciated. Best Regards, Melody AS
... View more