cancel
Showing results for 
Search instead for 
Did you mean: 

Message Split to multiple receivers

Former Member
0 Kudos

Hi,

I am splitting message to two systems. I have simply added two receiver services in "Configured Receivers" wihtout any condition's. I am assuming I can kepe conditions blank for both so that message can be sent to both systems. I get success message for both systems but some times it fails with error message something like below:  Do I need to add any condition, if yes then what needs to be added. Let me know. Thanks.

  <Trace level="1" type="T">Cache Content is up to date</Trace>

  <Trace level="2" type="T">Check conditions for (Inb: Party Srvc If) AIX010

MaterialIn</Trace>

  <Trace level="2" type="T">...valid InbIf without Condition: MaterialIn</Trace>

  <Trace level="2" type="T">Check conditions for (Inb: Party Srvc If) OEX010

MaterialIn</Trace>

  <Trace level="2" type="T">...valid InbIf without Condition: MaterialIn</Trace>

  <Trace level="2" type="T">Number of receiving Interfaces:2</Trace>

Note: Its basically Idoc going to two different systems.

Accepted Solutions (0)

Answers (3)

Answers (3)

Muniyappan
Active Contributor
0 Kudos

Hi,

if you don't message in error status(in IE and AE) then it is not failed one. message is processed successfully.

what about in the target side? are you able to receive the messages?

Regards,

Muniyappan.

Former Member
0 Kudos

Thanks, config. part was good. we found that queues were blocked by error messages which was working after deleting error queue.

JaySchwendemann
Active Contributor
0 Kudos

Good to hear it was resolved. Also like that you came back with what was causing the error so others having a look at this thread may check if the cause applies to their problem, too.

Keep it up

Cheers

JaySchwendemann
Active Contributor
0 Kudos

  <Trace level="1" type="T">Cache Content is up to date</Trace>

  <Trace level="2" type="T">Check conditions for (Inb: Party Srvc If) AIX010

MaterialIn</Trace>

  <Trace level="2" type="T">...valid InbIf without Condition: MaterialIn</Trace>

  <Trace level="2" type="T">Check conditions for (Inb: Party Srvc If) OEX010

MaterialIn</Trace>

  <Trace level="2" type="T">...valid InbIf without Condition: MaterialIn</Trace>

  <Trace level="2" type="T">Number of receiving Interfaces:2</Trace>

You are not facing any errors here. The trace is merely saying that you have 2 receiving interfaces and do not have any condition for receiver determination.

If you are facing errors, would you mind pasting those here?

HTH Cheers

Jens

Former Member
0 Kudos

I got you. But I don't see any error other than above message.

Muniyappan
Active Contributor
0 Kudos

Hi,

in the interface determination how many operation mappings do you have?

are you using multi mapping in the message mapping?

Regards,

Muniyappan.

Former Member
0 Kudos

It is just single mapping. and diverting input message to two different receivers. Rule is without any condition.