Número de ID do Erro |
BUG-000175372 |
Enviado | March 26, 2025 |
Última Modificação | August 27, 2025 |
Aplica-se à | ArcGIS Monitor |
Versão encontrada | 2024.1.1 |
Sistema Operacional | Windows OS |
Versão do Sistema Operacional | N/A |
Versão Fixa | Server 2025.0 |
Status | Fixed
O problema foi corrigido. Consulte a Versão Corrigida e Informações Adicionais, se aplicável, para obter mais informações
|
Solução Provisória
- 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).
- 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.
Etapas para Reproduzir