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 » WebSphere DataStage Tx Extender for Message Broker V6?

Post new topic  Reply to topic Goto page Previous  1, 2, 3
 WebSphere DataStage Tx Extender for Message Broker V6? « View previous topic :: View next topic » 
Author Message
edarasumanth
PostPosted: Wed Feb 14, 2007 2:31 am    Post subject: Reply with quote

Novice

Joined: 15 Jun 2006
Posts: 21

Quote:
What you're saying is that WTXMB cannot trigger a message flow?
In other words, a WTX map is only invoked by a DTX node in a message flow, right?



WTXMB can trigger a Message flow. if it wont triggers then what is the use of introducing DTX node into the MB.

In the previous reply i have clearly quoted the action pertaining to the Map Designer of WTX.

U need to trigger the Message flow not .mmc. Intermediately it will be calling map file during the execution.
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger
sarat
PostPosted: Wed Feb 14, 2007 5:04 am    Post subject: Reply with quote

Centurion

Joined: 29 Jun 2005
Posts: 136
Location: India

Does any body suceeded with that?

bcoz i tried it some months back but i was not succesful.....

http://www.mqseries.net/phpBB2/viewtopic.php?p=137717&highlight=#137717
_________________
With Regards,
Sarat.
Back to top
View user's profile Send private message
JYama
PostPosted: Sun Feb 18, 2007 8:37 pm    Post subject: Reply with quote

Master

Joined: 27 Mar 2002
Posts: 281

I just a bit studied about WTXWB.

Here's the summary.
WTXMB is plug-in as an extension of WMB, which consists of a couple of plug-in nodes and enables a message flow to call WTX maps.
The maps provid various features such as file access.
For example, a message flow triggers a WTX map,
the map
retrieves a file,
transforms it, for example, into different structure,
sends the updated file to another system,
and then, returns the result response to the message frow.

I'll try its hands-on soon.

In addition, WTX provides further extension, which includes, for example, scheduler and event server, which requires additional money(license).
(With this extension, WTX can trigger a message flow.)

Cheers
Back to top
View user's profile Send private message
billybong
PostPosted: Mon Feb 19, 2007 4:12 am    Post subject: Reply with quote

Disciple

Joined: 22 Jul 2005
Posts: 150
Location: Stockholm, Sweden

Using Datastage to do FTP from the WMB seems a little bit overkill imho.
If that is all you need you might as well use some java class that does the ftp-ing. There are a lot of code examples showing how to use FTP from java, all you have to do is to incorporate that with your broker logic.

Datastage TX (or rather, WTX) node is used mostly for customers who already have WTX or Mercator skills, and is a way to reuse all those mappings they might have developed.
Also, I think it will be a good thing to learn about WTX on a personal level, since IBM will probably aim for a single transformation engine in the future, instead of creating one for every product. That engine would then be combatible with products like i.e. the ESB, WMB and Partner GW.
If I were IBM, WTX would be the one I chose.

Just my 2 cents.
_________________
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Integration Developer V6.0
IBM Certified System Administrator - WebSphere MQ V6.0
IBM Certified Solution Developer - WebSphere DataPower
Back to top
View user's profile Send private message Visit poster's website
JYama
PostPosted: Mon Feb 19, 2007 4:35 pm    Post subject: Reply with quote

Master

Joined: 27 Mar 2002
Posts: 281

Quote:
Using Datastage to do FTP from the WMB seems a little bit overkill

I agree.

Quote:
Datastage TX (or rather, WTX) node is used mostly for customers who already have WTX or Mercator skills, and is a way to reuse all those mappings they might have developed.

Well, currently I'm curious about how IBM will brush up and re-organize their product portfolio.
I guess WTX would be common data transformation engine within various WebSphere products, which makes up for shortcomings and provides common ways to transform complex data.

Thanks.
Back to top
View user's profile Send private message
JYama
PostPosted: Mon Feb 26, 2007 11:19 pm    Post subject: Event Server? Reply with quote

Master

Joined: 27 Mar 2002
Posts: 281

Does anybody know this?

I want to trigger a message flow by WTX map and learned that WTX provided an event server, which can be an event scheduler and event-driven solution.

Although I've installed WTXMB and WTX desing studios, I can't understand how an event server works/starts.

Cheers.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Tue Feb 27, 2007 4:32 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

