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 » Archives - All » TXT file share retrive

This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.
 TXT file share retrive « View previous topic :: View next topic » 
Author Message
mjpnet
PostPosted: Thu May 10, 2007 1:56 am    Post subject: TXT file share retrive Reply with quote

Novice

Joined: 09 May 2007
Posts: 15

Can I use MQ Batch Toolkit V1.2.0 to retrice files from a file share and put them in a message queue from MQ? and from a FTP Site?
Thanks in advance
mjp
Back to top
View user's profile Send private message
RogerLacroix
PostPosted: Thu May 10, 2007 10:16 am    Post subject: Re: TXT file share retrive Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3253
Location: London, ON Canada

mjpnet wrote:
Can I use MQ Batch Toolkit V1.2.0 to retrice files from a file share and put them in a message queue from MQ? and from a FTP Site?
Hello,

MQ Batch Toolkit (MQBT) can insert a file as a message to a queue from any path (i.e. local drive, network drive, UNC path, etc..)

MQBT does not have any builtin ftp capabilities but you could create a script that first does the ftp then invokes MQBT to insert the file. i.e.
Code:
@echo off
echo Now doing ftp
ftp -n -s:ftp-data.txt  10.10.10.10
echo Now inserting the file.
mqbt Insert -p MQA1 -q TEST01.Q -f c:\temp\myftpdata.txt
echo Done.


Hope that helps.

Regards,
Roger Lacroix
Capitalware Inc.
_________________
Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter
Back to top
View user's profile Send private message Visit poster's website
mjpnet
PostPosted: Fri May 11, 2007 12:23 am    Post subject: thanks Reply with quote

Novice

Joined: 09 May 2007
Posts: 15

Hi,

thanks a lot for you help.
Under your's sugestions I will try it.
Best regards
mjp
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies. Page 1 of 1

MQSeries.net Forum Index » Archives - All » TXT file share retrive
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.