|
POST
|
Hello - since I updated ArcGIS Monitor from 2025.0 to 2025.1 I am now no longer getting a Rows Total counts metric for the relational datastore. I tried restarting the ArcGIS Datastore service on the datastore machine but still nothing. Other than trying to restart the server itself, does anyone know of a fix? Thanks
... View more
01-24-2026
11:55 AM
|
0
|
10
|
811
|
|
IDEA
|
Hello - I've just upgraded Monitor 2025.0 to 2025.1 and its great. I like the relationship graphs. However, it would still really help if I could include more than 10 of anything in a chart - whether that be the memory usage chart, disk space usage chart, etc. We are at 13 servers in our deployment and are going to expand by including Velocity, Raster Analytics and Notebook server.... but I can't configure a chart to show more than 10 of anything. Thanks for the consideration
... View more
01-22-2026
02:04 PM
|
6
|
2
|
394
|
|
POST
|
Yeah that did work, thanks for this @DanielWebb Yes it has to do with the visibility scales. Although I am using the standard web mercator visibility scales for the vector tile layers that I include as part of my custom webmap basemaps, I am not using all levels that are present in the default world topo or world imagery. i.e levels 0 - 21, I'm like at 15-20 or 13-21 depending. But regardless, re-setting the visibility scales to all be World - Room in my webmap-basemaps, that seems to have done it.
... View more
01-21-2026
12:44 PM
|
0
|
0
|
302
|
|
BLOG
|
The only thing I'd add here is that the Object store DataStore type wants more memory to run effectively than the TileCashe store does. It was not easy for me to find this spec change, but it is in a Notes section for datastore types. So for us, we were running TileCache data store on an 8-core 32Gb datastore. When I converted this server to use the ObjectStore, I noticed right away that it used 50%, or 16Gb of RAM while at rest with nothing on it. I finally located in the specs for this data store type that it wants 32Gb minimum free to support QueryCache and TileCache, and 32Gb free to support its java.exe windows processes. For us, this meant we needed to increase the storage size of the C Drive of our VMware virtual Windows 2022 server from 100Gb to 250Gb in order to double the memory to 64Gb.
... View more
01-15-2026
01:50 PM
|
1
|
0
|
228
|
|
DOC
|
Scratch my reply @JakeSkinner - I now see that the Logger.py is setting up the classes and definitions and environments.... Thanks again!
... View more
01-07-2026
12:53 PM
|
0
|
0
|
5762
|
|
DOC
|
Ok thanks @JakeSkinner - This is what I see in the api documentation now: https://developers.arcgis.com/python/latest/guide/advanced-concepts/ import logging
import sys
# Create logger
logger = logging.getLogger()
logger.setLevel(logging.INFO)
.... will setting logging like this at the top of the GetUsers and Migrate scripts work in place of using the Logger.py file?
... View more
01-07-2026
12:47 PM
|
0
|
0
|
5764
|
|
DOC
|
Hello @JakeSkinner - can you tell me where the module Logger comes from? from Logger import Logger when I try to run the script (api > 2.4.1) for Built-In ArcGIS Online users in the Python IDLE the Logger module is not found. I do not have Visual Studio or VSCode installed at the moment. I am on Pro 3.6x.
... View more
01-07-2026
12:09 PM
|
0
|
0
|
5772
|
|
POST
|
Hi @vijaybadugu - What code did you modify? Are you working in the developer edition? Why would the the 'out of box directions widget' not allow points?
... View more
01-05-2026
02:16 PM
|
0
|
1
|
416
|
|
POST
|
Don't worry about it @CodyPatterson - I figured it out. The entry only goes here: # Allow replication connections from localhost, by a user with the # replication privilege. local replication all scram-sha-256 host replication all 127.0.0.1/32 scram-sha-256 host replication all ::1/128 scram-sha-256 host agm agm 10.140.xy.xyz/32 scram-sha-256 We rolled back. There are other issues going on. Moving forward, I'll upgrade Monitor to 2025.1 first, then run the pg_upgrade
... View more
12-11-2025
12:17 PM
|
0
|
0
|
718
|
|
POST
|
This seems to have been successful @CodyPatterson - but I did only go from 14 to 16. However, maybe you can help me on this: Failed to register ArcGIS Monitor database no pg_hba.conf entry for host "1.2.3.4", user "agm", database "agm", no encryption So when I upgraded postgres, I lost my pg 14 conf file. This is what my conf file looks like at postgres 16: # TYPE DATABASE USER ADDRESS METHOD # "local" is for Unix domain socket connections only local all all scram-sha-256 # IPv4 local connections: host all all 127.0.0.1/32 scram-sha-256 host agm postgres 10.140.xy.xyz/32 scram-sha-256 # IPv6 local connections: host all all ::1/128 scram-sha-256 host agm postgres 10.140.xy.xyz/32 scram-sha-256 # Allow replication connections from localhost, by a user with the # replication privilege.local replication all scram-sha-256 host replication all 127.0.0.1/32 scram-sha-256 host replication all ::1/128 scram-sha-256 Do you see anywhere else I should be adding or removing the entry for the agm host? Thanks, David
... View more
12-11-2025
11:29 AM
|
0
|
1
|
720
|
|
POST
|
Oh I'm going to do it @CodyPatterson and yes I'll let you know. If it doesn't work I'll just roll back to a snap and take my medicine
... View more
12-10-2025
01:56 PM
|
0
|
2
|
739
|
|
POST
|
Ok thanks for the feedback @CodyPatterson. The methods in the GIT link above reads that there should not be an issue going from 14 to 16, so that is probably what I will do. That way I'm not trying to skip ahead 2 versions....
... View more
12-10-2025
12:59 PM
|
1
|
4
|
743
|
|
POST
|
Hello - I'm at Monitor 2025.0 and will shortly go to 2025.1. However before doing so I want to upgrade the postgres instance since it is still sitting at 14.x. Is it possible using the following: Upgrading PostgreSQL in Windows · GitHub without going to 16.x first? It wasn't clear to me if I can use the pg_upgrade command when going up more than 2+ postgres versions... thanks- David
... View more
12-10-2025
08:49 AM
|
1
|
6
|
790
|
|
POST
|
Yep, thanks @DerekLaw I understood that.... no worries
... View more
12-10-2025
08:43 AM
|
1
|
0
|
262
|
|
POST
|
I do not see the specific issue I reported on initially in the release notes for 2025.1: https://support.esri.com/en-us/patches-updates/2025/arcgis-monitor-2025-1-release-notes?rsource=https%3A%2F%2Fesriurl.com%2Farcgis-monitor-2025-1-release-notes I just upgraded Enterprise from 11.5 to 12.0. The workaround I had in place is still in place - that is my instances in the Shared Instance pooling for show 0,0 for min,max in Server Manager, but on the backend in Server Admin these same instances show as 0,1. That is the change I made to these services in admin. @GavinCollins1 @DerekLaw I am going to 2025.1 soon, so we'll see if my workaround is affected
... View more
12-10-2025
06:25 AM
|
0
|
2
|
270
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-27-2026 01:27 PM | |
| 2 | 03-25-2026 06:29 AM | |
| 2 | 03-04-2026 11:14 AM | |
| 1 | 02-26-2026 09:46 AM | |
| 1 | 10-30-2025 11:25 AM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|