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 » Flat File plug-in for wbimb v5.0

Post new topic  Reply to topic Goto page 1, 2  Next
 Flat File plug-in for wbimb v5.0 « View previous topic :: View next topic » 
Author Message
nganeshp
PostPosted: Wed Sep 29, 2004 11:12 am    Post subject: Flat File plug-in for wbimb v5.0 Reply with quote

Novice

Joined: 17 Sep 2004
Posts: 18

Hi,

Is there any plug-in available to read flat files(from a directory) for WBIMB v5.0 and not from a message queue. please advice on this.

Thanks
Ganesh
_________________
Hi
Back to top
View user's profile Send private message Send e-mail
Lisa
PostPosted: Wed Sep 29, 2004 11:18 am    Post subject: Support Pac IA11 Reply with quote

Master

Joined: 07 Jun 2002
Posts: 287
Location: NJ

Take a look at support pac IA11 -WebSphere BI Message Broker - File Adapter for z/OS sequential files on IBM support pac website.

Lisa
Back to top
View user's profile Send private message Send e-mail
nganeshp
PostPosted: Wed Sep 29, 2004 11:27 am    Post subject: Reply with quote

Novice

Joined: 17 Sep 2004
Posts: 18

Hi Lisa,

I am actually looking plug-in for sun solaris broker. Is is available?

Thanks
Ganesh
_________________
Hi
Back to top
View user's profile Send private message Send e-mail
Lisa
PostPosted: Wed Sep 29, 2004 12:14 pm    Post subject: Support Pac IA11 Reply with quote

Master

Joined: 07 Jun 2002
Posts: 287
Location: NJ

No, not at this time.
Back to top
View user's profile Send private message Send e-mail
kirani
PostPosted: Wed Sep 29, 2004 5:16 pm    Post subject: Reply with quote

Jedi Knight

Joined: 05 Sep 2001
Posts: 3779
Location: Torrance, CA, USA

There are some sample plug-in nodes mentioned in the Redbooks, those plug-in nodes are very close to your requirement.
_________________
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
javaforvivek
PostPosted: Wed Sep 29, 2004 10:53 pm    Post subject: Reply with quote

Master

Joined: 14 Jun 2002
Posts: 282
Location: Pune,India

SupportPac IA0X - FTP Plugin Node- Where you can FTP your file directly on the broker..
Have a look at
http://www-1.ibm.com/support/docview.wss?rs=203&uid=swg24006528&loc=en_US&cs=utf-8&lang=en

But I don't know anything, if you want Broker to read the file on its own from a specific folder...
_________________
Vivek
------------------------------------------------------
...when you have eliminated the impossible, whatever remains, however improbable, must be the truth.
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
nganeshp
PostPosted: Thu Sep 30, 2004 6:34 am    Post subject: Reply with quote

Novice

Joined: 17 Sep 2004
Posts: 18

Hi All,

Thanks for your prompt responses.

Actually the whole process is like flat file input to broker and flat file output from broker. The system which is interfacing with broker uses only flat files both ways. Is there any output ftp node available or am i asking too much!!!
_________________
Hi
Back to top
View user's profile Send private message Send e-mail
Lisa
PostPosted: Thu Sep 30, 2004 6:37 am    Post subject: FTP Send Reply with quote

Master

Joined: 07 Jun 2002
Posts: 287
Location: NJ

Yes, there is a FTP Send support pac a well.

lisa
Back to top
View user's profile Send private message Send e-mail
nganeshp
PostPosted: Thu Sep 30, 2004 6:40 am    Post subject: Reply with quote

Novice

Joined: 17 Sep 2004
Posts: 18

Which support pac is that?

ganesh
Back to top
View user's profile Send private message Send e-mail
Lisa
PostPosted: Thu Sep 30, 2004 8:13 am    Post subject: FTP Send Reply with quote

Master

Joined: 07 Jun 2002
Posts: 287
Location: NJ

Support pac IA0X.
Back to top
View user's profile Send private message Send e-mail
jefflowrey
PostPosted: Thu Sep 30, 2004 8:20 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

You are likely better off writing a stand alone application that will map from files to queues and vice versa, and using that it act as an adapter to Integrator.

Unless the system that you are trying to interface will send FTPs automatically and receive FTP files automatically.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
kirani
PostPosted: Thu Sep 30, 2004 8:28 am    Post subject: Reply with quote

Jedi Knight

Joined: 05 Sep 2001
Posts: 3779
Location: Torrance, CA, USA

If trying to write a plug-in node for FileWrite/Read you may also have problem with Transactions where, in case of failure, you may read/write the same record/message more than once.
Like Jeff said you are better off writing seperate utility program to interface with MQ.
_________________
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
ashoon
PostPosted: Tue Mar 22, 2005 1:47 pm    Post subject: PM4Data Reply with quote

Master

Joined: 26 Oct 2004
Posts: 235

I suggest using the Commerce Quest PM4Data product that IBM is reselling vs. FTP.

PM4Data sits on the file server and converts that file into MQ messages and vice-versa (if needed). Those MQ messages can be handled quite easily by a flow vs. building that logic yourself. Also since you're using MQ as the transport you get all the security enhancements. Finally PM4Data also has auditing capabilities if compliancy is a concern.

Message me if you have further questions...
Back to top
View user's profile Send private message
JLRowe
PostPosted: Tue Mar 22, 2005 2:18 pm    Post subject: Reply with quote

Yatiri

Joined: 25 May 2002
Posts: 664
Location: South East London

The JText WBI adaptor does what you need, it also does FTP.
Back to top
View user's profile Send private message Send e-mail
malammik
PostPosted: Tue Mar 22, 2005 4:08 pm    Post subject: Reply with quote

Partisan

Joined: 27 Jan 2005
Posts: 397
Location: Philadelphia, PA

I second the Jtext suggestion which can read files and generate messages.
_________________
Mikhail Malamud
http://www.netflexity.com
http://groups.google.com/group/qflex
Back to top
View user's profile Send private message Visit poster's website AIM Address
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 » Flat File plug-in for wbimb v5.0
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.