|
POST
|
Hmm, I'm not sure if that is related to your issue or not. What I'd recommend doing is try and correlate this error message when receiving the error in S123. So if you can, try and submit a S123 form that will result in an error, and then check the log again and see if you see this same error message at the same time you submitted the S123 form. If you receive the same log message at the same time you submitted the S123 form, then that error is probably related. Unfortunately even if it is related, I'm not sure what that means as far as fixing it, but at least it would give you a little more information to work with.
... View more
04-28-2025
08:49 AM
|
0
|
1
|
1421
|
|
POST
|
I do not believe it is possible to export shapefiles in Experience Builder. I just looked and do not see any options to export to shapefile, nor do I see anything in their documentation. Someone already created this idea for Esri to implement as well. https://community.esri.com/t5/arcgis-experience-builder-ideas/extract-data-widget-in-experience-builder-for/idi-p/1404337 Of course there are workarounds to that, but if that's not what you're looking for, then it's not possible.
... View more
04-28-2025
06:04 AM
|
0
|
0
|
724
|
|
POST
|
This might be a long shot, but what about the underlying PostgreSQL logs? The ArcGIS Server logs will only show log entries from the ArcGIS Data Store service, but not the underlying PostgreSQL database the data store runs off of. I've found and resolved multiple S123 issues by looking at the PostgreSQL logs directly. The location should be here: C:\arcgisdatastore\logs\machine name\database
... View more
04-25-2025
12:15 PM
|
0
|
3
|
1480
|
|
POST
|
That sounds like an issue with the underlying PostgreSQL DB that the ArcGIS Data Store runs off of. I've received that message immediately after restarting the ArcGIS Data Store, when all the underlying services are still starting up. But it goes away after a couple minutes once everything is fully online. There are a couple logs you can check to see if there is any useful information. C:\arcgisdatastore\logs\machine name\server - These are log files specific to Esri's ArcGIS Data Store service. C:\arcgisdatastore\logs\machine name\database - These are log files specific to the underlying PostgreSQL DB. I think searching through those logs is a good first step. If you know a specific time when users start experiencing that error, that would be a good timeframe to check in the logs. You might need to start there and work your way back to when you last knew it was working.
... View more
04-24-2025
07:24 AM
|
0
|
0
|
2078
|
|
POST
|
I'm not aware of any overrides to constraints. But, I think you could probably get creative with it. You might be able to keep your question as is, but incorporate an override value into the constraint itself. And then that would open up a new question for you to enter the "correct" value. It would be something like this: User inputs a value less than the previous meter reading value. Constraint catches it and displays a message saying that the entered reading is lower than the previous reading. Either correct your reading, or enter the manual override value (for example, they could type in 0) to override the constraint. Note that you would need to modify your constraint to accept the override value. Then, you would have a secondary question appear that is required based on the override value from your previous question where you ask the user to enter the meter reading value. From there, you can do some additional calculations if necessary so your "final" meter reading value is in a single column, instead of potentially mixed in two columns (one column for the initial meter reading value, and another column for the overridden meter reading value). That's a potential workflow that might work. It's the best idea that I have, but it might be overly complicated compared to some other ideas people might have.
... View more
04-22-2025
10:09 AM
|
0
|
0
|
2263
|
|
POST
|
I'd look into the second link I posted if it doesn't show up in the rest endpoint. You can try taking the ItemID of your corrupted Portal item and see if it exists in your content directory on your Portal server machine. There should be a folder that is named with the ItemID of every item in Portal. But if it's not there, then you might be able to follow the instructions from the second link I posted and fix it that way.
... View more
04-22-2025
07:16 AM
|
1
|
0
|
2116
|
|
POST
|
Are you able to see the Portal item in the Portal REST endpoint? You can try and attempt to delete the item directly from the REST endpoint, although I'm not sure if it will let you with delete protection enabled. Also, this could be something to look into: https://community.esri.com/t5/arcgis-enterprise-portal-questions/remove-items-of-type-null/td-p/1115945 Edit: Also this could be useful: https://support.esri.com/en-us/knowledge-base/problem-unable-to-delete-a-detached-item-in-portal-for--000024798
... View more
04-21-2025
01:09 PM
|
1
|
2
|
2146
|
|
POST
|
You might be able to use the Python API to programmatically disable delete protection and then delete it. That would be the "safest" way to do it. https://developers.arcgis.com/python/latest/guide/managing-your-content/
... View more
04-21-2025
06:14 AM
|
1
|
2
|
3012
|
|
POST
|
I don't like this approach, but what you could do is download/export the entire hosted feature service as a FGDB which will give you access to the underlying attachment table. From there, you can filter based on file type in the attachment table. It's certainly not ideal, but it's something. What we really need is query access to the underlying attachment table in AGOL. But without that, I think the options are limited to be able to do anything directly within AGOL. Edit: I just re-read your original question and saw that you already did this. Sorry! But I'll leave it here in case anyone else comes across this question and finds this comment useful.
... View more
04-17-2025
12:01 PM
|
0
|
0
|
2638
|
|
POST
|
Well, I was thinking if there was any sort of standardization in the records where you can tell based off of something in the record of what file type it is, you could only select those records and export them. For example, if records that only have a specific attribute "A" are only associated with PDFs, then select all "A" records and export them. But, I totally realize that's probably not feasible. It's more of a long shot idea. From what it sounds like, you have a single record with multiple file attachment types and want to filter out the attachments that way. Unfortunately in that case, I'm not aware of a way to do that.
... View more
04-17-2025
11:39 AM
|
0
|
2
|
2649
|
|
POST
|
According to the tool documentation, it honors selections. Would you be able to pre-select all the records based on attachment type, and then use the tool? I haven't personally tried that before, but that's the first thought I had.
... View more
04-17-2025
11:11 AM
|
0
|
4
|
2655
|
|
POST
|
In my experience, you have to be the survey item owner in AGOL/Portal in order for the survey to appear in Survey123 Connect (especially if you have never previously downloaded that survey in Connect before). Even if you're an admin and have access to everything, this has always been the case for me. You might want to try changing ownership to you and seeing if it appears in Connect.
... View more
04-17-2025
06:31 AM
|
1
|
0
|
1349
|
|
POST
|
Yes, you can capture photos in Field Maps. You just need to enable attachments on the layer you want to take photos off of. This blog post doesn't necessarily tell you how to enable attachments, but it does show you what taking photos in Field Maps looks like. https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/try-data-collection-in-arcgis-field-maps
... View more
04-15-2025
06:30 AM
|
1
|
0
|
2404
|
|
POST
|
Are there any status updates for this bug? We are looking to upgrade from 11.2 to 11.3, but are hesitant because we don't want to encounter this bug as it would have a pretty big impact to our end users. The support article you posted said this happens when the web adaptor is "under load", but that is a very relative term. I was wondering if there is a more specific definition of "under load", or had any specific examples of when this happens "under load." We're trying to get a feel if it is "safe" for us to upgrade to 11.3 or not.
... View more
04-10-2025
11:13 AM
|
0
|
1
|
2376
|
|
POST
|
So what exactly is the discrepancy? You have a hosted feature class in AGOL with dates. Are you saying the dates in the hosted feature class are incorrect?
... View more
04-10-2025
07:21 AM
|
0
|
1
|
1375
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Wednesday | |
| 3 | a week ago | |
| 1 | 06-10-2026 11:28 AM | |
| 1 | 06-10-2026 11:08 AM | |
| 1 | 06-08-2026 06:44 AM |
| Online Status |
Offline
|
| Date Last Visited |
12 hours ago
|