cancel
Showing results for 
Search instead for 
Did you mean: 

Connect HANA as a Service with SAP ABAP system

rbhuva
Participant
0 Kudos

Hi Experts,

I am trying to connect HANA as s service from SAP cloud platform to SAP ABAP on Premise System.

I want to access HANA database tables in SAP S/4 HANA system. This is additional data which we want to add with existing data in ABAP system dynamically when user try to access the application.

We tried to create HDB connection using DBCO transaction.

But it was throwing error : Only secure connection allowed.

Then, We checked whether PSE is configured properly in ABAP system or not. We found PSE is properly configured.

Then we have given path of PSE is connection string of DBCO connection. But we are receiving error could not create PSE. SSL context error.

Can anyone help me out to set up secure connection between SAP HANA as a service and SAP S/4 HANA on premise system.

Thanks,

Rajdeep Bhuva

AtulKumarJain
Active Contributor

Hi Rajdeep,

There could be many reason for time out issue.

Please start troubleshooting this by following.

Networking connectivity between servers

Ping test

Telnet on port

and follow the below note

2213725 - How-To: Troubleshooting of -10709 errors

BR

Atul

Accepted Solutions (0)

Answers (2)

Answers (2)

AtulKumarJain
Active Contributor
0 Kudos

Hi Rajdeep,

Could you please check provide and DBCO connection test result and share the error you are receiving .

Check indexserver trace and allocate same error in trace.

BR

Atul

rbhuva
Participant
0 Kudos

Hi Atul kumar,

Thank you for your reply.

Earlier i was getting PSE error but not i am getting time out error.

DBCO con param string:

HOST=[HOST_NAME];CON_PARAM=ENCRYPT=TRUE,sslCryptoProvider=commoncrypto,sslKeyStore=[path of ssl pse],sslTrustStore=[path of ssl pse]

Thanks,

Rajdeep Bhuva

jhodel18
Active Contributor
0 Kudos

Hi Rajdeep,

Use the HANA SDI capabilities! Setup a data provisioning agent to connect your HANA Service to on-prem HANA. Here's a blog post that can help you get started:

https://blogs.sap.com/2016/03/10/hana-smart-data-integration-installing-the-dp-agent/

rbhuva
Participant
0 Kudos

Hi Jhodel,

Requirement is to have data in SAP S/4 hana system(ABAP system). Using SDI we can access data in SAP HANA system. ABAP does not have SDI feature so, this is not applicable here.

Thanks,

Rajdeep Bhuva