cancel
Showing results for 
Search instead for 
Did you mean: 

Error connection using JCO.Client :null

Former Member
0 Kudos

Hi,

I have small doubt in JCO connection, can any one help me.

In WebDynpro application some time we are getting exception like Error connection using JCO.client : null.

Connection :200 we are maintained in JCO configuration.

If I call one RFC useing JCO it will created a session or connection to ECC server, because we are getting exception in server too many sessions to ECC server.

Write now we are not using any code to close the connection like.

SaveModel svModel = (SaveModel)WDModelFactory.getModelInstance(SaveModel.class); 
svModel.disconnectIfAlive(); 

If we use the above code it will close the connection or sessions.

Is it recommended to write the code in every RFC calls or in final block of all RFC calls ?

Regards,

Satya.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Satya

/message/1944647#1944647 [original link is broken]

/message/8499#8499 [original link is broken]

Please go through this link.Hope it will be helpful for you

Regards

Ruturaj

Former Member
0 Kudos