on ‎2010 Nov 15 11:15 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.