How do we authenticate our logon with the granta mi scripting toolkit 4.2 python package? The connection is failing and not connecting to the server.
This is in the case of an academic institution with a license server
">>> mi = mpy.Session("https://my.server.name/mi_servicelayer", autologon=True)
"
This python code snippet doesn't execute and throws a connection failed error. I had substituted the correct server name and port for the code part bolded and underlined above.
I would like to know how to access the service layer.