Hi,
I am implementing a system to send IDOCs to SAP via ALE. Once arriving in SAP a response is generated and is routed back to the IS via the partner manager.
The sending of the IDOC to SAP is ok.
Whilst receiving the IDOC from SAP (SAP is actually making an rfc call to the IS), I get the following error…
0007B2 [B2BUNKW.SAPXTN.0009] Inbound tRfc: Execute 0AD1112666C73DA4F9260027, INBOUND_IDOC_PROCESS from CONQA
0007B3 [B2BUNKW.SAPXTN.0010] Inbound tRfc: Execute 0AD1112666C73DA4F9260027 failed: [B2BSERV.0084.9004] Access Denied
0007B4 [B2BUNKW.SAPFUN.0008] Error in inbound call for INBOUND_IDOC_PROCESS from CONQA: com.wm.pkg.sap.BCException: [B2BSERV.0084.9004] Access Denied
0007B5 [B2BUNKW.SAPXTN.0014] Inbound tRfc: Rollback 0AD1112666C73DA4F9260027
0007B6 [B2BPCKG.0074.0002] 0AD1112666C73DA4F9260027: State changed to Rolled back
0007B7 [B2BUNKW.SAPLIS.0004] Error in SAP Listener: com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: See RFC trace file or SAP system log for more details
It appears to be a permissions issues but I cannot track down what is the cause to the “access denied”. Any ideas?
-Alex