<?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 EG | Exporting using PCFF in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Exporting-using-PCFF/m-p/509333#M32389</link>
    <description>&lt;P&gt;Try remotely logging onto your PCFF file server and try the UNC file path in Windows Explorer on that server. If it doesn't work there it won't work from SAS and you will need an IT administrator to sort it. Possibly firewall rules might be getting in the way.&lt;/P&gt;</description>
    <pubDate>Wed, 31 Oct 2018 21:02:00 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2018-10-31T21:02:00Z</dc:date>
    <item>
      <title>SAS EG | Exporting using PCFF</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Exporting-using-PCFF/m-p/509245#M32386</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using SAS PCFF to export to local disk in SAS EG. We use a code like below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;proc export data=sashelp.class&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; dbms=ACCESSCS&amp;nbsp;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; outtable="Class" replace;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;database="C:\temp\Test.accdb";&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; server="xx.xx.xx.xx";&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; port=9621;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;run;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If we export to local disk, C or D, the codes execute fine. But if we replace to network drive (\\computer\folder or Z:\folder) the following error appear:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2" color="red"&gt;ERROR: Connection Failed. &amp;nbsp;See log for details.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Courier New" size="2" color="#008000"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Courier New" size="2" color="#008000"&gt;NOTE: PROCEDURE EXPORT used (Total process time):&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Courier New" size="2" color="#008000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; real time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.23 seconds&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Courier New" size="2" color="#008000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; cpu time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.01 seconds&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Of course the user has permission to write in the network drive. There is any limitations to export to network drive (mapped or not)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 18:21:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Exporting-using-PCFF/m-p/509245#M32386</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2018-10-31T18:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG | Exporting using PCFF</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Exporting-using-PCFF/m-p/509259#M32387</link>
      <description>Any success with other dbms values?</description>
      <pubDate>Wed, 31 Oct 2018 18:53:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Exporting-using-PCFF/m-p/509259#M32387</guid>
      <dc:creator>tomrvincent</dc:creator>
      <dc:date>2018-10-31T18:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG | Exporting using PCFF</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Exporting-using-PCFF/m-p/509268#M32388</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/144199"&gt;@tomrvincent&lt;/a&gt;, you mean Excel for example? We don't tried but I'll test and let you know.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 19:04:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Exporting-using-PCFF/m-p/509268#M32388</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2018-10-31T19:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG | Exporting using PCFF</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Exporting-using-PCFF/m-p/509333#M32389</link>
      <description>&lt;P&gt;Try remotely logging onto your PCFF file server and try the UNC file path in Windows Explorer on that server. If it doesn't work there it won't work from SAS and you will need an IT administrator to sort it. Possibly firewall rules might be getting in the way.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 21:02:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Exporting-using-PCFF/m-p/509333#M32389</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-10-31T21:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG | Exporting using PCFF</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Exporting-using-PCFF/m-p/509357#M32390</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We open the windows explorer on PCFF's machine and we can access the network drive without any problem, using "\\ machine \ folder" or "Z: \ folder". Do you think could be a permission problem to access network drive? Would be better to add the SERVERUSER and SERVERPASS options on PROC IMPORT?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 21:36:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Exporting-using-PCFF/m-p/509357#M32390</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2018-10-31T21:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG | Exporting using PCFF</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Exporting-using-PCFF/m-p/509362#M32391</link>
      <description>&lt;P&gt;Yes, it does look like a permissions-type problem. There is no harm in trying the&amp;nbsp;&lt;SPAN&gt;SERVERUSER and SERVERPASS options to see if it fixes the problem. I'm wondering if there is a problem with permissions delegation which might require Kerberos settings changed.&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 21:54:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Exporting-using-PCFF/m-p/509362#M32391</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-10-31T21:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG | Exporting using PCFF</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Exporting-using-PCFF/m-p/510910#M32446</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In fact, SERVERUSER and SERVERPASS does not resolved the problem. Could you please inform me how to change&lt;SPAN&gt;&amp;nbsp;Kerberos settings? We use Unix user and password to connect to metadata on SAS EG.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 21:29:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Exporting-using-PCFF/m-p/510910#M32446</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2018-11-06T21:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG | Exporting using PCFF</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Exporting-using-PCFF/m-p/510928#M32447</link>
      <description>&lt;P&gt;Kerberos settings are very site-specific. I suggest you ask one of your IT administrators who is familiar with this.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Nov 2018 00:52:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Exporting-using-PCFF/m-p/510928#M32447</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-11-07T00:52:23Z</dc:date>
    </item>
  </channel>
</rss>

