|
POST
|
@DavidColey I am upgrading a multi-machine deployment. The antivirus was disabled during the upgrade on all machines. I have tried repairing the install, restarting the ArcGIS Data Store service, and restarting the server. This has been the most troublesome upgrade I have had in many years.
... View more
06-01-2026
06:56 AM
|
0
|
2
|
1926
|
|
POST
|
@NicolasGIS I did have the "ArcGIS Data Store 11.5 Reliability Patch" installed before the upgrade, but the ArcGIS Data Store service starts without any issues after the upgrade. It is during the upgrade of the relational data store that the process throws an error and quits. In the pg_upgrade_output.d folder there is a log that has this: pg_restore: creating FUNCTION "sde.st_geometry_accum_func("sde"."st_state_data_type", "sde"."st_geometry")"
pg_restore: while PROCESSING TOC:
pg_restore: from TOC entry 6768; 1255 18361 FUNCTION st_geometry_accum_func("sde"."st_state_data_type", "sde"."st_geometry") sde
pg_restore: error: could not execute query: ERROR: could not find function "st_geometry_accum_func" in file "C:/Program Files/ArcGIS/DataStore/framework/runtime/pgsql/lib/st_geometry.dll"
Command was: CREATE FUNCTION "sde"."st_geometry_accum_func"("sde"."st_state_data_type", "sde"."st_geometry") RETURNS "sde"."st_state_data_type"
LANGUAGE "c"
AS 'st_geometry', 'st_geometry_accum_func';
... View more
06-01-2026
06:51 AM
|
0
|
0
|
2677
|
|
POST
|
Just a heads up to anyone else wanting to do an upgrade from ArcGIS Enterprise 11.5 to 12.1. I have run into an issue were the relational datastore will not upgrade. From the logs it looks like a function called st_geometry_accum_func is missing from the Postgresql 18 st_geometry.dll. It looks like that error causes the pg_restore operation to fail and then ArcGIS Data Store reports a failed upgrade because there is no dsadmindb. Also, I have created a support ticket with Esri.
... View more
05-30-2026
02:24 PM
|
0
|
58
|
6932
|
|
POST
|
I just found that I am getting a missing function error in the st_geometry.dll. I have tried the ST_Geometry downloads from My Esri for ArcGIS Enterprise 12.1 and ArcGIS Pro 3.7 and they are apparently missing the function as well. pg_restore: creating FUNCTION "sde.st_geometry_accum_func("sde"."st_state_data_type", "sde"."st_geometry")"
pg_restore: while PROCESSING TOC:
pg_restore: from TOC entry 6768; 1255 18361 FUNCTION st_geometry_accum_func("sde"."st_state_data_type", "sde"."st_geometry") sde
pg_restore: error: could not execute query: ERROR: could not find function "st_geometry_accum_func" in file "C:/Program Files/ArcGIS/DataStore/framework/runtime/pgsql/lib/st_geometry.dll"
Command was: CREATE FUNCTION "sde"."st_geometry_accum_func"("sde"."st_state_data_type", "sde"."st_geometry") RETURNS "sde"."st_state_data_type"
LANGUAGE "c"
AS 'st_geometry', 'st_geometry_accum_func';
... View more
05-30-2026
09:48 AM
|
0
|
0
|
1495
|
|
POST
|
@NicolasGIS I was able to get past the ArcGIS for Portal issue after Esri Support provided the registry key after all and a repair of the installer. Now for more hours than I would like to admit, I am stuck on an issue with my relational datastore upgrade. So far, I have found nothing useful in the logs and have tried repairing the ArcGIS Data Store install. Are you running into the issue below, and if so have you found a workaround? Attempt to configure data store failed. Caused by: No valid connection to ArcGIS Data Store configuration store established. Caused by: FATAL: database "dsadmindb" does not exist
... View more
05-30-2026
08:54 AM
|
0
|
0
|
1498
|
|
POST
|
@NicolasGIS could you share the registry values to update? On second thought, don't share that here. Esri Support would not provide them to me yet until I try just a repair first. So, I guess if they won't privately provide me that info then it should not be shared here.
... View more
05-29-2026
04:26 PM
|
0
|
0
|
3885
|
|
POST
|
I wish I had search Esri Community before starting my update. I can confirm this just happened to me going from 11.5 to 12.1. ArcGIS Enterprise 11.5 was fully patched before starting the update. I am seeing stuff like this in the arcgis_install_log.txt in the ArcGIS->Portal->framework->support folder. I removed some of the file paths. 2026-05-29 17:24:06 Beginning of the execution for: removeService 2026-05-29 17:24:06 The json file cannot be opened OR File not found: \ArcGIS\Portal\framework\support\nasetup_properties.json 2026-05-29 17:24:06 Invoking Remove Windows Service....... 2026-05-29 17:24:06 First stopping the service before removing it 2026-05-29 17:24:06 Issued stopService control signal to . 2026-05-29 17:24:06 OpenService failed, retrying...123 2026-05-29 17:24:16 OpenService failed, retrying...123 2026-05-29 17:24:26 OpenService failed, retrying...123 2026-05-29 17:24:36 OpenService failed, retrying...123 2026-05-29 17:24:46 OpenService failed, retrying...123 2026-05-29 17:24:56 OpenService failed after multiple attempts183 2026-05-29 17:24:56 Failed to stop the service before removing it 2026-05-29 17:24:56 Beginning of the execution for: customActionCall 2026-05-29 17:24:56 The json file cannot be opened OR File not found: \ArcGIS\Portal\framework\support\nasetup_properties.json 2026-05-29 17:24:56 The json file cannot be opened OR File not found: \ArcGIS\Portal\framework\support\classpath.json 2026-05-29 17:24:56 Invoking Custom Action Call....... 2026-05-29 17:24:56 The command that will be executed is: 2026-05-29 17:24:56 The create process failed: 87 2026-05-29 17:25:01 End of the execution for: customActionCall [2026-05-29 17:36:52] [error] [ 9224] The specified service already exists. [2026-05-29 17:36:52] [error] [ 9224] Failed installing service 'Portal for ArcGIS'. [2026-05-29 17:36:52] [error] [ 9224] Apache Commons Daemon procrun failed with exit value: 8 (failed to install service). 2026-05-29 17:37:06 End of the execution for: customActionCall 2026-05-29 17:39:26 Beginning of the execution for: startService 2026-05-29 17:39:26 The json File has been parsed successfully: \ArcGIS\Portal\framework\support\nasetup_properties.json 2026-05-29 17:39:26 Issued startService control signal to Portal for ArcGIS. 2026-05-29 17:39:26 StartService failed1056 2026-05-29 17:39:56 End of the execution for: startService Anyone know what Esri is advising? Roll back, repair install?
... View more
05-29-2026
04:01 PM
|
0
|
2
|
2327
|
|
IDEA
|
Yes, please mark this as implemented. I did not even think about looking at the change log for 3.6 first. I will keep that in mind in the future.
... View more
05-12-2026
01:52 PM
|
0
|
0
|
714
|
|
IDEA
|
We are on ArcGIS Pro 3.5. We use ArcGIS Enterprise so we always try to match paired versions (3.5 and 11.5 currently). We plan to upgrade to ArcGIS Pro 3.7 and ArcGIS Enterprise 12.1 when they are release. It looks like the what is in your screenshot is what I had in mind and I would rather have the undo/redo than a confirmation box now that you mention it.
... View more
05-12-2026
01:30 PM
|
0
|
0
|
723
|
|
IDEA
|
I think it would be helpful to have a button next to the current setting for unique IDs that resets the number count of unique IDs for layers in a map in a top to bottom order. That way if you need to redo the unique IDs while developing a new service you can just hit a button instead of opening every layer and manually updating them. It would probably be a good idea to have a confirmation box popup to confirm the action. JoshuaYoung_0-1778613030785.png
... View more
05-12-2026
12:18 PM
|
1
|
5
|
756
|
|
POST
|
We have run into the same issue with Waze requiring different closures where the road name changes. The problem that we have is we are using the Road Closure solution 2.0 and the relationship type between the closures and detours is one-to-many. We have a separate hosted feature service that a Python script does ETL from the road closure layer to another one formatted for Waze. I tried leaving the closure combined in the Esri layer and splitting it in the Waze layer but the next sync wipes that out. Currently if a closure has to be split due to a name change, I will draw the detour in twice the same way for both closures. In theory if you created a new relationship based off of the Closure ID instead of the GlobalID then you could get one popup for the detour. However, if I remember correctly some functionality in ArcGIS Online/Enterprise does not like relationships that are not based on GlobalIDs and it is easier for related data to get accidentally orphaned. There are also many-to-many relationships but Esri's support of them has not been great in my experience, especially in ArcGIS Online/Enterprise. Personally, it would be easier if Waze was smart enough to recognize the two road names in the road name field and process the closure accordingly. You would think in the age of "AI" that would be possible.
... View more
05-05-2026
07:17 AM
|
0
|
0
|
321
|
|
IDEA
|
I would add that it would be nice to be able to enable a setting in Portal for ArcGIS to send an email to named users with the Administrator permission that a patch is available once it shows up on the "About" section.
... View more
04-30-2026
12:17 PM
|
0
|
0
|
1337
|
|
POST
|
I am planning on deploying the following: Damage Assessment Emergency Debris Management Emergency Management Operations Emergency Shelter Management Special Event Operations My current plan is to: Deploy all of them, except Damage Assessment, to both AGO and AGE On AGE create a distributed collaboration workspace to sync public facing views from AGE to AGO by copy Use AGO Assistant to swap the distributed collaboration layers on AGO in the public facing apps on AGO Then delete all of apps, maps, and layers from the solutions on AGO that are not public facing I deployed the Damage Assessment last summer during our flood response and cloned the items to AGE. That created some issues that I had to use AGO Assistant to resolve. I think I am going to start over with a fresh deployment on AGO and do the following: Use distributed collaboration to create a two-way sync by copy between AGO and AGE for the layers Manually recreate the necessary maps and apps on AGE that staff need to use Delete the maps and apps that are not public facing from the solution on AGO I was just curious if there is a better way of going about this.
... View more
04-17-2026
10:04 AM
|
0
|
0
|
543
|
|
POST
|
I am looking for ways to split ArcGIS Solutions between ArcGIS Online (AGO) and ArcGIS Enterprise (AGE). We are looking to deploy several emergency operations solutions and we want the staff side on AGE and the public side on AGO. Is it better to publish on AGO and use distributed collaboration to sync to AGE or the other way around? We need the staff side to keep working even if the internet goes down, hence the AGE requirement.
... View more
04-16-2026
09:59 AM
|
0
|
3
|
619
|
|
POST
|
@JaredPilbeam2 I found a more definitive answer for you in another post. As of June 2025, what you are trying to do is not possible with AGO Notebooks and custom web tools in Experience Builder. See the comment from @xlt208 on 06/03/2025. https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-allow-local-file-upload-with-the-analysis/td-p/1575550
... View more
04-15-2026
12:13 PM
|
1
|
0
|
749
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 07-17-2026 03:39 PM | |
| 4 | 3 weeks ago | |
| 1 | 07-02-2026 07:49 AM | |
| 1 | 06-24-2026 03:13 PM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|