laptop and a wrench

漏洞

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
漏洞 ID 编号 BUG-000174628
已提交February 27, 2025
上次修改时间March 25, 2025
适用范围ArcGIS Survey123
找到的版本3.22
操作系统Windows OS
操作系统版本11.0 64 bit
状态Under Consideration

解决办法

  • 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(" ")]

重现步骤

漏洞 ID: BUG-000174628

软件:

  • ArcGIS Survey123

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项