laptop and a wrench

Bug

The gdb_temp_user_ids table created during synchronization of replica involving geometric network datasets does not have any indexes and results in performance issues with the synchronization process.

Last Published: May 26, 2022 ArcGIS for Desktop
Bug ID Number BUG-000149364
SubmittedMay 19, 2022
Last ModifiedJune 5, 2024
Applies toArcGIS for Desktop
Version found10.6.1
Operating SystemWindows Server
Operating System Version2016 64 Bit
Version Fixed10.9.2
StatusFixed

Workaround

Create the gdb_temp_user_ids table in advance and create an index on it.

  • create table gdb_temp_user_ids(user_id NUMBER(38));
  • create index gdb_temp_user_ids_idx on gdb_temp_user_ids(user_id);

Note: The replication runs at the usual time.

Steps to Reproduce

Bug ID: BUG-000149364

Software:

  • ArcGIS for Desktop

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options