<?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: Import file in EG server. The file source becomes #LN00001 in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-file-in-EG-server-The-file-source-becomes-LN00001/m-p/425994#M27441</link>
    <description>&lt;P&gt;When you use the import wizard in EG, the following happens:&lt;/P&gt;
&lt;P&gt;- EG converts the input to a standardized textual format; in case of Excel files, a MS-supplied module is used for that&lt;/P&gt;
&lt;P&gt;- the resulting text file is copied to the WORK location on the server with a #LNxxxxx name&lt;/P&gt;
&lt;P&gt;- EG writes a fitting data step and executes it on the server; this is what you see in the log&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This means that the code you see in the log can't be run on its own, ir needs to be run as part of the import task that was created with the wizard. Depending on the type of infile, you will have to write a data/import step on your own or you can copy the code from the import task, but you will have to take care of the "copy to the server" part.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So the next questions are&lt;/P&gt;
&lt;P&gt;- what type of file are you importing?&lt;/P&gt;
&lt;P&gt;- what infrastructure is available for making the file "visible" to the SAS server process? (shared directories, sftp, ...)&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jan 2018 09:01:48 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2018-01-09T09:01:48Z</dc:date>
    <item>
      <title>Import file in EG server. The file source becomes #LN00001</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-file-in-EG-server-The-file-source-becomes-LN00001/m-p/425980#M27440</link>
      <description>&lt;P&gt;When I import external(local) file in SAS server, the code in the import node shows that infile become like #LN000001. The import node works. However when I copy the code from the node with physical path instead. It fails. Howe the amend the code for infile path?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 07:57:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-file-in-EG-server-The-file-source-becomes-LN00001/m-p/425980#M27440</guid>
      <dc:creator>SullivanC</dc:creator>
      <dc:date>2018-01-09T07:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Import file in EG server. The file source becomes #LN00001</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-file-in-EG-server-The-file-source-becomes-LN00001/m-p/425994#M27441</link>
      <description>&lt;P&gt;When you use the import wizard in EG, the following happens:&lt;/P&gt;
&lt;P&gt;- EG converts the input to a standardized textual format; in case of Excel files, a MS-supplied module is used for that&lt;/P&gt;
&lt;P&gt;- the resulting text file is copied to the WORK location on the server with a #LNxxxxx name&lt;/P&gt;
&lt;P&gt;- EG writes a fitting data step and executes it on the server; this is what you see in the log&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This means that the code you see in the log can't be run on its own, ir needs to be run as part of the import task that was created with the wizard. Depending on the type of infile, you will have to write a data/import step on your own or you can copy the code from the import task, but you will have to take care of the "copy to the server" part.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So the next questions are&lt;/P&gt;
&lt;P&gt;- what type of file are you importing?&lt;/P&gt;
&lt;P&gt;- what infrastructure is available for making the file "visible" to the SAS server process? (shared directories, sftp, ...)&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 09:01:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-file-in-EG-server-The-file-source-becomes-LN00001/m-p/425994#M27441</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-01-09T09:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Import file in EG server. The file source becomes #LN00001</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-file-in-EG-server-The-file-source-becomes-LN00001/m-p/426001#M27442</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;I imported csv from network disk.&lt;/P&gt;
&lt;P&gt;I'm not sure whether it is the problem of metadata.&amp;nbsp; If I have not registered the&amp;nbsp;file to the metadata, I cannot use the path directly?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 09:26:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-file-in-EG-server-The-file-source-becomes-LN00001/m-p/426001#M27442</guid>
      <dc:creator>SullivanC</dc:creator>
      <dc:date>2018-01-09T09:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Import file in EG server. The file source becomes #LN00001</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-file-in-EG-server-The-file-source-becomes-LN00001/m-p/426011#M27443</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/33684"&gt;@SullivanC&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;I imported csv from network disk.&lt;/P&gt;
&lt;P&gt;I'm not sure whether it is the problem of metadata.&amp;nbsp; If I have not registered the&amp;nbsp;file to the metadata, I cannot use the path directly?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Very often network paths for data sharing/storing from desktops are not mounted on application servers. Check that with your network/system admins.&lt;/P&gt;
&lt;P&gt;Also please post the log from the failed step, using the {i} button.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 09:46:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-file-in-EG-server-The-file-source-becomes-LN00001/m-p/426011#M27443</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-01-09T09:46:37Z</dc:date>
    </item>
  </channel>
</rss>

