<?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 Options for publishing network analyst layer to ArcGIS Server 10.9.1 using Arc Pro in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/options-for-publishing-network-analyst-layer-to/m-p/1322580#M8448</link>
    <description>&lt;P&gt;Can ArcGIS Pro 2.9 publish a Network Analysis Layer (with a map service) to memory on a hosted ArcGIS Server 10.9.1&amp;nbsp; (not a local File GDB) ?&lt;BR /&gt;&lt;BR /&gt;Of course I'm able to readily accomplish this task from ArcMap 10.8.2, yet this does not appear to be an option through Arc Pro. Previously, in ArcGIS Server 10.7.1, I had excellent routing capability using an analysis layer that ArcMap wrote to a memory address.&amp;nbsp; I'm hoping to replicate this from Pro.&lt;/P&gt;&lt;P&gt;Any help is appreciated,&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Aug 2023 16:39:34 GMT</pubDate>
    <dc:creator>TXDOTTXDOT</dc:creator>
    <dc:date>2023-08-25T16:39:34Z</dc:date>
    <item>
      <title>Options for publishing network analyst layer to ArcGIS Server 10.9.1 using Arc Pro</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/options-for-publishing-network-analyst-layer-to/m-p/1322580#M8448</link>
      <description>&lt;P&gt;Can ArcGIS Pro 2.9 publish a Network Analysis Layer (with a map service) to memory on a hosted ArcGIS Server 10.9.1&amp;nbsp; (not a local File GDB) ?&lt;BR /&gt;&lt;BR /&gt;Of course I'm able to readily accomplish this task from ArcMap 10.8.2, yet this does not appear to be an option through Arc Pro. Previously, in ArcGIS Server 10.7.1, I had excellent routing capability using an analysis layer that ArcMap wrote to a memory address.&amp;nbsp; I'm hoping to replicate this from Pro.&lt;/P&gt;&lt;P&gt;Any help is appreciated,&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2023 16:39:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/options-for-publishing-network-analyst-layer-to/m-p/1322580#M8448</guid>
      <dc:creator>TXDOTTXDOT</dc:creator>
      <dc:date>2023-08-25T16:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Options for publishing network analyst layer to ArcGIS Server 10.9.1 using Arc Pro</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/options-for-publishing-network-analyst-layer-to/m-p/1322602#M8449</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/438366"&gt;@TXDOTTXDOT&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ArcGIS Pro supports similar capability for publishing a map service with network analysis capability. You can find the details on how to publish such a service in&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/2.9/help/analysis/networks/publish-a-map-service-using-network-analyst-capability-using-arcgis-pro.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/2.9/help/analysis/networks/publish-a-map-service-using-network-analyst-capability-using-arcgis-pro.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;With regards to local file GDB, ArcGIS Pro always stores the sub-layers from a network analysis layer using feature classes in a file GDB. However, when the map service with network analysis capability (publishsed from ArcGIS Pro) starts up it will load all the sub-layers from file GDB feature classes into memory and from that point onwards keep those classes in memory. So while there is a difference in how the sub-layers are stored between ArcMap and ArcGIS Pro within a network analysis layer, the published map service with network analysis capability behaves the same.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2023 17:14:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/options-for-publishing-network-analyst-layer-to/m-p/1322602#M8449</guid>
      <dc:creator>deelesh</dc:creator>
      <dc:date>2023-08-25T17:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Options for publishing network analyst layer to ArcGIS Server 10.9.1 using Arc Pro</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/options-for-publishing-network-analyst-layer-to/m-p/1322665#M8450</link>
      <description>&lt;P&gt;Thank you, that certainly does help!&amp;nbsp; And, the documentation you provided has useful embedded links that approach the publishing scenario I'm facing -- a map service w/ basic routing that supports a server object extension.&amp;nbsp; &amp;nbsp;My dilemma, now, is that my organization might not allow me to publish a map service with all data copied to the server.&amp;nbsp; I would have to seek an exception to publishing only from registered sources (in the data store)... and thus you see the prior advantage I had with tucking away the sub-layers in memory during the publishing process.&lt;BR /&gt;&lt;BR /&gt;So, with NA routing, is there a way to publish a map service in ArcGIS Pro (any version) using BOTH unregistered data stored in the local workspace AND the data store ?&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;If not (and I'm really not getting my hopes up), then perhaps I can get an agency waiver to publish one version of the map service using the unregistered (local) analysis layer for routing....&amp;nbsp; And then a second version of the map service with all remaining data, registered at the data store.&amp;nbsp; The intended result would be that the SOE could call the REST API for routing capabilities in "map service one", while computing and processing the business geo-data from "map service two".&lt;/P&gt;&lt;P&gt;Hope that makes sense.&amp;nbsp; Pls let me know if I'm missing a corner solution, here.&lt;/P&gt;&lt;P&gt;Sincerely,&amp;nbsp;JP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2023 19:35:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/options-for-publishing-network-analyst-layer-to/m-p/1322665#M8450</guid>
      <dc:creator>TXDOTTXDOT</dc:creator>
      <dc:date>2023-08-25T19:35:25Z</dc:date>
    </item>
  </channel>
</rss>

