Author |
Message
|
Ajju. |
Posted: Sun Dec 22, 2002 8:16 am Post subject: exception 5522 |
|
|
 Voyager
Joined: 26 Jul 2002 Posts: 77
|
Hi all,
i am getting following exception for an XML to TDS converter.
i get this exception for PWFData conversion only when there are bunch of missing data in XML elements.... otherwise it works fine.
accoding to IBM manual for 5522 it says parser error contact IBM support.
does anybody have faced this kind of problem?
i have WMQI2.1 with CSD3 and installed on win2k
this execption is converted in XML format for ease.
<Error>
<ErrorCode>5522</ErrorCode>
<ErrorDescription>CPI Internal error from invalid operation on PWFData</ErrorDescription>
<SourceQueue>TEST</SourceQueue>
<FailureTimestamp>2002-12-22 11:38:01.647</FailureTimestamp>
<ExceptionDescription>
<RecoverableException>
<File>F:\build\S210_P\src\DataFlowEngine\ImbMqOutputNode.cpp</File><Line>709</Line>
<Function>ImbMqOutputNode::evaluate</Function>
<Type>ComIbmMQOutputNode</Type>
<Name>930e0540-f100-0000-0080-a41ea4f50f65</Name>
thanks for u'r help,
Ajju. |
|
Back to top |
|
 |
Ajju. |
Posted: Tue Dec 24, 2002 11:01 am Post subject: |
|
|
 Voyager
Joined: 26 Jul 2002 Posts: 77
|
Has anybody got this error..... Pl.help |
|
Back to top |
|
 |
Ajju. |
Posted: Tue Dec 24, 2002 11:44 am Post subject: |
|
|
 Voyager
Joined: 26 Jul 2002 Posts: 77
|
well it seems error is gone and now i am getting 5339
<Error>
<ErrorCode>5339</ErrorCode>
<ErrorDescription>move to next sibling failed.</ErrorDescription>
<SourceQueue>TEST</SourceQueue>
<FailureTimestamp>2002-12-24 15:03:35.319</FailureTimestamp>
<ExceptionDescription>
<RecoverableException>...............
............................<ParserException>
<File>C:\build\S210_P\src\MTI\MTIforBroker\MtiImbParser2\MtiImbDictionaryIterator.cpp</File>
<Line>166</Line>
<Function>MtiImbDictionaryIterator::syncWithNextSibling</Function>
<Type>ComIbmMQInputNode</Type>
<Name>1c000540-f100-0000-0080-a41ea4f50f65</Name>
<Label>TEST</Label>
<Text>move to next sibling failed.</Text>
<Catalog>WMQIv210</Catalog>
<Severity>3</Severity>
<Number>5339</Number>
<Insert>
now this works fine with some XML's and not all.
also i am doing lots of iteration for input and output.....correct me if i am wrong, i am using at some places in my program
while (A<=B) do
SET C = some bla lba
SET OutputRoot.MRM.ELEMENT[A] = C;
SET A= A+1;
END WHILE;
and this loop causes the problem for not able to move to next sibling.
Pl. advice,
thanks in adv,
Ajju. |
|
Back to top |
|
 |
kirani |
Posted: Thu Dec 26, 2002 10:14 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Ajju,
Need more details ...
1. What is the value getting assigned to B?
2. Please post the actual code for SET C = some bla lba.
3. Did you set Repeat to Yes for ..MRM.ELEMENT element in your message set?
4. Pl post your Complete ExceptionList here. _________________ 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 |
|
 |
Ajju. |
Posted: Fri Dec 27, 2002 1:47 pm Post subject: |
|
|
 Voyager
Joined: 26 Jul 2002 Posts: 77
|
Thanks Kiran,
It seems that my problem is solved by using " " for each nested elements in my XML.
but is it important to use " " for nested elements?
Thanks a lot,
Ajju. |
|
Back to top |
|
 |
kirani |
Posted: Mon Dec 30, 2002 9:23 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
If your element names contain any special char like space, . then you should use " " for your element names. _________________ 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 |
|
 |
Ajju. |
Posted: Tue Dec 31, 2002 10:52 am Post subject: |
|
|
 Voyager
Joined: 26 Jul 2002 Posts: 77
|
Thanks kiran,
Well my element did not have spaces but it did have '_"(underscores)
and after putting " " double quotes things are fine.
thanks very much for all your help,
Ajju. |
|
Back to top |
|
 |
thomaskutty412 |
Posted: Sun Jun 28, 2015 10:59 pm Post subject: |
|
|
Newbie
Joined: 28 Jun 2015 Posts: 1
|
k this error mainly throw when work with Message set When the wmb write the data to to the message set.the property of any filed in the message set could not match with data. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Jun 29, 2015 4:22 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
thomaskutty412 wrote: |
k this error mainly throw when work with Message set When the wmb write the data to to the message set.the property of any filed in the message set could not match with data. |
I sure hope you know what you're saying... It's 13 YEARS later and I'm sure the original poster doesn't care about this thread anymore...
Please don't revive old threads for no reason or you'll be moderated!!!  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|