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 » ResetContentDescriptor Failure

Post new topic  Reply to topic
 ResetContentDescriptor Failure « View previous topic :: View next topic » 
Author Message
plewton
PostPosted: Thu May 26, 2005 3:28 am    Post subject: ResetContentDescriptor Failure Reply with quote

Novice

Joined: 20 May 2003
Posts: 14

Hi,

I have a RCD node after an XML Transformation node to convert the BLOB output from my XSLT back to the XML domain.

My flow keeps failing in the RCD with the following


Exception List:
(
(0x01000000):RecoverableException = (
(0x03000000):File = 'F:\build\S500_P\src\DataFlowEngine\BasicNodes\ImbResetContentDescNode.cpp'
(0x03000000):Line = 543
(0x03000000):Function = 'ImbResetContentDescNode::evaluate'
(0x03000000):Type = 'ComIbmResetContentDescriptorNode'
(0x03000000):Name = 'CMP040100_Build#FCMComposite_1_29.CMP040205_v1_0#FCMComposite_1_2'
(0x03000000):Label = 'CMP040100_Build.xxx.Reset Message Domain to XML'
(0x03000000):Text = 'Caught exception and rethrowing'
(0x03000000):Catalog = 'BIPv500'
(0x03000000):Severity = 3
(0x03000000):Number = 2230
(0x01000000):RecoverableException = (
(0x03000000):File = 'F:\build\S500_P\src\DataFlowEngine\BasicNodes\ImbResetContentDescNode.cpp'
(0x03000000):Line = 377
(0x03000000):Function = 'ImbResetContentDescNode::evaluate'
(0x03000000):Type = 'ComIbmResetContentDescriptorNode'
(0x03000000):Name = 'CMP040100_Build#FCMComposite_1_29.CMP040205_v1_0#FCMComposite_1_2'
(0x03000000):Label = 'CMP040100_Build.xxx.Reset Message Domain to XML'
(0x03000000):Text = 'Message has no properties folder'
(0x03000000):Catalog = 'BIPv500'
(0x03000000):Severity = 0
(0x03000000):Number = 0
(0x01000000):Insert = (
(0x03000000):Type = 5
(0x03000000):Text = 'Root'
)
)
)
)


My user trace is not too helpful:

2005-05-26 11:39:33.906845 3000 RecoverableException BIP2230E: Error detected whilst processing a message in node xxx.Reset Message Domain to XML'.
The message broker detected an error whilst processing a message in node 'xxx.Reset Message Domain to XML'. An exception has been thrown to cut short the processing of the message.
See the following messages for details of the error.
2005-05-26 11:39:33.906925 3000 RecoverableException ?????????? 0 ?????????? C:/Program Files/IBM/WebSphere Business Integration Message Brokers/messages/BIPv500.properties
2005-05-26 11:39:35.401889 3000 Error BIP2628E: Exception condition detected on input node 'CMP040100_Build.TEST.IN'.



I am using the same approach earlier in the same flow (e.g. XML Transformation nodes followed by an RCD to reset to XML and these work fine.

I'm confused as to why the exception list is stating there is no Properties folder. When I debug the flow I can see the Properties tree before it goes into the RCD node and it is all there and looking good (user trace from before the RCD):

ROOT:
(
(0x01000000):Properties = (
(0x03000000):MessageSet = ''
(0x03000000):MessageType = ''
(0x03000000):MessageFormat = ''
(0x03000000):Encoding = 546
(0x03000000):CodedCharSetId = 1208
(0x03000000):Transactional = FALSE
(0x03000000):Persistence = FALSE
(0x03000000):CreationTime = GMTTIMESTAMP '2005-05-26 11:10:50.812'
(0x03000000):ExpirationTime = -1
(0x03000000):Priority = 0
(0x03000000):ReplyIdentifier = X'414d512042524f4b455220202020202096ab894220022810'
(0x03000000):ReplyProtocol = 'NULL'
(0x03000000):Topic = 'NULL'
)
(0x01000000):MQMD = (
(0x03000000):SourceQueue = ''
(0x03000000):Transactional = FALSE
(0x03000000):Encoding = 546
(0x03000000):CodedCharSetId = 1208
(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'414d512042524f4b455220202020202096ab894220022810'
(0x03000000):CorrelId = X'000000000000000000000000000000000000000000000000'
(0x03000000):BackoutCount = 0
(0x03000000):ReplyToQ = 'TEST.OUT '
(0x03000000):ReplyToQMgr = 'BROKER '
(0x03000000):UserIdentifier = 'TISD074 '
(0x03000000):AccountingToken = X'16010515000000f4384e54d12894154532e8316126000000000000000000000b'
(0x03000000):ApplIdentityData = ' '
(0x03000000):PutApplType = 11
(0x03000000):PutApplName = 'C:\IH03\rfhutilc.exe'
(0x03000000):PutDate = DATE '2005-05-26'
(0x03000000):PutTime = GMTTIME '11:10:50.484'
(0x03000000):ApplOriginData = ' '
(0x03000000):GroupId = X'000000000000000000000000000000000000000000000000'
(0x03000000):MsgSeqNumber = 1
(0x03000000):Offset = 0
(0x03000000):MsgFlags = 0
(0x03000000):OriginalLength = -1
)


Has anyone any ideas what is going wrong for me??

Thanks in advance,

Phil
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Thu May 26, 2005 3:35 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Is there a BLOB.BLOB element in there somewhere too? Or is that the complete message trace?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
plewton
PostPosted: Thu May 26, 2005 3:53 am    Post subject: Reply with quote

Novice

Joined: 20 May 2003
Posts: 14

There is a BLOB in there as well:

(0x01000000):BLOB = (
(0x03000000):BLOB = X'3c3f786d6c2076...
etc
)
)
Back to top
View user's profile Send private message
plewton
PostPosted: Thu May 26, 2005 7:01 am    Post subject: Reply with quote

Novice

Joined: 20 May 2003
Posts: 14

Hi,

I believe I've resolved the RCD node issue. I replaced the RCD node with an MQOutput node. When I tried the flow again it failed in the MQOutput node giving an invalid MQMD error message with the same error code as previously experienced with the RCD node.

Not sure why I was getting an invalid MQMD, but seem to have fixed this now.
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 » ResetContentDescriptor Failure
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.