<?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: pc files server in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349602#M63766</link>
    <description>Maybe it indicates you Do have the correct server. Otherwise I would expect different more basic errors. Just maybe this messages tells us like it is? &lt;BR /&gt;&lt;BR /&gt;And what happens if you try the pcfiles libname engine?:&lt;BR /&gt;&lt;BR /&gt;LIBNAME myxlsx PCFILES SERVER="xyz.abc.com" PATH='\\aaa\vv\bbb\tt\ccc\dd\Book1.xlsx' SERVERUSER='domain\userid' SERVERPASS='****';</description>
    <pubDate>Wed, 12 Apr 2017 20:30:07 GMT</pubDate>
    <dc:creator>jklaverstijn</dc:creator>
    <dc:date>2017-04-12T20:30:07Z</dc:date>
    <item>
      <title>pc files server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349552#M63757</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;so i&amp;nbsp; just&amp;nbsp; got pc files server&amp;nbsp; installed and&amp;nbsp; i read many articles saying one should be able to access pc files from unix sas .&lt;/P&gt;
&lt;P&gt;I&amp;nbsp; have&amp;nbsp; SAS 64bit and Ofifce 32 bit&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i tried my code on pc sas first and it worked:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;IMPORT&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DATATABLE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=SLOCCov &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DBMS&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=ACCESSCS &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;OUT&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=TEMP1 REPLACE;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DATABASE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"&lt;FONT color="#800080" face="Courier New"&gt;Y:\xx\yyy\zzz.accdb&lt;/FONT&gt;"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DBDSOPTS&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'READBUFF=30'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but then when i ran it on EG SAS(Remote) i got an error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;IMPORT&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DATATABLE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=SLOCCov &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DBMS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=ACCESSCS &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;OUT&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=TEMP1 &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;REPLACE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DATABASE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"Y:\xx\yyy\zzz.accdb"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;PORT&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;9261&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SERVER&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"xyz.abc.com"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DBDSOPTS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'READBUFF=30'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: A socket routine returned error: The connection was refused.&lt;/P&gt;
&lt;P&gt;ERROR: Failed to connect to the Server: *******.com.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Can i really import pc files into UNIX SAS?&lt;/P&gt;
&lt;P&gt;2.Name of server&amp;nbsp; will be my computer name right?&lt;/P&gt;
&lt;P&gt;3. Any insights on this error please&lt;/P&gt;
&lt;P&gt;thx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 18:04:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349552#M63757</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2017-04-12T18:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: pc files server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349560#M63758</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/34400"&gt;@Tal&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) yes you can.&lt;/P&gt;
&lt;P&gt;2) The name of the server should be the name of the server running the pc files server. On that server it will listen to the configured port, in your case 9261.&lt;/P&gt;
&lt;P&gt;3) I would start with validating the network connectivity:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* Are server name and port correct?&lt;/P&gt;
&lt;P&gt;* Is there basic network connectivity between the two (they may be on different networks). Use the ping command on the Linux machine to test that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ping xyz.abc.com&lt;/PRE&gt;
&lt;P&gt;* Use telnet (if availble) on the Linux host to determine if you can reach the port on the pc files server&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ftp xyz.abc.com 9261&lt;/PRE&gt;
&lt;P&gt;* If these tests do not indicate a working connection, there may be a firewall on either machines or en route that may block your traffic. Discuss with your network staff.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Only if this checks out (which I think it will not do), you can look into the SAS side of things.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us know how you fare.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;- Jan.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 19:11:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349560#M63758</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2017-04-12T19:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: pc files server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349566#M63759</link>
      <description>&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;DATABASE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"Y:\xx\yyy\zzz.accdb"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Y (if pointing to a network share)&amp;nbsp;seems to be a drive letter validated only by your PC. Try to use universal network address instead, such as \\share\blah\xx\yyy\zzz.accdb&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 19:27:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349566#M63759</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2017-04-12T19:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: pc files server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349576#M63760</link>
      <description>&lt;P&gt;Thanks Jan&lt;/P&gt;
&lt;P&gt;i did the&amp;nbsp; ping test and&amp;nbsp; it never stopped&amp;nbsp; pinging &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;i did the&amp;nbsp; telnet test and&amp;nbsp; connection to 6291 was refused but&amp;nbsp;i could reach 6921 and i&amp;nbsp;someone&amp;nbsp; mentioned i should use this port &amp;nbsp; so still a&amp;nbsp;&amp;nbsp;possible firewall&amp;nbsp; issue ?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 19:44:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349576#M63760</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2017-04-12T19:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: pc files server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349578#M63761</link>
      <description>&lt;P&gt;hey Haikuo&amp;nbsp; yes&amp;nbsp; i changed the map to&amp;nbsp; reflect the&amp;nbsp; absolute path not the&amp;nbsp; path UNIX cannt&amp;nbsp; recognize&lt;/P&gt;
