<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Read excel file from FTP in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151376#M298148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just suspect that reading a file byte-wise may be slow as drying paint &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Mar 2014 13:28:31 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2014-03-24T13:28:31Z</dc:date>
    <item>
      <title>Read excel file from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151368#M298140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I`m trying to read an excel file from FTP. I cannot succeed in doing so. following is the code I use,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename xlremote ftp 'test.xlsx'&amp;nbsp; host='ftp.mycompany.com' cd='/somepath/path/' user='username' pass='password' debug;&lt;/P&gt;&lt;P&gt;proc import datafile=xlremote out=test dbms=excel replace; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the following error when I run the above code&lt;/P&gt;&lt;P&gt;ERROR: This "filename FTP" access method is not supported by "proc import". Please copy the file&amp;nbsp; to local disk before running the procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Courier New;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 12pt; font-family: Courier New;"&gt;&lt;SPAN style="color: #000000;"&gt;Saravanan&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 20:56:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151368#M298140</guid>
      <dc:creator>Saravanan</dc:creator>
      <dc:date>2014-03-20T20:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Read excel file from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151369#M298141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do as you are told. Copy the file externally (use a scripted ftp with the x statement), and then run proc import.&lt;/P&gt;&lt;P&gt;I think that proc import makes use of Microsoft Data Access Objects which need to see the file locallly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 06:17:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151369#M298141</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-03-21T06:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Read excel file from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151370#M298142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I`m sorry. I do not understand it. can you please provide me a sample code? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 20:36:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151370#M298142</guid>
      <dc:creator>Saravanan</dc:creator>
      <dc:date>2014-03-21T20:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Read excel file from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151371#M298143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kurt assumption is correct. The current implementation of the SAS-Excel interface is&amp;nbsp; using microsoft ACE driver.&lt;BR /&gt;By that the file needs to be local present on a Windows-machine. ACE has several limitations as originating from excel 2003.&lt;/P&gt;&lt;P&gt;That is is bit shamefull as the standard of xlsx is essential a Zip-file.containging some Xml files and more files. There is no need for using ACE anymore.&lt;BR /&gt;The Excel type xlslx is well documented at OASIS. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Mar 2014 06:19:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151371#M298143</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-03-22T06:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Read excel file from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151372#M298144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On which platform are you using SAS?&lt;/P&gt;&lt;P&gt;Windows ftp does have its quirks compared to "standard" ftp on a UNIX platform. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 07:46:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151372#M298144</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-03-24T07:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Read excel file from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151373#M298145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I`m working on Windows platform. I`m looking to read the file from FTP directly or download the file using SAS to local system. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 12:34:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151373#M298145</guid>
      <dc:creator>Saravanan</dc:creator>
      <dc:date>2014-03-24T12:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Read excel file from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151374#M298146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;begin with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;file 'C:\temp\ftp.script';&lt;/P&gt;&lt;P&gt;put "open &lt;A class="linkification-ext" href="ftp://ftp.mycompany.com/" title="Linkification: ftp://ftp.mycompany.com"&gt;ftp.mycompany.com&lt;/A&gt;";&lt;/P&gt;&lt;P&gt;put "username"; /* supply the username in plain text here */&lt;/P&gt;&lt;P&gt;put "password"; /* supply the password in plain text here */&lt;/P&gt;&lt;P&gt;put "cd /somepath/path";&lt;/P&gt;&lt;P&gt;put "lcd where-you-want-the-file-to-end-up"; /* (eg c:\temp) */&lt;/P&gt;&lt;P&gt;put "bin";&lt;/P&gt;&lt;P&gt;put "get test.xlsx";&lt;/P&gt;&lt;P&gt;put "quit";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x "ftp -s c:\temp\ftp.script";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x "del c:\temp\ftp.script";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the script file is necessary because it's (next to) impossible (AFAIK) to pipe the commands into the windows ftp.exe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you can run the proc import on c:\temp\test.xlsx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: had to change how user and password are supplied, added "bin"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 13:04:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151374#M298146</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-03-24T13:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Read excel file from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151375#M298147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or copy file binary using SAS&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://blogs.sas.com/content/sasdummy/2011/06/17/how-to-use-sas-data-step-to-copy-a-file-from-anywhere/"&gt;http://blogs.sas.com/content/sasdummy/2011/06/17/how-to-use-sas-data-step-to-copy-a-file-from-anywhere/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 13:24:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151375#M298147</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-03-24T13:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Read excel file from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151376#M298148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just suspect that reading a file byte-wise may be slow as drying paint &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 13:28:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151376#M298148</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-03-24T13:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Read excel file from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151377#M298149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kurt agree, Now it is hoping for not too big data and efficient buffering/caching.&lt;/P&gt;&lt;P&gt;A better approach would by 4K records except the last one (variable) connecting to TCP-IP buffering&lt;/P&gt;&lt;P&gt;The best one would be not being dependent on Microsoftdrivers like ACE. Direct reading the xlsx file.&lt;/P&gt;&lt;P&gt;The best performance on IO time is not having (or as less as reasonable possible) IO.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 13:49:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151377#M298149</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-03-24T13:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Read excel file from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151378#M298150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried running this piece of code. Below are the errors I got. I believe these errors are due to missing &lt;A href="ftp://ftp.script/"&gt;ftp.script&lt;/A&gt; file? if yes, how can I go about writing the script file? example code would be great as I have no experience in writing scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, C:\temp\ftp.script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Shell escape is not valid in this SAS session.&lt;/P&gt;&lt;P&gt;x "ftp -s c:\temp\ftp.script";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Shell escape is not valid in this SAS session.&lt;/P&gt;&lt;P&gt;x "del c:\temp\ftp.script";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 18:25:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151378#M298150</guid>
      <dc:creator>Saravanan</dc:creator>
      <dc:date>2014-03-24T18:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Read excel file from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151379#M298151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saravan, is your SAS session running under Windows? We would have expected that.&lt;/P&gt;&lt;P&gt;The messages (shell escape)&amp;nbsp; are giving the impression you are on a server-side probably a Unix version&lt;/P&gt;&lt;P&gt;As of sas 9.3 the default would be that x-commands are allowed on you windows SAS desktop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 18:38:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151379#M298151</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-03-24T18:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Read excel file from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151380#M298152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaap,&lt;/P&gt;&lt;P&gt;I am running EG5.1 on my client desktop which is Windows 7 professional, I connect to SAS 9.3 housed on a server which is running on Windows server 2008 R2 enterprise. Am I missing something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 18:53:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151380#M298152</guid>
      <dc:creator>Saravanan</dc:creator>
      <dc:date>2014-03-24T18:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Read excel file from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151381#M298153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well we were missing something not knowing your environment.&lt;/P&gt;&lt;P&gt;SAS is not running on your desktop, the view URLs autorisations are not necessary the same.&lt;/P&gt;&lt;P&gt;Running Microsoft&amp;nbsp; interfaces on the server are requiring they are present on that side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eguide has good interfaces to the desktop but should be seen as a different approach.&lt;/P&gt;&lt;P&gt;Do you have more details on your issue?&lt;/P&gt;&lt;P&gt;Who is your platform administration at the server?&lt;/P&gt;&lt;P&gt;Does he accept SAS or is it something of an other world for him.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 19:32:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151381#M298153</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-03-24T19:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Read excel file from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151382#M298154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jaap, we do not have a dedicated platform administrator for SAS server. Well, I have administrative privileges on server and I am very much a beginner in terms of SAS administration. Not sure, what details you are looking for to understand the environment and issue. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 20:19:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151382#M298154</guid>
      <dc:creator>Saravanan</dc:creator>
      <dc:date>2014-03-24T20:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Read excel file from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151383#M298155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you do not have that guy and it is you as a selfy, well .&amp;nbsp; Let us ask:&lt;BR /&gt;- as there are no additional controls in place you data is not very sensitive... correct?&lt;/P&gt;&lt;P&gt;- You are the person for the server-side (W-8), the desktop installation and the processing uasag... correct?&lt;/P&gt;&lt;P&gt;- You have access to the server side installationm but someone else has run the sas-setup program... correct.?&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There should be some guidelines how to work woht SAS procesess on the server.&lt;/P&gt;&lt;P&gt;- With Eguide are you using agroup account or personal AD domainaccounts&lt;/P&gt;&lt;P&gt;- the location of the SAS-work and the SAS-user datasets&lt;/P&gt;&lt;P&gt;- the way the used AD domain are used in getting access data within the Windows-domain.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Is Windows remote desktop to the server by all your users allowed.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Is the common windows user-profile available on the server or is that&amp;nbsp; machine completely isolated&lt;/P&gt;&lt;P&gt;- I assume the ACE interface and the access to pc-files are available on the W8 server. correct?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With that all you can make the decisions&lt;/P&gt;&lt;P&gt;- Where your users have to place their data (guidelines)&lt;/P&gt;&lt;P&gt;- Do you allow x-cmd or not.&amp;nbsp; When the OS-security is sufficient and all all running by personal keys there should be no reason to let it have blocked. The changen can be found wihtin the launch-properties of the workspaceserver definitions. Do a restart of the objectspawner afterwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pffff.. (just preparations)..&lt;/P&gt;&lt;P&gt;Get back to Kurts code.&lt;/P&gt;&lt;P&gt;The C:/temp is a fake name, you are required to change that to an acceptable one for your environment.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;His approach wiht ftp commands and using X will have better options to run.&lt;/P&gt;&lt;P&gt;However, I would prefer the SAS (s)FTP acces method with filenames&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 06:09:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151383#M298155</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-03-25T06:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Read excel file from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151384#M298156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;By default, no shell escapes are allowed in workspace server sessions right out of the box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this works for you (did that quite some time ago, SAS 9.2):&lt;/P&gt;&lt;P&gt;Start Management Console and log in as sasadm when connecting to the metadata server.&lt;/P&gt;&lt;P&gt;Search for your workspace server definition:&lt;/P&gt;&lt;P&gt;Plug-Ins - Server Manager - SASApp (the name you see as server in EG) - Logical Workspace Server - Workspace Server&lt;/P&gt;&lt;P&gt;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")&lt;/P&gt;&lt;P&gt;To put this into effect, you then have to restart the Object Spawner on this machine, you can do this via the MC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 06:23:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151384#M298156</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-03-25T06:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Read excel file from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151385#M298157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PS do not despair. I was in your shoes some 10 years ago.&lt;/P&gt;&lt;P&gt;I have the luxury of running SAS on a _real_ server OS (AIX), though ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 06:26:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151385#M298157</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-03-25T06:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Read excel file from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151386#M298158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jaap and Kurt, Thank you so much for all the inputs. I have not tried these suggestions yet. will try it and get back with my findings. This is both interesting and challenging. Keeping my fingers crossed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 02:12:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-excel-file-from-FTP/m-p/151386#M298158</guid>
      <dc:creator>Saravanan</dc:creator>
      <dc:date>2014-03-26T02:12:29Z</dc:date>
    </item>
  </channel>
</rss>

