laptop and a wrench

Bug

The offline map generation fails for sync-enabled referenced feature services and returns the error message, {Create offline features error for https://machine/webadaptor/rest/services/...... }, if the base_id in the i7 table is equal to an existing ObjectID in the GDB_ITEMRELATIONSHIPS table.

ArcGIS Pro
Bug ID Number BUG-000163789
SubmittedDecember 15, 2023
Last ModifiedJune 5, 2024
Applies toArcGIS Pro
Version found3.1.1
Operating SystemWindows OS
Operating System Version10.0 64 Bit
StatusNon-Reproducible

Additional Information

This issue is not reproducible.

Workaround

  • Check if the base id in i7 is equal to an existing ObjectID under the GDB_ITEMRELATIONSHIPS table.
  •  Set the base id in the i7 table to have a value larger than the maximum existing ObjectID in the GDB_ITEMRELATIONSHIPS table by using the following query :

 

BEGIN TRANSACTION;

 

UPDATE i7 SET base_id = (SELECT MAX(ObjectID) + 1 FROM GDB_ITEMRELATIONSHIPS);

UPDATE i7 SET last_id = base_id - 1;

 

END TRANSACTION;

Steps to Reproduce

Bug ID: BUG-000163789

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