I am working on a process to generate a mobile map package.
Ideally I create a data model that does exactly what I need it to do.
I export the data model to a python script. I that past this has worked wonderfully.
However, this time around it involves connection to our secure SDE databases and then uploading to our Portal.
They python script does not work, and I think it is because I am not logged in to the SDE database and Portal.
I tried finding info on logging into SDE and portal in python but could not find it.
Any help would be appreciated.