| Número de ID del error |
BUG-000141239 |
| Enviado | July 6, 2021 |
| Última modificación | February 10, 2025 |
| Relacionado con | Portal for ArcGIS |
| Versión encontrada | 10.8.1 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | N/A |
| Estado | Known Limit
Después de la revisión por parte del equipo de desarrollo, se ha determinado que este problema está relacionado con una limitación conocida del software que está fuera del control de Esri. La sección Información adicional del problema puede contener más explicaciones.
|
Información adicional
Due to the large size of the Portal for ArcGIS install, updates require significant computer resources. Even if only a few files are being updated, the installer software loads the entire setup, and uses up the memory and CPU utilization. In addition, setups are extremely disk intensive.
As a result, the setup times out when it is run under less than optimal conditions. This also occurs when installing in-house.
This is directly related to system resources on the target machine, and network latency. The fact that it appears during Remote Control sessions underscores the second point; by definition a remote session is at least one step removed from the target machine. If the Managed Service Provider (MSP) is on a remote server, that is another hop. If another Virtual Machine (VM) is layered on top of that, it is even farther removed.
This is not even considering firewalls or anti-virus software that is scanning each file being opened or installed, the disk input/output limitations, other processes that may be running.
Esri recommends the following:
- If possible, copy and run the MSP locally to avoid issues with network latency.
- Change the User Account Control (UAC) settings to the lowest setting on the target machine. Under normal settings, UAC generates a pop-up box to confirm the install; if no answer is given it cancels the install. This pop-up can disappear very quickly and leaves no trace of what has occurred.
- Run the installation by command line instead with the /qn option to not display the user interface:
msiexec /p patchfile.msp REINSTALL=ALL REINSTALLMODE=omus /qn
- It may be necessary to upgrade the target machine on both the CPU and memory, and copy the setup locally to that machine, eliminating unnecessary network hops. A system is only as fast as the slowest component.
Even under the best conditions, the Portal for ArcGIS update can take an hour or more.
Solución alternativa
This behavior occurs when the Remote Desktop window connection to the portal virtual machine is minimized. Run the patch and leave Remote Desktop window in full screen mode, and the patch runs successfully.
Pasos para reproducir