<?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: ArcGIS Portal KML File not found. Wrong url or out of memory in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-portal-kml-file-not-found-wrong-url-or-out/m-p/1078259#M73840</link>
    <description>&lt;P&gt;I'm not fully up to date on Experience Builder, but looking at this sample, looks like you can do it right in the widget.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-experience-builder-sdk-resources/blob/master/samples/widgets/view-layers-toggle/src/runtime/widget.tsx" target="_blank"&gt;https://github.com/Esri/arcgis-experience-builder-sdk-resources/blob/master/samples/widgets/view-layers-toggle/src/runtime/widget.tsx&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jul 2021 14:53:44 GMT</pubDate>
    <dc:creator>ReneRubalcava</dc:creator>
    <dc:date>2021-07-13T14:53:44Z</dc:date>
    <item>
      <title>ArcGIS Portal KML File not found. Wrong url or out of memory</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-portal-kml-file-not-found-wrong-url-or-out/m-p/1066540#M73443</link>
      <description>&lt;P&gt;Just need a little help to understand why this is happening and if there is a solution someone has found to resolve this issue.&lt;BR /&gt;&lt;BR /&gt;Currently I am running the &lt;STRONG&gt;ArcGIS Enterprise 10.8.1&lt;/STRONG&gt; software and want to build a Web Map that will then be rendered using the &lt;STRONG&gt;ArcGIS JS API&lt;/STRONG&gt;. When I load a KML file into the &lt;STRONG&gt;ArcGIS Portal&lt;/STRONG&gt; it loads without an issue allowing me to open that data inside a the &lt;STRONG&gt;Map Viewer&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;The error that I am getting is &lt;STRONG&gt;"&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;File not found. Wrong url or out of memory."&lt;/STRONG&gt; and the&amp;nbsp;&lt;/SPAN&gt;error occurs when I save that data to a &lt;STRONG&gt;Web Map&lt;/STRONG&gt; and attempt to load that web map with the&amp;nbsp;&lt;STRONG&gt;ArcGIS JS API.&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;Using the following code:&lt;/P&gt;&lt;PRE&gt;      esriConfig.portalUrl = "https://xxxxxx/portal";&lt;BR /&gt;      const portal = new Portal();&lt;BR /&gt;      const webmap = new WebMap({&lt;BR /&gt;        portalItem: {&lt;BR /&gt;          id: "xxxxxxxxxxxxxxxxxxxxxxxx"&lt;BR /&gt;        }&lt;BR /&gt;      });      &lt;BR /&gt;&lt;BR /&gt;       const view = new MapView({&lt;BR /&gt;        container: mapDiv.current,&lt;BR /&gt;        map: webmap&lt;BR /&gt;      });&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Attached is an image of the error.&lt;BR /&gt;&lt;BR /&gt;Any help will be greatly appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 18:37:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-portal-kml-file-not-found-wrong-url-or-out/m-p/1066540#M73443</guid>
      <dc:creator>RYANCARL</dc:creator>
      <dc:date>2021-06-09T18:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Portal KML File not found. Wrong url or out of memory</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-portal-kml-file-not-found-wrong-url-or-out/m-p/1066968#M73459</link>
      <description>&lt;P&gt;I'm not familiar with the error, but to rule it out, is your arcgis server accessible externally? Maybe arcgis.com can't see it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 16:21:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-portal-kml-file-not-found-wrong-url-or-out/m-p/1066968#M73459</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2021-06-10T16:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Portal KML File not found. Wrong url or out of memory</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-portal-kml-file-not-found-wrong-url-or-out/m-p/1077446#M73807</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7384"&gt;@ReneRubalcava&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Sorry I didn't respond to this sooner I didn't see the response until just now.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The ArcGIS Enterprise system is in a very secure network does it need&lt;SPAN&gt;&amp;nbsp;to be able to talk to arcgis.com for the KMLs to work correctly?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 22:46:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-portal-kml-file-not-found-wrong-url-or-out/m-p/1077446#M73807</guid>
      <dc:creator>RYANCARL</dc:creator>
      <dc:date>2021-07-09T22:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Portal KML File not found. Wrong url or out of memory</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-portal-kml-file-not-found-wrong-url-or-out/m-p/1077617#M73813</link>
      <description>&lt;P&gt;By default, yes, it uses the KML utility service on arcgis,.com.&lt;/P&gt;&lt;P&gt;You can change it here&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-config.html#kmlServiceUrl" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-config.html#kmlServiceUrl&lt;/A&gt;&lt;/P&gt;&lt;P&gt;To point it to your enterprise server.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jul 2021 21:09:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-portal-kml-file-not-found-wrong-url-or-out/m-p/1077617#M73813</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2021-07-11T21:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Portal KML File not found. Wrong url or out of memory</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-portal-kml-file-not-found-wrong-url-or-out/m-p/1078091#M73833</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7384"&gt;@ReneRubalcava&lt;/a&gt;&amp;nbsp;thanks for pointing that out to me. Would you know if it is possible to make that configuration work with the Experience Builder? The team I am working on has determined that that will be their preferred method of development&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 23:56:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-portal-kml-file-not-found-wrong-url-or-out/m-p/1078091#M73833</guid>
      <dc:creator>RYANCARL</dc:creator>
      <dc:date>2021-07-12T23:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Portal KML File not found. Wrong url or out of memory</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-portal-kml-file-not-found-wrong-url-or-out/m-p/1078259#M73840</link>
      <description>&lt;P&gt;I'm not fully up to date on Experience Builder, but looking at this sample, looks like you can do it right in the widget.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-experience-builder-sdk-resources/blob/master/samples/widgets/view-layers-toggle/src/runtime/widget.tsx" target="_blank"&gt;https://github.com/Esri/arcgis-experience-builder-sdk-resources/blob/master/samples/widgets/view-layers-toggle/src/runtime/widget.tsx&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 14:53:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-portal-kml-file-not-found-wrong-url-or-out/m-p/1078259#M73840</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2021-07-13T14:53:44Z</dc:date>
    </item>
  </channel>
</rss>

