|
POST
|
I can't really speak for why it was designed that way or if it's something that will change in future versions, but someone did create an ArcGIS Idea that I believe is asking for the same thing you are.
... View more
05-16-2025
08:20 AM
|
2
|
1
|
1366
|
|
POST
|
I thought of that option as well, but there are some additional considerations with that option, mainly if the schema changes as part of the nightly update. Here is the documentation regarding schema locking. I think both options will work in this scenario though. I should have asked if your overwriting the entire table, or just records inside of it. I might be wrong, but I don't think disabling schema locking would impact any locks at the individual record level (although, I'm not sure if you would get any locks at the record level in the first place). I suppose another alternative solution is (if you're overwriting the entire table, as in deleting and recreating it), is modify your FME process to keep the table, and just truncate and append the new records to it. I think that would eliminate the schema locking issue.
... View more
05-16-2025
08:04 AM
|
2
|
1
|
2061
|
|
POST
|
Would content categories accomplish what you're needing? You can create your own categories within your groups to organize content.
... View more
05-16-2025
07:49 AM
|
0
|
0
|
1010
|
|
POST
|
Normally there are connections to the DB with one instance running, even if no one is actually using the feature service. You could set the minimum number of instances to zero. But the downside is that your users will have roughly an extra 30 second delay for that feature service to come online the first time it is used after being at zero instances. I suppose the more "elegant" way of handling it would be to stop your feature service as a part of your FME process. Then you wouldn't have to worry about the feature service causing any locks. This support article says how you can do it through the Python API, which you could integrate into your FME processs. You could configure it to run the Python to stop the services before the FME process runs, then run the Python again afterwards to start the services.
... View more
05-16-2025
07:29 AM
|
1
|
0
|
2073
|
|
POST
|
Is the feature service actively running when you're running the FME workspace and receive the lock error? If other people are actively using the feature service, it might not be able to delete the data because it's locked by other people. Even if no one is using the feature service, if you have it as a shared instance or a dedicated instance with minimum number of instances of 1 or more, then the feature service is running and could cause locks. The first step I would try is look at the other connections to the DB when you receive the error. If there are other connections, try disconnecting them and trying again (keep in mind that the feature service could reconnect after disconnecting it, so it might be best to completely turn the feature service off in Server Manager to ensure it doesn't reconnect and cause locks).
... View more
05-16-2025
06:31 AM
|
0
|
2
|
2078
|
|
POST
|
The Selection Tab is in the layer properties. Right click the layer on the contents pane in your map and click properties. Then click the selection tab. This documentation has some information about it.
... View more
05-15-2025
07:18 PM
|
0
|
0
|
797
|
|
POST
|
I can think of a couple different methods you could use. Convert the legends to graphics (right click the legend and click convert to graphics). You will have a lot more individual control over the legend, and you can move the individual pieces of the legend (like the symbol, text, etc.) to wherever you like. You can even add text (like your era names) to it. The downside to this method is that your legend will no longer be dynamic/associated to your layer's symbology. So any symbology changes you make will not be reflected in the legend. Create copies of the layer in the map, with each layer representing your geologic era. You can set up a definition query to only display the records for each era. Then, you can create a legend and it'll break it down by each layer (or era). You probably won't have as much flexibility with this method as opposed to the first method I suggested, but it might work. Besides that, I'm not sure of a way to "natively" do what you're wanting, but I think the methods I listed above might work.
... View more
05-15-2025
07:12 PM
|
0
|
0
|
2196
|
|
POST
|
I just tried this and the Add Fields button is visible for me for a hosted feature service with a relationship class. By any chance is your hosted feature service restricted from being able to add fields?
... View more
05-14-2025
04:57 PM
|
0
|
0
|
716
|
|
POST
|
If you create a "file" question in your survey with a multiline appearance, it will allow you to select multiple photos at a time. The downside is that it will allow users to upload more than just photos, but it will accomplish what you're asking. Edit: It looks like someone made an ArcGIS Idea regarding this. https://community.esri.com/t5/arcgis-survey123-ideas/select-multiple-photos-to-upload-to-survey123/idi-p/1001978/page/2#comments
... View more
05-14-2025
12:47 PM
|
2
|
2
|
1391
|
|
POST
|
My only thought is that your survey was "hiding" in a folder. When searching in your content, make sure you have "All my content" selected and then search for it. Otherwise, if you're able to access it when searching your organization, then at least you'll be able to access it that way and be able to get to the data.
... View more
05-13-2025
11:48 AM
|
0
|
4
|
2218
|
|
POST
|
Another thought is are you still able to submit surveys? Even if the survey/data is deleted, the form will still exist on your tablet if you already had it previously downloaded. You can confirm that the form/data still exists if you're able to successfully submit a survey.
... View more
05-13-2025
11:24 AM
|
0
|
1
|
2254
|
|
POST
|
Instead of searching through only your content, have you tried searching your entire organization? So that way, in the event someone else took ownership of it, you'll still be able to find it.
... View more
05-13-2025
11:21 AM
|
0
|
8
|
2255
|
|
POST
|
So if I am understanding correctly, this issue happened immediately after updating your SSL certificates? Like, everything was working correctly before updating your SSL certificate, you updated your SSL certificate, and then you suddenly started having issues after? Also, can you clarify what you mean my virtual machine? Are you referring to the VM that ArcGIS Enterprise is installed on? Or is this another VM that you work off of and ArcGIS Enterprise is installed elsewhere? On your VM where you are able to access Portal, are you getting any certificate errors in your web browser when accessing the public URL? You should also be able to view your SSL certificate in your browser to verify it is using the correct one. Regardless, I'm struggling to see how changing SSL certificates would cause this issue. You should still be able to access Portal from outside the VM, but if something was wrong with the SSL certificates, it would just give you a certificate warning. If your old SSL certificate hasn't expired yet, you can try changing everything back to the old certificate and see if you're still encountering the issue.
... View more
05-08-2025
04:52 PM
|
0
|
0
|
1520
|
|
POST
|
Hmm, I've seen cases where you have to remove and re-add the service to the map in order for the new symbology to be reflected, but I'm not sure what's going on in your case. Hopefully someone else will have some more insight into what's going on, because I don't think I've seen that before.
... View more
05-08-2025
11:13 AM
|
1
|
1
|
1292
|
|
POST
|
Regarding not seeing new symbology, do you also not see the new symbology if you were to add it to a brand new map instead of an existing map? And regarding not being able to delete it, have you verified that delete protection is disabled in the map service settings in Portal?
... View more
05-08-2025
08:53 AM
|
0
|
3
|
1321
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago |
| Online Status |
Online
|
| Date Last Visited |
8 hours ago
|