|
POST
|
User Type: Creator Role: Administrator I am owner/creator of the Hosted Feature service and the web map. It's been a month or so since I tried this, but never had any issues until I saw this post yesterday, and 'tested' it. Further testing it seems that it is happening with existing Map Viewer Classic maps. If I add the HFS to a new MVC, the Manage option is there and I can edit them. R_
... View more
08-23-2024
07:34 AM
|
0
|
0
|
2230
|
|
POST
|
If it hasn't been removed, where is it hidden now? This seems to be across the board with ALL web maps I tried. R_
... View more
08-22-2024
11:32 AM
|
0
|
2
|
2247
|
|
POST
|
Not a Roll Back option, but I have a python script that copies my important FGDB's each night to a backup folder, then removes them after a certain amount of time. This way, I at least have a snapshot of the data from previous days. R_
... View more
08-22-2024
11:01 AM
|
0
|
0
|
2067
|
|
POST
|
No, if there wasn't a filter there with the Clear all button, then this was not the issue. R_
... View more
08-21-2024
04:50 PM
|
0
|
0
|
1420
|
|
POST
|
If you are seeing this behavior when you load an AGOL HFS, I suspect there is a filter saved in the feature service itself. View the item details page, then the visualization tab. If there is a filter set, press the Clear all, then make sure to press the Save button in the upper left. If this was the case, you should now see the inactive records now. R_
... View more
08-21-2024
02:17 PM
|
0
|
2
|
1445
|
|
POST
|
This seems to work regardless of the number of words: Var FtName = Replace($feature["NAME"], ' ', TextFormatting.NewLine)
return FtName R_
... View more
08-20-2024
10:37 AM
|
1
|
0
|
2813
|
|
POST
|
You can configure what 'version' the SDE connection file is connected to. In Catalog pane, right click the database and choose Geodatabase Connection Properties. In that dialog box, you can select which version that particular connection file references. R_
... View more
08-20-2024
09:45 AM
|
4
|
1
|
2718
|
|
POST
|
I believe it is trying to run a function named "WF-"=. which isn't defined and should be calling the autoIncrement function. I think the FACILITYID = line should be autoIncrement() and the concatenation and zfill should be handled in the function/returns. Not sure what version of Pro this is from, but in 3.1.3 it is SequentialNumber helper and the top line tells it what function to execute: R_
... View more
08-19-2024
03:26 PM
|
0
|
0
|
1228
|
|
POST
|
@aurichat wrote: When I was on my latest one, I had to hit command-z a bunch of times while editing it. Not sure when you did the series of cmd-z, but that is the undo keyboard shortcut. Is it possible you undid all the edits before you pressed the save edits button? R_
... View more
08-19-2024
02:04 PM
|
1
|
0
|
5134
|
|
POST
|
Suspect it has something to do with the split policy on the service. This post covers some of it, though I didn't have success modifying the json. Maybe later I can figure it out when I have time. R_
... View more
08-07-2024
04:53 PM
|
0
|
1
|
3414
|
|
POST
|
I just tested with Pro 3.1.3, and 3.2.1 and both give me the same error message you got if I try to split a polygon with Pro, and fails to split it. I can edit vertices, reshape, merge, etc. but can NOT split them. Thought maybe it is because there is no split policy on the fields in HFS so I tried with a polygon with one field and a default value ( so the split attribute wasn't null ). This failed also. R_
... View more
08-07-2024
02:26 PM
|
0
|
3
|
3437
|
|
POST
|
aprx = arcpy.mp.ArcGISProject("CURRENT") uses the currently open Pro document. Scheduled tasks normally run outside of Pro, so would need to put the actual path of the aprx in place of CURRENT. aprx = arcpy.mp.ArcGISProject(r"C:\path\to\project.aprx") R_
... View more
08-07-2024
01:24 PM
|
1
|
0
|
648
|
|
POST
|
Web App Builder doesn't support grouped layers. However, since you have enterprise, you are probably running ArcGISServer as well. You can group layers in your map/project then publish a MapService in AGS and when added to map viewer (classic or new) it will respect the group layer service. R-
... View more
08-07-2024
08:40 AM
|
0
|
0
|
1061
|
|
POST
|
Not sure what to tell you. I have tested on my end with polygon and point feature classes with no issue. Perhaps there is a limitation on the Feature Service you are connecting to. I published my own HFS with no restrictions and use the code to keep the local data in sync with changes to the HFS. R_
... View more
08-07-2024
07:56 AM
|
0
|
0
|
2592
|
|
POST
|
What happens is you use the full path to the feature layer in that feature service (add the correct layer number to the end of the URL. /0 on my HFS)? layer_name = r"https://services9.arcgis.com/{id}/arcgis/rest/services/USA_Counties_6260724028191129561/FeatureServer/0" R_
... View more
08-05-2024
12:44 PM
|
0
|
2
|
2609
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2026 04:00 PM | |
| 1 | 09-14-2022 07:53 AM | |
| 1 | 09-14-2022 08:23 AM | |
| 1 | 05-21-2026 08:53 AM | |
| 1 | 05-14-2026 04:28 PM |
| Online Status |
Online
|
| Date Last Visited |
yesterday
|