<?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: Has anyone successfully served an Oriented Imagery Dataset from secured AWS S3 storage ($virtualCacheDirectory) on Enterprise 12.0? in Oriented Imagery Questions</title>
    <link>https://community.esri.com/t5/oriented-imagery-questions/has-anyone-successfully-served-an-oriented-imagery/m-p/1715397#M630</link>
    <description>&lt;P&gt;Yes, this is the same error I am getting. The only difference is that the resolved URL is resolving&amp;nbsp;&lt;EM&gt;dsid_&amp;lt;storeGUID&amp;gt;&lt;/EM&gt;, not the cloud store name as shown in your error.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jul 2026 20:25:24 GMT</pubDate>
    <dc:creator>CameronRex1</dc:creator>
    <dc:date>2026-07-20T20:25:24Z</dc:date>
    <item>
      <title>Has anyone successfully served an Oriented Imagery Dataset from secured AWS S3 storage ($virtualCacheDirectory) on Enterprise 12.0?</title>
      <link>https://community.esri.com/t5/oriented-imagery-questions/has-anyone-successfully-served-an-oriented-imagery/m-p/1706380#M618</link>
      <description>&lt;P&gt;I'm trying to serve an Oriented Imagery Dataset from a &lt;STRONG&gt;secured&lt;/STRONG&gt; Amazon S3 cloud store (not public) using the &lt;EM&gt;$virtualCacheDirectory&lt;/EM&gt; workflow documented for ArcGIS Enterprise 12.0, and I've hit a wall where the service publishes and resolves correctly but images never actually load. Before I go further, my real question for the community: &lt;STRONG&gt;has anyone gotten OID secured storage working end-to-end on AWS S3 with Enterprise 12.0?&lt;/STRONG&gt; If you have, I'd love to know what your setup looked like. If you tried and couldn't, that's useful to know too.&lt;/P&gt;&lt;P&gt;Reference docs for the workflow I'm following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Secured storage section: &lt;A href="https://enterprise.arcgis.com/en/portal/12.0/use/work-with-oriented-imagery-layers-mv.htm" target="_blank" rel="noopener"&gt;https://enterprise.arcgis.com/en/portal/12.0/use/work-with-oriented-imagery-layers-mv.htm&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Generate Service From Oriented Imagery Dataset: &lt;A href="https://pro.arcgis.com/en/pro-app/3.6/tool-reference/oriented-imagery/generate-service-from-oriented-imagery-dataset.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/3.6/tool-reference/oriented-imagery/generate-service-from-oriented-imagery-dataset.htm&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ArcGIS Enterprise 12.0, base install (Build 58905), no patches&lt;/LI&gt;&lt;LI&gt;Single-machine deployment (Portal + hosting Server federated on one machine), on AWS&lt;/LI&gt;&lt;LI&gt;Imagery in a private S3 bucket, registered as a cloud store&lt;/LI&gt;&lt;LI&gt;OID authored for 360 corridor imagery; discrete JPEG frames&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;What I'm seeing&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ImagePath is formatted as documented, e.g. &lt;EM&gt;$virtualCacheDirectory:&amp;lt;folder&amp;gt;/&amp;lt;filename&amp;gt;.jpg&lt;/EM&gt;. Published with the native &lt;STRONG&gt;Generate Service From Oriented Imagery Dataset&lt;/STRONG&gt; tool with the Virtual Cache Directory parameter set to the registered cloud store.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;In ArcGIS Pro:&lt;/STRONG&gt; the image resolves to a well-formed URL (&lt;EM&gt;https://.../arcgis/rest/directories/dsid_&amp;lt;storeGUID&amp;gt;/&amp;lt;folder&amp;gt;/&amp;lt;filename&amp;gt;.jpg&lt;/EM&gt;) but fails to load.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;In Portal Map Viewer:&lt;/STRONG&gt; the same service resolves to &lt;EM&gt;https://.../arcgisnull/&amp;lt;folder&amp;gt;/&amp;lt;filename&amp;gt;.jpg&lt;/EM&gt; — the cache directory base resolves to the literal string &lt;EM&gt;null&lt;/EM&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;What I've already verified / ruled out&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;S3 access and objects are good: using the &lt;EM&gt;same&lt;/EM&gt; access key registered for the cloud store, a separate cloud store connection in ArcGIS Pro lists and opens the exact image objects the OID references.&lt;/LI&gt;&lt;LI&gt;The registered cloud store's GUID matches the &lt;EM&gt;dsid_&amp;lt;guid&amp;gt;&lt;/EM&gt; in the resolved Pro URL, so the service is resolving to the correct store.&lt;/LI&gt;&lt;LI&gt;Single machine, so the "cloud store must be on the same server as the OID service" requirement is satisfied by definition.&lt;/LI&gt;&lt;LI&gt;Reproduced with the &lt;STRONG&gt;native&lt;/STRONG&gt; GP tool (not just my own Python toolbox), so it's not my code.&lt;/LI&gt;&lt;LI&gt;Tried multiple store registration variations (plain name; &lt;EM&gt;ags-objects-&lt;/EM&gt; prefixed name; with "Register Cache directory" enabled + &lt;EM&gt;arcgiscache&lt;/EM&gt; folder; with the credential temporarily granted write access). Identical result every time.&lt;/LI&gt;&lt;LI&gt;Both Server and Portal WebContextURLs are set and aligned (&lt;EM&gt;/arcgis&lt;/EM&gt; and &lt;EM&gt;/portal&lt;/EM&gt; respectively).&lt;/LI&gt;&lt;LI&gt;In Server logs at DEBUG, the &lt;EM&gt;/rest/directories/dsid_&amp;lt;guid&amp;gt;/...jpg&lt;/EM&gt; request appears and then &lt;STRONG&gt;dead-ends silently&lt;/STRONG&gt; — no CloudStore, CacheDirectory, S3, or object-store entries follow it, and no error. The FeatureServer query for the same service logs normally and returns features with their imagepath values.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Open questions&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is OID secured storage via &lt;EM&gt;$virtualCacheDirectory&lt;/EM&gt; actually functional on 12.0, and does it require any server role/capability (e.g. Image Server) that isn't mentioned in the secured-storage docs?&lt;/LI&gt;&lt;LI&gt;The "Secured storage" section present in the &lt;STRONG&gt;12.0&lt;/STRONG&gt; oriented imagery viewer help appears to have been &lt;STRONG&gt;removed in the 12.1&lt;/STRONG&gt; docs. Is this workflow still supported in 12.1?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I have an open Esri support case on this (#04187998) and have worked through it extensively with Enterprise support, but we haven't been able to resolve it through standard troubleshooting. I'm hoping someone here with direct experience getting OID secured storage working on AWS (or on the Imagery team) might recognize what's going on. Any pointers appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2026 20:22:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/oriented-imagery-questions/has-anyone-successfully-served-an-oriented-imagery/m-p/1706380#M618</guid>
      <dc:creator>CameronRex1</dc:creator>
      <dc:date>2026-06-04T20:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone successfully served an Oriented Imagery Dataset from secured AWS S3 storage ($virtualCacheDirectory) on Enterprise 12.0?</title>
      <link>https://community.esri.com/t5/oriented-imagery-questions/has-anyone-successfully-served-an-oriented-imagery/m-p/1710911#M623</link>
      <description>&lt;P&gt;Very similar approach and results, also in version 12.0, but I'm getting a 500 error when trying to access the images thru the Oriented Imagery Viewer.&amp;nbsp; Did you make any headway?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2026 22:21:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/oriented-imagery-questions/has-anyone-successfully-served-an-oriented-imagery/m-p/1710911#M623</guid>
      <dc:creator>SCampbell_TRC</dc:creator>
      <dc:date>2026-06-29T22:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone successfully served an Oriented Imagery Dataset from secured AWS S3 storage ($virtualCacheDirectory) on Enterprise 12.0?</title>
      <link>https://community.esri.com/t5/oriented-imagery-questions/has-anyone-successfully-served-an-oriented-imagery/m-p/1710912#M624</link>
      <description>&lt;P&gt;Not yet, Esri Support is currently reproducing my environment and testing to see if it is a misconfiguration or a bug. They have acknowledged that the documentation is not very clear, I will be sure to follow-up here whatever the outcome.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2026 22:28:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/oriented-imagery-questions/has-anyone-successfully-served-an-oriented-imagery/m-p/1710912#M624</guid>
      <dc:creator>CameronRex1</dc:creator>
      <dc:date>2026-06-29T22:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone successfully served an Oriented Imagery Dataset from secured AWS S3 storage ($virtualCacheDirectory) on Enterprise 12.0?</title>
      <link>https://community.esri.com/t5/oriented-imagery-questions/has-anyone-successfully-served-an-oriented-imagery/m-p/1710938#M625</link>
      <description>&lt;P&gt;Thanks!&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2026 23:54:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/oriented-imagery-questions/has-anyone-successfully-served-an-oriented-imagery/m-p/1710938#M625</guid>
      <dc:creator>SCampbell_TRC</dc:creator>
      <dc:date>2026-06-29T23:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone successfully served an Oriented Imagery Dataset from secured AWS S3 storage ($virtualCacheDirectory) on Enterprise 12.0?</title>
      <link>https://community.esri.com/t5/oriented-imagery-questions/has-anyone-successfully-served-an-oriented-imagery/m-p/1712202#M629</link>
      <description>&lt;P&gt;I'm curious about the error that you are getting?&amp;nbsp; I followed the same instructions you specified. Slightly different environment with a hosting, image, raster, and mapping server.&amp;nbsp;Same private S3. I setup the cloud store connection on all the servers (via server manager).&amp;nbsp; When I click on the image using the OID tools, the icon spins as if it's loading the image and then comes back with a&lt;/P&gt;&lt;P&gt;"Error occurred while loading the image.&amp;nbsp; Unable to load &lt;A href="https://FQDN.com/hosting/rest/directories/ags-objects-projectimages/test/S100441.JPG" target="_blank"&gt;https://FQDN.com/hosting/rest/directories/ags-objects-projectimages/test/S100441.JPG&lt;/A&gt;&amp;nbsp;status: 500"&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this the same error you get?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2026 22:50:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/oriented-imagery-questions/has-anyone-successfully-served-an-oriented-imagery/m-p/1712202#M629</guid>
      <dc:creator>SCampbell_TRC</dc:creator>
      <dc:date>2026-07-02T22:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone successfully served an Oriented Imagery Dataset from secured AWS S3 storage ($virtualCacheDirectory) on Enterprise 12.0?</title>
      <link>https://community.esri.com/t5/oriented-imagery-questions/has-anyone-successfully-served-an-oriented-imagery/m-p/1715397#M630</link>
      <description>&lt;P&gt;Yes, this is the same error I am getting. The only difference is that the resolved URL is resolving&amp;nbsp;&lt;EM&gt;dsid_&amp;lt;storeGUID&amp;gt;&lt;/EM&gt;, not the cloud store name as shown in your error.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2026 20:25:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/oriented-imagery-questions/has-anyone-successfully-served-an-oriented-imagery/m-p/1715397#M630</guid>
      <dc:creator>CameronRex1</dc:creator>
      <dc:date>2026-07-20T20:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone successfully served an Oriented Imagery Dataset from secured AWS S3 storage ($virtualCacheDirectory) on Enterprise 12.0?</title>
      <link>https://community.esri.com/t5/oriented-imagery-questions/has-anyone-successfully-served-an-oriented-imagery/m-p/1715398#M631</link>
      <description>&lt;P&gt;I had the opportunity to talk with the Esri Imagery &amp;amp; Remote Sensing team at the UC last week about OIDs, and specifically the Secured Storage issue present in 12.0.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Over the weekend I received a message stating that there are issues with OID Secured Storage in 12.0, and the feature has been pulled till likely 12.2. Given this new information Esri Tech Support is trying to figure out how they want to log the issue.&lt;/P&gt;&lt;P&gt;If I receive any additional information on OID Secured Storage I will be sure to update here.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2026 20:30:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/oriented-imagery-questions/has-anyone-successfully-served-an-oriented-imagery/m-p/1715398#M631</guid>
      <dc:creator>CameronRex1</dc:creator>
      <dc:date>2026-07-20T20:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone successfully served an Oriented Imagery Dataset from secured AWS S3 storage ($virtualCacheDirectory) on Enterprise 12.0?</title>
      <link>https://community.esri.com/t5/oriented-imagery-questions/has-anyone-successfully-served-an-oriented-imagery/m-p/1716128#M632</link>
      <description>&lt;P&gt;Same issue with a secured Azure Cloud storage and AGE 12.0. The OI widget from the map viewer gives an error message 'error occured while loading the image - unable to load &amp;lt;ImagePath&amp;gt;'.&lt;/P&gt;&lt;P&gt;In the browser console it looks like an http path is expected instead of the $VirtualCacheDirectory path, which doesn't make sense:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at &amp;lt;Imaage path&amp;gt; (Reason: CORS request not http)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Quite disappointed at Esri staff who told me that this worked perfectly during last EU Dev Summit in November. It also took us weeks to figure out the exact workflow and what was/wasn't possible in version 12.0, even our local distributor got confused by the contradictory doc.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Local distributor is in contact with Esri Inc to follow this up.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&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>Thu, 23 Jul 2026 06:41:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/oriented-imagery-questions/has-anyone-successfully-served-an-oriented-imagery/m-p/1716128#M632</guid>
      <dc:creator>Geraldine</dc:creator>
      <dc:date>2026-07-23T06:41:05Z</dc:date>
    </item>
  </channel>
</rss>

