cancel
Showing results for 
Search instead for 
Did you mean: 

SAP JCo 3 connection check

Former Member
0 Kudos

Hi SAP gurus,

Could you please help me with one thing. I'm developing application which communicates with SAP via JCo.I have successfully implemented connection establishing and calling function. What I cannot figure out in JCo 3 is how to check connectivity, to see if the connection is maybe broken for some reason.

I see that in JCo 2 there was class JCO.connection, which has method isAlive() - which checks whether the connection is alive. As far as I can see, in JCo 3 there is no such class. I need that kind of check in my application, because I need to see whether connection is broken before I start one complex process.

Could you please help me regarding this problem?

Thank you all very much for your help!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188030
Active Contributor
0 Kudos

Hi Karlo,

This space is dedicated to BusinessObjects Enterprise JAVA SDK issues.

Please post your query at SAP Java development space at http://scn.sap.com/community/java

P.S. see if this article helps: http://help.sap.com/saphelp_nwpi711/helpdata/en/46/fb807cc7b46c30e10000000a1553f7/content.htm

- Bhushan

SCN Moderator


Former Member
0 Kudos

Ok. Thanks for help!

Karlo