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 » IBM MQ File Transfer Edition » Transfer files between MQ servers and IB9 servers

Post new topic  Reply to topic
 Transfer files between MQ servers and IB9 servers « View previous topic :: View next topic » 
Author Message
telesguilherme
PostPosted: Tue May 06, 2014 5:59 am    Post subject: Transfer files between MQ servers and IB9 servers Reply with quote

Acolyte

Joined: 16 Feb 2008
Posts: 56

Dear All Experts,

I am making the implementation of the following structure:

2 IHS servers
2 WAS servers
2 MQ servers
2 servers IB9

This is the order of my structure:

First layer (DMZ): IHS servers
Second layer (internal network): WAS, MQ and IB9 servers.

I have done it so far with deploy of MQFTE Gateway on my WAS (cluster) servers. And it is working fine, transfering files to the MQ Servers.

My goal now is, when sending a file via Gateway MQ FTE, and received in MQ servers, has some function to send files via copy, queue, or some mechanism for IB9 servers.
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue May 06, 2014 6:04 am    Post subject: Re: Transfer files between MQ servers and IB9 servers Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

telesguilherme wrote:
My goal now is, when sending a file via Gateway MQ FTE, and received in MQ servers, has some function to send files via copy, queue, or some mechanism for IB9 servers.


Then fulfil your requirement. IIB can read files. FTE can put data in queues. IIB can read queues. IIB can interface with FTE.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
telesguilherme
PostPosted: Tue May 06, 2014 6:07 am    Post subject: Reply with quote

Acolyte

Joined: 16 Feb 2008
Posts: 56

Dear Vitor,

Thanks a lot for the fast repply. How can i do it, since IB9 and MQ are in diferent servers.

I have to build what to make this happen ?
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue May 06, 2014 6:33 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

telesguilherme wrote:
Thanks a lot for the fast repply. How can i do it, since IB9 and MQ are in diferent servers.


IIBv9 can't be on a different server to WMQ; IIBv9 has a hard dependency on a local queue manager. So your situation is that the data is on a different WMQ install to the one IIBv9 is using, and there are any number of ways to get data from one queue manager to another.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
telesguilherme
PostPosted: Tue May 06, 2014 6:36 am    Post subject: Reply with quote

Acolyte

Joined: 16 Feb 2008
Posts: 56

Vitor,

You´re right!.

My goal is really that, to send files from MQ server do IB9 server. I read that ftecreatemonitor could be one way, is that another ?
Back to top
View user's profile Send private message
mqjeff
PostPosted: Tue May 06, 2014 6:37 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

telesguilherme wrote:
Vitor,

You´re right!.

My goal is really that, to send files from MQ server do IB9 server. I read that ftecreatemonitor could be one way, is that another ?


You can use any method for which IIB has an Input node.
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue May 06, 2014 6:38 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

telesguilherme wrote:
I read that ftecreatemonitor could be one way, is that another ?


Anything that can link 2 queue managers

Assuming that MQ FTE is loading a queue on qmgr A and you want it to be processed by the IIBv9 instance linked to qmgr B, you could:

- define the queue on A as remote with the local on B
- put A & B in a cluster with the target queue on B
- etc
- etc
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
telesguilherme
PostPosted: Tue May 06, 2014 6:45 am    Post subject: Reply with quote

Acolyte

Joined: 16 Feb 2008
Posts: 56

Dear All,

Assuming the first idea, we put a definition of the remote queue qmgrA in IB9 server, how would be the next step?

My understanding, if wrong, please correct.

I'm sending a file (file.zip) via gateway to the MQ server. With the remote queue definition, the FTE would record this file directly in IB9 server?

How would this be done, if the fte agent is in MQ server?

My goal is the best, recommended way
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue May 06, 2014 6:54 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

telesguilherme wrote:
Assuming the first idea, we put a definition of the remote queue qmgrA in IB9 server, how would be the next step?


This is basic, basic, basic WMQ

You must have done more complex things than this to get MQFTE working.

telesguilherme wrote:
How would this be done, if the fte agent is in MQ server?


The same way any other application using WMQ would do it. This has nothing (at this point) to do with FTE.

telesguilherme wrote:
My goal is the best, recommended way


There's no such thing as the best way - there's the best way for your situation. THe best way in my WMQ topology & standardard environment may not be the best way in yours.

I recommend you start by reading up on WMQ and not attempting this until you understand how a remote queue works!
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Tue May 06, 2014 9:26 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20696
Location: LI,NY

Use the FTEInput node perhaps?
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ File Transfer Edition » Transfer files between MQ servers and IB9 servers
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.