laptop and a wrench

Bug

Upgrade enterprise geodatabase fails on SQL Server when colregistry_fk is missing.

ArcGIS Pro
Bug ID Number BUG-000169238
SubmittedJuly 19, 2024
Last ModifiedAugust 19, 2024
Applies toArcGIS Pro
Version found3.3.1
Operating SystemWindows OS
Operating System Version11.0 64 bit
Version Fixed3.4, 3.3.2
StatusFixed

Additional Information

This issue is addressed in ArcGIS Pro 3.3.2 and 3.4.

Workaround

Run the SQL statement below on the database, and ArcGIS Pro 3.3.1 can be used to run an upgrade:

ALTER TABLE [sde].[SDE_column_registry] WITH CHECK ADD CONSTRAINT [colregistry_fk] FOREIGN KEY([table_name], [owner], [database_name])

REFERENCES [sde].[SDE_table_registry] ([table_name], [owner], [database_name])

ON UPDATE CASCADE

ON DELETE CASCADE

GO

Steps to Reproduce

Bug ID: BUG-000169238

Software:

  • ArcGIS Pro

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