<?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: PROC IMPORT via EG Keeps running in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-IMPORT-via-EG-Keeps-running/m-p/513443#M32529</link>
    <description>&lt;P&gt;Update&lt;/P&gt;
&lt;P&gt;Sorry in replying update&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Two factors&lt;/P&gt;
&lt;P&gt;1. Admin did not install the MS ACE driver&lt;/P&gt;
&lt;P&gt;2. Once installed it was of wrong bitness, we corrected to 64 bit (in our case as all use MS Office 64 bit)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This then resolved the issue.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Nov 2018 16:56:31 GMT</pubDate>
    <dc:creator>shoin</dc:creator>
    <dc:date>2018-11-15T16:56:31Z</dc:date>
    <item>
      <title>PROC IMPORT via EG Keeps running</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-IMPORT-via-EG-Keeps-running/m-p/503559#M32212</link>
      <description>&lt;P&gt;SAS 9.4TS1M5 on WIN 2012, OA install (Office Analytics) w' EG &amp;amp; AMO as main end user clients.&lt;/P&gt;
&lt;P&gt;EG and Excel are 64 bit&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Issue:&lt;/P&gt;
&lt;P&gt;simple code like&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC IMPORT OUT= WORK.a&lt;/P&gt;
&lt;P&gt;DATAFILE= "\\path\to\an\test.xlsx"&lt;/P&gt;
&lt;P&gt;DBMS=excel REPLACE;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Makes a connection, authenticates, and just keep spinning w' status as "Running".&amp;nbsp; Same in a parallel environment 9.3 works fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Successful 'File &amp;gt; Import Data' via EG same file stored &lt;STRONG&gt;locally&lt;/STRONG&gt; and on the &lt;STRONG&gt;compute server&lt;/STRONG&gt; (reads in fine, no issue, generates code)&lt;/P&gt;
&lt;P&gt;2. PROC import keeps running&lt;/P&gt;
&lt;P&gt;3. I have turned on work space server logs (trace) that do not show anything except waiting for the step (excel file has 1000 rows, few cols)&lt;/P&gt;
&lt;P&gt;4. I also turned on local EG logging which shows the following but my search does not render anything meaningful:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;#from SAS EG log&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="1 2 3 4 5 6 7" color="#000000"&gt;Main] INFO SAS.EC.Environment.ShlwApi [(null)] - GetExecutableRegisteredForExtension() - found C:\Windows\system32\LaunchWinApp.exe&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="1 2 3 4 5 6 7" color="#000000"&gt;2018-10-11 12:14:23,065 [Main] INFO SAS.EC.Environment.ShlwApi [(null)] - GetExecutableRegisteredForExtension() - found C:\Program Files\Microsoft Office\Office16\WINWORD.EXE&lt;/FONT&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="1 2 3 4 5 6 7" color="#FF0000"&gt;2018-10-11 12:14:23,072 [Main] ERROR SAS.EC.Environment.ShlwApi [(null)] - GetExecutableRegisteredForExtension() - Unable to find executable 31&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="1 2 3 4 5 6 7" color="#000000"&gt;2018-10-11 12:14:23,092 [Main] DEBUG SAS.EG.Utilities.AppDomainAssemblyResolver [(null)] - Loaded assembly C:\Program Files\SASHome\SASEnterpriseGuide\7.1\SAS.OLAPCommonUI.dll&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="1 2 3 4 5 6 7" color="#000000"&gt;2018-10-11 12:14:23,098 [Main&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Both logs do not show 'ERROR' only 'DEBUG' and 'INFO'&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Thank you in advance for any insight that you may have.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 20:41:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-IMPORT-via-EG-Keeps-running/m-p/503559#M32212</guid>
      <dc:creator>shoin</dc:creator>
      <dc:date>2018-10-11T20:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IMPORT via EG Keeps running</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-IMPORT-via-EG-Keeps-running/m-p/503567#M32214</link>
      <description>Forgot to mention permission on the file system were read-write-execute.</description>
      <pubDate>Thu, 11 Oct 2018 20:49:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-IMPORT-via-EG-Keeps-running/m-p/503567#M32214</guid>
      <dc:creator>shoin</dc:creator>
      <dc:date>2018-10-11T20:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IMPORT via EG Keeps running</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-IMPORT-via-EG-Keeps-running/m-p/504585#M32231</link>
      <description>&lt;P&gt;I recommend taking this one up with Tech Support.&amp;nbsp; If I were debugging, I'd probably start by getting a more detailed workspace server log to see what state it is in (already ran the proc import, but EG not notified?&amp;nbsp; never got the job?&amp;nbsp; stuck somewhere?)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 04:05:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-IMPORT-via-EG-Keeps-running/m-p/504585#M32231</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2018-10-16T04:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IMPORT via EG Keeps running</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-IMPORT-via-EG-Keeps-running/m-p/513443#M32529</link>
      <description>&lt;P&gt;Update&lt;/P&gt;
&lt;P&gt;Sorry in replying update&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Two factors&lt;/P&gt;
&lt;P&gt;1. Admin did not install the MS ACE driver&lt;/P&gt;
&lt;P&gt;2. Once installed it was of wrong bitness, we corrected to 64 bit (in our case as all use MS Office 64 bit)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This then resolved the issue.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 16:56:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-IMPORT-via-EG-Keeps-running/m-p/513443#M32529</guid>
      <dc:creator>shoin</dc:creator>
      <dc:date>2018-11-15T16:56:31Z</dc:date>
    </item>
  </channel>
</rss>

