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-Nummer BUG-000163789
EingereichtDecember 15, 2023
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS Pro
Gefunden in Version3.1.1
BetriebssystemWindows OS
Betriebssystemversion10.0 64 Bit
StatusNon-Reproducible

Zusätzliche Informationen

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;

Schritte zur Reproduzierung

Bug-ID: BUG-000163789

Software:

  • ArcGIS Pro

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln