on 2024 Feb 16 4:15 PM
While connecting to an standard HANA cloud database from the visual studio code Hana explorer, I am getting below error,
[ERROR] The connection to the database failed with reason: Connection failed (RTE:[89013] Socket closed by peer {0.0.0.0:59250 -> 3.215.33.125:443} (0.0.0.0:59250 -> xxxx.hana.prod-us10.hanacloud.ondemand.com:443))
Request clarification before answering.
Did you allow connections to your SAP HANA Cloud database instance from IPs outside of your BTP region?
See
https://help.sap.com/docs/hana-cloud/sap-hana-cloud-administration-guide/sap-hana-database-connectio...
https://help.sap.com/docs/hana-cloud/sap-hana-cloud-administration-guide/change-allowed-connections-...
https://help.sap.com/docs/hana-cloud/sap-hana-cloud-administration-guide/sap-hana-database-configura...
"Socket closed by peer" is the typical error message you would get if you tried to connect from an IP that is not on the allowlist.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are connecting from LAN, you may need to specify proxy setting in your connection string:
;proxyHttp=true;proxyHostname=*****;proxyPort=****;proxyUserName=*****;proxyPassword=******'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
11 | |
8 | |
5 | |
5 | |
4 | |
3 | |
2 | |
2 | |
2 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.