Javier,

Your sender channel specifies the port that the
receiving channel will be listening on. You have to
start the listener process on that port at the
receiving end in order to receive any messages.
Otherwise will not get any messages!

For example, on Windows NT (using TCP)you can use the
"runmqlsr" command to  start the listener like:

runmqlsr -t tcp [-m qmgr] [-p portnumber]

Example: runmqlsr -t tcp -m MYQMGR -p 1415

If you omit the port number it will default to 1414.
And you can end the listener with the "endmqlsr"
command.

On z/OS you can use the MQ panels to start/stop the
listener. Or ideally, you can automate this so that
when you restart the queue manager your listener (and
channels) will be started as well. To do this, you
should put the appropriate START LISTENER command  in
the CSQINPX dataset. (If you want to automate the
starting of a channel, you can put the appropriate
START CHINIT command in the CSQINP2 dataset).

Hope this helps.

Best regards,


Ruzi

--- javier sotela <[EMAIL PROTECTED]> wrote:
> Alan:
> Maybe you can help me, when you mention listener,
> what do you mean ?? We
> have defined a server connection, could you tell me
> with more detail how you
> turn off the listener and what do you mean ????
>
> TIA.
>
> Javier S.
>
>
>
>
> >From: Alan Stewart <[EMAIL PROTECTED]>
> >Reply-To: MQSeries List <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Re: 2059 trying to connect mq series 5.3
> on z/os 1.4
> >Date: Wed, 12 Mar 2003 08:53:03 +1100
> >
> >Is the listener running ? or is the listener port
> OK?
> >
> >I just did a test by turning off my listener for my
> one of my mq
> >client-connected applications, and  got a 2059.  It
> also occurred when I
> >deliberately used a wrong port as well
> >
> >Alan
> >
> >
> >
> >javier sotela <[EMAIL PROTECTED]>
> >Sent by: MQSeries List <[EMAIL PROTECTED]>
> >12/03/2003 08:38 AM
> >Please respond to
> >MQSeries List <[EMAIL PROTECTED]>
> >
> >
> >To
> >[EMAIL PROTECTED]
> >cc
> >
> >Subject
> >2059 trying to connect mq series 5.3 on z/os 1.4
> >
> >
> >
> >
> >
> >
> >Hi Everyone:
> >
> >We are trying to connect to a mq series 5.3 on z/os
> 1.4 from different
> >clients, windows, unix, etc, but we are receiving a
> 2059 error from the
> >mainframe. With mq series server to server the
> communiaction its o.k., the
> >only problem is trying to connect client to server
> (at mq level).
> >The channel server its working and connected, any
> ideas ????
> >
> >TIA.
> >
> >Javier S.
> >
> >
> >
> >
> >
>
>_________________________________________________________________
> >The new MSN 8: smart spam protection and 2 months
> FREE*
> >http://join.msn.com/?page=features/junkmail
> >
> >Instructions for managing your mailing list
> subscription are provided in
> >the Listserv General Users Guide available at
> http://www.lsoft.com
> >Archive: http://vm.akh-wien.ac.at/MQSeries.archive
> >
> >
> ><< Disclaimer.txt >>
>
>
>
_________________________________________________________________
> The new MSN 8: smart spam protection and 2 months
> FREE*
> http://join.msn.com/?page=features/junkmail
>
> Instructions for managing your mailing list
> subscription are provided in
> the Listserv General Users Guide available at
> http://www.lsoft.com
> Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Reply via email to