cancel
Showing results for 
Search instead for 
Did you mean: 

Could not create JCOClientConnection for logical System: WD_MODELDATA_DEST

Former Member
0 Kudos

Hi all,

Here i am developing an application which uses adptive RFC methodology in which i am calling an rfc which retrieves simply table data. When i click on the button it should call a RFC internally get the data from the table but instead it is giving an exception i.e.

Could not create JCOClientConnection for logical System: WD_MODELDATA_DEST - Model: class gmr.Model. Please assure that you have configured the RFC connections and/or logical system name properly for this model!

In the above WD_MODELDATA_DEST is my model data destination.Please suggest us how can i overcome this issue.

Note:- When i test the JCO from Webdynpro content administration that is successfully pinging.

Regards,

Suman.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Issue Resolved. Thank you all for supporting me.

Former Member
0 Kudos

Hi Suman,

I am facing the same problem. Could you let me know the process of resolving this issue.

What do you mean by adding authentication to the application?

I would appreciate your help.

Regards,

Gopal.

Former Member
0 Kudos

Suman,

check this

Thanks

Bala Duvvuri

Former Member
0 Kudos

Hi Bala,

My model name is "Model " if you resolved the same issue by disconnecting JCOs Please can you send the code accordingly ? as we have many sublinks inside it.

Suman

Former Member
0 Kudos

Suman,

check this code

Model model = (Model) WDModelFactory.getModelInstance(Model.class);

if(model!=null)

model.disconnectIfAlive();

Thanks

Bala Duvvuri

Former Member
0 Kudos

Dear Bala,

I am facing the same issue after adding the piece of code which you have sent to me. I added the code after callin the component controller method which internally calls Model object. Please do the needful.

Some times it is working and some times it is not working. is any chance that the problem with RFC or the BASIS have to do some config settings or we need to add any other code. Please do the needful.

Regards,

Suman

Edited by: sumankumar kurimilla on Feb 19, 2009 6:38 AM

Edited by: sumankumar kurimilla on Feb 19, 2009 6:40 AM

Former Member
0 Kudos

Hi

check is there setting provided in Services in Hosts :

or even check change the name of the try and then try once .

or there may be problem with the file missing at OS level .

try to check this issues

Former Member
0 Kudos

Suman,

you need to call this code after execute method of model

Thanks

Bala Duvvuri

Former Member
0 Kudos

If that is the case the no other application is also should not work. But in my case all other apps are working.

Regards,

Suman

Former Member
0 Kudos

Suman,

are you using the same jco.if not check the properties for different jcos in webdynpro content administrator.

I guess there will be some difference because it cannot work in some places and work in some other places

Thanks

Bala Duvvuri

Former Member
0 Kudos

Bala the issue resolved. By addi ng authention to the application not by adding the code. Thanks for your support

Former Member
0 Kudos

Are your that you are using correct JCO Destination name which is configured and also make sure the JCo destinations are connected to the required client

Former Member
0 Kudos

check WD_MODELDATA_DEST jco pointing to correct backend

Koti Reddy