|
POST
|
Good news the patch is now available: ArcGIS Data Store 10.9.1 Durability Enhancement Patch .. but it only partially solved my issue of restore unfortunately ☹️ I no longer have the error: "No valid connection to ArcGIS Data Store configuration store established." is my logs but I still have "ArcGIS Data Store has detected an issue with 'db'."... and the restore fails. <Msg time="2022-09-06T17:17:12,981" type="WARNING" code="110130" source="Data Store" process="6760" thread="1" methodName="" machine="GISSTOREREC01.COMPANY.COM" user="" elapsed="" requestID="">ArcGIS Data Store has detected an issue with 'db'.</Msg> <Msg time="2022-09-06T17:17:35,106" type="WARNING" code="110379" source="Data Store" process="6652" thread="23" methodName="" machine="GISSTOREREC01.COMPANY.COM" user="" elapsed="" requestID="">Failed to restore 'relational' data store. Failed to start relational data store.</Msg> <Msg time="2022-09-06T17:17:49,13" type="WARNING" code="110130" source="Data Store" process="6760" thread="1" methodName="" machine="GISSTOREREC01.COMPANY.COM" user="" elapsed="" requestID="">ArcGIS Data Store has detected an issue with 'db'.</Msg> <Msg time="2022-09-06T17:18:27,233" type="WARNING" code="110130" source="Data Store" process="6760" thread="1" methodName="" machine="GISSTOREREC01.COMPANY.COM" user="" elapsed="" requestID="">ArcGIS Data Store has detected an issue with 'db'.</Msg> <Msg time="2022-09-06T17:18:27,233" type="SEVERE" code="110131" source="Data Store" process="6760" thread="1" methodName="" machine="GISSTOREREC01.COMPANY.COM" user="" elapsed="" requestID="">ArcGIS Data Store encountered too many problems. Failover may be invoked if standby is configured.</Msg> <Msg time="2022-09-06T17:18:28,280" type="SEVERE" code="110453" source="Data Store" process="6760" thread="1" methodName="" machine="GISSTOREREC01.COMPANY.COM" user="" elapsed="" requestID="">Data store machine 'GISSTOREREC01.COMPANY.COM' has failed.</Msg> The restore seems to be working fine in the logs from what I can tell but afterward, when starting DB, the following is logged: 2022-09-06 17:17:39 CEST: [2280]: [1-1] FATAL: the database system is starting up 2022-09-06 17:17:39 CEST: [92]: [4-1] LOG: redo done at 6/2FFB6D18 2022-09-06 17:17:41 CEST: [5556]: [1-1] FATAL: the database system is starting up 2022-09-06 17:17:41 CEST: [1832]: [1-1] FATAL: the database system is starting up 2022-09-06 17:17:42 CEST: [92]: [5-1] FATAL: could not write block 0 in file "base/17591/1257285": No such file or directory 2022-09-06 17:17:42 CEST: [92]: [6-1] CONTEXT: writing block 0 of relation base/17591/1257285 2022-09-06 17:17:43 CEST: [4584]: [6-1] LOG: startup process (PID 92) exited with exit code 1 2022-09-06 17:17:43 CEST: [4584]: [7-1] LOG: aborting startup due to startup process failure 2022-09-06 17:17:43 CEST: [4584]: [8-1] LOG: database system is shut down The funny thing is that on production datastore, there is no "base/17591" folder either so I don't know why does it try to write in this file... I guess I am good for another loop with support now ! Anyway, @JonathanQuinn you can thank your team for the patch ! It's much appreciated.
... View more
09-06-2022
09:14 AM
|
0
|
0
|
3072
|
|
POST
|
Same for the one online @George_Thompson : NicolasGIS_0-1662453627581.png NB: I am using 10.9.1
... View more
09-06-2022
01:41 AM
|
0
|
1
|
2165
|
|
POST
|
Hi, Trying to install the latest patch "ArcGIS Server Security 2022 Update 1 Patch" released on 1st of September, I am getting the following error: "File checksum validation FAILED": NicolasGIS_0-1662387598351.png Was this patch not correctly published ? Thanks !
... View more
09-05-2022
07:21 AM
|
0
|
6
|
2224
|
|
POST
|
Thanks for your reply Christopher. In the end, I ended up recreating the ArcGIS Enterprise deployment from scratch at 11.0 and importing the webgisdr backup. Many thanks for your precious support and good avices ! You had a good intuition from the beginning that hostname.properties file was involved ! Thanks
... View more
09-03-2022
01:18 AM
|
1
|
0
|
2361
|
|
POST
|
Hello @JonathanQuinn , I am coming back to you regarding the patch for this bug. I was told it would be available by mid-August, but it is still not the case. Any information about that on your side ? Thanks !
... View more
08-31-2022
01:46 AM
|
0
|
0
|
3086
|
|
POST
|
So I commented out the configuration of the hostname.properties file in ArcGIS Upgrade section as well as you suggested: https://github.com/Esri/arcgis-powershell-dsc/blob/master/Modules/ArcGIS/DSCResources/ArcGIS_ServerUpgrade/ArcGIS_ServerUpgrade.psm1#L73-L80 And it now works ! So the root cause is now understood: great 🙂 Many many thanks for your support to identify the root cause ! Do you think there could be a way to "fix" a corrupted ArcGIS Server site ? What would be your recommandation ? Thanks !
... View more
08-31-2022
12:11 AM
|
0
|
1
|
2373
|
|
POST
|
Well spotted. I was about to test 😉. Let me give it another run with this modification and I come back to you ! Thanks !
... View more
08-30-2022
08:37 AM
|
0
|
3
|
5946
|
|
POST
|
FYI, @ChristopherPawlyszyn, I tried 2 additional tests: - Manual install of 10.9.1 -> webgidr export -> webgisdr import -> OK -> Manual upgrade to 11.0 -> webgisdr export -> webgisdr import -> OK - DSC Install of 10.9.1 -> webgidr export -> webgisdr import -> OK -> Manual upgrade to 11.0 -> webgisdr export -> webgisdr import -> OK So it looks like the issue only occur when upgrading using DSC. Does it help ? What could DSC be possibly doing differently than a manual install that would prevent ArcGIS Server from importing the site backup ?! I will make it crash once again, and search any evidence of a machine name change to answer your question. Thanks !
... View more
08-30-2022
07:57 AM
|
0
|
1
|
5951
|
|
POST
|
Thanks @ChristopherPawlyszyn for your reply and time. It's really weird... Following your reply I tried again from scratch with the same result: ArcGIS Server fails to restore. In ArcGIS Server logs, I have plenty of errors such as: akka.pattern.AskTimeoutException: Recipient[Actor[akka://akka-rediscovery/user/AkkaAppServerActor#-1696377499]] had already been terminated. Sender[null] sent the message of type "com.esri.arcgis.discovery.admin.rediscovery.util.Message". But I don't think it is the root cause. The only difference I see between you and I, is that I use my own fork of ArcGIS DSC because of issue 132: https://github.com/Esri/arcgis-powershell-dsc/issues/132 I prevent DSC from configuring the hostname: NicolasGIS_0-1661762735778.png I had open a BUG regarding this issue: https://my.esri.com/#/support/bugs/BUG-000124901 As you asked about the hostname.properties file, do you think it could be related ? Regarding the issue itself, I don't know where to look for. Any idea what I could do to troubleshoot this issue ? Finally, to answer to your question, the upgrade was done with Powershell DSC. Thanks !
... View more
08-29-2022
01:46 AM
|
0
|
1
|
5970
|
|
POST
|
Thanks @ChristopherPawlyszyn for your reply. I am deploying my environment using ArcGIS Powershell DSC and it does seem to use hostname.properties file: https://github.com/Esri/arcgis-powershell-dsc/blob/4a33aabf965e2098699bddc499ce1d05003e992d/Modules/ArcGIS/DSCResources/ArcGIS_Portal/ArcGIS_Portal.psm1#L486-L493 Thanks for having a look
... View more
08-25-2022
07:00 AM
|
0
|
0
|
5992
|
|
POST
|
Hello, I am testing the new operational health issues script available at 11.0: https://enterprise.arcgis.com/en/portal/latest/administer/windows/what-s-new-in-portal-for-arcgis.htm#ESRI_SECTION1_5EB164A8E56B4E36AD174C683F8E4358 https://enterprise.arcgis.com/en/portal/latest/administer/windows/scan-your-portal-for-operational-health-issues.htm And it reported me the following error while a webgisdr backup was made few minutes ago in "Backup" mode: 2022-08-22 17:53:12,287 [ERROR] OH24: The deployment has never been backed up by the Web GIS DR tool. Running it in debug mode, the value is retrieved from the following REST end point: https://myportal.company.com:7443/arcgis/portaladmin/backupRestoreInfo which returns: {"fullBackupTimeStamp":0,"fullRestoreTimeStamp":1626439498104,"incrementalBackupTimeStamp":0,"incrementalRestoreTimeStamp":0,"backupMode":"BACKUP","incrementalBackupEnabled":false} Seems like the backup done in "backup" mode are not taken into account. Any idea why the script is returning a false positiv ? Thanks !
... View more
08-22-2022
08:59 AM
|
0
|
1
|
1309
|
|
POST
|
I did some additional testing and noticed that this issue occurs only when done on an upgraded ArcGIS Enterprise deployment. ArcGIS Enterprise base deployment 11.0 -> export webgisdr -> import webgisdr -> successul ArcGIS Enterprise base deployment 10.9.1 -> export webgisdr -> import webgisdr -> successul -> Upgrade base deployment to 11.0 -> export webgisdr -> import webgisdr -> failed.
... View more
08-18-2022
12:35 PM
|
0
|
1
|
6070
|
|
POST
|
Hello, Since I upgraded from ArcGIS Enteprise 10.9.1 to 11.0, I can successfully create a webgisdr backup but cannot restore it. Whenever I try to restore, it fails for ArcGIS Server with the following error: Failed to restore the ArcGIS Server: { "code": 500, "messages": ["Import site failed with the following error. The store implementation is not connected to a config store. Please call the connect method before invoking any other method.", "Import operation failed and an attempt to rollback the site to its original state also failed. The site may be functional but it is recommended that you unregister all machines in the site and create a new site based off the configuration store that was backed up at 'C:\\Users\\foo\\AppData\\Local\\Temp\\tmp-ags-site-14599189019367108479128716508001500\\config-store' and the server directories backed up at 'C:\\Users\\foo\\AppData\\Local\\Temp\\tmp-ags-site-14599189019367108479128716508001500\\directories'."], "status": "error" } Was able to reproduce on simple sandbox machine with a base ArcGIS Enteprise deployment on which that workflow used to work at 10.9.1. Any idea ? Maybe @JonathanQuinn ? All tests done on Windows Server 2019. Thanks !
... View more
08-17-2022
10:08 PM
|
0
|
13
|
8493
|
|
POST
|
Hello ImageServer experts, I am running into an issue and I am wondering whether it is a bug or if I missed anything. We have a mosaic dataset published and raster has no data value configured: NicolasGIS_0-1658329819348.png But when I query the ImageServer using "getSamples" operation, to get pixel information nearby an aera surrounded with no data value, I get a very weird result as if the no_data pixel value, was taken into account in the interpolation: NicolasGIS_3-1658330864929.png If I do the same query operation in ArcGIS pro at the very same coordinate, I get a correct value: NicolasGIS_5-1658331053768.png Question: does ArcGIS Image Server getSamples operation take into account pixels value defined as no_data while doing interpolation ? If yes, do you consider legitimate ? To me, it's strange. Many thanks for help !
... View more
07-20-2022
08:36 AM
|
0
|
0
|
1035
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-26-2026 05:56 AM | |
| 2 | 06-17-2026 09:53 AM | |
| 4 | 06-04-2026 10:51 PM | |
| 1 | 05-30-2026 03:46 AM | |
| 2 | 05-30-2026 01:01 AM |