<?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: Use arcpy to Set Current License Level in Pro in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/use-arcpy-to-set-current-license-level-in-pro/m-p/1320452#M68452</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;import &amp;lt;license level&amp;gt; does not work at all for arcpy 3.x&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The only way to control license level for stand alone script is to run it under a user that have the needed license setting&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 20 Aug 2023 05:24:46 GMT</pubDate>
    <dc:creator>mody_buchbinder</dc:creator>
    <dc:date>2023-08-20T05:24:46Z</dc:date>
    <item>
      <title>Use arcpy to Set Current License Level in Pro</title>
      <link>https://community.esri.com/t5/python-questions/use-arcpy-to-set-current-license-level-in-pro/m-p/1318781#M68416</link>
      <description>&lt;P&gt;I'd like to be able to set the users license level using arcpy (ArcGIS Pro). This was possible by using import arcedit/arcinfo/arcview in the python 2 implementation of arcpy. It's extremely useful, particularly when managing limited concurrent licences.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 16:41:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/use-arcpy-to-set-current-license-level-in-pro/m-p/1318781#M68416</guid>
      <dc:creator>MatthewGeorge</dc:creator>
      <dc:date>2023-08-15T16:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Use arcpy to Set Current License Level in Pro</title>
      <link>https://community.esri.com/t5/python-questions/use-arcpy-to-set-current-license-level-in-pro/m-p/1318828#M68418</link>
      <description>&lt;P&gt;Pro's licensing is handled differently than ArcMap's which is why you probably found the arcpy CheckProduct method but no SetProduct (it is in the geoprocessor module ...&amp;nbsp;gp.setProduct )&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/geoprocessing_and_python/accessing-licenses-and-extensions-in-python.htm" target="_blank" rel="noopener"&gt;Licenses and extensions access in Python—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I doubt that esri will roll back the changes.&lt;/P&gt;&lt;P&gt;on a side note, the import arcinfo, arceditor etc are located in this folder&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C:\...Your Install Folder ...\Resources\ArcPy&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;which also contains the &lt;STRONG&gt;arcpy&lt;/STRONG&gt; folder which is imported when you .... import arcpy&lt;/P&gt;&lt;P&gt;You might want to have a look and see which verison of arcgisscripting is instantiated if you imported one of those&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 18:38:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/use-arcpy-to-set-current-license-level-in-pro/m-p/1318828#M68418</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-08-15T18:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Use arcpy to Set Current License Level in Pro</title>
      <link>https://community.esri.com/t5/python-questions/use-arcpy-to-set-current-license-level-in-pro/m-p/1318982#M68423</link>
      <description>&lt;P&gt;Unlike ArcMap the Pro license is by user and not by machine.&lt;/P&gt;&lt;P&gt;If you set user A to basic and user B to standard and you run your stand alone python under user B it should work.&lt;/P&gt;&lt;P&gt;If you run your script inside Pro (as GP tool or in python window) it will use Pro license but this is just like ArcMap.&lt;/P&gt;&lt;P&gt;Have fun&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 04:54:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/use-arcpy-to-set-current-license-level-in-pro/m-p/1318982#M68423</guid>
      <dc:creator>mody_buchbinder</dc:creator>
      <dc:date>2023-08-16T04:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Use arcpy to Set Current License Level in Pro</title>
      <link>https://community.esri.com/t5/python-questions/use-arcpy-to-set-current-license-level-in-pro/m-p/1318983#M68424</link>
      <description>&lt;P&gt;Thanks for the info.&lt;/P&gt;&lt;P&gt;I understand that licensing is by user. So what you're saying is that using import &amp;lt;license level&amp;gt; for a script tool run within Pro will work then?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 05:18:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/use-arcpy-to-set-current-license-level-in-pro/m-p/1318983#M68424</guid>
      <dc:creator>MatthewGeorge</dc:creator>
      <dc:date>2023-08-16T05:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Use arcpy to Set Current License Level in Pro</title>
      <link>https://community.esri.com/t5/python-questions/use-arcpy-to-set-current-license-level-in-pro/m-p/1320452#M68452</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;import &amp;lt;license level&amp;gt; does not work at all for arcpy 3.x&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The only way to control license level for stand alone script is to run it under a user that have the needed license setting&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Aug 2023 05:24:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/use-arcpy-to-set-current-license-level-in-pro/m-p/1320452#M68452</guid>
      <dc:creator>mody_buchbinder</dc:creator>
      <dc:date>2023-08-20T05:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Use arcpy to Set Current License Level in Pro</title>
      <link>https://community.esri.com/t5/python-questions/use-arcpy-to-set-current-license-level-in-pro/m-p/1320453#M68453</link>
      <description>&lt;P&gt;Which is exactly what I want to avoid. We have users that technically have access to a higher license level but we want to control the way they check it out - only check out a standard or advanced license for certain script tools and then back to basic on completion without relying on the user to do it for us.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Aug 2023 05:33:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/use-arcpy-to-set-current-license-level-in-pro/m-p/1320453#M68453</guid>
      <dc:creator>MatthewGeorge</dc:creator>
      <dc:date>2023-08-20T05:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Use arcpy to Set Current License Level in Pro</title>
      <link>https://community.esri.com/t5/python-questions/use-arcpy-to-set-current-license-level-in-pro/m-p/1327133#M68565</link>
      <description>&lt;P&gt;Moving to Python Ideas forum.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 03:11:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/use-arcpy-to-set-current-license-level-in-pro/m-p/1327133#M68565</guid>
      <dc:creator>MatthewGeorge</dc:creator>
      <dc:date>2023-09-11T03:11:55Z</dc:date>
    </item>
  </channel>
</rss>

