<?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 7.13 Updater error in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-7-13-Updater-error/m-p/336181#M22345</link>
    <description>Thank you for your reply. I actually do have administrator privileges on the computer. Is there a workaround to this?</description>
    <pubDate>Mon, 27 Feb 2017 13:17:08 GMT</pubDate>
    <dc:creator>sodeyemi</dc:creator>
    <dc:date>2017-02-27T13:17:08Z</dc:date>
    <item>
      <title>SAS EG 7.13 Updater error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-7-13-Updater-error/m-p/336096#M22333</link>
      <description>&lt;P&gt;Please see the attached log file for the error I got when I attempted to update SAS EG 7.100.3.5419 to 7.13 HF3 (7.100.3.5438).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 04:30:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-7-13-Updater-error/m-p/336096#M22333</guid>
      <dc:creator>sodeyemi</dc:creator>
      <dc:date>2017-02-27T04:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG 7.13 Updater error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-7-13-Updater-error/m-p/336104#M22334</link>
      <description>&lt;P&gt;Since EG is installed in the Program Files directory tree, it needs Administrator privileges to be updated.&lt;/P&gt;
&lt;P&gt;I guess that your Windows userid "USER" does not have those.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 07:45:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-7-13-Updater-error/m-p/336104#M22334</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-02-27T07:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG 7.13 Updater error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-7-13-Updater-error/m-p/336181#M22345</link>
      <description>Thank you for your reply. I actually do have administrator privileges on the computer. Is there a workaround to this?</description>
      <pubDate>Mon, 27 Feb 2017 13:17:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-7-13-Updater-error/m-p/336181#M22345</guid>
      <dc:creator>sodeyemi</dc:creator>
      <dc:date>2017-02-27T13:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG 7.13 Updater error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-7-13-Updater-error/m-p/336185#M22347</link>
      <description>&lt;P&gt;My guess comes from these two lines (437 &amp;amp; 438) in your log:&lt;/P&gt;
&lt;PRE&gt;MSI (s) (34:5C) [15:33:33:323]: Note: 1: 2205 2:  3: Error 
MSI (s) (34:5C) [15:33:33:324]: Note: 1: 2262 2: AdminProperties 3: -2147287038 
&lt;/PRE&gt;
&lt;P&gt;The negative value in the second line is usually used by programmers for error conditions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the update is run from a .exe file, you can right-click it and select "Run as Administrator". If its a .msi, you might have to run a cmd as Administrator and start the .msi from there.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 13:34:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-7-13-Updater-error/m-p/336185#M22347</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-02-27T13:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG 7.13 Updater error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-7-13-Updater-error/m-p/336190#M22348</link>
      <description>Thank you. This is helpful. I believe the update is a .msi file. Please can you direct me to a resource as to how to complete the update from command line?</description>
      <pubDate>Mon, 27 Feb 2017 14:04:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-7-13-Updater-error/m-p/336190#M22348</guid>
      <dc:creator>sodeyemi</dc:creator>
      <dc:date>2017-02-27T14:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG 7.13 Updater error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-7-13-Updater-error/m-p/336192#M22349</link>
      <description>&lt;P&gt;Click the Windows Start Button, then type "cmd" in the Search Programs/Files field. The top entry should be cmd.exe. Right-click that, and select Run as Administrator.&lt;/P&gt;
&lt;P&gt;Now use cd to change to the location where you stored the downloaded msi file. Enter .\&lt;EM&gt;the_whole_filename&lt;/EM&gt;.msi and hit enter. Then the installation process should start.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your problems persist even with that method, then open a track with SAS Technical Support.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 19:36:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-7-13-Updater-error/m-p/336192#M22349</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-02-27T19:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG 7.13 Updater error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-7-13-Updater-error/m-p/336304#M22354</link>
      <description>&lt;P&gt;What version of Windows are you trying to do this on?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also noticed in the log that the user properties look generic:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Property(S): LogonUser = USER&lt;BR /&gt;Property(S): ComputerName = USER-PC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, your user&amp;nbsp;paths contain&amp;nbsp;"USER" (ex. "C:\Users\USER\")&amp;nbsp;rather than&amp;nbsp;a real user id.&amp;nbsp; I wonder if that is related to who the process is being run under.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 19:07:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-7-13-Updater-error/m-p/336304#M22354</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2017-02-27T19:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG 7.13 Updater error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-7-13-Updater-error/m-p/336313#M22355</link>
      <description>Thank you for your reply, Casey Smith. I am running this on Window 10.</description>
      <pubDate>Mon, 27 Feb 2017 19:28:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-7-13-Updater-error/m-p/336313#M22355</guid>
      <dc:creator>sodeyemi</dc:creator>
      <dc:date>2017-02-27T19:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG 7.13 Updater error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-7-13-Updater-error/m-p/338003#M22457</link>
      <description>&lt;P&gt;I suggest contacting SAS Technical Support as well.&amp;nbsp; I&amp;nbsp;still think the fact that "USER" is being used, rather than a real user id, has something to do with it (perhaps the account under which the process is running).&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 20:37:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-7-13-Updater-error/m-p/338003#M22457</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2017-03-03T20:37:49Z</dc:date>
    </item>
  </channel>
</rss>

