cancel
Showing results for 
Search instead for 
Did you mean: 

SAP R/3 outbound connection to CE 7.1 (Bean IDOC_INBOUND_ASYNCHRONOUS)

Former Member
0 Kudos

Hi ...,

I want to use RFC in the R/3 backend system to call a JCO-Server on SAP CE 7.1 (outbound connection).

The JCO-Server starts successfully and everything works fine so far. That means, I can send an IDoc (material "MATMAS") via RFC to the SAP CE 7.1 and if I look through the transaction we02 the Idoc sent successfully to the the system. But if I look through the log-file of the CE 7.1 (.../nwa/logs) I realize the following error-message:

java.lang.RuntimeException: Bean IDOC_INBOUND_ASYNCHRONOUS not found on host XXXX, ProgId =XXXX: Object not found in lookup of IDOC_INBOUND_ASYNCHRONOUS.

at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:121)

at com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:269)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)

Caused by: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of IDOC_INBOUND_ASYNCHRONOUS.

at com.sap.engine.services.jndi.implserver.ServerContextImpl.lookup(ServerContextImpl.java:584)

at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:343)

at com.sap.engine.services.jndi.implclient.OffsetClientContext.lookup(OffsetClientContext.java:266)

at com.sap.engine.services.jndi.implclient.OffsetClientContext.lookup(OffsetClientContext.java:286)

at javax.naming.InitialContext.lookup(InitialContext.java:351)

at javax.naming.InitialContext.lookup(InitialContext.java:351)

at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:104)

... 5 more

It would be very grateful, if somebody of you could help me!

Thanks a lot.

Stefan

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Stefan,

I am not working in CE 7.1, but have come across this issue several times with various clients. Did you ever get a solution to this issue?

Thanks,

Mike