|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
File Application Transfert |
« View previous topic :: View next topic » |
Author |
Message
|
Bruniche |
Posted: Thu Jun 07, 2007 9:28 pm Post subject: File Application Transfert |
|
|
Newbie
Joined: 07 Jun 2007 Posts: 7
|
Hello
I just begin to study the MQSerie product (so i'm not perfect at all ^^).
I working with the 6.0.2.1 version on Windows 2003 Server.
I have two problem for the moment.
I create a QM with a local, Xmit and remote queue and 2 channels (sender and receiver).
This QM work with a QM on a Unix server. All the test message pass in the two direction.
My two problems (for the moment) :
1) I start mannually the sender channel at the beginning (it's working) but if i come back 2 hours after, and the channel is come inactif. And if i put a message test in the remote queue, the channel don't restart, i must restart the channel.
My question is to know if it's normal and what can i do to correct this.
2) I want to use the File Application Transfert to transfert test file. I launch the application, configure it to use my QM, but i see only my local queue. I can't see the remote one. And i don't know why.
(with the WMQtools, i can send a file without problem)
Thanks for your help |
|
Back to top |
|
 |
Vitor |
Posted: Thu Jun 07, 2007 10:50 pm Post subject: Re: File Application Transfert |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Bruniche wrote: |
My two problems (for the moment) :
1) I start mannually the sender channel at the beginning (it's working) but if i come back 2 hours after, and the channel is come inactif. And if i put a message test in the remote queue, the channel don't restart, i must restart the channel.
My question is to know if it's normal and what can i do to correct this.
|
It's normal. You need to configure the channel to be triggered when a message arrives in the transmission queue. This is described in the documentation, and has been discussed a few times on the forum.
Bruniche wrote: |
2) I want to use the File Application Transfert to transfert test file. I launch the application, configure it to use my QM, but i see only my local queue. I can't see the remote one. And i don't know why.
(with the WMQtools, i can send a file without problem)
|
Not used it, can't help. Someone else will be along in a minute.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Bruniche |
Posted: Fri Jun 08, 2007 2:05 am Post subject: |
|
|
Newbie
Joined: 07 Jun 2007 Posts: 7
|
OK,
I find how to configure the trigger on the Xmit queue and it's work now.
But i have always the problem with the File Transfert Application.
PS : A moderator can move this Topic to another section, i don't post it in the good one (must be in the section General Wepshere MQ Support)  |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Jun 08, 2007 2:38 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Um. I don't understand about "not seeing the remote queue".
The FTA is just another MQ application. This means it can put to any kind of queue it wants, but can only GET from queues that are QLOCAL on the qmgr it's connected to.
The FTA also comes in two pieces - a sender and a receiver. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Bruniche |
Posted: Fri Jun 08, 2007 3:08 am Post subject: |
|
|
Newbie
Joined: 07 Jun 2007 Posts: 7
|
Quote: |
************************************************************
* Definition de la Queue Local QSERTVS2
************************************************************
DEFINE QLOCAL ('QSERTVS2') +
DESCR('Queue Local QSERTVS2') +
PUT(ENABLED) +
DEFPRTY(0) +
DEFPSIST(YES) +
CLWLUSEQ(QMGR) +
SCOPE(QMGR) +
GET(ENABLED) +
MAXDEPTH(5000) +
MAXMSGL(4194304) +
SHARE +
DEFSOPT(SHARED) +
MSGDLVSQ(PRIORITY) +
HARDENBO +
USAGE(NORMAL) +
NOTRIGGER +
TRIGTYPE(FIRST) +
TRIGDPTH(1) +
TRIGMPRI(0) +
TRIGDATA(' ') +
PROCESS(' ') +
INITQ(' ') +
RETINTVL(999999999) +
BOTHRESH(0) +
BOQNAME(' ') +
QDEPTHHI(80) +
QDEPTHLO(20) +
QDPMAXEV(ENABLED) +
QDPHIEV(DISABLED) +
QDPLOEV(DISABLED) +
QSVCINT(999999999) +
QSVCIEV(NONE) +
DISTL(NO) +
NPMCLASS(NORMAL) +
STATQ(QMGR) +
MONQ(QMGR) +
ACCTQ(QMGR) +
CLUSTER(' ') +
CLUSNL(' ') +
DEFBIND(OPEN) +
CLWLRANK(0) +
CLWLPRTY(0) +
REPLACE
************************************************************
* Definition de la Xmit Queue SERTVS2
************************************************************
DEFINE QLOCAL ('SERTVS2') +
DESCR('File attente de transmission vers SERTVS2') +
PUT(ENABLED) +
GET(ENABLED) +
USAGE(XMITQ) +
TRIGGER +
TRIGTYPE(FIRST) +
TRIGDATA(SERTVS1.SERTVS2.01) +
INITQ(SYSTEM.CHANNEL.INITQ) +
REPLACE
************************************************************
* Definition de la Remote Queue SERTVS2.QSERTVS1
************************************************************
DEFINE QREMOTE ('SERTVS2.QSERTVS1') +
DESCR('File attente eloignee vers SERTVS2') +
PUT(ENABLED) +
RQMNAME('SERTVS2') +
RNAME('QSERTVS1') +
XMITQ('SERTVS2') +
DEFPSIST(YES) +
REPLACE
************************************************************
* Definition du Channel Sender SERTVS1.SERTVS2.01
************************************************************
DEFINE CHANNEL ('SERTVS1.SERTVS2.01') CHLTYPE(SDR) +
TRPTYPE(TCP) +
BATCHINT(0) +
BATCHHB(0) +
BATCHSZ(50) +
CONNAME('10.25.89.30(1415)') +
LOCLADDR(' ') +
CONVERT(NO) +
DESCR(' ') +
DISCINT(6000) +
HBINT(300) +
LONGRTY(999999999) +
LONGTMR(1200) +
SHORTRTY(10) +
SHORTTMR(60) +
MAXMSGL(4194304) +
MCATYPE(PROCESS) +
MCAUSER(' ') +
MSGDATA(' ') +
MSGEXIT(' ') +
NPMSPEED(FAST) +
RCVDATA(' ') +
RCVEXIT(' ') +
SCYDATA(' ') +
SCYEXIT(' ') +
SENDDATA(' ') +
SENDEXIT(' ') +
SEQWRAP(999999999) +
USERID(' ') +
XMITQ('SERTVS2') +
SSLCIPH(' ') +
SSLPEER(' ') +
KAINT(AUTO) +
MONCHL(QMGR) +
STATCHL(QMGR) +
COMPMSG(NONE) +
COMPHDR(NONE) +
REPLACE
************************************************************
* Definition du Channel Receiver SERTVS2.SERTVS1.01
************************************************************
DEFINE CHANNEL ('SERTVS2.SERTVS1.01') CHLTYPE(RCVR) +
TRPTYPE(TCP) +
BATCHSZ(50) +
DESCR(' ') +
HBINT(300) +
MAXMSGL(4194304) +
MCAUSER(' ') +
MRDATA(' ') +
MREXIT(' ') +
MRRTY(10) +
MRTMR(1000) +
MSGDATA(' ') +
MSGEXIT(' ') +
NPMSPEED(FAST) +
PUTAUT(DEF) +
RCVDATA(' ') +
RCVEXIT(' ') +
SCYDATA(' ') +
SCYEXIT(' ') +
SENDDATA(' ') +
SENDEXIT(' ') +
SEQWRAP(999999999) +
SSLCAUTH(REQUIRED) +
SSLCIPH(' ') +
SSLPEER(' ') +
KAINT(AUTO) +
MONCHL(QMGR) +
STATCHL(QMGR) +
COMPMSG(NONE) +
COMPHDR(NONE) +
REPLACE
|
This is the conf file with the differents queues i use (the QM name is SERTVS1, and the remote one is SERTVS2).
If i charge this, all work fine on the MQ Explorer.
If i launch the FTA and configure it with my QM (SERTVS1), i only see my local queue QSERTVS2 (on sender and receive side).
On another server (with another QM which a nothing to do with this one), if i go into the FTA, i can see the local and remote queue on the both side.
I save the conf file of this server (with saveqmgr.exe tools) and restore it on a virtual MQ server. All works but in FTA, i don't see the remote queue, only the local.
Maybe there are a special manip to do ? Or i forget something somewhere. I have read and execute the tutorial include in MQ to use FTA, but i always see the Local Queue. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|