|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Compute node error - M Dictionary Not Found |
« View previous topic :: View next topic » |
Author |
Message
|
gobi_nathan |
Posted: Tue Mar 04, 2003 5:49 am Post subject: Compute node error - M Dictionary Not Found |
|
|
Acolyte
Joined: 08 Jan 2003 Posts: 69
|
Hi All,
I am getting the following error message,when i try to pass the complex message through the compute node.
----------------------------------------------------------------------
(
(0x1000000)RecoverableException = (
(0x3000000)File = 'F:\build\S210_P\src\DataFlowEngine\ImbDataFlowNode.cpp'
(0x3000000)Line = 536
(0x3000000)Function = 'ImbDataFlowNode::createExceptionList'
(0x3000000)Type = 'ComIbmComputeNode'
(0x3000000)Name = 'dda10eb9-f300-0000-0080-bf05637fc5bb'
(0x3000000)Label = 'MTONMsgFlow.Compute1'
(0x3000000)Text = 'Node throwing exception'
(0x3000000)Catalog = 'WMQIv210'
(0x3000000)Severity = 3
(0x3000000)Number = 2230
(0x1000000)ParserException = (
(0x3000000)File = 'F:\build\S210_P\src\MTI\MTIforBroker\MtiImbParser2\MtiImbParser.cpp'
(0x3000000)Line = 511
(0x3000000)Function = 'MtiImbParser::parseRightSibling'
(0x3000000)Type = 'ComIbmMQInputNode'
(0x3000000)Name = '92890eb9-f300-0000-0080-bf05637fc5bb'
(0x3000000)Label = 'MTONMsgFlow.MQInput1'
(0x3000000)Text = 'ImbRecoverableException caught from worker->parseNext.'
(0x3000000)Catalog = 'WMQIv210'
(0x3000000)Severity = 3
(0x3000000)Number = 5285
(0x1000000)Insert = (
(0x3000000)Type = 5
(0x3000000)Text = 'T3'
)
(0x1000000)Insert = (
(0x3000000)Type = 2
(0x3000000)Text = '1'
)
(0x1000000)Insert = (
(0x3000000)Type = 5
(0x3000000)Text = 'CwXML'
)
(0x1000000)Insert = (
(0x3000000)Type = 5
(0x3000000)Text = 'T3'
)
(0x1000000)ParserException = (
(0x3000000)File = 'F:\build\S210_P\src\MTI\MTIforBroker\MtiImbParser2\MtiImbValueValidator.cpp'
(0x3000000)Line = 501
(0x3000000)Function = 'MtiImbValueValidator::validateRange'
(0x3000000)Type = ''
(0x3000000)Name = ''
(0x3000000)Label = ''
(0x3000000)Text = 'Field is not one of the allowed enumeration values'
(0x3000000)Catalog = 'WMQIv210'
(0x3000000)Severity = 3
(0x3000000)Number = 5367
(0x1000000)Insert = (
(0x3000000)Type = 5
(0x3000000)Text = 'T1_T1^verb'
)
(0x1000000)Insert = (
(0x3000000)Type = 5
(0x3000000)Text = ''
)
)
)
)
)
----------------------------------------------------------------------------
The input message is follows
<T3:T3 xmlns:T3="http://www.ibm.com/websphere/crossworlds/2002/BOSchema/T3"
xmlns:T2="http://www.ibm.com/websphere/crossworlds/2002/BOSchema/T2"
xmlns:T1="http://www.ibm.com/websphere/crossworlds/2002/BOSchema/T1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.ibm.com/websphere/crossworlds/2002/BOSchema/T3 f
ile:T3.xsd" version="1.0.0" delta="false" verb="Create" locale="en_US">
<T3:OBJID>1</T3:OBJID>
<T3:CLTPRIMARYCNTYASSETS>x1</T3:CLTPRIMARYCNTYASSETS>
<T3:CLTPROFITREPORTINDICATOR>n</T3:CLTPROFITREPORTINDICATOR>
<T3:CLTMARKETSEGMENT1>100</T3:CLTMARKETSEGMENT1>
<T3:CLTSUBTYPE>sysdat</T3:CLTSUBTYPE>
<T3:CLTRELSTATCD>sysdat</T3:CLTRELSTATCD>
<T3:CLTRELSTATDATE>2003-03-04</T3:CLTRELSTATDATE>
<T3:CLTACTIVEDATE>2003-03-04</T3:CLTACTIVEDATE>
<T3:CLTCOUNTRYDOMICILE>domicile1</T3:CLTCOUNTRYDOMICILE>0
<T3:CLTPRIMARYLOCATION>india</T3:CLTPRIMARYLOCATION>
<T3:CLTPRIMARYJURISDICTION>delhi</T3:CLTPRIMARYJURISDICTION>
<T3:CLTBANKRUPTCYSTATUS>y</T3:CLTBANKRUPTCYSTATUS>
<T3:CLTMARKETSEGMENT2>100</T3:CLTMARKETSEGMENT2>
<T3:CLTHIGHLYSENSITIVE>y</T3:CLTHIGHLYSENSITIVE>
<T3:LASTCHANGEUSERID>1</T3:LASTCHANGEUSERID>
<T3:LASTCHANGEDATE>2003-03-04</T3:LASTCHANGEDATE>
<T3:T1>
<T1:T1 version="1.0.0" delta="false" verb="" locale="en_US">
<T1:OBJID>1</T1:OBJID>
<T1:ObjectEventId></T1:ObjectEventId>
</T1:T1>
</T3:T1>
<T3:T2>
<T2:T2 version="1.0.0" delta="false" verb="" locale="en_US">
<T2:OBJID>1</T2:OBJID>
<T2:CLTCOUNTRYNATION>india</T2:CLTCOUNTRYNATION>
<T2:CLTPRIMARYLOCATIONCITY>delhi</T2:CLTPRIMARYLOCATIONCITY>
<T2:ObjectEventId></T2:ObjectEventId>
</T2:T2>
</T3:T2>
<T3:ObjectEventId>JDBCConnector_1046782914454_2</T3:ObjectEventId>
</T3:T3>
----------------------------------
can any one tell me,what is the error .
One guess is verb goes as null in T1 and T2 tags.Since,this message is generated by the jdbc adpter.
I don't know,how to by-pass this value.
Let me if is there any other error also.
-Gobi. |
|
Back to top |
|
 |
kirani |
Posted: Tue Mar 04, 2003 9:50 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Gobi,
As per IBM manual
Quote: |
BIP5285: Message Translation Interface Parsing Errors have occurred: Message Set ’&1’, Message Format ’&2’, Message Type Path ’&3’.
|
There is no explanation for the error BIP5367 in the manual.
Are you trying to parse your input message against some MessageSet? What is the physical wire format added to this message set? Pls make sure you have deployed the message set to the broker. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
gobi_nathan |
Posted: Wed Mar 05, 2003 12:06 am Post subject: |
|
|
Acolyte
Joined: 08 Jan 2003 Posts: 69
|
Hi kirani,
The problem with the messageset i have deployed in Broker.I have removed the message set and created again, now it is working.
-Gobi. |
|
Back to top |
|
 |
Lillian |
Posted: Tue Apr 04, 2006 1:45 am Post subject: |
|
|
Centurion
Joined: 15 Apr 2002 Posts: 102
|
hi
using wmbi 2.1, i am also getting the same error. I have tried reimporting the messages set ( from an xsd) and deployed but I still get the same error.
If I " nullify" the first enumeration it crashes on the next one.
any ideas? |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Apr 04, 2006 3:04 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
2.1 has very poor support for namespaces.
Please migrate to a newer version. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|