(Preface: I am not much of a Python programmer)
I would like to write a script that will update occupant on a daily interval. One would think this is simple enough using the samples provided in the help documentation. The issue I am running into is licensing. When I try to run the script on the server I get a "Error 000824: Tool is not licensed" error.
The server is running ArcGIS Enterprise but does not have ArcGIS Pro installed on it. We do have named user Indoors licenses on our Portal.
Is there a way in Python to authenticate to Portal and use a license. I'm not sure if that is even the correct workflow?
Any suggestions would be greatly appreciated.