Hello PI experts:
I have configured a PI 7.31 scenario and use IDOC_AAE adapter in receiver side. The message is always stuck, I can found the error information in message log:
Error while sending idoc :com.sap.conn.jco.JCoException: (104) JCO_ERROR_SYSTEM_FAILURE: ::000 (raised by system XXX)
4/20/2014 1:20:12.894 PM Error MP: exception caught with cause javax.resource.spi.EISSystemException: com.sap.conn.jco.JCoException: (104) JCO_ERROR_SYSTEM_FAILURE: ::000
4/20/2014 1:20:12.912 PM Error Exception caught by adapter framework: com.sap.conn.jco.JCoException: (104) JCO_ERROR_SYSTEM_FAILURE: ::000 (raised by system XXX)
4/20/2014 1:20:12.914 PM Error Transmitting the message to endpoint <local> using connection IDoc_AAE_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: javax.resource.spi.EISSystemException: com.sap.conn.jco.JCoException: (104) JCO_ERROR_SYSTEM_FAILURE: ::000 (raised by system XXX)
it seems the root cause is from receiver which is a ECC system. but the error info is JCO_ERROR_SYSTEM_FAILURE: ::000 . what is the meaning of the error ::000??? Does anyone have idea about this case? thanks.