<?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: Enable indoor positioning - ArcGIS Pro - Tool is not licensed in ArcGIS IPS Questions</title>
    <link>https://community.esri.com/t5/arcgis-ips-questions/enable-indoor-positioning-arcgis-pro-tool-is-not/m-p/1244501#M13</link>
    <description>&lt;P&gt;Hi Fabio,&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is also a weird case.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There must be some issue with the IPS license installation. I am not very familiar with how the license installation works in detail. I guess the best is to get in touch with Esri customer support.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Out of curiosity, can you share the configuration of your Enterprise machine?&lt;BR /&gt;&lt;BR /&gt;- OS of the machine&lt;BR /&gt;- webserver on the machine&lt;BR /&gt;- ArcGIS Enterprise version&lt;/P&gt;&lt;P&gt;Eg: Ubuntu 18.04 - Tomcat - Enterprise 10.9&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Dec 2022 09:37:47 GMT</pubDate>
    <dc:creator>PaoloFogliaroni</dc:creator>
    <dc:date>2022-12-30T09:37:47Z</dc:date>
    <item>
      <title>Enable indoor positioning - ArcGIS Pro - Tool is not licensed</title>
      <link>https://community.esri.com/t5/arcgis-ips-questions/enable-indoor-positioning-arcgis-pro-tool-is-not/m-p/1244021#M8</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to configure a map to use it in ArcGIS IPS, but when I open the "Indoor Positioning Tools" in ArcGIS Pro, it indicates that the "Tool is not licensed" (image attached to this post) but according to the documentation it is only necessary an ArcGIS Pro Std or Adv + IPS license.&lt;/P&gt;&lt;P&gt;- &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/indoor-positioning/enable-indoor-positioning.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/indoor-positioning/enable-indoor-positioning.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="https://doc.arcgis.com/en/ips/latest/get-started/prepare-a-map-for-arcgis-ips.htm" target="_blank"&gt;https://doc.arcgis.com/en/ips/latest/get-started/prepare-a-map-for-arcgis-ips.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'm using a GIS Professional Advanced with ArcGIS IPS User Type Extension enabled for my user, and my organization has Indoor Maps and Indoor Spaces.&lt;/P&gt;&lt;P&gt;Do I have to do some additional configuration?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Maria Carolina&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 17:11:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-ips-questions/enable-indoor-positioning-arcgis-pro-tool-is-not/m-p/1244021#M8</guid>
      <dc:creator>MariaCarolinaJurema</dc:creator>
      <dc:date>2022-12-28T17:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Enable indoor positioning - ArcGIS Pro - Tool is not licensed</title>
      <link>https://community.esri.com/t5/arcgis-ips-questions/enable-indoor-positioning-arcgis-pro-tool-is-not/m-p/1244029#M9</link>
      <description>&lt;P&gt;Hi Maria,&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you check/provide the following extra info:&lt;/P&gt;&lt;P&gt;1) ensure you are logged in to the correct AGOL organization or Enterprise portal and that this is set as the active portal in Pro&lt;/P&gt;&lt;P&gt;2) ensure that your organization is assigned the ArcGIS IPS &lt;U&gt;Organization Capability&lt;/U&gt; and that this is properly activated? You can do that by opening a python window from within ArcGIS Pro and typing the following:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;url = arcpy.GetActivePortalURL()
