PROBLEM
The ArcGIS Server, ArcGIS GeoEvent Server, and storage (disk storage or storage resources) components are missing in ArcGIS Monitor after upgrading to version 2024.0 and deploying ArcGIS Monitor Agent in the ArcGIS Enterprise environments.
A defect in the upgrade process caused certain components to be hidden after deploying ArcGIS Monitor Agent 2024.0 on the remote machine and re-registering with the ArcGIS Monitor Server. The missing components and configurations are still stored in the database.
Warning: Do not unregister the parent component from ArcGIS Monitor as a workaround.
Warning: The instructions below include making changes to essential parts of the ArcGIS Enterprise deployment. Esri recommends performing a backup of the ArcGIS Enterprise machine, including the ArcGIS Monitor database, before proceeding. Esri cannot guarantee results from incorrect modifications while following these instructions. Consult a qualified computer systems professional if necessary.
SELECT * FROM "components" AS "C1" WHERE STATE = 'migrated' AND EXISTS ( SELECT * FROM "components" AS "C2" INNER JOIN "component_connections" ON "C2"."id" = "component_connections"."parent_id" WHERE ((STATE = 'monitored')) AND ("C1"."id" = "component_connections"."child_id") )
UPDATE "components" AS "C1" SET STATE = 'monitored' WHERE STATE = 'migrated' AND EXISTS ( SELECT * FROM "components" AS "C2" INNER JOIN "component_connections" ON "C2"."id" = "component_connections"."parent_id" WHERE ((STATE = 'monitored')) AND ("C1"."id" = "component_connections"."child_id") )
Article ID: 000033530
Get help from ArcGIS experts
Download the Esri Support App