<?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: About Cartography license checking in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/about-cartography-license-checking/m-p/585958#M45986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Thank you Dan. My problem can be partly solved by your indication that the tool license can be judged by CheckProduct(). But seems ListTools() give no difference even if a desktop has no a tool license, why?&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Another question is how to return to my toolbox input interface if no a license rather than ending the&amp;nbsp;tool with that&amp;nbsp;I&amp;nbsp;must reinput tool's parameters again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 May 2019 09:45:14 GMT</pubDate>
    <dc:creator>TieshengWu</dc:creator>
    <dc:date>2019-05-06T09:45:14Z</dc:date>
    <item>
      <title>About Cartography license checking</title>
      <link>https://community.esri.com/t5/python-questions/about-cartography-license-checking/m-p/585956#M45984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Python toolbox, I'd like to check whether an user has 'Cartography' license. If yes, the tool continue to run and return to tool interface if not. How the snippet will like? &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2019 07:11:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/about-cartography-license-checking/m-p/585956#M45984</guid>
      <dc:creator>TieshengWu</dc:creator>
      <dc:date>2019-05-06T07:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: About Cartography license checking</title>
      <link>https://community.esri.com/t5/python-questions/about-cartography-license-checking/m-p/585957#M45985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In ArcGis Pro you can check the Product&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/functions/productinfo.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/functions/productinfo.htm"&gt;ProductInfo—ArcPy Functions | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The listools doesn't indicate whether only licensed tools are listed.. so experiment&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/geoprocessing_and_python/listing-tools-toolboxes-and-environment-settings.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/geoprocessing_and_python/listing-tools-toolboxes-and-environment-settings.htm"&gt;Listing tools, toolboxes, and environment settings—Geoprocessing and Python | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which will dictate the licensing level&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/cartography/cartography-toolbox-license.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/cartography/cartography-toolbox-license.htm"&gt;Cartography toolbox licensing—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is the checkin/out option&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/geoprocessing_and_python/accessing-licenses-and-extensions-in-python.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/geoprocessing_and_python/accessing-licenses-and-extensions-in-python.htm"&gt;Accessing licenses and extensions in Python—Geoprocessing and Python | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2019 09:17:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/about-cartography-license-checking/m-p/585957#M45985</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-05-06T09:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: About Cartography license checking</title>
      <link>https://community.esri.com/t5/python-questions/about-cartography-license-checking/m-p/585958#M45986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Thank you Dan. My problem can be partly solved by your indication that the tool license can be judged by CheckProduct(). But seems ListTools() give no difference even if a desktop has no a tool license, why?&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Another question is how to return to my toolbox input interface if no a license rather than ending the&amp;nbsp;tool with that&amp;nbsp;I&amp;nbsp;must reinput tool's parameters again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2019 09:45:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/about-cartography-license-checking/m-p/585958#M45986</guid>
      <dc:creator>TieshengWu</dc:creator>
      <dc:date>2019-05-06T09:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: About Cartography license checking</title>
      <link>https://community.esri.com/t5/python-questions/about-cartography-license-checking/m-p/585959#M45987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not clear on this part.&amp;nbsp; If the tool isn't licensed, why would the parameters have to be reinput? Wouldn't you just report that it isn't going to happen? or are you looking at this for tool validation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2019 09:55:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/about-cartography-license-checking/m-p/585959#M45987</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-05-06T09:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: About Cartography license checking</title>
      <link>https://community.esri.com/t5/python-questions/about-cartography-license-checking/m-p/585960#M45988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the licence should be checked in tool validation and no need to reinput the parameters.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2019 10:43:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/about-cartography-license-checking/m-p/585960#M45988</guid>
      <dc:creator>TieshengWu</dc:creator>
      <dc:date>2019-05-06T10:43:28Z</dc:date>
    </item>
  </channel>
</rss>

