We have a use case to replicate data from on-premise ECC to SAP HANA Cloud. There are many data replication solutions for that. But due to some corporate limitations, SDI is not taken into consideration. Thus, SAP SLT is already available in my company.
SAP HANA Cloud is supported as target database by SAP SLT solution. I also found an SAP note for the configuration. For SAP HANA Cloud, only direct SQL connection is supported (see 2.2). The question to me is, due to corporate firewall, outbound request needs to go through proxy. But I am not sure whether proxy can be configured for SAP SLT replication server.
Can I set the proxy in database connection parameters when creating DB connection in SAP SLT server? For example,
HOST=4e23d015-7a6f-48df-8523-1e842dae9c78.hana.canary-eu10.hanacloud.ondemand.com:443;CON_PARAM=ENCRYPT=TRUE,sslValidateCertificate=false,PROXY_HOST=...,PROXY_PORT=...
Request clarification before answering.
Looking at https://help.sap.com/viewer/1efad1691c1f496b8b580064a6536c2d/Cloud/en-US/aa462598a96b4c1ebec5b601e2a...
the correct syntax seems to be
proxy_port=<proxy-port>;proxy_host=<proxy-host>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have noticed the following note has just been updated with the correct syntax to be used.
2874749 - SLT - SAP HANA Cloud as SLT Target
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.