Hello,
I have a BPM (integration process) as follows
1 Receive Step (Receive Message1 ASynch)
2 Transformation Step (Transformation of Message1 to Message2)
3 Send Step (Send Message2 to file system ASync)
4 Transformation Step (Transformation of Message2 to Message3)
5 Send Step (Send Message3 to file system ASync)
I have configured the 2 receivers from BPM to the file System. Everything seems to be ok. But when I run the BPM by sending an input file.
I am able to receive the file which contains Message2.
But I am not able to receive the file which contains Message3.
I have checked in SXMB_MONI Transaction, In that the BPM process (Graphical) is executed successfully. I checked in runtime workbench there it says SystemError at the place where BPM is sending the Message3 to the Receiver Business System.
The error message from the SXMB_MONI transaction where the BPM sending the message3
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!-- Receiver Identification
-->
- 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="RCVR_DETERMINATION">MESSAGE_INCOMPLETE</SAP:Code>
<SAP:P1>Sender</SAP:P1>
<SAP:P2 />
<SAP:P3 />
<SAP:P4 />
<SAP:AdditionalText />
<SAP:ApplicationFaultMessage namespace="" />
<SAP:Stack>Message is incomplete. No Sender found</SAP:Stack>
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
Thanks in Advance