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 » Not able to deploy Msg flow with WTX node

Post new topic  Reply to topic
 Not able to deploy Msg flow with WTX node « View previous topic :: View next topic » 
Author Message
SANTYP
PostPosted: Fri Aug 19, 2011 4:12 am    Post subject: Not able to deploy Msg flow with WTX node Reply with quote

Centurion

Joined: 27 Mar 2007
Posts: 142

Hi All,

I have aix environment, in which I installed message broker and WTX Integration server.

I developed a sample message flow with WTX node with in it.
it very simple message flow,
Mq input node >> wtx map >> mq output node.

when I tried to deploy the message flow in execution group of aix, its giving me following error.


Quote:
BIP4041E: Execution group 'WTX' received an invalid configuration message. See the following messages for details of the error.

The broker was asked to deploy a message flow which contained properties that were not recognized by the broker. This typically results from a message flow requiring a version or type of node that is not supported by the broker installation.

Check that the message flow is only using properties or nodes that are supported on the broker. Check that all necessary user-defined extensions are installed and that they are of a version that is compatible with the message flow.




is highly appreciated.

thanks in advance.
Back to top
View user's profile Send private message
SANTYP
PostPosted: Fri Aug 19, 2011 4:14 am    Post subject: Re: Not able to deploy Msg flow with WTX node Reply with quote

Centurion

Joined: 27 Mar 2007
Posts: 142

SANTYP wrote:
Hi All,

I have aix environment, in which I installed message broker and WTX Integration server.

I developed a sample message flow with WTX node with in it.
it very simple message flow,
Mq input node >> wtx map >> mq output node.

when I tried to deploy the message flow in execution group of aix, its giving me following error.


Quote:
BIP4041E: Execution group 'WTX' received an invalid configuration message. See the following messages for details of the error.

The broker was asked to deploy a message flow which contained properties that were not recognized by the broker. This typically results from a message flow requiring a version or type of node that is not supported by the broker installation.

Check that the message flow is only using properties or nodes that are supported on the broker. Check that all necessary user-defined extensions are installed and that they are of a version that is compatible with the message flow.




is highly appreciated.

thanks in advance.


My MB version 7.0
MQ version 7.0
WTX integration Server 8.3
WTX Design studio version 8.3
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Aug 19, 2011 4:26 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

It's the same problem as your post here except with the runtime rather than the Toolkit.

The WTX support is not properly installed in the runtime environment.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Fri Aug 19, 2011 4:27 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

Dont use WTX. WTX is legacy product, going away (in its current form anyway).

You can do everything you need to do with standard Broker that you can do with WTX, but much more efficiently (ie. means faster).

What is your motivation for wanting to use WTX? Please tell me it is more than "my boss bought WTX so I have to use it".
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
mqjeff
PostPosted: Fri Aug 19, 2011 4:41 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

lancelotlinc wrote:
Dont use WTX. WTX is legacy product, going away (in its current form anyway).



lancelotlinc wrote:
You can do everything you need to do with standard Broker that you can do with WTX, but much more efficiently (ie. means faster).

There are certain kinds of message formats that you can not process in Broker.
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Fri Aug 19, 2011 4:43 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

mqjeff wrote:
lancelotlinc wrote:
Dont use WTX. WTX is legacy product, going away (in its current form anyway).



lancelotlinc wrote:
You can do everything you need to do with standard Broker that you can do with WTX, but much more efficiently (ie. means faster).

There are certain kinds of message formats that you can not process in Broker.




lancelotinc scratches his head.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
mqjeff
PostPosted: Fri Aug 19, 2011 4:46 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

lancelotlinc wrote:


lancelotinc scratches his head.

MRM does not support bit-level fields - except in certain very specific message formats for very specific message domains. Neither does any of the other parsers in Broker.

You can, of course, *manually* parse those using BLOB, but that's not what you bought Broker for.
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Fri Aug 19, 2011 4:49 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

I hadn't noticed this limitation because the Java Compute Node supports bitwise operations.

At the parser level, you get a byte, in the JCN you can zoom down into the bits.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
mqjeff
PostPosted: Fri Aug 19, 2011 5:03 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

lancelotlinc wrote:
I hadn't noticed this limitation because the Java Compute Node supports bitwise operations.

At the parser level, you get a byte, in the JCN you can zoom down into the bits.


Yes.

If you choose to write Java. Or you can use BIT operations in ESQL to do the same thing.

But, you know, manually.
Back to top
View user's profile Send private message
SANTYP
PostPosted: Fri Aug 19, 2011 7:28 am    Post subject: Reply with quote

Centurion

Joined: 27 Mar 2007
Posts: 142

lancelotlinc wrote:
Dont use WTX. WTX is legacy product, going away (in its current form anyway).

You can do everything you need to do with standard Broker that you can do with WTX, but much more efficiently (ie. means faster).

What is your motivation for wanting to use WTX? Please tell me it is more than "my boss bought WTX so I have to use it".


Well its not my boss said I using it.. I need to interact with swift network, interaction with swift with MT300 messages, which I think wtx swift pack has all those predefined message structure which basically suggested by IBM guys
Back to top
View user's profile Send private message
SANTYP
PostPosted: Fri Aug 19, 2011 7:34 am    Post subject: Reply with quote

Centurion

Joined: 27 Mar 2007
Posts: 142

Vitor wrote:
It's the same problem as your post here except with the runtime rather than the Toolkit.

The WTX support is not properly installed in the runtime environment.


how can we say its not properly installed..
wtx integration server was installed in aix
I know tried to deploy in aix


previously I had problem with appearing wtx map node in toolkit on windows, but when I tried to install in the same sequence which I updated in that post which worked fine..
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 » Not able to deploy Msg flow with WTX node
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.