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).
Since EG is installed in the Program Files directory tree, it needs Administrator privileges to be updated.
I guess that your Windows userid "USER" does not have those.
My guess comes from these two lines (437 & 438) in your log:
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
The negative value in the second line is usually used by programmers for error conditions.
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.
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.
Now use cd to change to the location where you stored the downloaded msi file. Enter .\the_whole_filename.msi and hit enter. Then the installation process should start.
If your problems persist even with that method, then open a track with SAS Technical Support.
What version of Windows are you trying to do this on?
I also noticed in the log that the user properties look generic:
Property(S): LogonUser = USER
Property(S): ComputerName = USER-PC
For example, your user paths contain "USER" (ex. "C:\Users\USER\") rather than a real user id. I wonder if that is related to who the process is being run under.
Casey
Register today and join us virtually on June 16!
sasglobalforum.com | #SASGF
View now: on-demand content for SAS users
I suggest contacting SAS Technical Support as well. I 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).
Register today and join us virtually on June 16!
sasglobalforum.com | #SASGF
View now: on-demand content for SAS users
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.