cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

no Beans listening for name IDOC_INBOUND_ASYNCHRONOUS

shaji_chandran
Participant
0 Likes
405

Hi,

I am getting the following error in the log when SAP ECC send IDCOs to MII. Can any one help me on this?

com.sap.conn.jco.JCoException: (104) RFC_ERROR_SYSTEM_FAILURE: no Beans listening for name IDOC_INBOUND_ASYNCHRONOUS registered for XMIIIDOC01 on system ALURCB-DEV01_HRD_00

at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:614)

at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.listen(MiddlewareJavaRfc.java:2268)

at com.sap.conn.jco.rt.DefaultServerWorker.dispatch(DefaultServerWorker.java:259)

at com.sap.conn.jco.rt.DefaultServerWorker.loop(DefaultServerWorker.java:322)

at com.sap.conn.jco.rt.DefaultServerWorker.run(DefaultServerWorker.java:220)

at com.sap.mw.jco.jra.JRA$ReaderThread.run(JRA.java:7260)

at com.sap.engine.services.connector.jca15.work.TaskImpl.run(TaskImpl.java:255)

at com.sap.engine.core.thread.execution.Executable.run(Executable.java:115)

at com.sap.engine.core.thread.execution.Executable.run(Executable.java:96)

at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)

Caused by:

RfcException: [System WT1|alurcb-wmt04]

message: no Beans listening for name IDOC_INBOUND_ASYNCHRONOUS registered for XMIIIDOC01 on system ALURCB-DEV01_HRD_00

Return code: RFC_FAILURE(1)

error group: 104

key: RFC_ERROR_SYSTEM_FAILURE

at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.executePlayback(MiddlewareJavaRfc.java:2664)

at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.playbackTRfc(MiddlewareJavaRfc.java:2478)

at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.handletRfcRequest(MiddlewareJavaRfc.java:2362)

at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.listen(MiddlewareJavaRfc.java:2207)

... 8 more

Caused by:

RfcException: [System WT1|alurcb-wmt04]

message: no Beans listening for name IDOC_INBOUND_ASYNCHRONOUS registered for XMIIIDOC01 on system ALURCB-DEV01_HRD_00

Return code: RFC_FAILURE(1)

error group: 104

key: RFC_ERROR_SYSTEM_FAILURE

at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.dispatchRequest(MiddlewareJavaRfc.java:2956)

at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.executePlayback(MiddlewareJavaRfc.java:2659)

... 11 more

Caused by: java.lang.RuntimeException: no Beans listening for name IDOC_INBOUND_ASYNCHRONOUS registered for XMIIIDOC01 on system ALURCB-DEV01_HRD_00

at com.sap.mw.jco.jra.JRA$ReaderThread.handleRequest(JRA.java:6744)

at com.sap.conn.jco.rt.DefaultServerWorker$RequestDispatcher.handleRequest(DefaultServerWorker.java:989)

at com.sap.conn.jco.rt.DefaultServerWorker$RequestDispatcher.handleRequest(DefaultServerWorker.java:967)

at com.sap.conn.jco.rt.DefaultServerWorker.dispatchRequest(DefaultServerWorker.java:142)

at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.dispatchRequest(MiddlewareJavaRfc.java:2927)

... 12 more

Thanks

Shaji

Accepted Solutions (1)

Accepted Solutions (1)

jamie_cawley
Product and Topic Expert
Product and Topic Expert

Is the listener started? Verify that you have a value in the maxreaderthreadcount of at least 1 and that your user/password is typed in correctly. Did you test the connection from sm59?

Jamie

shaji_chandran
Participant
0 Likes

Hi Jamie,

Thanks for your response. I have test sm59 and it was successful.

Thanks

Shaji

agentry_src
Active Contributor
0 Likes

Did you go through the connectivity documents for setting up an IDoc Listener? Also check any referenced notes there.

Regards,

Mike

PS One time I have seen that message was when someone ignored the above instructions and manually registered a program Id in NW.

shaji_chandran
Participant
0 Likes

Hi Mike ,

Thanks for you answer. While configuring IDOC listener in MII12.1 there are 2 properties which I am not sure about what value I should give. I want to know what value I should give for properties ProgramID and BindingKey. I am an MII developer with no knowledge about SAP. In the description field section it is mentioned that server ProgramID as defined in sm59. Could you please let me know from where I can get this ProgramID and Bindingkey.

Should I ask this to the SAP developer who sending the IDOC to MII?

Thanks

Shaji

agentry_src
Active Contributor
0 Likes

Hi Shaji,

You create the ProgramID, but don't use it with more than one RFC/IDoc listener or on multiple MII instances. It must be the same in both ECC and NetWeaver and maintain a one to one relationship from ECC to a single external usage..

The Binding Key should default to the correct setting. Don't change it.

If the setup did not follow the document originally, you may have to create a new listener. Please follow the instructions closely as most problems come in when people do additional stuff or don't follow the instructions correctly.

Regards,

Mike

Edited by: Michael Appleby on Nov 16, 2010 2:03 PM

shaji_chandran
Participant
0 Likes

Hi Mike,

Thanks for your response. I have added the bindking key as XMIIIDOC which is default one in MII 12.1 and restarted the NW instance. Then it started receiving the IDOC messages.

Thanks again for your help

Shaji

Answers (0)