Hi Steven,
has the above setting provided for JSON messages too going through a publish channel ? I know it was working for the xml message, however seems its not working for JSON messages.
Is there any other path we have to provide in the message tracking setting in PC?
------------------------------
Subhransu Sekhar Sahoo
------------------------------
Original Message:
Sent: Tue January 17, 2023 08:38 AM
From: Steven Shull
Subject: Message Tracking - Message ID
The message ID we store comes from the JMS provider which gives us the unique identifier it's using to track it. If you want your own identifier you can extract something from the XML using XPath (https://www.ibm.com/support/pages/xpath-syntax-message-tracking). On a lot of tables that are commonly integrated we have a SENDERSYSID & EXTERNALREFID attribute for customers to track these references as well.
------------------------------
Steven Shull
Original Message:
Sent: Mon January 16, 2023 09:38 PM
From: Sanjeev Jaiswal
Subject: Message Tracking - Message ID
Bumping it up.
We are also looking for ways to capture unique transaction ids for each message across source/middleware/target and wanted to use the out of the box field for the same. Has anyone done this.
------------------------------
RJ
Original Message:
Sent: Sun November 13, 2022 06:47 PM
From: KKunnuthara
Subject: Message Tracking - Message ID
Thanks @Brandie White
MAXINTMSGTRKSEQ is linked to MAXINTMSGTRKID attribute.
What I am looking for is the sequence that is being used for MEAMSGID attribute.
The issue that I am having is that for some instances, the MEAMSGID is not matching the messageID in the XML.
See the screenshot below.

@Steven Shull @Jason Uppenborn @Alex Walter any thoughts?
Regards,
------------------------------
KKunnuthara
Original Message:
Sent: Mon November 07, 2022 09:10 AM
From: Brandie White
Subject: Message Tracking - Message ID
The Sequence I have is:
CREATE OR REPLACE SEQUENCE MAXIMO.MAXINTMSGTRKSEQ
AS BIGINT
NO CACHE
ORDER;
------------------------------
Brandie White
Original Message:
Sent: Sun November 06, 2022 02:32 AM
From: KKunnuthara
Subject: Message Tracking - Message ID
Hi all,
Does anyone know how 'Message ID' field on 'Message Tracking' application auto-generates the numbers?
MAXINTMSGTRK.MEAMSGID attribute do not have a sequence associated with it.
Regards,
KK
------------------------------
KKunnuthara
------------------------------
#Maximo
#AssetandFacilitiesManagement
#MaximoIntegrationandScripting