cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Message is incomplete. No Sender found

Former Member
0 Kudos

Hi,

i am not strong in using BPM, i have searched related to this error on sdn, but still not find.

bpm step

<b>receive1, receive2 in fork in block, out of block transformation and then send step.</b>

receiver determination

BSFILE01 -> BPM (no map)

BSFILE02 -> BPM (no map)

BPM -> BSFILE03 (map2)

i made two mapping in IR,

map1 : N -> 1.

BSFILE01 and BSFILE02 TO ABS(1)

<b>map2 : ABS(1) TO BSFILE03</b>

<b>configuration time does not use map1,</b>

bpm was received two receive in fork as well and then

my XI 3.0 sp info is SP15

error message on moni , but no error on PE, everything green.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Receiver Identification

-->

- <SAP:Error xmlns:SAP="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

venjamin

Message was edited by: venjamin

Message was edited by: venjamin

Message was edited by: venjamin

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Venjamin,

Can you calrify as to why you are using 2 mappings? One mapping should be sufficient right? One mapping outside the Fork which will combine the 2 messages into 1 message?

Also, you would need corelation inside your fork for the receive steps. Did you do this?

Regards,

Bhavesh

Former Member
0 Kudos

hi bhavesh,

yes i did corelation, receive step no problem.

"One mapping outside the Fork which will combine the 2 messages into 1 message? " what is the mean?

my goal is that i have to send one file merged from two file which selected mutilrow.

thanks

venjamin

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Are you trying to collect 2 different files into a single file or multiple same files into a single file?

If you are trying the former, which I think you are doing as you are using a fork with coreelation to collect the 2 files, you need to have a mapping step which will combine these 2 files into a single file ( N:1 ) mapping and , there is no need for a multiline container element as, both the files are of different message types.

Is this what you are tyring?

Regards,

Bhavesh

Former Member
0 Kudos

hi,

yes, collect 2 different file into a single file, so i need to merge them.

so i need to make one file03abs_mi merged from file01abs_mi, file02abs_mi.

please look at XSLT Mapping i posted on this forum.

is it mapping issue?

thanks for help forever

venjamin

bhavesh_kantilal
Active Contributor
0 Kudos

Venjamin,

Am following that thread as well. Just to make sure it is not because of XSL mapping, why dont you make a graphical mapping ( some dummy mapping ) and test you scenario and see if it works.

Also, in which step of the BPM is the error coming? Just check the PE in MONI and see which step has the problem,

Regards,

bhavesh

Answers (0)