laptop and a wrench

漏洞

Unable to display metrics for all registered components.

ArcGIS Monitor
漏洞 ID 编号 BUG-000175372
已提交March 26, 2025
上次修改时间August 27, 2025
适用范围ArcGIS Monitor
找到的版本2024.1.1
操作系统Windows OS
操作系统版本N/A
修正版本Server 2025.0
状态Fixed

解决办法

  • Shutdown ArcGIS Monitor.
  • Take snapshot of ArcGIS Monitor Server.
    • Create a database backup for good measure.
  • Generate CREATE scripts of views that use metrics data (alerts_view, metrics_data_view, metrics_view).
    • To generate scripts you would 
      • log into pgAdmin4.
      • Expand the Monitor Database.
      • Expand Schemas.
      • Expand views.
      • Right click the desired view (alerts_view, metrics_data_view, metrics_view).
        • Scripts > Create script.
      • Copy the script from the new window to Notepad or Notepad++
  • Drop above views that depend on metric_id (alerts_view, metrics_data_view, metrics_view).
  • ALTER TABLE metrics ALTER COLUMN id TYPE BIGINT.
  • ALTER TABLE metrics_data ALTER COLUMN metric_id TYPE BIGINT.
  • ALTER TABLE alerts ALTER COLUMN metric_id TYPE BIGINT.
  • ALTER sequence metrics_id_seq as bigint MAXVALUE 9223372036854775807.
  • Recreate views previously dropped.
  • Restart ArcGIS Monitor.

Please reach out to Marlon A. or Marlon S. for any clarification.

重现步骤

漏洞 ID: BUG-000175372

软件:

  • ArcGIS Monitor

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项