<?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 HotSpot Analysis: ArcGIS server service requires username password even it is not secured ? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hotspot-analysis-arcgis-server-service-requires/m-p/337779#M31233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to do HotSpot analysis, Where i have provided service for SpatialAnalysisTools(FindHotSpot) of ArcGIS Server’s System tool in ArcGIS JavaScript API 3.2’s application as REST service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/388995_pastedImage_3.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Below is the code:&lt;/P&gt;&lt;P&gt;function initializeHotSpotTool(){&lt;BR /&gt; showToolPanel();&lt;/P&gt;&lt;P&gt;//Define the default inputs for the Hot Spot widget&lt;BR /&gt; var hotSpotParams = {&lt;BR /&gt; id: "analysisTool",&lt;BR /&gt; analysisLayer: crime,&lt;BR /&gt;&lt;SPAN&gt; analysisGpServer:"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2FGISServerName%3A6443%2Farcgis%2Frest%2Fservices%2FSystem%2FSpatialAnalysisTools%2FGPServer" rel="nofollow" target="_blank"&gt;https://GISServerName:6443/arcgis/rest/services/System/SpatialAnalysisTools/GPServer&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;BR /&gt; aggregationPolygonLayers: [tracts],&lt;BR /&gt; boundingPolygonLayers: [tracts],&lt;BR /&gt; showHelp: false,&lt;BR /&gt; showSelectAnalysisLayer: false,&lt;BR /&gt; showCredits: false,&lt;BR /&gt; map: map,&lt;BR /&gt; returnFeatureCollection: true&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;var hotSpots = new FindHotSpots(hotSpotParams, "hotSpotDiv");&lt;BR /&gt; &lt;STRONG&gt;hotSpots.startup(); ///Asking for Credentials&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;//If any errors occur reset the widget (Not Working...troubleshoot)&lt;BR /&gt; on(hotSpots, "job-fail", function(params){&lt;BR /&gt; resetTool("error");&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;Though the service is not secured (i.e. available for Everyone"), It is asking for credentials every time.Please find below image for the same.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Credentials" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/388997_Credentials.png" style="width: 620px; height: 348px;" /&gt;&lt;/P&gt;&lt;P&gt;After entering the credentials, Its gives an error "&lt;STRONG&gt;TypeError: Cannot Read Property of 'self' of null&lt;/STRONG&gt;" in browser console. Screenshot has been attached for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know what is the possible solution to overcome this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Dec 2017 10:43:24 GMT</pubDate>
    <dc:creator>SivaramKrishnan2</dc:creator>
    <dc:date>2017-12-07T10:43:24Z</dc:date>
    <item>
      <title>HotSpot Analysis: ArcGIS server service requires username password even it is not secured ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hotspot-analysis-arcgis-server-service-requires/m-p/337779#M31233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to do HotSpot analysis, Where i have provided service for SpatialAnalysisTools(FindHotSpot) of ArcGIS Server’s System tool in ArcGIS JavaScript API 3.2’s application as REST service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/388995_pastedImage_3.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Below is the code:&lt;/P&gt;&lt;P&gt;function initializeHotSpotTool(){&lt;BR /&gt; showToolPanel();&lt;/P&gt;&lt;P&gt;//Define the default inputs for the Hot Spot widget&lt;BR /&gt; var hotSpotParams = {&lt;BR /&gt; id: "analysisTool",&lt;BR /&gt; analysisLayer: crime,&lt;BR /&gt;&lt;SPAN&gt; analysisGpServer:"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2FGISServerName%3A6443%2Farcgis%2Frest%2Fservices%2FSystem%2FSpatialAnalysisTools%2FGPServer" rel="nofollow" target="_blank"&gt;https://GISServerName:6443/arcgis/rest/services/System/SpatialAnalysisTools/GPServer&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;BR /&gt; aggregationPolygonLayers: [tracts],&lt;BR /&gt; boundingPolygonLayers: [tracts],&lt;BR /&gt; showHelp: false,&lt;BR /&gt; showSelectAnalysisLayer: false,&lt;BR /&gt; showCredits: false,&lt;BR /&gt; map: map,&lt;BR /&gt; returnFeatureCollection: true&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;var hotSpots = new FindHotSpots(hotSpotParams, "hotSpotDiv");&lt;BR /&gt; &lt;STRONG&gt;hotSpots.startup(); ///Asking for Credentials&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;//If any errors occur reset the widget (Not Working...troubleshoot)&lt;BR /&gt; on(hotSpots, "job-fail", function(params){&lt;BR /&gt; resetTool("error");&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;Though the service is not secured (i.e. available for Everyone"), It is asking for credentials every time.Please find below image for the same.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Credentials" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/388997_Credentials.png" style="width: 620px; height: 348px;" /&gt;&lt;/P&gt;&lt;P&gt;After entering the credentials, Its gives an error "&lt;STRONG&gt;TypeError: Cannot Read Property of 'self' of null&lt;/STRONG&gt;" in browser console. Screenshot has been attached for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know what is the possible solution to overcome this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 10:43:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hotspot-analysis-arcgis-server-service-requires/m-p/337779#M31233</guid>
      <dc:creator>SivaramKrishnan2</dc:creator>
      <dc:date>2017-12-07T10:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: HotSpot Analysis: ArcGIS server service requires username password even it is not secured ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hotspot-analysis-arcgis-server-service-requires/m-p/337780#M31234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/rscheitlin"&gt;rscheitlin&lt;/A&gt;‌ Could you provide any solution for this ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 07:46:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hotspot-analysis-arcgis-server-service-requires/m-p/337780#M31234</guid>
      <dc:creator>SivaramKrishnan2</dc:creator>
      <dc:date>2017-12-13T07:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: HotSpot Analysis: ArcGIS server service requires username password even it is not secured ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hotspot-analysis-arcgis-server-service-requires/m-p/337781#M31235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to use the service using the web adaptor path (not through 6443 port).&lt;/P&gt;&lt;P&gt;This may solve the error not the Sing In Pop Up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 10:08:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hotspot-analysis-arcgis-server-service-requires/m-p/337781#M31235</guid>
      <dc:creator>PanagiotisPapadopoulos</dc:creator>
      <dc:date>2017-12-13T10:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: HotSpot Analysis: ArcGIS server service requires username password even it is not secured ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hotspot-analysis-arcgis-server-service-requires/m-p/337782#M31236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and check the folder's security option also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 11:01:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hotspot-analysis-arcgis-server-service-requires/m-p/337782#M31236</guid>
      <dc:creator>SivaramKrishnan2</dc:creator>
      <dc:date>2017-12-13T11:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: HotSpot Analysis: ArcGIS server service requires username password even it is not secured ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hotspot-analysis-arcgis-server-service-requires/m-p/337783#M31237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am try to reproduce this behavior and behaves the same on me.&lt;/P&gt;&lt;P&gt;An alternative is to use a proxy page instead of share to everyone the service.&lt;/P&gt;&lt;P&gt;This solution will helps you stop arise the Sing In Pop Up&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 11:41:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hotspot-analysis-arcgis-server-service-requires/m-p/337783#M31237</guid>
      <dc:creator>PanagiotisPapadopoulos</dc:creator>
      <dc:date>2017-12-13T11:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: HotSpot Analysis: ArcGIS server service requires username password even it is not secured ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hotspot-analysis-arcgis-server-service-requires/m-p/337784#M31238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I don't have a solution to prevent login beside using a proxy with credentials stored like Panagiotis recommends.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 14:57:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hotspot-analysis-arcgis-server-service-requires/m-p/337784#M31238</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-12-13T14:57:34Z</dc:date>
    </item>
  </channel>
</rss>

