We are currently using the OOTB connector for SAP HANA in IDN. We managed to connect using the default database URL:
jdbc:sap://HOST:PORT/?databaseName=dbName
When we did the aggregation, it reads the accounts from the SAP HANA System DB, but we need to read the accounts from the Tenant DB.
Has anyone had a similar experience when using the SAP HANA connector? Does it need an extra parameter for the URL or do we need to change the port of the connection?
Hi @ArielM ,
Please use SAP Direct or SAP S4 HANA cloud connector. As the connector you are using it directly communicate with backend database using java.
Thanks