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 » exception 5522

Post new topic  Reply to topic
 exception 5522 « View previous topic :: View next topic » 
Author Message
Ajju.
PostPosted: Sun Dec 22, 2002 8:16 am    Post subject: exception 5522 Reply with quote

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
View user's profile Send private message
Ajju.
PostPosted: Tue Dec 24, 2002 11:01 am    Post subject: Reply with quote

Voyager

Joined: 26 Jul 2002
Posts: 77

Has anybody got this error..... Pl.help
Back to top
View user's profile Send private message
Ajju.
PostPosted: Tue Dec 24, 2002 11:44 am    Post subject: Reply with quote

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
View user's profile Send private message
kirani
PostPosted: Thu Dec 26, 2002 10:14 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Ajju.
PostPosted: Fri Dec 27, 2002 1:47 pm    Post subject: Reply with quote

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
View user's profile Send private message
kirani
PostPosted: Mon Dec 30, 2002 9:23 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Ajju.
PostPosted: Tue Dec 31, 2002 10:52 am    Post subject: Reply with quote

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
View user's profile Send private message
thomaskutty412
PostPosted: Sun Jun 28, 2015 10:59 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
fjb_saper
PostPosted: Mon Jun 29, 2015 4:22 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20696
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
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » exception 5522
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.