<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: WEBGISDR not functioning @12.0 with cloud object store? in High Availability and Disaster Recovery Questions</title>
    <link>https://community.esri.com/t5/high-availability-and-disaster-recovery-questions/webgisdr-not-functioning-12-0-with-cloud-object/m-p/1706678#M908</link>
    <description>&lt;P&gt;Also note there is an issue backing up to blob storage with big webgisdr files where this times out. This I think is fixed in 12.1 and I think there is a patch coming for 12.0.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jun 2026 20:59:24 GMT</pubDate>
    <dc:creator>FraserHand</dc:creator>
    <dc:date>2026-06-05T20:59:24Z</dc:date>
    <item>
      <title>WEBGISDR not functioning @12.0 with cloud object store?</title>
      <link>https://community.esri.com/t5/high-availability-and-disaster-recovery-questions/webgisdr-not-functioning-12-0-with-cloud-object/m-p/1699976#M901</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I have a deployment using Azure blob for the cloud object store @ 12.0. I am seeing ArcGIS Server backups fail once they get over a certain size, or if I attempt to include object store caches in the backups. I get this message in the webgisdr logs:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"name": "ArcGIS Server",&lt;BR /&gt;"messages": "Cannot access the backup file for ArcGIS Server in webgisdr-backup/12-0-0/backup/20260505-091107-backup\\server\\cd67fdf9jcwpzzk6.",&lt;BR /&gt;"URL": "&lt;A href="https://xyzxyzxy/hosting" target="_blank" rel="noopener"&gt;https://xyzxyzxy/hosting&lt;/A&gt;",&lt;BR /&gt;"status": "failure"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Latest job status of async backup operation on server &lt;A href="https://xyzxyzx/hosting" target="_blank" rel="noopener"&gt;https://xyzxyzx/hosting&lt;/A&gt;: {"jobid":"j65e79912-4aaa-46d3-8b8d-0717760d431b","stepInfo":["Export operation started.","Export operation failed."],"status":"EXECUTING"}.&lt;BR /&gt;"{"jobid":"j65e79912-4aaa-46d3-8b8d-0717760d431b","status":"COMPLETED","stepInfo":["Export operation started.","Export operation failed."],"operationResponse":{"status":"error","messages":["Export operation failed. Failed to write the file '20260505-091124.agssite' to this location 'webgisdr-backup/12-0-0/backup/20260505-091107-backup/server/cd67fdf9jcwpzzk6'"]}}"&lt;/P&gt;&lt;P&gt;looking at a manual export of that site from the admin API I get:&lt;/P&gt;&lt;P&gt;Failed to write the file '20260505-095011.agssite' to this location 'backup-20260504' Failed to upload backup-20260504/20260505-095011.agssite to object store.. Caused by: Timeout on blocking read for 300000000000 NANOSECONDS&lt;BR /&gt;Export operation failed. Failed to write the file '20260505-095011.agssite' to this location 'backup-20260504'&lt;/P&gt;&lt;P&gt;which is an exception in:&lt;/P&gt;&lt;P&gt;Caused by: Timeout on blocking read for 300000000000 NANOSECONDS at com.esri.arcgis.objectstore.clients.azure.AzureBlobStoreClient.putObject(AzureBlobStoreClient.java:986) at com.esri.arcgis.objectstore.clients.azure.AzureBlobStoreClient.putObject(AzureBlobStoreClient.java:915) at com.esri.arcgis.discovery.admin.backuprestore.BackupRestoreUtil.writeSiteFileToBackupStore(BackupRestoreUtil.java:888)&lt;/P&gt;&lt;P&gt;This worked at 11.5, there was a change from staging everything locally first before uploading to writing directly to blob storage at 12.0. We are using private endpoints to access the storage and should have a clear path to it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have seen two bugs with 12.0 but don't know if this is related to what I'm seeing:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en-us/bug/large-web-gis-disaster-recovery-webgisdr-exports-fail-t-bug-000176368" target="_blank" rel="noopener"&gt;https://support.esri.com/en-us/bug/large-web-gis-disaster-recovery-webgisdr-exports-fail-t-bug-000176368&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en-us/bug/after-migrating-hosted-scene-layer-caches-from-the-tile-bug-000173313" target="_blank" rel="noopener"&gt;https://support.esri.com/en-us/bug/after-migrating-hosted-scene-layer-caches-from-the-tile-bug-000173313&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If anyone has hit this have you got a cause / solution? I'm going to staging locally and uploading to blob in the meantime.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 23:41:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/high-availability-and-disaster-recovery-questions/webgisdr-not-functioning-12-0-with-cloud-object/m-p/1699976#M901</guid>
      <dc:creator>FraserHand</dc:creator>
      <dc:date>2026-05-04T23:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: WEBGISDR not functioning @12.0 with cloud object store?</title>
      <link>https://community.esri.com/t5/high-availability-and-disaster-recovery-questions/webgisdr-not-functioning-12-0-with-cloud-object/m-p/1699979#M902</link>
      <description>&lt;P&gt;UPDATE: I'm trying to write the backup to a local drive / share now and have updated the webgisdr properties to suit. If I run with no Azure config in the webgisdr.properties file I get this:&lt;/P&gt;&lt;P&gt;{"backupLocation":"","messages":"The value of the property BACKUP_BLOB_ACCOUNT_NAME cannot be empty.","id":"cbcfbc64699144a89586a1bb1383ba80","operation":"backup","results":[],"status":"failure","elapsedTime":"00hr:00min:02sec"}&lt;/P&gt;&lt;P&gt;and if I put in the location of the objstore container I get this in the server logs and the export fails:&lt;/P&gt;&lt;P&gt;Could not connect to the Backup Object Store specified. Check if the specified parameters are valid. JSONObject["objectStore"] not found.&lt;/P&gt;&lt;P&gt;this is with&amp;nbsp;INCLUDE_OBJECT_STORE_CACHES = true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 23:42:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/high-availability-and-disaster-recovery-questions/webgisdr-not-functioning-12-0-with-cloud-object/m-p/1699979#M902</guid>
      <dc:creator>FraserHand</dc:creator>
      <dc:date>2026-05-04T23:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: WEBGISDR broken @12.0 with cloud native storage?</title>
      <link>https://community.esri.com/t5/high-availability-and-disaster-recovery-questions/webgisdr-not-functioning-12-0-with-cloud-object/m-p/1699981#M903</link>
      <description>&lt;P&gt;Another update - if I set:&lt;/P&gt;&lt;P&gt;# Specify whether to include object store caches.&lt;BR /&gt;INCLUDE_OBJECT_STORE_CACHES = false&lt;/P&gt;&lt;P&gt;then I can get a .agssite file locally.&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 23:39:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/high-availability-and-disaster-recovery-questions/webgisdr-not-functioning-12-0-with-cloud-object/m-p/1699981#M903</guid>
      <dc:creator>FraserHand</dc:creator>
      <dc:date>2026-05-04T23:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: WEBGISDR not functioning @12.0 with cloud object store?</title>
      <link>https://community.esri.com/t5/high-availability-and-disaster-recovery-questions/webgisdr-not-functioning-12-0-with-cloud-object/m-p/1706525#M906</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;did you find a solution to backup with the object store?&lt;/P&gt;&lt;P&gt;I am currently having the same issue. It seems like the tool assumes the object store is a cloud store. In the server admin, the cloud store is also listed under cloudStores:&amp;nbsp;server/admin/data/items/cloudStores/AGSDataStore_objectstore_oz_suwxku9&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2026 13:11:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/high-availability-and-disaster-recovery-questions/webgisdr-not-functioning-12-0-with-cloud-object/m-p/1706525#M906</guid>
      <dc:creator>malte</dc:creator>
      <dc:date>2026-06-05T13:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: WEBGISDR not functioning @12.0 with cloud object store?</title>
      <link>https://community.esri.com/t5/high-availability-and-disaster-recovery-questions/webgisdr-not-functioning-12-0-with-cloud-object/m-p/1706676#M907</link>
      <description>&lt;P&gt;Hi, unfortunately no answer yet though I have logged an issue with Esri. What version are you at? At 12.0 backing up the object store seemed busted - I tested under 12.1 and it was backing up again ok. There is also an issue if you register a cloud store (say for cache locations) at 12.0 where it thinks it should be an object store - I haven't tested that at 12.1.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2026 20:57:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/high-availability-and-disaster-recovery-questions/webgisdr-not-functioning-12-0-with-cloud-object/m-p/1706676#M907</guid>
      <dc:creator>FraserHand</dc:creator>
      <dc:date>2026-06-05T20:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: WEBGISDR not functioning @12.0 with cloud object store?</title>
      <link>https://community.esri.com/t5/high-availability-and-disaster-recovery-questions/webgisdr-not-functioning-12-0-with-cloud-object/m-p/1706678#M908</link>
      <description>&lt;P&gt;Also note there is an issue backing up to blob storage with big webgisdr files where this times out. This I think is fixed in 12.1 and I think there is a patch coming for 12.0.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2026 20:59:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/high-availability-and-disaster-recovery-questions/webgisdr-not-functioning-12-0-with-cloud-object/m-p/1706678#M908</guid>
      <dc:creator>FraserHand</dc:creator>
      <dc:date>2026-06-05T20:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: WEBGISDR not functioning @12.0 with cloud object store?</title>
      <link>https://community.esri.com/t5/high-availability-and-disaster-recovery-questions/webgisdr-not-functioning-12-0-with-cloud-object/m-p/1706783#M909</link>
      <description>&lt;P&gt;Hi, I think that was the problem in my case. I'm on 11.5, the object store is on-prem with the dedicated object store role for datastore. I had an azure cloud store attached to the arcgis server, but for caches, not as an object store. I think it assumed it's an object store as well and tries to back it up. When I removed the azure store (it was for testing purposes only), it worked.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2026 07:28:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/high-availability-and-disaster-recovery-questions/webgisdr-not-functioning-12-0-with-cloud-object/m-p/1706783#M909</guid>
      <dc:creator>malte</dc:creator>
      <dc:date>2026-06-08T07:28:38Z</dc:date>
    </item>
  </channel>
</rss>

