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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動