DOC
|
@stevetaylor_perth this functionality exists in the script: The script will search each portal using the URL of the service to get the Item Ids. It will then perform a find/replace within the web map's JSON. I would search each portal using the URLs to make sure items are being returned.
... View more
Thursday
|
0
|
0
|
73
|
POST
|
@DN_GIS_Analyst it looks like your Enterprise Geodatabase is using ArcFM? Or, possibly some other customization that is not supported in ArcGIS Pro. I would recommend copying all data to a File Geodatabase via ArcMap, and then paste into a new Enterprise Geodatabase.
... View more
Tuesday
|
0
|
1
|
86
|
DOC
|
@SveinungBertnesRåheim I've seen several users run into this issue, including myself. I have been unable to find a solution on how to resolve. On my current server it seems to resolve itself automatically. To workaround the issue, I add the below portion to the beginning of the script and remove from the end of the script: # Delete temporary File Geodatabase and zip file
print("Deleting temporary FGD and zip file")
arcpy.Delete_management(gdb)
os.remove(gdb + ".zip") After the script is executed there will be a File Geodatabase and zip file leftover, but adding this to the beginning will stop from these files accumulating.
... View more
2 weeks ago
|
0
|
0
|
800
|
DOC
|
@cartolizard looks like the feature service is empty. Could you append data to the service (you can try using ArcGIS Pro's Append), or overwrite the service?
... View more
2 weeks ago
|
0
|
0
|
864
|
DOC
|
Hi @cartolizard you can invite my agol account (jskinner_rats) to a group and I will check it out.
... View more
3 weeks ago
|
0
|
0
|
931
|
POST
|
Hi @MDB_GIS, You can publish the parcel fabric twice, one as a view-only service, and another as an editable service. You can share the editable service to a Group of those you would like to edit the data via Enterprise. For those that you do not want to edit the parcel data, you can only give them access to the view-only service.
... View more
a month ago
|
0
|
0
|
162
|
DOC
|
@James_Shreeve I should have done this from the start, but we can make the initial query the features you want to return. Take a look at this document on querying feature services. Once you have the syntax figured out to query your features, you can replace .query(where='1=1') in use this instead. You can test the query is working using the REST endpoint of the service.
... View more
a month ago
|
0
|
0
|
212
|
POST
|
Hi @anonymous55, what version of Enterprise are you using? I would try adding the feature service to an ArcGIS Online web map and see if you can reproduce the error. If you it works in AGOL, it may be an issue with the version of Enterprise your running.
... View more
a month ago
|
1
|
1
|
157
|
POST
|
Hi @Gurunara, Check out this toolset. You can use it to copy an Experience application to another environment.
... View more
a month ago
|
0
|
0
|
149
|
POST
|
Hi @JiříKomínek when configuring the scheduled task, check on the Use workspace option:
... View more
04-30-2025
05:25 AM
|
1
|
0
|
116
|
POST
|
@MichaelVolz yes, you can use the Delete Features tool, however you should note that the OBJECTIDs will not reset with this tool. This tool is pretty fast, but not as fast as truncate.
... View more
04-16-2025
09:58 AM
|
0
|
0
|
150
|
POST
|
You could do this without the web adaptor, but you would need to open port 6443 on the server. The URL would be accessible through https://server.domain.com:6443/arcgis/rest/services.
... View more
04-16-2025
09:48 AM
|
0
|
0
|
210
|
POST
|
Hi @MikeVolz, I see that you have the ability to run arcpy. I find arcpy's Append tool more robust. Instead of adding your GeoJSON file to Portal/AGOL, you could convert it to features using JSON to Features and then Append this feature class to your feature service.
... View more
04-16-2025
06:03 AM
|
0
|
5
|
395
|
POST
|
Yes, that would work. The only downside I see having both web adaptor in ArcGIS Server installed outside your firewall is having an extra ArcGIS Server instance to maintain (i.e. upgrades, patches).
... View more
04-16-2025
05:59 AM
|
1
|
2
|
219
|
Title | Kudos | Posted |
---|---|---|
1 | a month ago | |
1 | 04-30-2025 05:25 AM | |
8 | 02-23-2021 03:42 AM | |
1 | 04-16-2025 05:59 AM | |
1 | 03-14-2025 05:57 AM |
Online Status |
Offline
|
Date Last Visited |
yesterday
|