Skip to main content

I’m trying to connect to our SAP Datasphere but can’t establish a working connection. The settings and parameters are similar to the ones i used with were i could get a connection. There is a Proxy Server involved.

Any ideas what i have to do different to get working Database connection?

Not shown in the screenshot is the parameter proxyPassword

 

I’m trying to connect to our SAP Datasphere but can’t establish a working connection. The settings and parameters are similar to the ones i used with a python-script were i could get a connection. There is a Proxy Server involved.

Any ideas what i have to do different to get working Database connection?

The python-script is attached.

 

 


The problem was probably caused by the password containing numerous special characters. The original password was like:"~XiKYMf?&^,&T+(]7`sO&N(|El-??yw9_"

The issue was resolved by creating a new password without any special characters. With the new password, it worked fine. e.g. "UI87ferf89DF"


Reply