SAP HANA via NetWeaver
This connection type is used for SAP HANA databases when you want to connect using the SAP Application Server.
Before you can use this connection type, you need to import a transport request to your system. It includes an RFC enabled Function Module which is used by Tracelake to connect to the database.
Transport Request
Section titled “Transport Request”Connection Parameters
Section titled “Connection Parameters”Required parameters:
- username: SAP user name
- password: SAP user password
- server_hostname: SAP Application Server hostname
- client: SAP client
- sysnr: SAP system number
Connection String Format
Section titled “Connection String Format”hananw://{username}:{password}@{server_hostname}/default?client={client}&sysnr={sysnr}
Example
Section titled “Example”hananw://MySAPUser:[email protected]/default?client=100&sysnr=00