laptop and a wrench

Error

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
Número de ID del error BUG-000163789
EnviadoDecember 15, 2023
Última modificaciónJune 5, 2024
Relacionado conArcGIS Pro
Versión encontrada3.1.1
Sistema operativoWindows OS
Versión de sistema operativo10.0 64 Bit
EstadoNon-Reproducible

Información adicional

This issue is not reproducible.

Solución alternativa

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

Pasos para reproducir

ID del error: BUG-000163789

Software:

  • ArcGIS Pro

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga