|
POST
|
Are you able to even view any of the services? If I click your link, it opens the rest/services page, but if I try to open any of the feature services, it eventually times out. Not familiar with the trust.arcgis.com health dashboard, but it looks to be similar to this one. Past experience has shown that the Health dashboard just as well be a static image as it will normally show green, even when the servers are down completely. With luck, it will update a few days later and show the problems in the resolved in the last 30 days section. But, even then, not likely. I would suggest you log a tech support case on this so they can get the server working again. R_
... View more
03-17-2026
02:38 PM
|
0
|
0
|
397
|
|
POST
|
@JasonBennett Did you mark @timcneil post as the answer because you are using Map Image layer sublayer. By your reply, it seems like you are calling it an issue with the profile not having the $map variable. But, original post says you are using a popup window and 'breaks' when you change the layer name(s). I ask, as if not related to Map Image layer, the same $map variable should be available in the popup profile regardless of the map. R_
... View more
03-12-2026
12:33 PM
|
0
|
0
|
576
|
|
POST
|
I voted up your idea for this, but, since there are other ideas requesting the same thing since at least early 2021, I wouldn't get my hopes up. Might help to Kudo/comment on the posts, though it doesn't seem to get much traction. Allow Select Multiple Questions in Field Maps Multiple choice option in Field Maps Workarounds appear to be use Survey 123 for this. R_
... View more
03-10-2026
01:39 PM
|
2
|
0
|
306
|
|
POST
|
It can be done with the python API. Just tested this and it works. You could loop through/select (query by user, etc.) the items you want to turn off delete protection. Could also use it to delete them as well. from arcgis.gis import GIS
gis = GIS("your_gis_url", "username", "password")
#Get the item by its ID
item_id = "item ID"
item = gis.content.get(item_id)
# Turn off delete protection
item.protect(enable=False) R_
... View more
03-06-2026
03:07 PM
|
0
|
1
|
543
|
|
POST
|
If you manually select a single point first, then run Select by Location (Within a distance) against itself, it will only select the points within 10 miles of the initially selected point. R_
... View more
03-02-2026
03:51 PM
|
0
|
2
|
412
|
|
POST
|
That is correct. Setting a field in the Update Options basically puts the Append tool in 'upsert' mode. The way you have it, it should update the entire row (in target dataset) for any that match the GlobalID in both tables. The Update Geometry box says to ALSO update the geometry for each matching row (without this, it would still update the attributes, just not the geometry). R_
... View more
02-10-2026
11:58 AM
|
0
|
0
|
567
|
|
POST
|
This link is the part from the docs that describes the 'upsert like operation'. Basically, if you set the 'Matching Fields for Update' option, it will then either update anything that changed from the source, or, insert them in the target if they are not there. Then there is a checkbox if you want it to update geometry also. R_
... View more
02-09-2026
02:45 PM
|
1
|
1
|
591
|
|
POST
|
Do you have attribute rules on any of the data? If so, the old ArcMap version can throw errors. R_
... View more
02-09-2026
12:48 PM
|
0
|
0
|
415
|
|
POST
|
I don't use Branch versioning to test, and suspect there are 'better' methods, but have you tried the 'Upsert' option in the Append method that you tried? It should only update the values that have changed and can be set to not update Geometry. R_
... View more
02-09-2026
12:44 PM
|
0
|
4
|
610
|
|
POST
|
You mention a 'join' and 'portal', but didn't mention the version. Is this a hosted layer or Enterprise? I ask, as there is a bug in FMA ( BUG-000163548 - The ArcGIS Field Maps field app does not display pop-ups for a feature layer with a joined table from ArcGIS Enterprise 10.8.x.). I am using 10.9.1 and this is still an issue. The popup(s) work fine in map viewer (both of them), but is just ignored in FMA. In your case, I'm wondering if only the Arcade is coming up in the popup, but not the actual data? You could test to see if it is this issue by using the same layer in a map with no arcade, and see if the popup works in FMA or not. If it comes up, something else..... R_
... View more
01-07-2026
12:00 PM
|
0
|
2
|
929
|
|
POST
|
ESRI has had 'issues' with domain code/description/labels since it's inception. The most reliable way to get them to work 'consistently' and not confusing, is to make the code and description the same. Realize there are times where the description is too large and wieldy, but in most cases when the descriptions aren't too complex (i.e. Asphalt, Grass), this has been the easiest/ most robust way to go. This has made my job much simpler for the last couple decades R_
... View more
01-06-2026
10:59 AM
|
0
|
0
|
628
|
|
POST
|
Is your source data FGDB? I ask as I have yet to see the Repair Geometry function (though, I've not moved past 3.2.1 yet) actually work on enterprise data. It 'behaves' as if it worked, but nothing is checked/repaired. If you source data is eGDB, you might try copying to FGDB, then run the geometry checks. R_
... View more
12-23-2025
08:40 AM
|
0
|
0
|
569
|
|
POST
|
What is the source data? If eGDB, you may try to copy to FGDB first, then run the check geometry tool. My experience is that Check/Repair geometry still does not work on Enterprise data (even though it is supposed to). R_
... View more
12-22-2025
01:32 PM
|
0
|
1
|
798
|
|
POST
|
I believe by default, arcpy.Append_management does not include attachments. Try adding arcpy.env.maintainAttachments = True before you run the append. R_
... View more
12-17-2025
01:17 PM
|
1
|
1
|
526
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Thursday | |
| 1 | 04-02-2026 09:50 AM | |
| 1 | 04-01-2026 01:21 PM | |
| 1 | 10-08-2025 11:59 AM | |
| 1 | 09-05-2025 03:16 PM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|