Skip to Content

Patches and updates

ArcGIS Server 10.9.1 Utility Network and Data Management Patch 1

Published: February 18, 2022

Summary

This patch addresses several functional issues with the 10.9.1 utility network release. In addition to the issues listed below, the patch addresses issues focused around reconcile, validate and performance of utility networks.

Description

EsriĀ® announces the ArcGIS Server 10.9.1 Utility Network and Data Management Patch 1. This patch focuses on quality and performance particularly in the areas of validate, update subnetwork and reconcile, and is recommended for all utility network customers using ArcGIS Enterprise 10.9.1. This patch includes a particular focus on reconcile and post correctness. This patch deals specifically with the issues listed below under Issues Addressed with this patch.

Issues Addressed with this patch

  • BUG-000147186 - Export Subnetwork crashing.
  • BUG-000147019 - Export subnetworks not including required fields in JSON.
  • BUG-000146342 - The Utility Network service fails to start with the error message, "The dataset name is invalid" returned.
  • BUG-000145357 - Propagation not working correctly for lines connected to the same terminal on a device with multiple terminals
  • BUG-000145322 - Update Subnetwork fails with 999999 "Arithmetic overflow error converting float to data type numeric."
  • BUG-000145060 - Provide a way to disable post processing in validate (marking subnetwork controllers as dirty)
  • BUG-000144593 - V3 Utility Networks regenerate Association Dirty Areas in incorrect locations
  • BUG-000143529 - Error occurs when running "service area analysis" tool: Error DBMS table not found Invalid object name 'sde.sessions_137833_5'
  • BUG-000145428 - Branch versioning reconcile trim delete statement optimization to avoid full fetching all rowids in the sublineage (removing NOT IN subquery)
  • BUG-000144988 - Editing a centerline that is a curve that is not associated with a route throws a 3D error.
  • BUG-000144877 - System is failing to write the burn-in propagated values to phasesenergized field
  • BUG-000144700 - The error, 'insufficient permissions', can occur on reconcile if the service was published by a database user which does not have permissions to a Utility Network present in the same database by another database user schema.
  • BUG-000144666 - Long running Save Edits operation in branch version results in ArcGIS Pro error "Save Edits Failed".
  • BUG-000144420 - Reconcile fails with collation conflict error when database collation is different than instance collation.
  • BUG-000144240 - Export Subnetwork taking a long time on specific utility network
  • BUG-000143940 - Validate Network Topology (async) does not include Success flag to statusUrl when "Success = true"
  • BUG-000143892 - Reconcile failed on v3 with (an expected field not found)

Installing this patch on Windows

Installation Steps:

This patch should be installed on all ArcGIS Server installations related to the ArcGIS Server site.

The ArcGIS product listed in the table must be installed on your system before you can install a patch. Each patch setup is specific to the ArcGIS product in the list. To determine which products are installed on your system, please see the How to identify which ArcGIS products are installed section. Esri recommends that you install the patch for each product that is on your system.

The ArcGIS Server 10.9.1 Setup Program Patch is a mandatory prerequisite for installing this patch on Windows. Please download and install the ArcGIS Server 10.9.1 Setup Program Patch before attempting to install this patch.

  1. Download the appropriate file to a location other than your ArcGIS installation location.

    ArcGIS 10.9.1  
       
         ArcGIS Server ArcGIS-1091-S-UNDM1-Patch.msp
         Checksum
         (SHA256)
    2FDF8A1AFDCEAC40569172C9C2C3316FEEACEAD67AE5380CF5C4B63BA7E178F5
       

  2. Make sure you have write access to your ArcGIS installation location.
  3. Double-click ArcGIS-1091-S-UNDM1-Patch.msp to start the setup process.

    NOTE: If double clicking on the MSP file does not start the setup installation, you can start the setup installation manually by using the following command:

    msiexec.exe /p [location of Patch]\ArcGIS-1091-S-UNDM1-Patch.msp


Installing this patch on Linux

Installation Steps:

Complete the following install steps as the ArcGIS Install owner. The Install owner is the owner of the arcgis folder. This patch should be installed on all ArcGIS Server installations related to the ArcGIS Server site.

