|
DOC
|
Numerous organizations utilize ArcGIS Server services within ArcGIS Online. These services play a crucial role in powering various web maps, applications, dashboards, and story maps. There may be a time when an organization needs to update the ArcGIS Server URL. For example, an organization may need to change ags.domain.org to ags.domain.gov. Below are scripts that will iterate through an ArcGIS Online's organization and update the URLs in: referenced services Web Maps Web AppBuilder applications Instant Apps Experience Builder applications Dashboards Story Maps There are two scripts: Update DNS for AGOL Content.py Logger.py The Logger.py performs the logging duties, and simply needs to reside in the same directory as the Update DNS for AGOL Content.py script. A directory called logs will be created with an AGOL Content Update Log File.txt file when the script is executed. Any content that was unable to be updated will be written to the log. The Variables section of the script is the only portion that will need to be updated: Variable Description username AGOL Administrator Username password AGOL Administrator Password oldDNS The portion of the URL to replace newDNS What to replace the URL with Additional Notes: I recommend testing on an in individual user first. To do so, uncomment line 77 and specify the AGOL username.
... View more
06-10-2025
07:19 AM
|
2
|
0
|
1040
|
|
POST
|
Hi @DavidColey, you won't have to do it before, but you will need to uninstall 11.4 Web Adaptor and install 11.5 Web Adaptor for Monitor 2025: https://doc.arcgis.com/en/monitor/latest/install/windows/install-and-configure-arcgis-web-adaptor-with-arcgis-monitor.htm#:~:text=A%20dedicated%20instance%20of%20ArcGIS%20Web%20Adaptor%2011.5%20is%20required%20for%20Monitor%20Server.
... View more
06-09-2025
09:58 AM
|
2
|
0
|
706
|
|
POST
|
Hi @MattCashen, After the domain account password has changed, upon a service restart cause the service not to start successfully. If it's only a password update, you can do this within the Windows Services: However, if the username itself were to change, you should use the utilities you mentioned. This will grant the new domain account the necessary privileges to the required directories.
... View more
06-09-2025
09:51 AM
|
0
|
2
|
1238
|
|
POST
|
Hi @ademshark, I've also had sporadic results with the clone method. You could try these tools as a workaround.
... View more
06-09-2025
05:34 AM
|
0
|
0
|
688
|
|
POST
|
Hi @KyleGruber, Are you overwriting the feature classes when you receive the updated layers? Instead, you could perform a truncate and an append.
... View more
06-05-2025
07:48 AM
|
3
|
0
|
1083
|
|
POST
|
Hi @JustinTrody, I'm not familiar with the EPK method, but have you tried these tools?
... View more
06-03-2025
04:06 AM
|
0
|
0
|
620
|
|
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
05-29-2025
03:51 AM
|
0
|
0
|
13995
|
|
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
05-27-2025
04:28 AM
|
0
|
1
|
1926
|
|
DOC
|
Hi @SedaKahraman remove the /home/ from your Portal URL.
... View more
05-23-2025
05:52 AM
|
0
|
0
|
14092
|
|
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
05-15-2025
05:38 AM
|
0
|
0
|
11606
|
|
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
05-14-2025
08:22 AM
|
0
|
0
|
11670
|
|
DOC
|
Hi @cartolizard you can invite my agol account (jskinner_rats) to a group and I will check it out.
... View more
05-13-2025
10:26 AM
|
0
|
0
|
11737
|
|
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
05-02-2025
12:57 PM
|
0
|
0
|
983
|
|
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
05-02-2025
12:11 PM
|
0
|
0
|
2350
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-25-2026 04:16 AM | |
| 1 | 03-16-2026 01:00 PM | |
| 1 | 12-22-2025 10:39 AM | |
| 1 | 01-20-2026 04:04 AM | |
| 1 | 12-29-2025 06:27 AM |
| Online Status |
Online
|
| Date Last Visited |
an hour ago
|