<?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: Analysis Widget Consuming AGOL Services in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/analysis-widget-consuming-agol-services/m-p/779201#M2398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI: just to close the loop on this item, the documentation you've referenced is for the ArcGIS API for JavaScript and does not specifically refer to Web AppBuilder for ArcGIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Mar 2016 17:33:48 GMT</pubDate>
    <dc:creator>DerekLaw</dc:creator>
    <dc:date>2016-03-01T17:33:48Z</dc:date>
    <item>
      <title>Analysis Widget Consuming AGOL Services</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/analysis-widget-consuming-agol-services/m-p/779195#M2392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using WAB1.3, which has a great tool that is Analysis Widget. But it is consuming &lt;STRONG&gt;AGOL services&lt;/STRONG&gt; which will &lt;STRONG&gt;consume credits&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there any way to use &lt;SPAN style="text-decoration: underline;"&gt;local services in Analysis&lt;/SPAN&gt; widget instead of AGOL services&lt;/STRONG&gt;..? (Instead of Geoprocessing Widget)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your advice and inputs are highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!! ☺&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 04:17:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/analysis-widget-consuming-agol-services/m-p/779195#M2392</guid>
      <dc:creator>KrishV</dc:creator>
      <dc:date>2016-02-25T04:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis Widget Consuming AGOL Services</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/analysis-widget-consuming-agol-services/m-p/779196#M2393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3176"&gt;Derek Law&lt;/A&gt;​ Can you comment on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 14:33:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/analysis-widget-consuming-agol-services/m-p/779196#M2393</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-02-26T14:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis Widget Consuming AGOL Services</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/analysis-widget-consuming-agol-services/m-p/779197#M2394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q) Is there any way to use &lt;SPAN style="text-decoration: underline;"&gt;local services in Analysis&lt;/SPAN&gt; widget instead of AGOL services..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes with ArcGIS 10.4 for Server, which includes Portal for ArcGIS. In the 10.4 release, Portal for ArcGIS includes the perform analysis capabilities in the Portal map viewer. See the help topic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://server.arcgis.com/en/portal/latest/use/perform-analysis.htm" title="http://server.arcgis.com/en/portal/latest/use/perform-analysis.htm"&gt;Perform analysis—Portal for ArcGIS | ArcGIS for Server&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This functionality utilizes the new &lt;EM&gt;SpatialAnalysisTools&lt;/EM&gt; GP service that is included with ArcGIS Server 10.4 (i.e., the GIS Server). When Portal for ArcGIS 10.4 is configured with a hosting server (e.g., using a dedicated 10.4 Server site + ArcGIS Data Store), the &lt;EM&gt;SpatialAnalysisTools&lt;/EM&gt; GP service powers the Portal map viewer perform analysis tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm providing this background for context, as the Analysis widget in Web AppBuilder uses the same perform analysis capabilities. So, for both the embedded Web AppBuilder in Portal for ArcGIS 10.4 and Web AppBuilder Developer Edition v1.3, you can enable the Analysis widget to work with Portal for ArcGIS 10.4; which behind the scenes uses the &lt;EM&gt;SpatialAnalysisTools&lt;/EM&gt; GP service in a hosting server configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI: the &lt;EM&gt;SpatialAnalysisTools&lt;/EM&gt; GP service will power most of the functionality in the Analysis widget with the exception of the following,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Enrich Layer&lt;/LI&gt;&lt;LI&gt;Create Viewshed&lt;/LI&gt;&lt;LI&gt;Create Watershed&lt;/LI&gt;&lt;LI&gt;Trace Downstream&lt;/LI&gt;&lt;LI&gt;Create Drive-Time Areas&lt;/LI&gt;&lt;LI&gt;Find Nearest&lt;/LI&gt;&lt;LI&gt;Plan Routes&lt;/LI&gt;&lt;LI&gt;Connect Origins to Destinations&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The functionality to power these tools will require additional utility services, either from ArcGIS Online registered with your Portal, or you will have to provide them yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Feb 2016 04:54:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/analysis-widget-consuming-agol-services/m-p/779197#M2394</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2016-02-28T04:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis Widget Consuming AGOL Services</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/analysis-widget-consuming-agol-services/m-p/779198#M2395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Derek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the detailed information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please provide any walk-through to enable the Analysis widget to work with Portal for ArcGIS 10.4. Hope this doesn't consume any services. Please find snapshot where it says "&lt;SPAN style="color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 17px; background-color: #f8f8f8;"&gt;Using Spatial Analysis service tasks consumes credits."&lt;IMG alt="Credits-Spatial Analysis.JPG" class="image-1 jive-image" src="/legacyfs/online/188070_Credits-Spatial Analysis.JPG" style="width: 620px; height: 244px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your support!!!☺&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 04:23:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/analysis-widget-consuming-agol-services/m-p/779198#M2395</guid>
      <dc:creator>KrishV</dc:creator>
      <dc:date>2016-02-29T04:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis Widget Consuming AGOL Services</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/analysis-widget-consuming-agol-services/m-p/779199#M2396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt; Can you please provide any walk-through to enable the Analysis widget to work with Portal for ArcGIS 10.4.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set-up and configure Portal for ArcGIS 10.4 with a hosting server deployment (e.g., using a dedicated 10.4 Server site + ArcGIS Data Store). In this deployment, the perform analysis tools will be enabled in the Portal map viewer. Then you would use Web AppBuilder Developer Edition to sign in and connect to your 10.4 Portal; the Analysis widget will work with Portal 10.4. No other special configurations are needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure which help topic you got that screenshot from, but as I said for most of the tools in the Analysis widget, you do NOT need to use utility services from ArcGIS Online. Hence, you would not consume credits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 23:42:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/analysis-widget-consuming-agol-services/m-p/779199#M2396</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2016-02-29T23:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis Widget Consuming AGOL Services</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/analysis-widget-consuming-agol-services/m-p/779200#M2397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Derek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;EM&gt;&amp;gt; not sure which help topic you got that screenshot from&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;I have taken screenshot from below link.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;&lt;A href="http://https//developers.arcgis.com/rest/analysis/api-reference/tasks-overview.htm"&gt;http://https://developers.arcgis.com/rest/analysis/api-reference/tasks-overview.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, thank you so much for the detailed information, which is very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krish&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px; line-height: 21px; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 08:05:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/analysis-widget-consuming-agol-services/m-p/779200#M2397</guid>
      <dc:creator>KrishV</dc:creator>
      <dc:date>2016-03-01T08:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis Widget Consuming AGOL Services</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/analysis-widget-consuming-agol-services/m-p/779201#M2398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI: just to close the loop on this item, the documentation you've referenced is for the ArcGIS API for JavaScript and does not specifically refer to Web AppBuilder for ArcGIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 17:33:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/analysis-widget-consuming-agol-services/m-p/779201#M2398</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2016-03-01T17:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis Widget Consuming AGOL Services</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/analysis-widget-consuming-agol-services/m-p/779202#M2399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Derek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; note this is an old thread now - it has similarities to issues I am seeing in Portal 10.6 so I wonder if you can assist?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’ve published a Network Dataset to a Federated Portal and configured the URL in Utility Services - Directions and Routing.&amp;nbsp; I’m attempting to use this service in Web AppBuilder via the Analysis – Connect Origins to Destinations widget.&amp;nbsp; However when launching the widget it returns the error ‘No analysis tool is configured!’.&amp;nbsp; Having then configured an ArcGIS Online account to use utility services the widget then works as normal.&amp;nbsp; From reading around it appears that we can indeed use our own published Network Dataset in Portal Apps (i.e. no credit use), although I can't identify what is wrong in this instance.&amp;nbsp; I've ensured all the steps have been followed from the configuration help pages, and the network service works fine in ArcGIS Desktop.&amp;nbsp; Under 'Use Proximity' in Portal Map Viewer, I only get 'Create Buffers' and 'Find Nearest' as options rather than the full set of Proximity tools.&amp;nbsp; Are you able to shed any light here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 11:19:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/analysis-widget-consuming-agol-services/m-p/779202#M2399</guid>
      <dc:creator>FrancisSenyah</dc:creator>
      <dc:date>2018-08-29T11:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis Widget Consuming AGOL Services</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/analysis-widget-consuming-agol-services/m-p/779203#M2400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies for the late reply. I missed the notification that this thread was updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;EM&gt;From reading around it appears that we can indeed use our own published Network Dataset in Portal&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you will need to configure it as a utility service in Portal, please see this help topic,&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://enterprise.arcgis.com/en/portal/latest/administer/windows/configure-services.htm#ESRI_SECTION2_9CEB83540DC04715941D8A8EDEB11A85" title="https://enterprise.arcgis.com/en/portal/latest/administer/windows/configure-services.htm#ESRI_SECTION2_9CEB83540DC04715941D8A8EDEB11A85"&gt;Configure utility services—Portal for ArcGIS (10.6) | ArcGIS Enterprise&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note the specific steps to &lt;A class="link-titled" href="https://enterprise.arcgis.com/en/server/latest/administer/windows/publishing-routing-services.htm" title="https://enterprise.arcgis.com/en/server/latest/administer/windows/publishing-routing-services.htm"&gt;Publish Routing Services utility—ArcGIS Server Administration (Windows) | ArcGIS Enterprise&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2018 06:13:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/analysis-widget-consuming-agol-services/m-p/779203#M2400</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2018-09-20T06:13:03Z</dc:date>
    </item>
  </channel>
</rss>