The ArcGIS product listed in the table must be installed on your system before you can install a patch. Each patch setup is specific to the ArcGIS product in the list. To determine which products are installed on your system, please see the How to identify which ArcGIS products are installed section. Esri recommends that you install the patch for each product that is on your system.

  1. Download the appropriate file to a location other than your ArcGIS installation location.

    ArcGIS 10.9.1  
       
         ArcGIS Server ArcGIS-1091-S-UNDM1-Patch-linux.tar
         Checksum
         (SHA256)
    F07AA393E46CA7D7D23AD424A37553E955D962E707892AC5F368247E32705A5E
       

  2. Make sure you have write access to your ArcGIS installation location, and that no one is using ArcGIS.
  3. Extract the specified tar file by typing:

    % tar -xvf ArcGIS-1091-S-UNDM1-Patch-linux.tar

  4. Start the installation by typing:

    % ./applypatch

    This will start the dialog for the menu-driven installation procedure. Default selections are noted in parentheses ( ). To quit the installation procedure, type 'q' at any time.

Upgrade a geodatabase

When a hotfix or patch for ArcGIS has been applied, it may also be necessary to upgrade your geodatabase depending on the nature of fixes included. See the Upgrade the Geodatabase section on the Geodatabase management page for your individual DBMS platform for more information. Executing the steps below will not cause any harm if your geodatabase is already at the required level, so the recommended approach is to follow the steps as outlined. If your database is already at the required level, you will get a message indicating so.

Upgrading from ArcGIS Server requires the use of Python. If you are working with ArcGIS Server on Windows or Linux, you can access the appropriate Python 3 environment by using the python.exe which is included with the framework/runtime components of ArcGIS Server. Additionally, on Windows a script batch file is available to launch the Python 3 environment.

To perform the upgrade, create a script using this example Python syntax, and name the script upgrade_gdb.py.

import arcpy
Connection_File_Name_full_path="C:\\temp\\sysadmin_connection.sde"
arcpy.UpgradeGDB_management(Connection_File_Name_full_path, "PREREQUISITE_CHECK", "UPGRADE") 


On Windows, run the upgrade script explicitly using the Python 3 environment. If ArcGIS Server is installed to the default location, the script can be executed with either of the following commands:

"C:\Program Files\ArcGIS\Server\framework\runtime\ArcGIS\bin\Python\scripts\propy.bat" C:\temp\upgrade_gdb.py
Or
"C:\Program Files\ArcGIS\Server\framework\runtime\ArcGIS\bin\Python\envs\arcgispro-py3\python.exe" C:\temp\upgrade_gdb.py 


On Linux, launch the Python 3 environment using the following commands:

source /<arcgis_server_installation_directory>/arcgis/server/framework/etc/arcenv
unset LD_PRELOAD
unset CONDA_DEFAULT_ENV 


And then execute the upgrade script with the following command:

wine "Z:\<arcgis_server_installation_directory>\arcgis\server\framework\runtime\ArcGIS\bin\Python\envs\arcgispro-py3\python.exe" <path_To>\upgrade_gdb.py

 

Uninstalling this patch on Windows

To uninstall this patch on Windows, open the Windows Control Panel and navigate to installed programs. Make sure that "View installed updates" (upper left side of the Programs and Features dialog) is active. Select the patch name from the programs list and click Uninstall to remove the patch.

 

Uninstalling this patch on Linux

To remove this patch on versions 10.7 and higher, navigate to the <Product Installation Directory>/.Setup/qfe directory and run the following script as the ArcGIS Install owner:


./removepatch.sh


The removepatch.sh script allows you to uninstall previously installed patches or hot fixes. Use the -s status flag to get the list of installed patches or hot fixes ordered by date. Use the -q flag to remove patches or hot fixes in reverse chronological order by date they were installed. Type removepatch -h for usage help.

Restart your ArcGIS services.

Patch Updates

Check the Patches and Service Packs page periodically for the availability of additional patches. New information about this patch will be posted here.

How to identify which ArcGIS products are installed

To determine which ArcGIS products are installed, choose the appropriate version of the PatchFinder utility for your environment and run it from your local machine. PatchFinder will list all products, hot fixes, and patches installed on your local machine.

Getting Help

Domestic sites, please contact Esri Technical Support at 1-888-377-4575, if you have any difficulty installing this patch. International sites, please contact your local Esri software distributor.



Download ID:7990

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options