&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 19:46:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349578#M63761</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2017-04-12T19:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: pc files server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349581#M63762</link>
      <description>&lt;P&gt;If I'm not mistaken the Linux should not need access to the path. It is validated and accessed on the Windows server. On that server it should be a valid path, either by drive letter or UNC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You mentioned port to 9261 in your initial post. Make sure you use the one that the pc files server is configured to listen to. If telnet gives a "connection refused" your best bet would be the firewall.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 19:54:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349581#M63762</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2017-04-12T19:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: pc files server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349584#M63763</link>
      <description>&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;so&amp;nbsp; i changed&amp;nbsp; the path and also added the credentials i use to log into windows and changed the port to 9621 as advised by some of the&amp;nbsp; guys in different&amp;nbsp; depts&amp;nbsp; who&amp;nbsp; has used it &lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;IMPORT&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;OUT&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;= TEMP &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DATAFILE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;= &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"\\aaa\vv\bbb\tt\ccc\dd\Book1.xlsx"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DBMS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=EXCELCS &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;REPLACE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;PORT&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;9621&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SERVER&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"&lt;FONT color="#800080" face="Courier New"&gt;xyz.abc.com&lt;/FONT&gt;"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SHEET&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'Sheet1'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SERVERUSER&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'domain\userid'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SERVERPASS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'****'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;and&amp;nbsp; the error :&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Server is unable to authenticate user credentials. (missing or invalid SERVERUSER='&amp;lt;domain\username&amp;gt;';&lt;/P&gt;
&lt;P&gt;SERVERPASS='&amp;lt;password&amp;gt;'; enclosed in quotes).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so looks like i dont have the&amp;nbsp;&amp;nbsp; right SERVER's name above&amp;nbsp; huh?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ps.this is an excel file import as oopose the access i initially&amp;nbsp; had&amp;nbsp; posted&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 20:00:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349584#M63763</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2017-04-12T20:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: pc files server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349588#M63764</link>
      <description>&lt;P&gt;Make sure &lt;FONT color="#800080" face="Courier New"&gt;'domain\userid' has the write access to "\\aaa\vv\bbb\tt\ccc\dd". You may need check with your network folks who manage the active domain.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 20:07:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349588#M63764</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2017-04-12T20:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: pc files server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349602#M63766</link>
      <description>Maybe it indicates you Do have the correct server. Otherwise I would expect different more basic errors. Just maybe this messages tells us like it is? &lt;BR /&gt;&lt;BR /&gt;And what happens if you try the pcfiles libname engine?:&lt;BR /&gt;&lt;BR /&gt;LIBNAME myxlsx PCFILES SERVER="xyz.abc.com" PATH='\\aaa\vv\bbb\tt\ccc\dd\Book1.xlsx' SERVERUSER='domain\userid' SERVERPASS='****';</description>
      <pubDate>Wed, 12 Apr 2017 20:30:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349602#M63766</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2017-04-12T20:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: pc files server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349761#M63770</link>
      <description>&lt;P&gt;hello&lt;/P&gt;
