Hi Folks,
We followed the document.
http://scn.sap.com/docs/DOC-39571
For enabling the ssl
communication between hana studio and hana server.
Now the problem comes like
this, we enabled sslenforce parameter to
true.
Becuase of that ABAP engine
cannot speak to HANA and it gives an
error like as below, which is expected.
4 ETW000
[dbhdbsql.cpp,00000] *** ERROR => Connect to database failed,
rc=1,
rcSQL=4321 4707 0.024666
4 ETW000 [ dev trc,00000] SQLCODE : 4321 48
0.024714
4 ETW000 [ dev trc,00000] SQLERRTEXT : only secure connections
are
allowed: 19 0.024733
4 ETW000 [ dev trc,00000] ->
SetSdbDbslCA(errcode=4321) 30 0.024763
4 ETW000 [ dev trc,00000] ->
freeConnection(con_hdl=0) 75 0.024838
4 ETW000 [ dev trc,00000] close all
opened locators of connection 0 30
0.024868
4 ETW000 [ dev trc,00000] }
DbSlHDBConnect(rc=99) 56 0.024924
4 ETW000 [ dblink ,00000] ***LOG
BY2=>sql error 4321 performing CON 79
0.025003
4 ETW000 [ dblink
,00000] ***LOG BY0=>only secure connections are
allowed: 23
0.025026
Now the problem is that security guide talks about setting a
parameter.
dbs/hdb/connect_property = ENCRYPT=TRUE.
First wanted to know what we can do to overcome the problem.
Second being that what are the performance
problems we would be facing since we have
set SSL communication between ABAP and HANA server.
Can anyone please help us.
We cannot use the sap crypto library now becuase we have already used open ssl for the communication from studio to hana server.
Please correct me if i am wrong.
http://scn.sap.com/community/hana-in-memory/blog/2014/01/17/configure-abap-to-hana-ssl-connection