ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Message Set with Multiple TDF Messages

Post new topic  Reply to topic
 Message Set with Multiple TDF Messages « View previous topic :: View next topic » 
Author Message
IntegratorWMB
PostPosted: Fri Oct 10, 2008 8:24 am    Post subject: Message Set with Multiple TDF Messages Reply with quote

Apprentice

Joined: 06 Dec 2007
Posts: 27

WMB : Version 6.1

I have a message flow that transforms incoming X12 to ProperitaryFormat. The properitary format is also defined under Tagged/Delimited. So there are 2 message formats X12 and TDF.

I was able to parse the incoming X12 message successfully and my transformation succeeded with no error., but only my outgoing message payload is always empty. There are no errors. After debugging for quite a while it seems to me the parser is not picking up the OutgoingMessage with TDF format.

So my Incoming Message has two physical properties X12 and TDF. I only use the X12 part.
My Outgoing Message has two physical properties X12 and TDF. I only use the TDF part.

I changed my Outoing Message to use the X12 part and changed the physical properties similar to 'TDF'. It worked. What am I doing wrong with 'TDF'..

I had attached a simplified version of the outgoing message.

Here is the outgoing message with MessageFormat : TDF
*************************************************

X12 Invoice Message : (
(0x01000000):Properties = (
(0x03000000):MessageSet = 'Invoice'
(0x03000000):MessageType = 'PropInvoiceMessage'
(0x03000000):MessageFormat = 'TDF'
(0x03000000):Encoding = 546
(0x03000000):CodedCharSetId = 437
(0x03000000):Transactional = TRUE
(0x03000000):Persistence = FALSE
(0x03000000):CreationTime = GMTTIMESTAMP '2008-10-10 15:44:58.130'
(0x03000000):ExpirationTime = -1
(0x03000000):Priority = 0
(0x03000000):ReplyIdentifier = X'000000000000000000000000000000000000000000000000'
(0x03000000):ReplyProtocol = 'MQ'
(0x03000000):Topic = NULL
(0x03000000):ContentType = ''
(0x03000000):IdentitySourceType = ''
(0x03000000):IdentitySourceToken = ''
(0x03000000):IdentitySourcePassword = ''
(0x03000000):IdentitySourceIssuedBy = ''
(0x03000000):IdentityMappedType = ''
(0x03000000):IdentityMappedToken = ''
(0x03000000):IdentityMappedPassword = ''
(0x03000000):IdentityMappedIssuedBy = ''
)
(0x01000000):MQMD = (
(0x03000000):SourceQueue = 'INVOICE_IN'
(0x03000000):Transactional = TRUE
(0x03000000):Encoding = 546
(0x03000000):CodedCharSetId = 437
(0x03000000):Format = ' '
(0x03000000):Version = 2
(0x03000000):Report = 0
(0x03000000):MsgType = 8
(0x03000000):Expiry = -1
(0x03000000):Feedback = 0
(0x03000000):Priority = 0
(0x03000000):Persistence = 0
(0x03000000):MsgId = X'414d51205742524b36315f4445464155fcc5e3482000fe7b'
(0x03000000):CorrelId = X'000000000000000000000000000000000000000000000000'
(0x03000000):BackoutCount = 0
(0x03000000):ReplyToQ = ' '
(0x03000000):ReplyToQMgr = 'WBRK61_DEFAULT_QUEUE_MANAGER '
(0x03000000):UserIdentifier =
(0x03000000):AccountingToken = X'16010515000000933b63fccb8856fb3be9f6ef920a000000000000000000000b'
(0x03000000):ApplIdentityData = ' '
(0x03000000):PutApplType = 11
(0x03000000):PutApplName = 'ents\DDS\RFHutil\rfhutil.exe'
(0x03000000):PutDate = DATE '2008-10-10'
(0x03000000):PutTime = GMTTIME '15:44:58.130'
(0x03000000):ApplOriginData = ' '
(0x03000000):GroupId = X'000000000000000000000000000000000000000000000000'
(0x03000000):MsgSeqNumber = 1
(0x03000000):Offset = 0
(0x03000000):MsgFlags = 0
(0x03000000):OriginalLength = -1
)
(0x01000021):MRM = (
(0x0300000B):CustId = 'CustomerTest1'
(0x0300000B):CustName = 'CustomerTest_Name1'
)
)


