laptop and a wrench

Erro

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 do Erro BUG-000163789
EnviadoDecember 15, 2023
Última ModificaçãoJune 5, 2024
Aplica-se àArcGIS Pro
Versão encontrada3.1.1
Sistema OperacionalWindows OS
Versão do Sistema Operacional10.0 64 Bit
StatusNon-Reproducible

Informações Adicionais

This issue is not reproducible.

Solução Provisória

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

Etapas para Reproduzir

ID do Erro: BUG-000163789

Software:

  • ArcGIS Pro

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download