hello,
I have MQ5.3 installed on one Linux RedHat server and on one WindowsXP.
I can set up a connection from the WindowsXP server to the Linux server, but not vice versa.
The following:
sender workstation (Linux, qmanagerName = davinci.queue.manager), create with MQSC commands
$define qlocal (greece.transmit.queue) usage (xmitq)
:
$define qremote (remote.def.beer.queue) rname (beer.queue) + rqmname ('blacksabbath.queue.manager') xmitq +(greece.transmit.queue)
:
$define channel (third.channel) chltype (sdr) +
conname (192.168.1.26) xmitq (greece.transmit.queue + trptype (tcp)
reveiver workstation (WindowsXP, qmanagerName = blacksabbath.queue.manager)
$define qlocal (beer.queue)
:
$define channel (third.channel) chltype (rcvr) trptype (tcp)
On sender workstation,
$ runmqchl -c THIRD.CHANNEL -m davinci.queue.manager
gives error:
"07/21/2004 03:12:30 PM AMQ9520: Channel not defined remotely."
"07/21/2004 03:12:30 PM AMQ9999: Channel program ended abnormally."
I find it strange that (windows -> Linux) works, (Linux -> windows) fails!
Listner is running, PING works.
I would very much appreciate any suggestions or thoughts.
I have MQ5.3 installed on one Linux RedHat server and on one WindowsXP.
I can set up a connection from the WindowsXP server to the Linux server, but not vice versa.
The following:
sender workstation (Linux, qmanagerName = davinci.queue.manager), create with MQSC commands
$define qlocal (greece.transmit.queue) usage (xmitq)
:
$define qremote (remote.def.beer.queue) rname (beer.queue) + rqmname ('blacksabbath.queue.manager') xmitq +(greece.transmit.queue)
:
$define channel (third.channel) chltype (sdr) +
conname (192.168.1.26) xmitq (greece.transmit.queue + trptype (tcp)
reveiver workstation (WindowsXP, qmanagerName = blacksabbath.queue.manager)
$define qlocal (beer.queue)
:
$define channel (third.channel) chltype (rcvr) trptype (tcp)
On sender workstation,
$ runmqchl -c THIRD.CHANNEL -m davinci.queue.manager
gives error:
"07/21/2004 03:12:30 PM AMQ9520: Channel not defined remotely."
"07/21/2004 03:12:30 PM AMQ9999: Channel program ended abnormally."
I find it strange that (windows -> Linux) works, (Linux -> windows) fails!
Listner is running, PING works.
I would very much appreciate any suggestions or thoughts.