cancel
Showing results for 
Search instead for 
Did you mean: 

Application cannot find RFC destination. Need your help.

former_member186148
Active Participant
0 Kudos

Hello SDN!

We have migrated our WebDynpro application from NW 7.0 to NW 7.2. During migration we faced with following problem: application cannot find RFC destination although all required destinations created and successfully tested in Web Dynpro Content Admin area.

Stacktrace is a quite big so here is a part of stacktrace:

Caused by: com.sap.conn.jco.JCoException: (106) JCO_ERROR_RESOURCE: Destination SNG_MDMDEVR3D_META_JCO does not exist

at com.sap.conn.jco.rt.DefaultDestinationManager.update(DefaultDestinationManager.java:198)

at com.sap.conn.jco.rt.DefaultDestinationManager.searchDestination(DefaultDestinationManager.java:347)

at com.sap.conn.jco.rt.DefaultDestinationManager.getDestinationInstance(DefaultDestinationManager.java:98)

at com.sap.conn.jco.JCoDestinationManager.getDestination(JCoDestinationManager.java:61)

at com.sap.tc.cm.arfc2.metadata.RFMParser.<init>(RFMParser.java:78)

Can you please explain what we should do?

regards, Lev

Accepted Solutions (0)

Answers (6)

Answers (6)

p330068
Active Contributor
0 Kudos

Hi Lev

Please re-check the mentioned JCO exists or not and test it.

If it is not exists, then you need to create with same name as SNG_MDMDEVR3D_META_JCO.

Hope it will helps

Regards

Arun

former_member186148
Active Participant
0 Kudos

Jco exists. I recreated it. Jco tested and pinged successfully. But I'm still getting this error...

By the way, in SLD logs I found these records:

#10 06/15/2010 19:15:06.858 [Cfg Mgr Event Queue] WARNING com.sap.cim.lib.core.CIMDomainManager: Invalid object server name "http://asu-03-b07:50000/sld" detected for CIM domain SLD. The name has automatically been corrected to "httpasu-03-b0750000sld". Please reconfigure the object server name of this domain to a valid value. See SAP note 935245 for details.

...

#12 06/16/2010 05:53:53.750 [SLD Data Supplier Forwarding] ERROR com.sap.lcr.sagent.BridgeCommunicationHTTP: Can not send data to http://asu-03-b07:50000/sld/: 401 Unauthorized

Could it be matter?

regards, Lev

p330068
Active Contributor
0 Kudos

Hi Lev,

Yes, that is cuasing the problem.

Once you SAP Data Supplier test successful, then you can test SLD successfully from content administration >> web dynpro.

I think you need to import CIM for your SLD again.

Hope it will helps

Regards

Arun

p330068
Active Contributor
0 Kudos

Hi Lev

Please re-check the mentioned JCO exists or not and test it.

If it is not exists, then you need to create with same name as SNG_MDMDEVR3D_META_JCO.

Hope it will helps

Regards

Arun

p330068
Active Contributor
0 Kudos

Hi Lev

Please re-check the mentioned JCO exists or not and test it.

If it is not exists, then you need to create with same name as SNG_MDMDEVR3D_META_JCO.

Hope it will helps

Regards

Arun

p330068
Active Contributor
0 Kudos

Hi Lev

Please re-check the mentioned JCO exists or not and test it.

If it is not exists, then you need to create with same name as SNG_MDMDEVR3D_META_JCO.

Hope it will helps

Regards

Arun

p330068
Active Contributor
0 Kudos

Hi Lev

Please re-check the mentioned JCO exists or not and test it.

If it is not exists, then you need to create with same name as SNG_MDMDEVR3D_META_JCO.

Hope it will helps

Regards

Arun

Former Member
0 Kudos

Hey Lev,

1.Go to the server link:http://(host name):(port number)/index.html -> click on link webdynpro tools ->content administartor

2.Go to maintain jcos and check the destination name:SNG_MDMDEVR3D_META_JCO

As you said all the jcos are tested and pinged successfully,if its exist it should not through this error.

Recreate the JCo once again and check.

check for the above respective jco and try testing and pinging the same.

please let me know if u need more help on this.`

Regards,

Lavanya.G

Edited by: Lavanya Goriga on Jun 15, 2010 9:09 PM

former_member186148
Active Participant
0 Kudos

Hi Lavanya!

Unfortunatelly it has no effect...

regards, Lev

former_member186148
Active Participant
0 Kudos

double