ERROR
Running a Python script to launch geoprocessing tools returns the error:
Error: "000824: The tool is not licensed."
There are two possible reasons for this issue:
Follow the suggested solutions provided to solve this issue:
import arcpy
…
arcpy.CheckOutExtension("[Extension name]")
…
#Sample code
import arcpy
arcpy.CheckOutExtension("DataInteroperability")
arcpy.KMLToGDBModel_DataInteropToolboxAlias(Source_Google_Earth_KML_File_or_URL_, Destination_Esri_File_Geodatabase_)
...
Note: Inserting the snippet after the code segment to run the tool results in the script reading the tool as being unavailable as the extension is not enabled.
Article ID: 000013100
Get help from ArcGIS experts
Start chatting now