<?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: SAS PC File Formats | Error importing or exporting from network in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-PC-File-Formats-Error-importing-or-exporting-from-network/m-p/685718#M208012</link>
    <description>&lt;P&gt;Can you explain what part of the configuration needed to be changed to fix the issue?&amp;nbsp; It might help others in the future that have similar issues.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Sep 2020 14:32:05 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2020-09-22T14:32:05Z</dc:date>
    <item>
      <title>SAS PC File Formats | Error importing or exporting from network</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-PC-File-Formats-Error-importing-or-exporting-from-network/m-p/685679#M207989</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our users have SAS PC File Server installed on their computers. The SAS PC File Server is started automatically as a service. Our SAS Server is Linux on 9.4M5.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We don't have any problem importing or exporting to local drive, the user and password information in this case is not required.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But if the user tried to import or export over the network the following error appears:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import file="\\network\directory\File.xlsx" 
     out=class
     DBMS=EXCELCS REPLACE;
     PORT=9621 ;
     SERVER="my-computer-name";   
run;

ERROR: Unable to open file \\network\directory\File.xlsx. It does not  exist or it is already opened exclusively by another user, or you need permission to view its data.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If we add user and password information, even if we add domain on user name, the following error appears:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import file="\\network\directory\File.xlsx" 
     out=class
     DBMS=EXCELCS REPLACE;
     PORT=9621 ;
     SERVER="my-computer-name"; 
	 SERVERUID="my.user";
     serverpass="{sas002}FF5BB7293C5BE73F1BF62E514719C47C138D163D42D54M38"; 
run;

ERROR: Server is unable to authenticate user credentials. (missing or invalid SERVERUSER='&amp;lt;domain\username&amp;gt;'; SERVERPASS='&amp;lt;password&amp;gt;'; enclosed in quotes).&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Any idea?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 12:43:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-PC-File-Formats-Error-importing-or-exporting-from-network/m-p/685679#M207989</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2020-09-22T12:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PC File Formats | Error importing or exporting from network</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-PC-File-Formats-Error-importing-or-exporting-from-network/m-p/685701#M208002</link>
      <description>&lt;P&gt;Can the users save a file to that path using&amp;nbsp;Excel?&amp;nbsp; Also, does the account under which is the PC File Server service is running have the needed permissions?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 14:11:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-PC-File-Formats-Error-importing-or-exporting-from-network/m-p/685701#M208002</guid>
      <dc:creator>CurtisMackWSIPP</dc:creator>
      <dc:date>2020-09-22T14:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PC File Formats | Error importing or exporting from network</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-PC-File-Formats-Error-importing-or-exporting-from-network/m-p/685704#M208004</link>
      <description>&lt;P&gt;Thanks folks! We reconfigure the SAS PC File Server and now it's working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 14:16:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-PC-File-Formats-Error-importing-or-exporting-from-network/m-p/685704#M208004</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2020-09-22T14:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PC File Formats | Error importing or exporting from network</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-PC-File-Formats-Error-importing-or-exporting-from-network/m-p/685718#M208012</link>
      <description>&lt;P&gt;Can you explain what part of the configuration needed to be changed to fix the issue?&amp;nbsp; It might help others in the future that have similar issues.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 14:32:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-PC-File-Formats-Error-importing-or-exporting-from-network/m-p/685718#M208012</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-09-22T14:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PC File Formats | Error importing or exporting from network</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-PC-File-Formats-Error-importing-or-exporting-from-network/m-p/685744#M208023</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In fact, our service desk uninstall and install it again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 15:59:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-PC-File-Formats-Error-importing-or-exporting-from-network/m-p/685744#M208023</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2020-09-22T15:59:21Z</dc:date>
    </item>
  </channel>
</rss>

