cancel
Showing results for 
Search instead for 
Did you mean: 

Created Duplicate messages at target sys with Message Splitting

Former Member
0 Kudos

Hi

I am working on PI7.1 .

My sceniro

IDOC to JMS using message split

Receiving IDOC with Header and Items, PI splitting IDOC and sending to Multiple JMS queues, Header segment data to header queue, Item segment data to Item queue

PI Successfully Posting data to Queues, but duplicate messages creating at target sys(One IDOC with one header and one item date, PI sending 2 header messages , two item messages at target sys) .

I did following steps

ESR

1. Created two target messages

2. Created Two target inbound interfaces

3. Created Message mapping using with multiple target messages, changed occurrence to 0 : unbounded , and mapped to source node to target nodes

4. Created operation mapping with one source to two target interfaces

EB

1. Created one business components and assigned one sender and two receiver interfaces

2. Created Two receiver communication channel

3. Created One receiver determination

4. Created One interface determination , added two inbound interfaces with one operation mapping

5. Created two receiver agreement

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

It looks strange...

Ok, Just check the target segments mapping. Check if by any chance your header & item segements are generated twice. Just test in mapping test tab.

1. Also do full cache refresh.

2. Stop and then start the Receiver CC.

Regards,

Sarvesh

Former Member
0 Kudos

Hi Sarvesh,

Thanks for quick response ,

Every time i am doing cache refresh . i tested using test tool ,its working fine .