HI All,
I am trying to send Control Recipe data from ECC to xMII via RFCDestination. I am able to send the data from ECC to xMII successfully. But the data is not reaching at MII and I am getting the below error at Netweaver log.
I am using MII 14.0 SP4 verstion
Can anyone help?
Here is the error message at Netweaver log
com.sap.conn.jco.JCoException: (104) JCO_ERROR_SYSTEM_FAILURE: Unsupported function module CONTROL_RECIPE_DOWNLOAD used with IDocActivationSpec registered for xMIIRFCJCO10 on system SERVER_IMI_00 causes 'CONTROL_RECIPE_DOWNLOAD' could not be created. (raised by system SERVER|a_rfc)
at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:678)
at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.listen(MiddlewareJavaRfc.java:2513)
at com.sap.conn.jco.rt.DefaultServerWorker.dispatch(DefaultServerWorker.java:254)
at com.sap.conn.jco.rt.DefaultServerWorker.loop(DefaultServerWorker.java:346)
at com.sap.conn.jco.rt.DefaultServerWorker.run(DefaultServerWorker.java:232)
at com.sap.mw.jco.jra.JRA$ReaderThread.run(JRA.java:8642)
at com.sap.engine.services.connector.jca15.work.TaskImpl.run(TaskImpl.java:245)
at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
Caused by: RfcException raised by system [SERVER|a_rfc]:
message: Unsupported function module CONTROL_RECIPE_DOWNLOAD used with IDocActivationSpec registered for xMIIRFCJCO10 on system SERVER_IMI_00 causes 'CONTROL_RECIPE_DOWNLOAD' could not be created.
return code: RFC_FAILURE (1)
error group: 104
key: RFC_ERROR_SYSTEM_FAILURE
at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.executePlayback(MiddlewareJavaRfc.java:2902)
at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.playbackTRfc(MiddlewareJavaRfc.java:2723)
at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.handletRfcRequest(MiddlewareJavaRfc.java:2617)
at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.listen(MiddlewareJavaRfc.java:2428)
... 8 more
Caused by: com.sap.conn.jco.JCoException: (123) JCO_ERROR_FUNCTION_NOT_FOUND: Unsupported function module CONTROL_RECIPE_DOWNLOAD used with IDocActivationSpec registered for xMIIRFCJCO10 on system SERVER_IMI_00 causes 'CONTROL_RECIPE_DOWNLOAD' could not be created.
at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.dispatchRequest(MiddlewareJavaRfc.java:3225)
at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.executePlayback(MiddlewareJavaRfc.java:2897)
... 11 more
Caused by: java.lang.RuntimeException: Unsupported function module CONTROL_RECIPE_DOWNLOAD used with IDocActivationSpec registered for xMIIRFCJCO10 on system SERVER_IMI_00
at com.sap.mw.jco.jra.JRA$ReaderThread.getFunction(JRA.java:7140)
at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.dispatchRequest(MiddlewareJavaRfc.java:3216)
... 12 more