&lt;P&gt;@Haikuo&amp;nbsp; i do have&amp;nbsp; read/write access to that drive&lt;/P&gt;
&lt;P&gt;"Special Permisisons&amp;nbsp;"&amp;nbsp; is checked under&amp;nbsp; "Permissions"&amp;nbsp; but i can save,delete,read&amp;nbsp;&amp;nbsp; in&amp;nbsp; this folder&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;@Jan&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;9621&amp;nbsp; is the&amp;nbsp; right port&amp;nbsp; i checked that and it connects&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ftp "Txyz.abc.com" 9621&lt;/P&gt;
&lt;P&gt;Connected to xyz.abc.com.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i did the&amp;nbsp; ping test again and&amp;nbsp; it never stops&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;64 bytes from ****: icmp_seq=4 ttl=121 time=7 ms&lt;BR /&gt;64 bytes from ****: icmp_seq=5 ttl=121 time=6 ms&lt;BR /&gt;64 bytes from ****: icmp_seq=6 ttl=121 time=6 ms&lt;/P&gt;
&lt;P&gt;............................&lt;/P&gt;
&lt;P&gt;..............................&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i ran these again:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC IMPORT OUT= TEMP DATAFILE= "\\aaa\vv\bbb\tt\ccc\dd\Book1.xlsx" DBMS=EXCELCS REPLACE;&lt;BR /&gt;PORT=9621;&lt;BR /&gt;SERVER="xyz.abc.com";&lt;BR /&gt;SHEET='Sheet1';&lt;BR /&gt;SERVERUSER='domain\userid';&lt;BR /&gt;SERVERPASS='******';&lt;BR /&gt;RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Server is unable to authenticate user credentials. (missing or invalid SERVERUSER='&amp;lt;domain\username&amp;gt;';&amp;nbsp; SERVERPASS='&amp;lt;password&amp;gt;'; enclosed in quotes).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;libname mylib&amp;nbsp; pcfiles&amp;nbsp; &lt;BR /&gt;&amp;nbsp;path="\\aaa\vv\bbb\tt\ccc\dd\Book1.xlsx" &lt;BR /&gt;&amp;nbsp;server="xyz.abc.com";&lt;BR /&gt;&amp;nbsp;port=9621&lt;BR /&gt;&amp;nbsp;SERVERUSER='domain\userid'&lt;BR /&gt;&amp;nbsp;SERVERPASS='*****';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Server is unable to authenticate user credentials. (missing or invalid SERVERUSER=&amp;lt;username&amp;gt; SERVERPASS=&amp;lt;password&amp;gt; on&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libname statement).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am clueless &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 13:38:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349761#M63770</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2017-04-13T13:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: pc files server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349783#M63771</link>
      <description>&lt;P&gt;ERROR: Server is unable to authenticate user credentials. (missing or invalid SERVERUSER='&amp;lt;domain\username&amp;gt;';&amp;nbsp; SERVERPASS='&amp;lt;password&amp;gt;'; enclosed in quotes).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This shows your credential is not accepted by the server "xyz.abc.com, the one runs SAS pcfiles server. Do you have a SAS admin&amp;nbsp; managing your permission?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 15:43:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349783#M63771</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2017-04-13T15:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: pc files server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349801#M63775</link>
      <description>&lt;P&gt;trying to find&amp;nbsp; out&amp;nbsp; if the server's name&amp;nbsp; i&amp;nbsp; have specified in the&amp;nbsp; code here matches the server's name the pc files server is installed on.&lt;/P&gt;
&lt;P&gt;i am using my&amp;nbsp; computer's name a sa&amp;nbsp; server name&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;managing my permission as in not able to access remote&amp;nbsp; servers or something like it?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 16:50:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349801#M63775</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2017-04-13T16:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: pc files server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349804#M63776</link>
      <description>&lt;P&gt;Are you saying you are using your PC as remote server running SAS pcfiles server? In that case, you need to make sure you have permisson to remote into your own PC. Yes, it sounds wierd, but local permission to your PC does NOT grant your remote permission to the same&amp;nbsp;box automatically. You will need network security folks to fix that. At least, you will need to have admin access to your own pc to make some changes.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 17:00:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349804#M63776</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2017-04-13T17:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: pc files server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349808#M63777</link>
      <description>&lt;P&gt;yes, i am running EG SAS Remote to access files from&amp;nbsp; my&amp;nbsp; network drives and&amp;nbsp; import them into&amp;nbsp; UNIX.&lt;/P&gt;
&lt;P&gt;i thought&lt;/P&gt;
&lt;P&gt;SERVERUSER='domain\userid'&lt;/P&gt;
&lt;P&gt;SERVERPASS='****';&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is how i access my laptop from the unix sas sever,no?&lt;/P&gt;
&lt;P&gt;The credential above is my&amp;nbsp; windows login&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 17:04:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349808#M63777</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2017-04-13T17:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: pc files server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349811#M63778</link>
      <description>&lt;P&gt;So you are running PC Files server on your laptop?&lt;/P&gt;
&lt;P&gt;Does EG connect to SAS running on your PC also? &amp;nbsp;Or to some other machine? &amp;nbsp;Is that machine running Windows or Unix?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 17:13:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349811#M63778</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-04-13T17:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: pc files server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349818#M63779</link>
      <description>&lt;P&gt;pc files server running on my laptop(windows machine)&lt;/P&gt;
