cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy settings in SAP SLT replication server to replicate data from on-premise ECC to SAP HANA Cloud

11-25-2021 10:47 AM
zje8szh Participant
1752 views 2 comments
0 Likes
SAP Managed Tags
Subscribe

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=...

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

Cocquerel
Active Contributor
0 Likes

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>
Cocquerel
Active Contributor
0 Likes

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