|
POST
|
Hello @RPGIS - would you be able to share how you used copilot to derive your expression? I ask because when I try to parametrize for Florida State Plane West HARN, the only differences are the centralMeridian, latitutudeOfOrigin and the scale factor. var centralMeridian = -82.0 * (PI / 180); // Central meridian for NAD83 HARN Florida State Plane West (degrees to radians) var latitudeOfOrigin = 24.33333333333333 // Latitude of origin (degrees to radians) var scaleFactor = 0.9999411764705882; // Scale factor Other than the scale factor for HARN carrying more precision than the NAD 83 above I cannot seem to find where HARN would cause my conversions to have a 0.1 degree shift north in latitude and 0.05 shift east in longitude. For example, when I plug in the expressions for my respective lat and lon attributes: Pro: 27.078110470, -82.43048022 Arcade: 27.505790, -82.383999 Its interesting too because the console returns different values from the actual calculation: {"latitude":27.851679,"longitude":-82.409632} Any insights you can provide are appreciated, (I just don't have the trig to keep up) - Thanks, David Link to a similar post with an Arcade expression that works for State Plane North / South coordinate systems (Lambert Conformal Conic) https://community.esri.com/t5/arcgis-pro-ideas/arcade-projectas-geometry-function/idi-p/1171382/page/2#comments @TomNeer
... View more
02-13-2025
08:54 AM
|
0
|
1
|
2520
|
|
POST
|
ok @DavidJantz I am seeing the same thing. I dk. I'd say lets see what the 2024.1 patch does once that comes out.
... View more
02-06-2025
12:05 PM
|
0
|
0
|
2582
|
|
POST
|
Ok so for this one: We do need the domain account added to the Performance Monitor Users group on the windows machines, per esri support and per the help docs. Support was not sure why the other windows servers in our deployment were able to report out windows host metrics without the domain account included, other than this: Because the domain account I am using for Monitor Server and Agent is the same account I am using for the ArcGIS Server service, the ArcGIS Portal service, and for the DataStore(s) service that the account must have some type of pass-through or inheritance. But I consider this now closed as I am getting windows host metrics on the Monitor server. Esri Case #03828578 @DerekLaw
... View more
02-05-2025
11:57 AM
|
2
|
0
|
1325
|
|
POST
|
I can tell one thing that is different or has changed from my 2023.3.1 Monitor where I did not have to use Agents on all of the components. For my ArcGIS Federated site, the address used to be the DNS name of one of the machines for the site: ...gis03.ourorg.net:6443/arcgis but now with the Agents in place on the 2machine cluster, the address is registered as ...severname.bcc.ourorg.local/agsfed where agsfed is the web adaptor name but if that's the case it should register as ...ags3.ourorg.net/agsfed. I don't think this is right, but I dk For us, "ags3.ourorg.net" is the alias assigned to the webserver "severname.bcc.ourorg.local" by our F5 @DerekLaw
... View more
02-05-2025
06:07 AM
|
0
|
2
|
3339
|
|
POST
|
Sure, well when I go into my Portal admin Index and view the index status, this is what shows: Then the Portal component shows that I have Users: 116 Groups: 529 Items: 10,000 The only count that the portal component has correct is my 116 users So I thought when I saw the index counts so high in the Index Status I went to the Portal Content: ....gis05.ourorg.net:7443/arcgis/sharing/rest/community/groups?q=esri and do a group search, in this case on "esri" that comes back with 350 groups that have 'esri' somewhere in the group name or descript or summary or owner. If I do 'arcgis', I get an additional 260 groups. So to me anyway it seems clear that the default is just showing totals of everything that comes into portal as a content type
... View more
02-05-2025
05:48 AM
|
0
|
0
|
1659
|
|
POST
|
Yeah its really bad too because we lost Instance Saturation % and that's like one of the primary measures I really need, I'm sure others do to. But just @Joshua-Young says, anytime I try to recreate an Instance Saturation analysis data view and graph, it just clears the filter.
... View more
02-05-2025
05:17 AM
|
0
|
0
|
1805
|
|
POST
|
yeah I can't figure anything out! I've got a support call with esri support, maybe they can help.
... View more
02-04-2025
02:09 PM
|
0
|
0
|
3374
|
|
POST
|
Hello again - I seem to have lost all of my Instance Saturation Percentage values for my .../monitor/monitoring/components/9550/overview page showing my Federated ArcGIS Server Component of the default System Collection that I've had since 2023.3.1 All of the map/image/feature service instances are all zeroed out and I don't know how to get them back. The graph is just all zeros: Its a 2-machine cluster. Is it a web context url somewhere? I did add the web adaptor. It is working fine. I can get to monitor from either the internal dns like so ...gis06.ourorg.net:30443 or through the web adaptor ...ags3.ourorg.net/agmfed/monitor. I'm getting request rate counts and response times but for the site but that's it. Do I need to re-register the site now that I have added the web adaptor? I just have no idea what is happening. Help!
... View more
02-04-2025
01:21 PM
|
0
|
18
|
5775
|
|
POST
|
I get it now. If I go into portal admin and view the index status I see the high group and item counts. Then when when I view the sharing directory from the Portal content directory I can then see all of the items and groups that are owned by esri_en, arcgis, etc etc. that come with portal. It just threw me that the counts as reported by Monitor 2023.3.1 were so much lower....
... View more
02-04-2025
12:43 PM
|
1
|
1
|
1687
|
|
POST
|
yeah I can't figure it out. I'm here: https://doc.arcgis.com/en/monitor/latest/install/windows/upgrade-arcgis-monitor-from-2023-3-1-or-earlier.htm and then at Step 9: ******************** Run the command below, editing the command line parameters to include the root URL to Monitor Server, your username and password, and the Monitor Agent ID. <Monitor Agent installation location>\bin\arcgis-monitor-agent.exe admin:system:register --server-url <https://monitorserver.domain.com:30443/arcgis > --username <user> --password <password> --agent-id <agent ID> You must provide the ID of the Monitor Server machine's integrated Monitor Agent using the --agent-id parameter. The following is an example: "C:\Program Files\ArcGIS\Monitor\Agent\bin\arcgis-monitor-agent.exe" admin:system:register --server-url https://monitorserver.domain.com:30443/arcgis --username jdoe --password "my password" --agent-id 1 A confirmation message appears, indicating that Monitor Agent is registered with Monitor Server. ******************* Confirmation appeared, agent is registered with agent ID 1, yet still no metric other than memory use. Nothing else will count.
... View more
02-04-2025
12:13 PM
|
0
|
0
|
1336
|
|
POST
|
Hello - after registering 11.4 Portal with 2024.1 Monitor, my portal item counts are now showing 10,000 instead of 665. My group count is showing 500, it should be 42.
... View more
02-04-2025
11:22 AM
|
0
|
6
|
1712
|
|
POST
|
Yes - I am seeing the same behavior with an upgraded 11.3 > 11.4 upgraded relational datastore: I am also seeing a different mal behavior when trying to register a new Object Store type data store. This data store server previously contained a tile cache store, but I completely uninstalled data store and then re-installed data store as an Object Store at 11.4:
... View more
02-04-2025
10:56 AM
|
0
|
0
|
2704
|
|
POST
|
Yeah same here - my upgrade is from 2023.3.1 to 2024.1
... View more
02-04-2025
09:50 AM
|
0
|
0
|
1560
|
| 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 |
Online
|
| Date Last Visited |
4 hours ago
|