laptop and a wrench

Erro

ArcMap crashes while executing definition query on a text field having length of more than 4000. When the UNICODE_STRING dbtune parameter is set to FALSE, text fields greater than 4000 characters are incorrectly created as SQL Server 'text' columns instead of varchar columns. This causes string comparisons such as definition queries to fail. The = operator does not work the same way on text/ntext data as it does on varchar/nvarchar.

Última Publicação: August 25, 2014 No Product Found
Número de ID do Erro NIM011006
EnviadoAugust 16, 2007
Última ModificaçãoApril 2, 2025
Aplica-se àNo Product Found
Versão encontrada9.2
Versão Fixa9.3
StatusFixed

Solução Provisória

use the CAST function in the definition query:cast(Color_ID as varchar(8000)) = 'red'the = operator doesn't work the same way on text/ntext data as it does on varchar/nvarchar

Etapas para Reproduzir

ID do Erro: NIM011006

Software:

  • No Product Found

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