Here is the outgoing message with Message Format to X12:

*****************************************************
X12 Invoice Message : (
(0x01000000):Properties = (
(0x03000000):MessageSet = 'Invoice'
(0x03000000):MessageType = 'PropInvoiceMessage'
(0x03000000):MessageFormat = 'X12'
(0x03000000):Encoding = 546
(0x03000000):CodedCharSetId = 437
(0x03000000):Transactional = TRUE
(0x03000000):Persistence = FALSE
(0x03000000):CreationTime = GMTTIMESTAMP '2008-10-10 15:48:48.860'
(0x03000000):ExpirationTime = -1
(0x03000000):Priority = 0
(0x03000000):ReplyIdentifier = X'000000000000000000000000000000000000000000000000'
(0x03000000):ReplyProtocol = 'MQ'
(0x03000000):Topic = NULL
(0x03000000):ContentType = ''
(0x03000000):IdentitySourceType = ''
(0x03000000):IdentitySourceToken = ''
(0x03000000):IdentitySourcePassword = ''
(0x03000000):IdentitySourceIssuedBy = ''
(0x03000000):IdentityMappedType = ''
(0x03000000):IdentityMappedToken = ''
(0x03000000):IdentityMappedPassword = ''
(0x03000000):IdentityMappedIssuedBy = ''
)
(0x01000000):MQMD = (
(0x03000000):SourceQueue = 'INVOICE_IN'
(0x03000000):Transactional = TRUE
(0x03000000):Encoding = 546
(0x03000000):CodedCharSetId = 437
(0x03000000):Format = 'MQSTR '
(0x03000000):Version = 2
(0x03000000):Report = 0
(0x03000000):MsgType = 8
(0x03000000):Expiry = -1
(0x03000000):Feedback = 0
(0x03000000):Priority = 0
(0x03000000):Persistence = 0
(0x03000000):MsgId = X'414d51205742524b36315f4445464155fcc5e3482000fe7d'
(0x03000000):CorrelId = X'000000000000000000000000000000000000000000000000'
(0x03000000):BackoutCount = 0
(0x03000000):ReplyToQ = ' '
(0x03000000):ReplyToQMgr = 'WBRK61_DEFAULT_QUEUE_MANAGER '
(0x03000000):UserIdentifier =
(0x03000000):AccountingToken = X'16010515000000933b63fccb8856fb3be9f6ef920a000000000000000000000b'
(0x03000000):ApplIdentityData = ' '
(0x03000000):PutApplType = 11
(0x03000000):PutApplName = 'ents\DDS\RFHutil\rfhutil.exe'
(0x03000000):PutDate = DATE '2008-10-10'
(0x03000000):PutTime = GMTTIME '15:48:48.860'
(0x03000000):ApplOriginData = ' '
(0x03000000):GroupId = X'000000000000000000000000000000000000000000000000'
(0x03000000):MsgSeqNumber = 1
(0x03000000):Offset = 0
(0x03000000):MsgFlags = 0
(0x03000000):OriginalLength = -1
)
(0x01000021):MRM = (
(0x0300000B):CustId = 'CustomerTest1'
(0x0300000B):CustName = 'CustomerTest_Name1'
)
)

As you can see only the message format is differrent. But it works one and not for the other.

Thanks for any pointers.
Back to top
View user's profile Send private message
kimbert
PostPosted: Fri Oct 10, 2008 11:59 am    Post subject: Reply with quote

Jedi Council

Joined: 29 Jul 2003
Posts: 5542
Location: Southampton

Sounds interesting. I'm very surprised that there were no errors. Did you have the debugger attached at the time? Have you taken a debug-level user trace?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Message Set with Multiple TDF Messages
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.