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 » General Discussion » Doing FTP over MQ

Post new topic  Reply to topic Goto page 1, 2  Next
 Doing FTP over MQ « View previous topic :: View next topic » 
Author Message
sebastianhirt
PostPosted: Thu Oct 20, 2005 12:57 pm    Post subject: Reply with quote

Yatiri

Joined: 07 Jun 2004
Posts: 620
Location: Germany

Yes and no... You can theoretycally transfer files that big. But I would not advice to do it. It is just creating too much issues. We had this discussion in another thread not so long ago. You will find it if you use the search button.

There is a supportpack available that allows FTPing to queues on the IBM homepage. But I don't know whether this comes with source code.
Back to top
View user's profile Send private message
ashoon
PostPosted: Thu Oct 20, 2005 1:05 pm    Post subject: use websphere pm4data Reply with quote

Master

Joined: 26 Oct 2004
Posts: 235

it runs on all platforms natively, has support for all platform file types and can convert, can move any file size type as it breaks it down into small messages and reconstructs, and finally it's damned fast as compared to FTP.

I can give you more info. if required.
Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Thu Oct 20, 2005 1:34 pm    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

sebastianhirt wrote:
There is a supportpack available that allows FTPing to queues on the IBM homepage.

_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
sebastianhirt
PostPosted: Thu Oct 20, 2005 1:41 pm    Post subject: Reply with quote

Yatiri

Joined: 07 Jun 2004
Posts: 620
Location: Germany

This might also be taken into account

http://www.mqseries.net/phpBB2/viewtopic.php?t=21858
Back to top
View user's profile Send private message
ashoon
PostPosted: Thu Oct 20, 2005 5:41 pm    Post subject: strongly suggest you look at pm4data!!! Reply with quote

Master

Joined: 26 Oct 2004
Posts: 235

based on what you said above I recommend you look at pm4data for file based integration.

you mention security, file size, platforms, and auditability. All of those are handled out of the box by the PM4Data/MQ combo...

security - depends on what you want but SFTP is just encryption over the transport which is the same as using SSL on the MQ channels. Also permissions to file based resources are controlled by the OS. The UID passed through PM4Data can be specified at the sender, receiver, or can be that of the transfer requestor. Finally if you really want to beef up security MQ's security edition can do non-repudiation as well as queue data encryption (most likely the SSL will suffice). Side note - one great thing about PM4Data is that the sender/receiving servers do not need to initiate the request. You can start a transfer by creating an MQ XML message, by the command line (for scripts), manually, or by a directory monitor on the distributed platforms.

File size - any file size is capable... I understand one customer in the US is doing 30Gig/hr. via PM4Data and those files are larger than 5Gig's on avg (big brother is watching).

platforms and file types - PM4Data can handle all types of files as well as conversion between file types... I understand OS400 and zOS mainframe file types are tricky to move onto distributed platforms. os/390: Physical Sequential Data Sets, PDS, PDSE, VSAM, GDG and os/400: Logical files, Physical Files including Source, IFS... NSK and it's file types as well... however do not believe that VMS is supported but there are options

auditability - all transfers, users and optionally file data are stored and searchable.

A few other neat things - it's not pt-to-pt anymore (since it uses MQ you can easily feed a file into the broker), as well as many-to-many file transfers. Fixit utility - web-based admin tool showing what's moving, successful, failed and why, as well as stats around that... finally since it's on MQ once and once only delivery which is much better than the QOS of FTP.

Do I sound like a sales rep yet??? It was funny when I first saw this product I was wondering why hasn't this caught on like wildfire... call you IBM rep and get a demo of PM4Data...

A
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Fri Oct 21, 2005 9:31 am    Post subject: Re: one quick question Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

praveenraju wrote:
sorry i forgot to ask u one question... does this product support FTP betwen mainframe, AIX, linux, NT, AS400, and VMS.. this is mandatory!!!


It doesn't actually "support" FTP at all.

It replaces FTP with MQSeries related transport. I do not know if it runs on VMS.

And I know it can be extended to use FTP as a "post-processing" step if necessary.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
ashoon
PostPosted: Fri Oct 21, 2005 9:46 am    Post subject: Re: one quick question Reply with quote

Master

Joined: 26 Oct 2004
Posts: 235

no - it doesn't run on VMS - but as Jeff mentions easily extended to use FTP as a post-process step - i.e. PM4Data can drive (and audit) an FTP server.

Clarifying it's support for FTP - it doesn't use the FTP protocol to transfer file data... the software instead uses MQ as the transport to accomplish the same thing FTP does - move file data across servers.

HTH,

A

jefflowrey wrote:
praveenraju wrote:
sorry i forgot to ask u one question... does this product support FTP betwen mainframe, AIX, linux, NT, AS400, and VMS.. this is mandatory!!!


It doesn't actually "support" FTP at all.

It replaces FTP with MQSeries related transport. I do not know if it runs on VMS.

And I know it can be extended to use FTP as a "post-processing" step if necessary.
Back to top
View user's profile Send private message
rtsujimoto
PostPosted: Fri Oct 21, 2005 1:42 pm    Post subject: Reply with quote

Centurion

Joined: 16 Jun 2004
Posts: 119
Location: Lake Success, NY

I'm in the final stages of rewriting my FTP over MQ system. It runs on AS/400, HP-UX, Windows, AIX and MVS. I'm thinking of trying to find a vendor to market it, but I wasn't sure of the interest level. All comments, questions welcomed.
Back to top
View user's profile Send private message
hopsala
PostPosted: Fri Oct 21, 2005 3:08 pm    Post subject: Reply with quote

Guardian

Joined: 24 Sep 2004
Posts: 960

Well, you should probably put out a beta and post the address in another thread dedicated for Q&A. Without a beta or at least some spec-sheet it's a bit out there...
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 » General Discussion » Doing FTP over MQ
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.