&lt;P&gt;EG SAS runs on my laptop too but SAS Remote (UNIX)&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 17:38:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/349818#M63779</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2017-04-13T17:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: pc files server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/355658#M64202</link>
      <description>&lt;P&gt;so this&amp;nbsp; actually&amp;nbsp; works&amp;nbsp; if&amp;nbsp; trying&amp;nbsp; to access&amp;nbsp; files&amp;nbsp; from EG SAS located in my&amp;nbsp; c drive:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;import&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;out&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;= temp &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;datafile&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;= &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"C:\Users\Redirection\userid\Desktop\book1.xlsx"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;dbms&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=excelcs &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;replace&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;port&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;9621&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;server&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"XYZ12345678"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;sheet&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'Sheet1'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;So i guess no way files in the&amp;nbsp; share drives&amp;nbsp; can be&amp;nbsp; accessed ?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 16:01:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/355658#M64202</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2017-05-03T16:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: pc files server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/355661#M64203</link>
      <description>&lt;P&gt;In theory it should work. &amp;nbsp;As long as the PC files server process can access the share drive. Which if it is running on your PC then I assume that means if you can access the shared drive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should be able change the path to use the UNC path to the shared drive. &amp;nbsp;So if there is a file name 'somebook1.xlsx' in a folder named 'somefolder' on the shared drive that is shared as '\\servername\sharename' then the code would look like this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import out= temp replace
  dbms=excelcs 
  datafile= "\\servername\sharename\somefolder\somebook1.xlsx"
;
  port=9621;
  server="XYZ12345678";
  sheet='Sheet1';
run;
 &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 16:10:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/355661#M64203</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-05-03T16:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: pc files server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/355680#M64206</link>
      <description>&lt;P&gt;thanks Tom&lt;/P&gt;
&lt;P&gt;i did&amp;nbsp; try it just now :&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;import&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;out&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;= temp &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;datafile&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;= &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"&amp;nbsp;\\xxx\corp\yyy\TOR1\zzz\mm\Book1.xlsx"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;dbms&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=excelcs &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;replace&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;port&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;9621&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;server&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"***"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;sheet&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'Sheet1'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Unable to open file \\xxx\corp\yyy\TOR1\zzz\mm\Book1.xlsx. It does not exist or it&lt;/P&gt;
&lt;P&gt;is already opened exclusively by another user, or you need permission to view its data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i created Book1 and i can access it&amp;nbsp; ....&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 17:03:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/355680#M64206</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2017-05-03T17:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: pc files server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/357256#M64273</link>
      <description>&lt;P&gt;Hi Tal and Tom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have exactly same issue, could you resolve this ??&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt; &lt;STRONG&gt;EXPORT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;DBMS=ACCESSCS&lt;/P&gt;&lt;P&gt;DATA=SASHELP.CARS&lt;/P&gt;&lt;P&gt;TABLE="CARS"&lt;/P&gt;&lt;P&gt;REPLACE;&lt;/P&gt;&lt;P&gt;DATABASE='\\WILPMVDFS01.juniper.com\Shared\SAS_Admin\Govardan\SASHELPCARS.ACCDB';&lt;/P&gt;&lt;P&gt;SERVER_NAME='&lt;SPAN&gt;WILPLM26266.juniper.com&lt;/SPAN&gt;';&lt;/P&gt;&lt;P&gt;SERVERUSER='dryrock\gnayaki';&lt;/P&gt;&lt;P&gt;SERVERPASS='***;&lt;/P&gt;&lt;P&gt;PORT=&lt;STRONG&gt;9621&lt;/STRONG&gt;;&lt;STRONG&gt;RUN&lt;/STRONG&gt;;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;DOESN’T WORK GIVES BELOW ERROR------&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Server is unable to authenticate user credentials. (missing or invalid SERVERUSER='&amp;lt;domain\username&amp;gt;';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SERVERPASS='&amp;lt;password&amp;gt;'; enclosed in quotes)&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt; &lt;STRONG&gt;EXPORT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;dbms=accesscs&lt;/P&gt;&lt;P&gt;data=sashelp.cars&lt;/P&gt;&lt;P&gt;table="cars"&lt;/P&gt;&lt;P&gt;replace;&lt;/P&gt;&lt;P&gt;database='C:\Users\gnayaki\Desktop\DESKTOP_june13\newcars1.accdb';&lt;/P&gt;&lt;P&gt;server='WILPLM26266.juniper.com';&lt;/P&gt;&lt;P&gt;port=&lt;STRONG&gt;9621&lt;/STRONG&gt;;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;WORKS FINE&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 09 May 2017 17:35:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/pc-files-server/m-p/357256#M64273</guid>
      <dc:creator>Go</dc:creator>
      <dc:date>2017-05-09T17:35:08Z</dc:date>
    </item>
  </channel>
</rss>

