cancel
Showing results for 
Search instead for 
Did you mean: 

Duplicate Message exception in sender JMS comm channel

Former Member
0 Kudos

Hi,

Can any one please tell me what is stored in MSG_ID1 and MSG_ID2 in table XI_AF_SVC_ID_MAP

I could only find the schema of XI_AF_SVC_ID_MAP table in SDN which is as follows,

MSG_ID1 (varchar),

MSG_ID2 (varchar),

PERSIST_UNTIL (timestamp).

We have an interface in where MQ daily sends 2 files to PI but sometimes one msg is getting discarded by sender JMS adapter giving warning -

A duplicate message was received, it was received earlier and processed with XI Message ID - "xyz". It will be ignored and discarded from the JMS queue.

Also I found that setting option Time Period for Duplicate Check for EO(IO) (secs) to 0 does not always work.

We are getting this problem after upgrading PI from 3.0 to 7.1.

So if any one has solution to this problem please help me.

Thanks & Regards,

Shweta

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Shweta

Usually this kind of issue happens when the msg ID in the MQ message header is not unique.

Ask the MQ team to ensure that MQ msg ID is always unique.

Regards,

Giuseppe

Answers (0)