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
Tuesday
|
0
|
0
|
39
|
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
Tuesday
|
1
|
0
|
83
|
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
Monday
|
2
|
0
|
36
|
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
Monday
|
0
|
2
|
81
|
POST
|
Hi @ademshark, I've also had sporadic results with the clone method. You could try these tools as a workaround.
... View more
|
0
|
0
|
15
|
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
Thursday
|
2
|
0
|
106
|
POST
|
Hi @JustinTrody, I'm not familiar with the EPK method, but have you tried these tools?
... View more
a week ago
|
0
|
0
|
76
|
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
2 weeks ago
|
0
|
0
|
233
|
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
2 weeks ago
|
0
|
1
|
223
|
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
a month ago
|
0
|
0
|
1098
|
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
a month ago
|
0
|
0
|
1162
|
DOC
|
Hi @cartolizard you can invite my agol account (jskinner_rats) to a group and I will check it out.
... View more
a month ago
|
0
|
0
|
1229
|
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
|
219
|
Title | Kudos | Posted |
---|---|---|
1 | Tuesday | |
2 | Monday | |
1 | 02-12-2013 10:28 AM | |
2 | Thursday | |
1 | 05-01-2025 06:50 AM |
Online Status |
Offline
|
Date Last Visited |
yesterday
|