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 » File Application Transfert

Post new topic  Reply to topic
 File Application Transfert « View previous topic :: View next topic » 
Author Message
Bruniche
PostPosted: Thu Jun 07, 2007 9:28 pm    Post subject: File Application Transfert Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Thu Jun 07, 2007 10:50 pm    Post subject: Re: File Application Transfert Reply with quote

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
View user's profile Send private message
Bruniche
PostPosted: Fri Jun 08, 2007 2:05 am    Post subject: Reply with quote

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
View user's profile Send private message
jefflowrey
PostPosted: Fri Jun 08, 2007 2:38 am    Post subject: Reply with quote

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
View user's profile Send private message
Bruniche
PostPosted: Fri Jun 08, 2007 3:08 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » File Application Transfert
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.