|
POST
|
I'm assuming you mean a hosted feature service that you are wanting to verify isn't being used in maps. If so, I believe this thread is what you're looking for. https://community.esri.com/t5/arcgis-online-questions/possible-to-find-out-where-feature-layers-are/td-p/1142174
... View more
05-29-2025
07:06 AM
|
0
|
0
|
662
|
|
POST
|
Hmm, that's odd. I'm not sure what could cause it to suddenly stop working then. Especially if nothing has changed with the server between yesterday and today. Someone else might have some ideas, otherwise it might be something for Esri support to look into.
... View more
05-28-2025
08:27 PM
|
0
|
1
|
2455
|
|
POST
|
That's odd. Are you able to access the service in an AGOL web map? Like after it asks you to enter your credentials when adding it to a map, does it load any data?
... View more
05-28-2025
07:53 PM
|
0
|
3
|
2517
|
|
POST
|
The biggest thought I had is that the SSL certificate expired or something. Which would explain why it suddenly stopped working today. But otherwise, I'm not sure what it could be right off.
... View more
05-28-2025
07:51 PM
|
0
|
0
|
2518
|
|
POST
|
Something most likely changed on the server that is hosting those secured services. You might need to work with your GIS Server Admin and/or IT department and verify if anything has changed with the ArcGIS Server. Here is a support article that lists some of the reasons why that store credentials option is missing. https://support.esri.com/en-us/knowledge-base/the-option-to-store-credentials-is-not-available-when-a-000012369
... View more
05-28-2025
07:35 PM
|
0
|
2
|
2524
|
|
POST
|
What exactly about that process isn't working for you? I was able to follow that process in the blog you listed and it worked fine for me. If your secured services are no longer working in AGOL, then that would indicate an underlying problem with the ArcGIS Server the secured services are coming from. Or possibly the credentials that were used to secure the service with were changed and need to be updated in the service.
... View more
05-28-2025
06:49 PM
|
0
|
9
|
2549
|
|
POST
|
I am not able to replicate this behavior in 3.5. Per the 3.5 documentation, it states: "when a dataset with a known coordinate system is input to this tool, the tool will issue a warning message but will run successfully." I don't think Esri intentionally took away that functionality. I suspect it's just a bug. You'll probably have to reach out to support and see if they can reproduce the issue on their end.
... View more
05-28-2025
11:47 AM
|
0
|
1
|
3708
|
|
POST
|
This was only included in the 11.3 documentation and not 11.4/5, although I think it should probably be included in all versions going forward because some people completely skip the 11.3 upgrade. Unless someone reads the 11.3 documentation, someone going from 11.2 to 11.5, such as yourself, would have never read about it. https://enterprise.arcgis.com/en/get-started/11.3/windows/what-s-new-in-arcgis-enterprise.htm RyanUthoff_0-1748454024373.png
... View more
05-28-2025
10:41 AM
|
3
|
0
|
1540
|
|
POST
|
It could be several things that are causing performance issues and it's hard to troubleshoot without knowing your IT architecture. Are the resources on your postgres VM good? Not maxing out or anything? Where is ArcGIS Pro in relation to the postgres VM? I'm assuming your end users aren't in the postgres VM itself, so are they all on their own machines? Are they using VPN to connect to the DB? Using VPN to connect to DBs (for example, desktop Pro users requiring VPN to access DBs that are hosted in the cloud) will significantly impact performance. Can you install ArcGIS Pro on the Postgres VM to see if you can replicate the slowness there? If you cannot replicate the slowness, then it will be a network related issue. Do you have any web maps (like in ArcGIS Enterprise) that are also using DBs from that Postgres VM? If the answer is yes, do you have any performance issues there? If you do not have any performance issues there, then it is likely a network issue between your end users and the VM.
... View more
05-22-2025
10:48 AM
|
1
|
1
|
1207
|
|
POST
|
Do the fields that are not showing up for you in the drop-down contain a domain (where you select from a list of pre-populated values instead of free-text entry when creating/editing a feature)? If the answer is yes, then it won't show up. For a field to be searchable, it must not contain a domain.
... View more
05-21-2025
08:25 PM
|
0
|
0
|
812
|
|
POST
|
Is your shapefile or feature class that you want to add locations to in your map? They need to be in the map in order for them to show up in the menu when you click Add to Feature Class.
... View more
05-21-2025
12:36 PM
|
0
|
0
|
1039
|
|
POST
|
Good news! It looks like this functionality has been added in 11.5. I just read about it in the "what's new" documentation. The direct link to the photos documentation is here.
... View more
05-21-2025
11:48 AM
|
1
|
0
|
747
|
|
POST
|
Is there anything in the address points attribute table that differentiates between inside and outside city limits? If there is, what you can do is create different Label Classes based on a query. Or in this case, create a single Label Class where "inside outside city limits = yes" and only label those features. RyanUthoff_0-1747852941400.png
... View more
05-21-2025
11:40 AM
|
0
|
0
|
3131
|
|
POST
|
If you actually edit the data, does it let you save it? The reason I ask is because I can replicate this behavior, where a user with no editing privileges gives the appearance that you can edit (by clicking the attribute value and it giving you the ability to type something different). However, if you change the value and then click elsewhere to save the change, a "Data Error" will appear. Do you receive the error or does it actually change the value? RyanUthoff_0-1747832037053.png
... View more
05-21-2025
05:54 AM
|
1
|
2
|
1347
|
|
POST
|
My screenshot below should work correctly. If you're writing your number values to a string field, then make sure to put quotes around the numbers. I don't know how to properly explain it, but your Code Block cannot "see" your fields. You can't directly reference them using !Field_Name! syntax. Instead, you have to pass those fields to it from the line above. And then you reference your fields that way. Hopefully my screenshot will help explain it. From there, you just have your if statements to calculate your values. And then at the very end, you need to return the value of "Race_Code" so it can calculate value in your table. RyanUthoff_1-1747791731422.png Edit: @MErikReedAugusta replied as I was typing my response and didn't see it until after I posted. Their method is more elegant and better than mine lol.
... View more
05-20-2025
06:43 PM
|
3
|
1
|
4006
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | a month ago | |
| 1 | 07-15-2026 08:22 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|