I just set up Monitor, but it is saying No Monitor Database:
Is this the Postgres database setup on the machine for this? the one with 'agm'?
Described here:
I use the localhost:5432 / agm / agm / my password,
but it just keeps saying password authentication failed. I have triple verified the password.
Hi @CW-GIS,
> Is this the Postgres database setup on the machine for this? the one with 'agm'?
Yes, that's the correct help topic.
To create the ArcGIS Monitor database in PostgreSQL, did you run the script that is provided in the help topic you referenced? The script creates a new database called "agm" and a user called "agm" with the appropriate permissions.
Hope this helps,
Yes I got that:
I am on the step where I have to enter this script, but I cannot figure out where to enter it. I've looked all around pgAdmin 4 and in psql. Where can I enter it so I can continue on my way?
Hi @JasminePrater,
Posting in case other users see your post, it looks like other community members have answered your question in your other similar topic thread,
Where to Enter Script to Install Monitor Database in PostgreSQL 16
Thanks for the reply!
Hi @CW-GIS,
From this statement,
> I just set up Monitor ...
I believe this is a brand new ArcGIS Monitor installation. Can you please confirm? E.g., You are not trying to upgrade from Monitor 2023 to a later release, is that right?
If this is a new Monitor install, then can you please delete your current agm database and re-create it using the script provided in the help topic?
Also: for the Address parameter, can you try specifying the machine name instead of localhost?
Hope this helps,