|
POST
|
Yes- same for registering discovered component for ArcGIS Server - have to use an ArcGIS Serve admin account
... View more
02-04-2025
09:48 AM
|
0
|
0
|
682
|
|
POST
|
The domain account I am utilizing - made no difference if included in the Performance Monitor Group - still no metrics other than memory on the ArcGIS Monitor Server. All other 12 windows hosts show metrics
... View more
02-04-2025
08:49 AM
|
0
|
0
|
1349
|
|
POST
|
Hello - upgrading Monitor from 2023.3.1 to 2024.1 on the Monitor Server machine. Installing new agents on distributed deployment machines (as Agent not required at 2023.x) I have successfully registered on Agent on the Monitor Server machine and so far on a second windows host (my ArcGIS Server configuration server). The windows host for the ArcGIS Server configuration machine is returning all metrics (storage, cpu, memory, network). The windows host for the Monitor Server machine is returning a metric for memory use only (no cpu, storage, network). Could be related to this: https://community.esri.com/t5/arcgis-monitor-questions/arcgis-monitor-2024-0-1-2-of-4-hosts-not/m-p/1549126#M2265 but I don't know. Any help? Thanks-
... View more
02-04-2025
06:54 AM
|
0
|
3
|
1363
|
|
POST
|
Yes, I've been doing this for about 5 years now: gis = GIS("https://yourorg.maps.arcgis.com/", "username", "pw")
try:
pubGroups = gis.groups.search(query='title:Some Group Title', max_groups=1000)
for pubGroup in pubGroups:
#print (pubGroup.title)
if (pubGroup.title == 'Some Group Title Layers Group'):
print (pubGroup.title)
items = pubGroup.content()
#print (items)
for item in items:
#print(item.name)
item.content_status = 'authoritative'
item.protect(enable=False)
#print(item.content_status)
message = message + "\n" + (pubGroup.title) + " Itens Sucessfully Reauthorized"
except Exception:
# If an error occurred, print line number and error message
import traceback, sys
tb = sys.exc_info()[2]
e = sys.exc_info()[1]
print(e.args[0])
print ("Line %i" % tb.tb_lineno)
message = message + "\n" + "Line %i" % tb.tb_lineno
message = message + "\n" + str(e In this way, you can just loop through your groups and the items in each group and set its content status and its protect status. I do this because each week as my collaborated layers sync by reference from portal to arcgis online, I need to re-authorize the layers. More importantly though, for the layers in the workspace collaborations to sync without fail I need to remove the delete protect status....
... View more
01-31-2025
12:36 PM
|
1
|
1
|
1660
|
|
POST
|
I don't recognize your screen grabs. Where are are you generating these usage reports from?
... View more
01-31-2025
05:47 AM
|
0
|
1
|
2645
|
|
POST
|
yeah i was kinda rethinking that as well about an hour later. I am definitely looking forward to the other enhancements, particularly the web adaptor as I'll be able to now get at monitor from outside the firewall.
... View more
01-31-2025
05:35 AM
|
0
|
0
|
3047
|
|
POST
|
Hmmm, ok. think I'm going to hold off on my upgrade from 2023.3.1 until this is resolved....
... View more
01-30-2025
09:45 AM
|
0
|
2
|
3124
|
|
POST
|
I guess I had it backwards then with my reply. But other than a fresh install of a datastore at any release, how could any datastore not be upgraded?
... View more
01-30-2025
09:00 AM
|
0
|
0
|
3130
|
|
POST
|
I'm going to guess that datastore has to be at 11.4 to be a monitored component
... View more
01-30-2025
07:28 AM
|
0
|
0
|
3162
|
|
POST
|
Hello - I am preparing to upgrade our Monitor from 2023.3.1 to 2024.1. I did not upgrade to 2024.0.x for a variety of reasons - (e.g. did not want to install all of the agents across on all of our hosts, the datastore monitoring components were not ready yet, 2023.3.1 is still stable and providing me with the metrics we need, the web adaptor wasn't ready yet . . .) - but now that the additional capabilities at 2024.1 are released, and we are 11.4, it is now time to upgrade. My question is - I show an ECP for Monitor 2024.0 as available in our MyEsri, but not for 2024.1. Typically this means I can apply this ECP but am reaching out to find out if this in fact true. @DerekLaw do you know? Thanks, David
... View more
01-29-2025
01:02 PM
|
0
|
2
|
1091
|
|
POST
|
Hello - I am preparing to upgrade our existing 2023.3.1 Monitor to the newly released 2024.1 version and came across this post. I did not upgrade to 2024.0.x for a variety of reasons. My question is I don't understand how this post was created on 10/16/2024 but is referring to the 2024.1 release. How could that be when 2024.1 was just released? I'm sure the version in the post title is some 2024.0.x version? Thanks, David
... View more
01-29-2025
12:53 PM
|
0
|
1
|
1196
|
|
POST
|
Yeah I am experiencing the same thing as shown in my IIS logs. I need to resolve this because it's related to a bad query that keeps happening to a hosted Street layer and hammering my hosted site server logs with a SEVERE level entry. I can't figure out what would be using esri.com from a ArcGIS Pro Client. It is not Open Data. But the request keeps looking for a {FULL_NAME} attribute on the hosted Street layer when it should be requesting {full_name}: Hosted/Street/FeatureServer: Field name 'FULL_NAME' does not exist. Did you mean 'full_name'? In my case, the client and referrer are: Client: ArcGIS+Pro+3.2.0+(00000000000)+-+ArcGISPro Referrer: http://www.esri.com/D187C34C-A620-43CE-A4B1-C53D26AE92AF So if anyone has any ideas, that would be great.
... View more
01-17-2025
07:04 AM
|
0
|
0
|
742
|
|
POST
|
I was going to say, sounds like you have to treat this like a Portal - Online collaboration and not as a Portal to Portal collaboration
... View more
01-10-2025
12:59 PM
|
0
|
0
|
1600
|
|
POST
|
Hi @Brian_McLeer , no that is not what I am saying. Yes it makes a difference that these are all custom basemaps. If all tile or vector tile layers making up your basemaps are coming entirely from your own tile / vector tile layer sources, then I don't know what to tell you, other than there is a sharing issue with those source layers and that's where I would check, as I'm sure you already know.
... View more
12-23-2024
12:56 PM
|
0
|
1
|
1717
|
| 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 |
yesterday
|