I think WTXMB doesn't come with the Event Server.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
JYama
PostPosted: Tue Feb 27, 2007 11:47 pm    Post subject: Reply with quote

Master

Joined: 27 Mar 2002
Posts: 281

Quote:
I think WTXMB doesn't come with the Event Server.

Actually I wanted to know how a message flow could be triggered by WTX.
Anyway, now I understand WTX event server is a completely different product from WTXMB.
My conclusion here is that without WTX event server, we can't trigger a message flow.
In other words, WTX maps are always invoked by message flows.
Back to top
View user's profile Send private message
billybong
PostPosted: Wed Feb 28, 2007 8:38 am    Post subject: Reply with quote

Disciple

Joined: 22 Jul 2005
Posts: 150
Location: Stockholm, Sweden

Actually WTX uses two server modes. The launcher and the command server.
The command server is used i.e. by a cron job which enters the data to be transformed as arguments to commands on the command line.
The launcher is a server that can listen to different triggers, i.e. a message that arrives on a queue. These triggers are specified in the WTX's "systems", sort of the same as flows in WMB.

So, WTX can be triggered to initialize a mapping by some sort of event. I dont know if that map could then trigger a WMB flow or not, but it would sure be interesting to find out.
_________________
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Integration Developer V6.0
IBM Certified System Administrator - WebSphere MQ V6.0
IBM Certified Solution Developer - WebSphere DataPower
Back to top
View user's profile Send private message Visit poster's website
jefflowrey
PostPosted: Wed Feb 28, 2007 8:46 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Billybong - please be careful to distinguish when you are talking about the WebSphere Transformation Extender for Message Broker, and when you are talking about WebSphere Transformation Extender standalone.

I believe that WTXMB can only be initiated inside a message flow.s
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
ashoon
PostPosted: Wed Feb 28, 2007 9:08 am    Post subject: Reply with quote

Master

Joined: 26 Oct 2004
Posts: 235

JYama wrote:

Actually I wanted to know how a message flow could be triggered by WTX.


Curious as to why you would want to do this? what is your triggering event?
Back to top
View user's profile Send private message
dave moule
PostPosted: Fri Mar 02, 2007 5:17 am    Post subject: MBFE has DBCS support Reply with quote

Novice

Joined: 01 Oct 2002
Posts: 12
Location: Hursley, United Kingdom

JYama wrote:
So if WebSphre Tx for MB can run standalone, does it mean Tx can invoke a message flow?
Also I'm curious about if Tx have FTP access.

In additoin, in my understanding, MBFE doesn't have DBCS support.
What about WebSphere Tx for MB?

Thanx.



Just to clarify the above, MBFE does have DBCS support.

Regards,

Dave Moule, IBM Hursley
Back to top
View user's profile Send private message
billybong
PostPosted: Fri Mar 02, 2007 4:47 pm    Post subject: Reply with quote

Disciple

Joined: 22 Jul 2005
Posts: 150
Location: Stockholm, Sweden

jefflowrey wrote:
Billybong - please be careful to distinguish when you are talking about the WebSphere Transformation Extender for Message Broker, and when you are talking about WebSphere Transformation Extender standalone.

I believe that WTXMB can only be initiated inside a message flow.s


Ok, I've never done any serious evaluation on the WTX MB distributable, I was just assuming that they were similar in concept. This would be great stuff for a developerworks article since the architectual usage of the combined products are a bit vague at the moment. As a colleague of mine says.. "Assumption is the mother of all f*** ups."

Thanks for the correction though.
_________________
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Integration Developer V6.0
IBM Certified System Administrator - WebSphere MQ V6.0
IBM Certified Solution Developer - WebSphere DataPower
Back to top
View user's profile Send private message Visit poster's website
JYama
PostPosted: Sun Mar 04, 2007 6:31 pm    Post subject: Reply with quote

Master

Joined: 27 Mar 2002
Posts: 281

Quote:
Curious as to why you would want to do this? what is your triggering event?

Actually it's just an example.
I'm considering if WTX would be able to work instead of WebSphere Adapters, because I guess we would be able to use WTX(MB) adapters with cheaper cost.

Quote:
This would be great stuff for a developerworks article since the architectual usage of the combined products are a bit vague at the moment.

YES!
I believe we need something like a guideline allowing us to understand the current complex product portfolio.

Thanx.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2, 3 Page 3 of 3

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » WebSphere DataStage Tx Extender for Message Broker V6?
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.