|
POST
|
Hi @emoreno, Yes, this is possible. Take a look at the following tool. This associated script should get you started.
... View more
06-17-2025
06:52 AM
|
1
|
0
|
1672
|
|
POST
|
Hi @FMGLGIS, You could perform the following steps: 1. Sync your replica 2. Unregister the replica in each geodatabase 3. Copy the new feature class to the child geodatabase 4. Recreate the replica using the option Register existing data only
... View more
06-13-2025
03:49 AM
|
0
|
0
|
1052
|
|
POST
|
Hi @cjms, I believe this is expected. When the data store was installed, the spatiotemporal data store component was enabled. You can try disabling this by going to the control panel > select the Data Store > Change. Uncheck the Spatiotemporal Data Store: I would proceed with caution as I haven't tested if this affects the existing data stores installed (i.e. relational).
... View more
06-10-2025
08:39 AM
|
0
|
0
|
1572
|
|
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
|
1154
|
|
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
|
786
|
|
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
|
1377
|
|
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
|
775
|
|
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
|
1266
|
|
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
|
706
|
|
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
|
17125
|
|
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
|
2236
|
|
DOC
|
Hi @SedaKahraman remove the /home/ from your Portal URL.
... View more
05-23-2025
05:52 AM
|
0
|
0
|
17222
|
|
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
|
13383
|
|
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
|
13447
|
| Title | Kudos | Posted |
|---|---|---|
| 4 | 05-07-2020 05:14 PM | |
| 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 |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|