<?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 Error when loading external file in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-loading-external-file/m-p/292441#M19971</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a .dat file hosted in a network drive, V.&lt;/P&gt;&lt;P&gt;EG is installed in my computer but connects to&amp;nbsp;a server via VPN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FILENAME QNS2 "V:\Data Library\ABC_X.dat";&lt;BR /&gt;DATA HELLO;&lt;BR /&gt;INFILE QNS2;&lt;BR /&gt;INPUT @1 ID $3.&lt;BR /&gt;@4 VISIT $6.&lt;BR /&gt;@10 DX $2;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the error below. I am at my wits end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May I know how to solve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, V:\Data Library\ABC_X.dat.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;WARNING: The data set WORK.ABC_X may be incomplete. When this step was stopped there were 0 observations and 8 variables.&lt;BR /&gt;WARNING: Data set WORK,ABC_X was not replaced because this step was stopped.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Aug 2016 13:20:22 GMT</pubDate>
    <dc:creator>ovonel</dc:creator>
    <dc:date>2016-08-18T13:20:22Z</dc:date>
    <item>
      <title>Error when loading external file</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-loading-external-file/m-p/292441#M19971</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a .dat file hosted in a network drive, V.&lt;/P&gt;&lt;P&gt;EG is installed in my computer but connects to&amp;nbsp;a server via VPN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FILENAME QNS2 "V:\Data Library\ABC_X.dat";&lt;BR /&gt;DATA HELLO;&lt;BR /&gt;INFILE QNS2;&lt;BR /&gt;INPUT @1 ID $3.&lt;BR /&gt;@4 VISIT $6.&lt;BR /&gt;@10 DX $2;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the error below. I am at my wits end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May I know how to solve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, V:\Data Library\ABC_X.dat.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;WARNING: The data set WORK.ABC_X may be incomplete. When this step was stopped there were 0 observations and 8 variables.&lt;BR /&gt;WARNING: Data set WORK,ABC_X was not replaced because this step was stopped.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 13:20:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-loading-external-file/m-p/292441#M19971</guid>
      <dc:creator>ovonel</dc:creator>
      <dc:date>2016-08-18T13:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error when loading external file</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-loading-external-file/m-p/292445#M19972</link>
      <description>&lt;P&gt;Very simple. For the SAS process, the file does not exist.&lt;/P&gt;
&lt;P&gt;- a blank in the filename causes confusion&lt;/P&gt;
&lt;P&gt;- the network share is not mounted on the host where SAS runs&lt;/P&gt;
&lt;P&gt;- permissions on the share/directory/file prevent the account under which the SAS process runs from access&lt;/P&gt;
&lt;P&gt;- and many others&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Very important here is your SAS setup&lt;/P&gt;
&lt;P&gt;- local, with SAS used in display manager mode&lt;/P&gt;
&lt;P&gt;- local, with Enterprise Guide&lt;/P&gt;
&lt;P&gt;- remote, with Enterprise Guide as frontend&lt;/P&gt;
&lt;P&gt;- remote, with SAS Studio&lt;/P&gt;
&lt;P&gt;- if remote, which operating system on the SAS server?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 13:18:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-loading-external-file/m-p/292445#M19972</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-08-18T13:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error when loading external file</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-loading-external-file/m-p/292449#M19973</link>
      <description>&lt;P&gt;Hi Kurt,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not too sure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to connect to VPN in order to see my network drive and also allow my EG (Installed on my PC) to run on the server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suppose that is remote with EG as front end.&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;</description>
      <pubDate>Thu, 18 Aug 2016 13:29:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-loading-external-file/m-p/292449#M19973</guid>
      <dc:creator>ovonel</dc:creator>
      <dc:date>2016-08-18T13:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error when loading external file</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-loading-external-file/m-p/292455#M19975</link>
      <description>&lt;P&gt;Then it's highly likely that EG can't see the path to the file. You can try a proc export to your local desktop and that error is easier to confirm this issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the GUI to import your data or move the file to the server.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 14:00:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-loading-external-file/m-p/292455#M19975</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-18T14:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error when loading external file</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-loading-external-file/m-p/292610#M19990</link>
      <description>&lt;P&gt;I think your SAS session is running on a different machine than what you are running Enterprise Guide on, and your SAS server can't see a "V:" drive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 23:01:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-loading-external-file/m-p/292610#M19990</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2016-08-18T23:01:47Z</dc:date>
    </item>
  </channel>
</rss>

