Author |
Message
|
waugh |
Posted: Tue Feb 24, 2004 8:17 am Post subject: SENDER CHANNEL DOESN'T RUN.... |
|
|
 Master
Joined: 19 Feb 2004 Posts: 225
|
created reciever channel on aix, sender channel, transmission queue on windows... i did START CHANNEL on AIX for that reciever channel
when i start the sender channel on windows it always say retrying...
also give me a pointer where i can find info. for checking status of channel and a queue?
is there any program at hand we can run to put, get messages on AIX like amqsput, get on windows? |
|
Back to top |
|
 |
vennela |
Posted: Tue Feb 24, 2004 8:33 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
If you start the SDR channel (that you created on Windows) the RCVR should start automatically. You don't have to start RCVR. Since it is in retrying state, you should see if you have given the right CONNAME etc. Look in the error logs and see why it is in retrying state. aLSO SEE IF THE LISTENER IS RUNNING on the AIX machine.
amqsput/amqsget works on UNIX too. Usually they are in /usr/mqm/samp/bin/
To check the status of a channel on UNIX/Windows under runmqsc do
dis chs(*) |
|
Back to top |
|
 |
Missam |
Posted: Tue Feb 24, 2004 3:07 pm Post subject: |
|
|
Chevalier
Joined: 16 Oct 2003 Posts: 424
|
Most of the cause for this situation is giving wrong CONNAME and Port where target queue manager is listening.If you feel they both are correct try giving IP Address in the CONNAME. |
|
Back to top |
|
 |
manojt |
Posted: Tue Feb 24, 2004 11:20 pm Post subject: |
|
|
Newbie
Joined: 26 Sep 2003 Posts: 9
|
Check the sender,receiver channel status it should be in inactive state instead of stopped state. if it is stopped state first make it inactive and then try to start sender channel ur receiver channel should automatically start. if still the problem persist check the CONNAME, IP and port of receiver channel.
Manoj |
|
Back to top |
|
 |
Missam |
Posted: Wed Feb 25, 2004 8:16 am Post subject: |
|
|
Chevalier
Joined: 16 Oct 2003 Posts: 424
|
Feel Free to Refer System Administration Guide Page 108 |
|
Back to top |
|
 |
|