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 » Flow fails to find MRM message

Post new topic  Reply to topic Goto page 1, 2  Next
 Flow fails to find MRM message « View previous topic :: View next topic » 
Author Message
Hebbstar
PostPosted: Thu May 10, 2007 1:29 am    Post subject: Flow fails to find MRM message Reply with quote

Newbie

Joined: 27 Mar 2007
Posts: 5
Location: Chesterfield

Hi - My first post, so please be gentle !!!

I've been developing a flow over the past week and have received an error from the tookit which seems to have affected the deployed flow. The error only seems to have shown itself since I recreated the bar file.

The toolkit error I receive...

'IWAE0035W IWAD3000I: Some messages may be missing because the maximum number of messages has been reported.
Increase the maximum number of messages and try again.'

During submission of test data the error I receive is...

'( WBRK6_DEFAULT_BROKER.Http )

MTI internal error: diagnostic information ''Node is an unknown type
(Unresolved Choice, Named or Value)''.

An internal software error has occurred in the Message Translation Interface Parser.
The diagnostic information associated with this message is:
''Node is an unknown type (Unresolved Choice, Named or Value)''.

Shutdown and restart the message broker.
If the problem continues to occur, then restart the system.
If the problem still continues to occur '

Are these two issues connected ?

How and where do I '...increase the maximum number of messages...'?

Thanks in advance.
Back to top
View user's profile Send private message
Monk
PostPosted: Thu May 10, 2007 5:01 am    Post subject: Reply with quote

Master

Joined: 21 Apr 2007
Posts: 282

what all nodes are you using in ur flow?
_________________
Thimk
Back to top
View user's profile Send private message
Hebbstar
PostPosted: Thu May 10, 2007 5:33 am    Post subject: Reply with quote

Newbie

Joined: 27 Mar 2007
Posts: 5
Location: Chesterfield

Monk

Really simple...

MQ Input----->Compute----->MQ Output

I'm using XMLNSC with the MQ Input then changing to the message set in the Compute node before writing out within the MQ Output.

Cheers
Back to top
View user's profile Send private message
Monk
PostPosted: Thu May 10, 2007 5:38 am    Post subject: Reply with quote

Master

Joined: 21 Apr 2007
Posts: 282

Did u try restarting the system , broker ?
Also, did u try creating a fresh EG and bar , and doing a deply.?
_________________
Thimk
Back to top
View user's profile Send private message
Hebbstar
PostPosted: Thu May 10, 2007 5:41 am    Post subject: Reply with quote

Newbie

Joined: 27 Mar 2007
Posts: 5
Location: Chesterfield

Yeh

I've recreated everything except the Broker !

I'm on an WinXP dev machine.

Other flows wihtin the same project still work it's just this one !!!
Do you have any more things I could try ?

Cheers
Back to top
View user's profile Send private message
Monk
PostPosted: Thu May 10, 2007 5:44 am    Post subject: Reply with quote

Master

Joined: 21 Apr 2007
Posts: 282

At what point do u get the toolkit error. I mean is it during saving the project or during the creation of bar file or during deployment to Eg..
_________________
Thimk
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Thu May 10, 2007 5:49 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

First thing.

Remove the deployed flow.

THEN

Restart Toolkit with "-clean" added to the wmbt command.

THEN

Start a new workspace, and import the "bad" flow into it.

THEN
Resolve all errors in the toolkit.

THEN
Consider redeploying.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
Hebbstar
PostPosted: Thu May 10, 2007 6:36 am    Post subject: Reply with quote

Newbie

Joined: 27 Mar 2007
Posts: 5
Location: Chesterfield

Jefflowrey

I tried your reccomendations but still can't get past...

''IWAE0035W IWAD3000I: Some messages may be missing because the maximum number of messages has been reported.
Increase the maximum number of messages and try again.'


This is within the toolkit in the Problems section as an information item before I get to deploy anything. Do you think this is connected with not being able to see the message in the deployed flow ?

Cheers
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Thu May 10, 2007 6:38 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

That warning is talking exclusively about how many items are listed in the Problems view - each item in the Problems view being a "message".

As I said, work through all the visible warnings and issues in the problems view. As you eliminate them, more will show up tha had previously been hidden.

Or you can adjust the Filters properties on the Problems view to show more items.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
nmaddisetti
PostPosted: Tue Aug 05, 2008 10:51 am    Post subject: Facing same problem Reply with quote

Centurion

Joined: 06 Oct 2004
Posts: 145

Hi ,

I am facing same problem.

my flow is MQInputNode-->ComputeNode-->FileOutputNode

in the compute node I am constructing mesage and using message set to parse it( x12 message set for 835)

2 days back I got the problem and yesterday it is working fine and today i got the problem again.

I restarted the machine and tool kit with clean option created new workspace but no luck
Can you please tell me what more do I need to do

I am pasting the error from event log below:

''Node is an unknown type (Unresolved Choice, Named or Value)''.

An internal software error has occurred in the Message Translation Interface Parser. The diagnostic information associated with this message is: ''Node is an unknown type (Unresolved Choice, Named or Value)''.

Shutdown and restart the message broker. If the problem continues to occur, then restart the system. If the problem still continues to occur contact your IBM support center.


Thanks & Regards,
Venkat.
Back to top
View user's profile Send private message
kimbert
PostPosted: Tue Aug 05, 2008 1:20 pm    Post subject: Reply with quote

Jedi Council

Joined: 29 Jul 2003
Posts: 5542
Location: Southampton

Please quote the version number and fix pack level of the runtime ( *not* the toolkit ).

This is an internal error in the MRM parser. You should probably raise a PMR.
If you do, please reference this thread as background for the IBM person who investigates.
Back to top
View user's profile Send private message
nmaddisetti
PostPosted: Wed Aug 06, 2008 5:39 am    Post subject: Reply with quote

Centurion

Joined: 06 Oct 2004
Posts: 145

Hi,

We are using runtime version 6.1 but no fixes were applied.
Do you want me try to resolve with latest fix pack or better to open PMR.

Thanks & Regards,
Venkat.
Back to top
View user's profile Send private message
kimbert
PostPosted: Wed Aug 06, 2008 6:10 am    Post subject: Reply with quote

Jedi Council

Joined: 29 Jul 2003
Posts: 5542
Location: Southampton

Apply any fix packs, because it is always a good idea, and IBM service might ask you to do that as a first step anyway.
Back to top
View user's profile Send private message
kimbert
PostPosted: Thu Aug 07, 2008 12:43 am    Post subject: Reply with quote

Jedi Council

Joined: 29 Jul 2003
Posts: 5542
Location: Southampton

This may be related to a known problem, which is being tracked internally as IC57219.
Back to top
View user's profile Send private message
nmaddisetti
PostPosted: Thu Aug 07, 2008 2:13 pm    Post subject: Reply with quote

Centurion

Joined: 06 Oct 2004
Posts: 145

Hi,

I tried finding something with IC57219 on google,mqseries.net ,MB help and IBM developer works but no luck.

Can you please give more information.

Thanks & Regards,
Venkat.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Flow fails to find MRM message
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.