Skip to Content
0
Jun 29, 2022 at 05:55 AM

Does notebook_hana_connector support SAP Cloud Connector

863 Views Last edit Jul 08, 2022 at 06:30 AM 3 rev

Hello,

it looks like the following coding is only working when there is no SAP Cloud Connector defined as Gateway in the HANA DB Connection.

import hana_ml.dataframe as dataframe

from notebook_hana_connector.notebook_hana_connector import NotebookConnectionContext

conn = NotebookConnectionContext(connectionId = 'MYHANA')

In case the HANA System is on premise behind a SAP Cloud connector, I'm getting the following error :

Connection failed (RTE:[89133] Proxy server connect: Network unreachable )

Is it a limitation documented somewhere ?

Note that on-premise HANA Connection is working fine with Metadata Explorer as well as in "Run HANA SQL" operator.

Regards,

Michael