Upgrade 11.5 fail

83
1
Tuesday
BlackEagle
New Contributor

Hello 

I worked with multimachine deployment that install in different machine, and they are running fine with version 11.2  i start the process to Upgrade to 11.5 after that finished the windows service is deleted 

0 Kudos
1 Reply
TimoT
by
Frequent Contributor

Hi @BlackEagle,

I've encountered similar issues twice before where an upgrade appears successful, but the Windows service disappeared post-upgrade. It's been quite a few years since I've seen it happen and may be patched, but I'll share my personal experience and the resolution we found.

We discovered that affected machines had a newer version of Microsoft C++ Redistributable than what the installer expected, so the installer skipped installation, which somehow affected the ArcGIS Enterprise Windows services.

What to check:

  • According to ArcGIS Enterprise 11.5 system requirements, the minimum required is C++ 2015–2022 Redistributable (x64) version 14.38.33130. Check if your machine(s) have a newer version than that installed.
  • On the affected machine(s), use file explorer to look in %appdata%\..\local\temp for C++ redistributable installation logs. You may find logs here that tell you C++ redistributable was not installed.

Resolution:

  1. Uninstalled C++ Redistributable on affected server machine(s)
  2. Run a repair on the respective Enterprise software component installation
  3. Windows services reappeared after the repair

Some other things to consider:

  • Anti-virus / malware protection agents
  • Ensure user that installs/upgrades has sufficient permissions to all directories
0 Kudos