portal_desc = arcpy.GetPortalDescription(url)
org_capabilities = portal_desc['orgCapabilities']
print(org_capabilities)&lt;/LI-CODE&gt;&lt;P&gt;The result should be a list of dictionaries reporting the status of your organization's capabilities. One of these should look like this&lt;/P&gt;&lt;LI-CODE lang="python"&gt;[..., {'id': 'ips', 'status': 'active'}, ...]&lt;/LI-CODE&gt;&lt;P&gt;If the status of the IPS organization capability is anything else than 'active', it has not been properly activated.&lt;/P&gt;&lt;P&gt;3) ensure you are logged in with a user that&lt;BR /&gt;&amp;nbsp; &amp;nbsp;a) is at least a GIS Professional Standard user type or higher&lt;BR /&gt;&amp;nbsp; &amp;nbsp;b) has been assigned the ArcGIS IPS User Type Extension&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if all of the above is as expected.&lt;/P&gt;&lt;P&gt;Paolo&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 17:58:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-ips-questions/enable-indoor-positioning-arcgis-pro-tool-is-not/m-p/1244029#M9</guid>
      <dc:creator>PaoloFogliaroni</dc:creator>
      <dc:date>2022-12-28T17:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Enable indoor positioning - ArcGIS Pro - Tool is not licensed</title>
      <link>https://community.esri.com/t5/arcgis-ips-questions/enable-indoor-positioning-arcgis-pro-tool-is-not/m-p/1244072#M10</link>
      <description>&lt;P&gt;Hello Paolo, thank you for the reply, it was very helpful!&lt;/P&gt;&lt;P&gt;We tested the script and indeed, the &lt;EM&gt;ArcGIS IPS &lt;U&gt;Organization Capability&lt;/U&gt;&lt;/EM&gt; is not active. This was the output:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[{'id': 'indoorsspaces', 'status': 'active'}, {'id': 'indoorsmaps', 'status': 'active'}]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Is there any documentation that guides how to do this activation?&lt;/P&gt;&lt;P&gt;Once again, thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 19:04:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-ips-questions/enable-indoor-positioning-arcgis-pro-tool-is-not/m-p/1244072#M10</guid>
      <dc:creator>MariaCarolinaJurema</dc:creator>
      <dc:date>2022-12-28T19:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Enable indoor positioning - ArcGIS Pro - Tool is not licensed</title>
      <link>https://community.esri.com/t5/arcgis-ips-questions/enable-indoor-positioning-arcgis-pro-tool-is-not/m-p/1244176#M11</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;actually, from the output you got looks like the IPS Org Capability is not there at all. Can you double check this on your portal?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open a web browser and browse to your portal home&lt;/LI&gt;&lt;LI&gt;login with and admin account&lt;/LI&gt;&lt;LI&gt;Navigate to "Organization-&amp;gt;Licenses-&amp;gt;Organization Extensions" and verify that the ArcGIS IPS extension is listed, it is active, and with a valid expiration date&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="IPS_org_cap2.jpg" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/59410iE41D05B68B402BBE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IPS_org_cap2.jpg" alt="IPS_org_cap2.jpg" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;IPS_org_cap2.jpg&lt;/span&gt;&lt;/span&gt;&lt;/LI&gt;&lt;/OL&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the Extension is not listed something went wrong during the setup phase. Make sure to review the instruction reported at the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/indoor-positioning/get-started-with-arcgis-ips.htm#ESRI_SECTION1_4CEE8A967A38407B91BE16F586684E6C" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/indoor-positioning/get-started-with-arcgis-ips.htm#ESRI_SECTION1_4CEE8A967A38407B91BE16F586684E6C&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are instructions for both AGOL and ArcGIS Enterprise.&amp;nbsp;&lt;BR /&gt;By the way, are you using an AGOL organization or an Enterprise portal?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 09:58:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-ips-questions/enable-indoor-positioning-arcgis-pro-tool-is-not/m-p/1244176#M11</guid>
      <dc:creator>PaoloFogliaroni</dc:creator>
      <dc:date>2022-12-29T09:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Enable indoor positioning - ArcGIS Pro - Tool is not licensed</title>
      <link>https://community.esri.com/t5/arcgis-ips-questions/enable-indoor-positioning-arcgis-pro-tool-is-not/m-p/1244355#M12</link>
      <description>&lt;P&gt;Hello Paolo, I have the same issue on my ArcGIS Enterprise.&lt;/P&gt;&lt;P&gt;As you can see below, my Enterprise has a valid ArcGIS IPS license.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fabio_Pires_0-1672342383976.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/59478i5AFE3534EFE06809/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Fabio_Pires_0-1672342383976.png" alt="Fabio_Pires_0-1672342383976.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Fabio_Pires_0-1672342383976.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But when I run the python code, I get the following result:&lt;BR /&gt;[{'id': 'ips', 'status': ''}]&lt;/P&gt;&lt;P&gt;Can you help us?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 19:38:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-ips-questions/enable-indoor-positioning-arcgis-pro-tool-is-not/m-p/1244355#M12</guid>
      <dc:creator>Fabio_Pires</dc:creator>
      <dc:date>2022-12-29T19:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Enable indoor positioning - ArcGIS Pro - Tool is not licensed</title>
      <link>https://community.esri.com/t5/arcgis-ips-questions/enable-indoor-positioning-arcgis-pro-tool-is-not/m-p/1244501#M13</link>
      <description>&lt;P&gt;Hi Fabio,&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is also a weird case.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There must be some issue with the IPS license installation. I am not very familiar with how the license installation works in detail. I guess the best is to get in touch with Esri customer support.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Out of curiosity, can you share the configuration of your Enterprise machine?&lt;BR /&gt;&lt;BR /&gt;- OS of the machine&lt;BR /&gt;- webserver on the machine&lt;BR /&gt;- ArcGIS Enterprise version&lt;/P&gt;&lt;P&gt;Eg: Ubuntu 18.04 - Tomcat - Enterprise 10.9&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2022 09:37:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-ips-questions/enable-indoor-positioning-arcgis-pro-tool-is-not/m-p/1244501#M13</guid>
      <dc:creator>PaoloFogliaroni</dc:creator>
      <dc:date>2022-12-30T09:37:47Z</dc:date>
    </item>
  </channel>
</rss>

