laptop and a wrench

Erro

The Survey123 Connect Analyze tool shows a field length error that confuses two select_one questions if the second select_one question's name includes the first select_one question's name and has a smaller field length.

ArcGIS Survey123
Número de ID do Erro BUG-000174628
EnviadoFebruary 27, 2025
Última ModificaçãoMarch 25, 2025
Aplica-se àArcGIS Survey123
Versão encontrada3.22
Sistema OperacionalWindows OS
Versão do Sistema Operacional11.0 64 bit
StatusUnder Consideration

Solução Provisória

  • Even though the error is reading the wrong field length for the wrong question, increasing the field length for that question resolves the issue.
  • User also found that modifying line 32 in the .py file located as follow: %USERPROFILE%\ArcGIS\My Survey123\Tools\analyzesurvey\analyze_survey_functions\check_choice_name_length.py (this resolves the issue).
    • Original: s_question = [s for s in question_keys if str(list_name) in s]
    • Modified: s_question = [s for s in question_keys if str(list_name) in s.split(" ")]

Etapas para Reproduzir

ID do Erro: BUG-000174628

Software:

  • ArcGIS Survey123

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