Hi All,
I hope you're having a great day.
Arcgis version: 10.5.1
License: Standard
Idle Python shell vs Arcmap Console
After activating the network analyst license using arcpy.CheckInExtension("Network") method via Python Idle our python script does make a service area layer, then add locations.
However, when we do the na.Solve() or Solve_na() tool we re getting the message:
Invalid parameter.
Error: 000824: The tool is not licensed
The script is working well within the arcmap Console but does not work in the Idle python shell.
If you ve already encountered this issue I would be gratefull for a solution.
Thank you.