POST
|
I've used this solution with good success. https://community.esri.com/t5/arcgis-online-questions/possible-to-find-out-where-feature-layers-are/td-p/1142174
... View more
2 weeks ago
|
1
|
0
|
294
|
POST
|
If you already have a workflow for separating the years (like using a TestFilter), then you can just use the Counter transformer for each year and each Counter will start at 0 (or whatever number you like). I'm sure there is a more elegant way of doing it, but that's the first way I thought of right off.
... View more
2 weeks ago
|
0
|
0
|
178
|
POST
|
Hmm, at this point, I think that's all the ideas I have. That's definitely some strange behavior and I'm not sure what would be causing that.
... View more
3 weeks ago
|
0
|
1
|
450
|
POST
|
Darn, I was hoping it would give more useful information than that......At least something a little more specific. It might be worth seeing if the data stores registered with the server validate in ArcGIS Server Manager. I'm not sure if there are any dependencies regarding that. Like Portal verifying the data store validates before it can change ownership or something like that. I'm doubting that's the case though, but might be worth checking.
... View more
3 weeks ago
|
0
|
3
|
456
|
POST
|
I haven't heard of this issue before. But one thing that might give you more information is watching the internet traffic when you get this error. Like opening up dev tools in your browser and seeing if it provides any additional information when you make the request to change ownership.
... View more
3 weeks ago
|
0
|
5
|
471
|
POST
|
Are the tables in the EGDB registered as versioned? Or is it non-versioned, but with archiving enabled? If the answer is yes, then you must edit the data the "Esri approved" way when editing directly in SQL. I'll include a couple links below that tell you how you can edit either versioned or non-versioned with archiving enabled data the "Esri approved" way when editing directly in SQL. The only time where you don't really need to do anything special is when the table is non-versioned with no archiving. While I haven't directly experienced your issue in a distributed collaboration, I have experienced this issue where we update the data in SQL, but then Esri doesn't recognize it. The solution is to follow the correct editing procedures in the documentation below. https://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/editing-nonversioned-geodatabase-data-in-sql-server-using-sql.htm https://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/edit-versioned-data-using-sql-sqlserver.htm
... View more
09-03-2025
03:42 PM
|
0
|
0
|
297
|
POST
|
For what it's worth, at the Esri UC last month, they said that Esri is increasing the minimum required version to Android 10. I'm not sure what specific version of Field Maps that new requirement will be a part of, but I believe it will be in the near future.
... View more
08-29-2025
11:27 AM
|
0
|
0
|
373
|
IDEA
|
I might be misunderstanding your idea, but you can manage group membership from the "Organization > Members" section in AGOL. You just select the members you want to manage group membership for. Then, with those users selected, click "Manage Group Membership" (it might be hidden and you'll need to click "More > Manage Group Membership.") Then, you can select all the groups you want to add the user to all at once instead of going to each individual group and adding them that way.
... View more
08-27-2025
08:31 AM
|
0
|
0
|
254
|
POST
|
Yeah, I totally get wanting to avoid having to manually do that. You might still be able to automate it though. You can have a Python script that exports all your Portal users using the ArcGIS Python API, then you could insert that into a CSV using Python, then using the Python API to upload that CSV to Portal as an item that your S123 form references. The only thing I'm not 100% sure about is if your S123 form will have any issues referencing the CSV if you delete/re-upload it when you go to update it with new users. Of course I know it would be better to have a more native way of accessing Portal users from S123, but this is the best option that I could think of. And theoretically, it should be able to be automated.
... View more
08-25-2025
08:44 PM
|
2
|
1
|
247
|
POST
|
Have you verified that your command prompt window when running configureserviceaccount.bat is not in Quick Edit mode? You can right click the command prompt and click Properties and make sure that Quick Edit is not checked. I don't think that necessarily stops the command from running, but I've found that if it is enabled, it sometimes won't display new lines of text which gives the appearance that it is stuck. It's happened to me several times (not necessarily with the configureserviceaccount.bat though) and I've seen various Esri documentation stating to make sure Quick Edit mode is disabled as well.
... View more
08-25-2025
11:26 AM
|
0
|
1
|
263
|
POST
|
I'm not aware of a way to pull all Portal usernames into a dropdown coming directly from Portal. However, you could use the pulldata() function to pull all Portal usernames that you insert into a CSV and publish alongside your S123 form. So you could manually insert all your Portal usernames into a CSV and then use the pulldata() function to populate a dropdown that way. https://community.esri.com/t5/arcgis-survey123-blog/work-with-csv-data-in-arcgis-survey123/ba-p/1157642
... View more
08-25-2025
11:17 AM
|
0
|
3
|
300
|
POST
|
The reason it appears to be off is because of the method AGOL is using to calculate the lengths. When using the measure tool, Esri uses a geodesic calculation. https://doc.arcgis.com/en/arcgis-online/get-started/measure-mv.htm This is actually something you can validate in ArcGIS Pro. Take the layer that you published in AGOL in Web Mercator and export it to a FGDB and bring it into ArcGIS Pro. Then, open the measurement tool and switch between Geodesic and Planar measurement. Geodesic should match the measurement tool in AGOL, while Planar should match the length in your attribute table.
... View more
08-19-2025
06:42 AM
|
0
|
1
|
380
|
POST
|
ArcGIS Enterprise 11.5 is going to be the last version of ArcGIS Enterprise that contains the Map Viewer Classic. After 11.5, there will no longer be a Map Viewer Classic. https://support.esri.com/en-us/knowledge-base/deprecation-map-viewer-classic-deprecation-000030662
... View more
08-12-2025
08:33 PM
|
0
|
0
|
434
|
POST
|
The source of the issue could be a lot of things. Assuming this is in ArcGIS Pro, where is your source data coming from? A FGDB, EGDB, etc.?
... View more
08-12-2025
09:01 AM
|
0
|
0
|
244
|
POST
|
For what it's worth, I have access to a machine that has not installed the latest Windows Update and I am able to replicate your issue when I go to the URL that is in your screenshot. I'm hesitant to think it's an issue with the Windows Update. My guess is that something went wrong on your Portal machine, but I'm not sure right off on what it could be. I haven't encountered your issue before. An entire server restart is always a good basic troubleshooting step. But if that doesn't work, it might be worth reaching out to Esri support.
... View more
08-07-2025
07:57 AM
|
0
|
1
|
410
|
Title | Kudos | Posted |
---|---|---|
1 | 01-30-2024 01:17 PM | |
1 | 2 weeks ago | |
2 | 06-11-2025 12:17 PM | |
2 | 08-25-2025 08:44 PM | |
3 | 06-11-2025 06:31 AM |
Online Status |
Online
|
Date Last Visited |
2 hours ago
|