Hi Experts,
I am doing scenarion as File to Mail. Sender if file adapter and receiver is Mail adapter.
I have to send the files from SAP APP server to the thirdparty mailid.
I have done Java Mapping in NWDS and succssfully tested.
But when XI is picking up the file i can find error in SXMB_MONI and if i cancel or retart the message then all the next messages are scheduled for outboun processing and again if i cancel the first message then cancelled/restarted message is getting into Error given below.
Two types of Error as follows.::
First Type Error is::
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!-- Request Message Mapping
-->
- http://sap.com/xi/XI/Message/30" xmlns:SOAP=" http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
<SAP:Category>XIServer</SAP:Category>
<SAP:Code area="MAPPING">JCO_SYSTEM_FAILURE</SAP:Code>
<SAP:P1>program state check for conversation 20367542 / CPIC-CALL: 'ThSAPCMRCV' : cmRc=2</SAP:P1>
<SAP:P2 />
<SAP:P3 />
<SAP:P4 />
<SAP:AdditionalText />
<SAP:ApplicationFaultMessage namespace="" />
<SAP:Stack>"SYSTEM FAILURE" during JCo call. program state check for conversation 20367542 / CPIC-CALL: 'ThSAPCMRCV' : cmRc=2</SAP:Stack>
<SAP:Retry>A</SAP:Retry>
</SAP:Error>
Second Type of Error is::
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!-- Request Message Mapping
-->
- http://sap.com/xi/XI/Message/30" xmlns:SOAP=" http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
<SAP:Category>XIServer</SAP:Category>
<SAP:Code area="MAPPING">JCO_COMMUNICATION_FAILURE</SAP:Code>
<SAP:P1>Error when opening an RFC connection</SAP:P1>
<SAP:P2 />
<SAP:P3 />
<SAP:P4 />
<SAP:AdditionalText />
<SAP:ApplicationFaultMessage namespace="" />
<SAP:Stack>"COMMUNICATION FAILURE" during JCo call. Error when opening an RFC connection</SAP:Stack>
<SAP:Retry>A</SAP:Retry>
</SAP:Error>
Can any one suggest what would be the problem.
Is this is from Technical part or from Basis part.
Please suggest.
Thanks
Swetha