|
IDEA
|
I would add that it would be nice to be able to enable a setting in Portal for ArcGIS to send an email to named users with the Administrator permission that a patch is available once it shows up on the "About" section.
... View more
Thursday
|
0
|
0
|
162
|
|
POST
|
I am planning on deploying the following: Damage Assessment Emergency Debris Management Emergency Management Operations Emergency Shelter Management Special Event Operations My current plan is to: Deploy all of them, except Damage Assessment, to both AGO and AGE On AGE create a distributed collaboration workspace to sync public facing views from AGE to AGO by copy Use AGO Assistant to swap the distributed collaboration layers on AGO in the public facing apps on AGO Then delete all of apps, maps, and layers from the solutions on AGO that are not public facing I deployed the Damage Assessment last summer during our flood response and cloned the items to AGE. That created some issues that I had to use AGO Assistant to resolve. I think I am going to start over with a fresh deployment on AGO and do the following: Use distributed collaboration to create a two-way sync by copy between AGO and AGE for the layers Manually recreate the necessary maps and apps on AGE that staff need to use Delete the maps and apps that are not public facing from the solution on AGO I was just curious if there is a better way of going about this.
... View more
2 weeks ago
|
0
|
0
|
138
|
|
POST
|
I am looking for ways to split ArcGIS Solutions between ArcGIS Online (AGO) and ArcGIS Enterprise (AGE). We are looking to deploy several emergency operations solutions and we want the staff side on AGE and the public side on AGO. Is it better to publish on AGO and use distributed collaboration to sync to AGE or the other way around? We need the staff side to keep working even if the internet goes down, hence the AGE requirement.
... View more
3 weeks ago
|
0
|
2
|
214
|
|
POST
|
@JaredPilbeam2 I found a more definitive answer for you in another post. As of June 2025, what you are trying to do is not possible with AGO Notebooks and custom web tools in Experience Builder. See the comment from @xlt208 on 06/03/2025. https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-allow-local-file-upload-with-the-analysis/td-p/1575550
... View more
3 weeks ago
|
1
|
0
|
213
|
|
POST
|
You have to put the CSV file somewhere that ArcGIS Online (AGO) Notebooks can access. It cannot access your local file system. I would recommend seeing this post https://community.esri.com/t5/arcgis-api-for-python-questions/writing-a-csv-from-python-notebook/td-p/1649778 about the topic. I know they are talking about writing data but it discusses AGO Notebooks file access. You could upload the CSV to the AGO Notebooks file system, publish it as an item on AGO, or host it on a online file share (provided you can authenticate to it in Notebooks).
... View more
3 weeks ago
|
0
|
2
|
247
|
|
POST
|
Not through the Reporter Instant App, but you can create a companion Manager Instant App. Usually, the Reporter app will use a view that only allows the Add editing capability and the Manager app will use the source layer or another view with at least Update editing capability. More on controlling who can edit what can be found here https://doc.arcgis.com/en/arcgis-online/manage-data/manage-editing-hfl.htm
... View more
3 weeks ago
|
1
|
0
|
137
|
|
POST
|
Hello @GlenterpriseUK , I had not seen that post. I ended up deleting and recreating the entire collaboration to get the version numbers in sync. To be honest, we are starting to consider moving away from distributed collaborations and going back to Python scripts that truncate/append from ArcGIS Enterprise to ArcGIS Online. Our distributed collaborations keep having consistent, yet random, issues. Collaboration items on ArcGIS Online will randomly have their permissions changed from Everyone (or specific groups) back to Private. Collaboration workspaces will eventually start failing to sync. How long they run successfully varies. Sometimes they will be fine for months, other times weeks, and sometimes only days. The logs on ArcGIS Enterprise usually have something about failure to create replication package and it tends to happen with enterprise geodatabase feature layers more than hosted feature layers. Creating separate workspaces for hosted feature layers and enterprise feature layers has helped some. I have stopped marking feature layers as Authoritative in ArcGIS Enterprise for collaboration items because that flag seems to make the workspace sync fail more often. I have been going over the issues addressed lists and I see things that are supposed to be fixed that we still have issues with, or the same BUG number is referenced in more than one release. I am planning on going from 11.5 to 12.1 once it is released and completely rebuilding our distributed collaboration one more time. If we are still having issues after that then I will have to move us back to our old Python scripts.
... View more
3 weeks ago
|
1
|
0
|
136
|
|
IDEA
|
It has been 7 years since this idea was posted. I am curious if anyone from Esri has even reviewed this idea. My comment from 2024 is still valid today. My organization has workflows that cannot be done in GIS simply because there is no support for multiple coded domain values throughout the ArcGIS software stack. Could the Survey123 implementation be ported over to the REST API?
... View more
3 weeks ago
|
0
|
0
|
380
|
|
POST
|
This issue happens a few times a year with ArcGIS Enterprise. Usually Esri will release a Patch B about a month later that does not do anything other than fix the listing in the Patch Notification app. I have seen/experienced this mostly with ArcGIS Server. I cannot remember a Patch B that ever said the initial patch installation did not apply correctly when a patch still shows up in the Available Updates section after it was installed. The ArcGIS Server Reconcile and Post Consistently Patch is still showing in the Available Updates section for me as well.
... View more
03-24-2026
01:01 PM
|
1
|
0
|
357
|
|
POST
|
It is easiest to do in ArcGIS Pro. If all the records are test records then Truncate Table will clear everything and reset the ObjectID to one. Otherwise, in ArcGIS Pro you can open the attribute tables, select the records that are tests, and delete the rows. You will need to do this on the root feature layers that you added test records to. You do not have to mess with the views because the changes will propagate up from the root feature layers.
... View more
03-14-2026
09:07 AM
|
2
|
0
|
232
|
|
POST
|
@StephenKing3 I am glad it is working and I wish it did not require such a roundabout way to get the solution to work securely for organizations with limited named users that have editing permissions. It would be nice if Viewer named users accounts had permission to submit data only through Survey123 surveys.
... View more
03-13-2026
06:50 AM
|
1
|
0
|
113
|
|
POST
|
Hello @GlenterpriseUK I worked with Esri Support and they have logged BUG-000182529 for my issue. They were able to confirm that supportsFieldsToCompare is not functioning correctly for hosted or referenced services in versions 11.1, 11.2, 11.5, and 12.0 even when all prerequisites are met. The service is returning updates through ExtractChanges when I do not try to use the supportsFieldsToCompare parameter.
... View more
03-13-2026
06:42 AM
|
1
|
0
|
213
|
|
POST
|
@StephenKing3 that is odd since the GIS_Activities feature layer is the root service for all the request/activities views. If you check the Data tab in the GIS_Activities item page is it empty as well, or is it the My GIS Requests dashboard that is empty?
... View more
03-11-2026
12:38 PM
|
0
|
0
|
572
|
|
IDEA
|
Many of our existing feature classes from the Esri Local Government Information Model use the same field names and coded domain values. The Create Migration Workspace script created 159 Excel spreadsheets for our migration to a Water Utility Network. Many of those spreadsheets require very similar if not the exact same field and domain mappings. It would save a lot of time if there was a way do the field and domain mapping once and have it applied to each spreadsheet when the Create Migration Workspace script is run. Manually opening up each spreadsheet to copy the field mappings is not too time consuming, but setting up the same domain mappings over and over again takes a lot more time.
... View more
03-09-2026
09:03 AM
|
0
|
1
|
197
|
|
POST
|
Thank you for your response. I have created a new ArcGIS Idea about this.
... View more
03-06-2026
11:35 AM
|
1
|
0
|
221
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 03-24-2026 01:01 PM | |
| 2 | 03-14-2026 09:07 AM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|