Author |
Message
|
4integration |
Posted: Fri May 25, 2007 12:53 am Post subject: ResetContentDescriptor to BLOB problem |
|
|
 Disciple
Joined: 04 Sep 2006 Posts: 197 Location: Gothenburg, Sweden
|
I have a flow that are using MRM and at the flow end I have a ResetContentDescriptor that reset the message domain to BLOB but this fails with "Message has no properties folder". Both debug and trace node tells me that properties folder exists...
Any idea?
From trace node before RCD node:
Code: |
(
(0x01000000):Properties = (
(0x03000000):MessageDomain = 'MRM'
(0x03000000):MessageSet = 'JE3OKPG002001'
(0x03000000):MessageType = 'MDM_Partner'
(0x03000000):MessageFormat = 'CwXML'
)
(0x01000000):MQMD = (
(0x03000000):Format = 'MQHRF2 '
(0x03000000):PutTime = '103739'
(0x03000000):PutDate = '20070525'
)
(0x01000000):MQRFH2 = (
(0x01000000):Version = (
(0x02000000): = 2
)
(0x01000000):Format = (
(0x02000000): = 'MQSTR '
)
(0x01000000):NameValueCCSID = (
(0x02000000): = 1208
)
(0x01000000):mcd = (
(0x01000000):Msd = (
(0x02000000): = 'mrm'
)
(0x01000000):Set = (
(0x02000000): = 'JE3OKPG002001'
)
(0x01000000):Type = (
(0x02000000): = 'MDM_Partner'
)
(0x01000000):Fmt = (
(0x02000000): = 'CwXML'
)
)
(0x01000000):jms = (
(0x01000000):Rto = (
(0x02000000): = 'queue:///WBIA.JTEXT_MDM.RESPONSEQUEUE'
)
(0x01000000):Tms = (
(0x02000000): = '10:37:39,448'
)
)
(0x03000000):Format = ''
)
(0x01000021):MRM = (
(0x01000000):MDM_Partner = (
(0x03000000):PartnerID = '0278697'
.... and more
)
)
)
|
_________________ Best regards
4 Integration
Last edited by 4integration on Fri May 25, 2007 1:14 am; edited 1 time in total |
|
Back to top |
|
 |
Mensch |
Posted: Fri May 25, 2007 12:57 am Post subject: |
|
|
Disciple
Joined: 17 Jul 2005 Posts: 166
|
Hi,
Put the trace node after RCD node and paste here the trace file output. _________________ Thanks and Regards ,
Mensch |
|
Back to top |
|
 |
4integration |
Posted: Fri May 25, 2007 1:13 am Post subject: |
|
|
 Disciple
Joined: 04 Sep 2006 Posts: 197 Location: Gothenburg, Sweden
|
Hello,
Here is the trace from RCD node's failure terminal:
Code: |
(
(0x01000000):Properties = (
(0x03000000):MessageDomain = 'MRM'
(0x03000000):MessageSet = 'JE3OKPG002001'
(0x03000000):MessageType = 'MDM_Partner'
(0x03000000):MessageFormat = 'CwXML'
)
(0x01000000):MQMD = (
(0x03000000):Format = 'MQHRF2 '
(0x03000000):PutTime = '110933'
(0x03000000):PutDate = '20070525'
)
(0x01000000):MQRFH2 = (
(0x01000000):Version = (
(0x02000000): = 2
)
(0x01000000):Format = (
(0x02000000): = 'MQSTR '
)
(0x01000000):NameValueCCSID = (
(0x02000000): = 1208
)
(0x01000000):mcd = (
(0x01000000):Msd = (
(0x02000000): = 'mrm'
)
(0x01000000):Set = (
(0x02000000): = 'JE3OKPG002001'
)
(0x01000000):Type = (
(0x02000000): = 'MDM_Partner'
)
(0x01000000):Fmt = (
(0x02000000): = 'CwXML'
)
)
(0x01000000):jms = (
(0x01000000):Rto = (
(0x02000000): = 'queue:///WBIA.JTEXT_MDM.RESPONSEQUEUE'
)
(0x01000000):Tms = (
(0x02000000): = '11:09:33,528'
)
)
(0x03000000):Format = ''
)
(0x01000021):MRM = (
(0x01000000):MDM_Partner = (
(0x03000000):PartnerID = '0278697'
(0x03000000):AccountGroup = ''
(0x03000000):CountryName = ''
(0x03000000):CountryCode = ''
(0x03000000):CountryCode2 = 'FR'
(0x03000000):LanguageCode = 'FR'
.....and more
)
)
) |
_________________ Best regards
4 Integration |
|
Back to top |
|
 |
4integration |
Posted: Fri May 25, 2007 1:37 am Post subject: |
|
|
 Disciple
Joined: 04 Sep 2006 Posts: 197 Location: Gothenburg, Sweden
|
Seems to be something with headers and stripped of in the compute node.... _________________ Best regards
4 Integration |
|
Back to top |
|
 |
sarat |
Posted: Fri May 25, 2007 4:54 am Post subject: |
|
|
 Centurion
Joined: 29 Jun 2005 Posts: 136 Location: India
|
you have compute node after the RCD?
if so..'ve u copied the headres in the computation? _________________ With Regards,
Sarat. |
|
Back to top |
|
 |
4integration |
Posted: Fri May 25, 2007 8:30 am Post subject: |
|
|
 Disciple
Joined: 04 Sep 2006 Posts: 197 Location: Gothenburg, Sweden
|
I have a ESQL compute node after RCD, yes. But the RCD failed so it never come to that node.
The error is in the JCN _before_ RCD node. I copies all headers now and then it starts to work.
I don't have 100% control over which headers that are required yet so that was a simple solution. _________________ Best regards
4 Integration |
|
Back to top |
|
 |
|