Author |
Message
|
TonyD |
Posted: Tue Oct 18, 2005 12:40 am Post subject: WBIMB FileHandling Plug-In |
|
|
Knight
Joined: 15 May 2001 Posts: 540 Location: New Zealand
|
Does anyone have information about this plugin/supportpac from IBM Germany? |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Oct 18, 2005 3:06 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
It's not IA11, is it? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
wschutz |
Posted: Tue Oct 18, 2005 5:34 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
|
Back to top |
|
 |
TonyD |
Posted: Tue Oct 18, 2005 10:58 am Post subject: |
|
|
Knight
Joined: 15 May 2001 Posts: 540 Location: New Zealand
|
It turns out that you can only get it from IBM tech sales support...no download. Thanks for replies. |
|
Back to top |
|
 |
broker_new |
Posted: Sat May 30, 2009 6:29 am Post subject: |
|
|
 Yatiri
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
|
Guys,
Wonderins was there any update of IA11 support pac, i have read the documentation that it supports only Z/OS, is there any new release for it which supports AIX.
The latest update was to support the WMB Toolkit 6.1 but not the other runtimes. Its a cool stuff to see on other operating systems too.
http://www-01.ibm.com/support/docview.wss?rs=171&uid=swg27007197#2 _________________ IBM ->Let's build a smarter planet |
|
Back to top |
|
 |
mqjeff |
Posted: Sat May 30, 2009 7:47 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You don't need it on AIX with Broker 6.1. You can use the FileInput node.
You can't use it on AIX with other versions of broker, since it's the "File Adapter for z/OS sequential files".
If you need to read files on Broker v5 or v6, use the FileExtender nodes.
Or upgrade to 6.1. |
|
Back to top |
|
 |
broker_new |
Posted: Sat May 30, 2009 11:54 am Post subject: |
|
|
 Yatiri
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
|
Actually the support pac has the file read,file write nodes etc
where we can use those nodes in between the message flows.
For example,if we put the values in a properties file then we can read those values in between the flow.
Definitely we can use file nodes in WMB 6.1 there is no doubt about it.
Lets take one scenario, i would like to kick off a message flow at particular time for every week and delete it,
In this case if we use the support pac nodes we can design the flow as
1)MQInput>>>Compute>>>TimeOutControlNode
2)TimeOutNotificationNode>>Fileread>>Compute>>>FileDelete node.
I have no idea how would we design using File Nodes. _________________ IBM ->Let's build a smarter planet |
|
Back to top |
|
 |
broker_new |
Posted: Sat May 30, 2009 3:11 pm Post subject: |
|
|
 Yatiri
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
|
let us know if you guys have any other way of doing it, my brain is not striking at all.  _________________ IBM ->Let's build a smarter planet |
|
Back to top |
|
 |
broker_new |
Posted: Sun May 31, 2009 9:32 am Post subject: |
|
|
 Yatiri
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
|
Atlast, We designed the flow as follows
1)MQInput>>>Compute>>>TimeOutControlNode
2)TimeOutNotificationNode>>JCN>>Compute>>MQOutputNode.
First flow creates the control message to kickoff the flow every week at particular time.
JCN in second flow reads the file line by line and adds the MQMD and puts the message on the queue for later processing. _________________ IBM ->Let's build a smarter planet |
|
Back to top |
|
 |
|