In this case, you can either make sure that the windows server has access to the excel file via AD, or use the ftp transfer as in the example I gave you. But to use ftp you first have to modify the default behaviour of the SAS workspace server that does all the work for your Enterprise Guide. By default, no shell escapes are allowed in workspace server sessions right out of the box. I hope this works for you (did that quite some time ago, SAS 9.2): Start Management Console and log in as sasadm when connecting to the metadata server. Search for your workspace server definition: Plug-Ins - Server Manager - SASApp (the name you see as server in EG) - Logical Workspace Server - Workspace Server Right Click on Workspace Server, select Properties and then Options, you will see the script that is used to start the server instance. Click on Advanced Options (or whatever it is called, it is "Erweiterte Optionen" in German). In Startup Properties you need to activate "allow XCMD") To put this into effect, you then have to restart the Object Spawner on this machine, you can do this via the MC
... View more