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 » WTX Exception

Post new topic  Reply to topic
 WTX Exception « View previous topic :: View next topic » 
Author Message
cvag
PostPosted: Tue Oct 26, 2010 12:32 am    Post subject: WTX Exception Reply with quote

Centurion

Joined: 17 Mar 2008
Posts: 127

Hi All...
Need suggestion on WTX
I have a simple flow to test WTX map
MQInput(XML) --> WTX --> Trace--> MQOutput(CWF) node and i was given only the (.mmc) file from client and am exporting it as an external map and doing the test..
Am parsing the message as BLOB at input as my original flows do. So i designed simple flow to test WTX map and parsing the message as BLOB.
And does WTX node accept only BLOB message?.., Please
Exceptionlist after WTX node

ExceptionList: ( ['MQROOT' : 0x391e158]
(0x01000000:Name):RecoverableException = (
(0x03000000:NameValue):File = 'F:\build\S610_P\src\DataFlowEngine\ImbDataFlowNode.cpp' (CHARACTER)
(0x03000000:NameValue):Line = 957 (INTEGER)
(0x03000000:NameValue):Function = 'ImbDataFlowNode::createExceptionList' (CHARACTER)
(0x03000000:NameValue):Type = 'ComIbmCniNode' (CHARACTER)
(0x03000000:NameValue):Name = 'TestWTX#FCMComposite_1_3' (CHARACTER)
(0x03000000:NameValue):Label = 'TestWTX.WTX Map' (CHARACTER)
(0x03000000:NameValue):Catalog = 'BIPv610' (CHARACTER)
(0x03000000:NameValue):Severity = 3 (INTEGER)
(0x03000000:NameValue):Number = 2230 (INTEGER)
(0x03000000:NameValue):Text = 'Node throwing exception' (CHARACTER)
(0x01000000:Name ):RecoverableException = (
(0x03000000:NameValue):File = 'CMqsiNode.cpp' (CHARACTER)
(0x03000000:NameValue):Line = 485 (INTEGER)
(0x03000000:NameValue):Function = 'cniGetParserClassName' (CHARACTER)
(0x03000000:NameValue):Type = '' (CHARACTER)
(0x03000000:NameValue):Name = '' (CHARACTER)
(0x03000000:NameValue):Label = '' (CHARACTER)
(0x03000000:NameValue):Catalog = 'txmsgv82' (CHARACTER)
(0x03000000:NameValue):Severity = 3 (INTEGER)
(0x03000000:NameValue):Number = 268370924 (INTEGER)
(0x03000000:NameValue):Text = 'Exception' (CHARACTER)
(0x01000000:Name ):Insert = (
(0x03000000:NameValue):Type = 5 (INTEGER)
(0x03000000:NameValue):Text = 'cniGetParserClassName' (CHARACTER)
)
)
)

Am not getting the exact exception as Broker shows Exception .. Pls throw any suggestion how to capture the WTX exception.. Is there any way to hanble WTX exceptions..



Thanks in Advance.
Back to top
View user's profile Send private message
rajmq
PostPosted: Tue Oct 26, 2010 6:51 am    Post subject: Reply with quote

Partisan

Joined: 29 Sep 2002
Posts: 331
Location: USA

What is the broker version & OS ?

Did you see any error in the broker syslog...

I hope the map works fine in standalone mode.
_________________
IBM Certified System Administrator - WebSphere MQ V6.0
IBM Certified System Administrator - WebSphere Business Integration Message Broker V6.0
Back to top
View user's profile Send private message
cvag
PostPosted: Wed Oct 27, 2010 8:48 am    Post subject: Reply with quote

Centurion

Joined: 17 Mar 2008
Posts: 127

Thanks Raj,
Broker Version is 6.1.0.5 and OS is windows.

I have seen the logs:
At Path:
C:\Documents and Settings\All Users\Application Data\IBM\MQSI\components\Brk61\02ede9e5-2a01-0000-0080-95a4d0d09f55

2010-09-08 06:26:38.106 Execution group started. UUID is:
'02ede9e5-2a01-0000-0080-95a4d0d09f55'. Broker is: Brk61
Exception in thread "Thread-0" <com.ibm.broker.plugin.MbParserException
class:JNI method:MtiImbRMErrorMap::checkRC source:BIPv610 key:5304 >
at com.ibm.broker.plugin.MbElement._getFirstChild(Native Method)
at com.ibm.broker.plugin.MbElement.getFirstChild(MbElement.java:1643)
at
com.ibm.etools.mft.debug.directors.MessageTreeDirector.compareMessageFields
(MessageTreeDirector.java:284)
at
com.ibm.etools.mft.debug.directors.MessageTreeDirector.compareMessageFields
(MessageTreeDirector.java:292)
at
com.ibm.etools.mft.debug.directors.MessageTreeDirector.convertJTree2CTree
(MessageTreeDirector.java:486)
at com.ibm.etools.mft.debug.directors.MQSIMessageRouter.receive
(Native Method)
at
com.ibm.etools.mft.debug.directors.MQSIMessageRouter.ReceiveMessage
(MQSIMessageRouter.java:6
at com.ibm.wbi.debug.base.impl.DebugMessageChannelImpl.fireMessage
(DebugMessageChannelImpl.java:115)
at com.ibm.wbi.debug.base.impl.DebugMessageChannelImpl.receiveMessage
(DebugMessageChannelImpl.java:9
at com.ibm.wbi.debug.base.impl.DebugMessageChannelImpl.run
(DebugMessageChannelImpl.java:132)
at java.lang.Thread.run(Thread.java:810)


At EventViewer:
DTXMB1003E WTX for WMB error: 'Brk61.default' ''Map status for
C:\Documents and Settings\Administrator\Desktop\Datastage TX\ILog2EFT.mmc, instance 3: One or more inputs was invalid ('

From old forms in MQSeries for (At EventViewer Error) i understood that WTX accepts only BLOB message. I got this err message because i tried parsing the XML message with XML parser as an input to WTX node.

But didn't find the WTX err from the first log except showing the parser exception.

Please suggest with any idea.

Thanks in Advance..
Back to top
View user's profile Send private message
Sam Uppu
PostPosted: Wed Oct 27, 2010 9:44 am    Post subject: Reply with quote

Yatiri

Joined: 11 Nov 2008
Posts: 610

Can you turn on the WTX trace and see where exactly the input card fails.
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 » WTX Exception
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.