laptop and a wrench

Bogue

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
Numéro d’ID de bogue BUG-000163789
EnvoiDecember 15, 2023
Dernière modificationJune 5, 2024
S’applique àArcGIS Pro
Version trouvée3.1.1
Système d’exploitationWindows OS
Version du système d’exploitation10.0 64 Bit
StatutNon-Reproducible

Informations supplémentaires

This issue is not reproducible.

Solution de contournement

  • 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;

Étapes pour reproduire

ID de bogue: BUG-000163789

Logiciel:

  • ArcGIS Pro

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement