cancel
Showing results for 
Search instead for 
Did you mean: 

new Connection 'jdbc:sap://S:30015 [Connection reset by peer: socket write error], -813

Former Member
0 Kudos

Hello ,

i enable JDBC trace from HANA studio and found the below mentioned error - could you please suggest what went wrong.I have enabled SSL on HANA and able to connect from studio to HANA DB via connect using SSL option.

hread 502d0aaf Thread-685 Timestamp: 2014-11-04 07:35:20.493

new Connection 'jdbc:sap://Server:30015'

locale=en_US

user=SYSTEM

password=***

timeout=0

reconnect=true

validateCertificate=false

encrypt=true

new RTEException: -813 Cannot connect to host Server:30015 [Connection reset by peer: socket write error], -813.

whereAmIjava.lang.Throwable

  at com.sap.db.util.Tracer.whereAmI(Tracer.java:348)

  at com.sap.db.rte.comm.RTEException.<init>(RTEException.java:66)

  at com.sap.db.rte.comm.SecureCommunication.openSocketIntern(SecureCommunication.java:793)

  at com.sap.db.rte.comm.SecureCommunication.openSocket(SecureCommunication.java:512)

  at com.sap.db.rte.comm.SecureCommunication.<init>(SecureCommunication.java:99)

  at com.sap.db.rte.comm.SecureCommunication.<init>(SecureCommunication.java:55)

  at com.sap.db.rte.comm.SecureCommunication$1.open(SecureCommunication.java:60)

  at com.sap.db.jdbc.topology.Topology.getSession(Topology.java:145)

  at com.sap.db.jdbc.Driver.openByURL(Driver.java:1016)

  at com.sap.db.jdbc.Driver.connect(Driver.java:230)

  at com.sap.ndb.studio.jdbc.JDBCPlugin$3.run(JDBCPlugin.java:645)

Thanks

Dev

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos


HI Trivedi,

I belive you need to update the username/password at the secure store.

Regards,

Pavan Gunda

lbreddemann
Active Contributor
0 Kudos

The connection to the instance had been ended on the server side.

You may want to check the SAP HANA trace files for further information.

Former Member
0 Kudos

thanks - we are in process with SAP for this issue and will post the solution here.