I had some problems when trying to schedule an EG project with only "SAS File Transfer Task: . The documentation say it's not an SAS Code, so you can't use it in that context, but still it runs on the enterprise guide as expected, but it doesn't when I try to run it scheduled on the vbs file. I tried adding the app.SetActiveProfile(xxxx) but nothing, the error was " a workspace connection to server "SASApp" is required.... As there is no server method on the flow item, it still doesn't open the workspace session. My solution was: Create a program step before the "File Transfer Task" (I used a simple "Hello World" code) and... TA DA It worked, the schedule was executed correctly without a problem. Hope this help someone in the future.
... View more