cancel
Showing results for 
Search instead for 
Did you mean: 

how to solve the JCO problem

Former Member
0 Kudos

hi, everybody

In my project, I must run some RFC to get my result. But when I build, deploy and run my project, error has happened as follows:

" com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to resolve JCO destination name 'WD_FLIGHTLIST_RFC_METADATA_DEST' in the SLD. No such JCO destination is defined in the SLD. "

I wonder if I have not config my jco destination yet.

Would you please give my a help! 3KS!

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

That is because I don't config sld.

Former Member
0 Kudos

Hi Daniel,

The problem because of, there is no such JCo defined in portal. Ensure the following things,

1. JCo name exists in portal server

2. JCo are connected properly with server (ask the portal admin to provide JCo test result)

if first two steps gave expected positive result then go to 3rd step

3. Ensure port address of portal, this is most frequest problem. Like suppose if you want to have your JCos at http://xxx.com:50000/irj/portal, and the JCos have been created at http://xxx.com/irj/portal, then also you will get such an error.

Hope this would help you

Regards!

Sheik

p330068
Active Contributor
0 Kudos

Hi Daniel,

As suggested by Govindu, adding document related to your issue to resolved.

[Web Dynpro Best Practices|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/wd%20java/7.0/portal%20integration/how%20to%20configure%20the%20jco%20destination%20settings.pdf]

[System Landscape Directory Process and JCo Configuration|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0c1d495-048e-2b10-babd-924a136f56b5?quicklink=index&overridelayout=true]

Refer to for similar discussions.

Hope it will helps

Regards

Arun Jaiswal

Former Member
0 Kudos

Hi,

It looks from the error message that the JCO "WD_FLIGHTLIST_METADATA_DEST" defined by you not at all exists on the server (SAP R/3), in which the definition of the RFC, which you are calling, is stored. Make a request to the Basis guys to make a check on that and if that JCO doesn't exist, then ask them to create one with the same name.

RV

Former Member
0 Kudos

hI daniel,

PFB links for the JCO connection and all.

[http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/19512] [original link is broken] [original link is broken] [original link is broken];

[http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/19513] [original link is broken] [original link is broken] [original link is broken];

Regards,

Govindu