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 » General IBM MQ Support » Channel wont go up

Post new topic  Reply to topic Goto page 1, 2, 3  Next
 Channel wont go up « View previous topic :: View next topic » 
Author Message
knegarpetter
PostPosted: Tue Dec 14, 2004 7:14 am    Post subject: Channel wont go up Reply with quote

Apprentice

Joined: 10 Dec 2004
Posts: 39

I have a channel, that if I try to...
START CHANNEL(NAME.C) it will go to status "initilizing"... but after that it will result in a permanent "retrying"... any idead what could be wrong???

regards
Petter
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Tue Dec 14, 2004 7:18 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Yes.

Your channel is unable to start, and so it is going into retrying mode. That is what is wrong.

Why is your channel unable to start? What errors are being thrown when you try and start it? Where have you looked?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
Anirud
PostPosted: Tue Dec 14, 2004 8:07 am    Post subject: Reply with quote

Master

Joined: 12 Feb 2004
Posts: 285
Location: Vermont

Is the listener running? To start a channel you need to have a listener running. Then, start the RCVR channel and SDR channel respectively.

If you could answer Jefflowrey's questions, that will help us to put you on the right track.
Back to top
View user's profile Send private message Visit poster's website
knegarpetter
PostPosted: Tue Dec 14, 2004 9:22 am    Post subject: Reply with quote

Apprentice

Joined: 10 Dec 2004
Posts: 39

Well ill duoble check that the listener is up and running on the remote server...

the error i get in /var/mqm/qmgrs/MYQUEUEM!QM/errors is:
Code:
12/14/2004  05:03:12 PM
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'INTV1.MT.C' ended abnormally.
ACTION:
Look at previous error messages for channel program 'INTV1.MT.C' in the error
files to determine the cause of the failure.
..

the incomming channel and incomming queue is working, so i can receive messages, but dont send any, they just get "stuck" in the outgoing queue.

regards
Petter
Back to top
View user's profile Send private message
kevinf2349
PostPosted: Tue Dec 14, 2004 9:34 am    Post subject: Reply with quote

Grand Master

Joined: 28 Feb 2003
Posts: 1311
Location: USA

Has this channel ever worked?

What was the 'previous error' in the log?

Have you tried resolving the channel at both ends?

Have you tried resetting both ends of the channel

Have you tried resetting the channel message sequence numbers at both ends of the channel? (Only if you are sure this is OK to do)
Back to top
View user's profile Send private message
csmith28
PostPosted: Tue Dec 14, 2004 2:39 pm    Post subject: Reply with quote

Grand Master

Joined: 15 Jul 2003
Posts: 1196
Location: Arizona

Anirud wrote:
Is the listener running? To start a channel you need to have a listener running. Then, start the RCVR channel and SDR channel respectively.

If you could answer Jefflowrey's questions, that will help us to put you on the right track.


Actually, you shouldn't need to start the RCVR channel if it is properly configured the RCVR should start when the SDR starts.
_________________
Yes, I am an agent of Satan but my duties are largely ceremonial.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Tue Dec 14, 2004 4:14 pm    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

knegarpetter wrote:
Look at previous error messages for channel program 'INTV1.MT.C' in the error files to determine the cause of the failure.

_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
csmith28
PostPosted: Tue Dec 14, 2004 7:31 pm    Post subject: Reply with quote

Grand Master

Joined: 15 Jul 2003
Posts: 1196
Location: Arizona

jefflowrey wrote:
knegarpetter wrote:
Look at previous error messages for channel program 'INTV1.MT.C' in the error files to determine the cause of the failure.


Or yeah, I guess you could do that. It couldn't hurt.
_________________
Yes, I am an agent of Satan but my duties are largely ceremonial.
Back to top
View user's profile Send private message
knegarpetter
PostPosted: Wed Dec 15, 2004 1:09 am    Post subject: Reply with quote

Apprentice

Joined: 10 Dec 2004
Posts: 39

well, i have done that...
and the only thing in the log is "channel starting up"....
thats why I didnt bother to put it in my post...

Petter
Back to top
View user's profile Send private message
knegarpetter
PostPosted: Wed Dec 15, 2004 4:50 am    Post subject: Reply with quote

Apprentice

Joined: 10 Dec 2004
Posts: 39

edited...
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Wed Dec 15, 2004 5:41 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

What kind of channel is it?

Are there any errors on the other end of the channel?

Can you ping the destination host?

Can other queue managers establish working connections with the destination queue manager?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
vennela
PostPosted: Wed Dec 15, 2004 7:00 am    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

csmith28 wrote:
Anirud wrote:
Is the listener running? To start a channel you need to have a listener running. Then, start the RCVR channel and SDR channel respectively.

If you could answer Jefflowrey's questions, that will help us to put you on the right track.


Actually, you shouldn't need to start the RCVR channel if it is properly configured the RCVR should start when the SDR starts.


In most cases true.
BUT

What if somebody issued an explicit STOP on the RCVR channel
You have to issue START again otherwise SDR will not be able to bring up the RCVR.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
kevinf2349
PostPosted: Wed Dec 15, 2004 8:03 am    Post subject: Reply with quote

Grand Master

Joined: 28 Feb 2003
Posts: 1311
Location: USA

I ask again:

Has this channel ever worked?
Back to top
View user's profile Send private message
anderc1
PostPosted: Wed Dec 15, 2004 8:03 am    Post subject: Reply with quote

Acolyte

Joined: 11 Sep 2002
Posts: 55
Location: Research Triangle Park, NC

Assuming the channel has worked before and you can ping the rcvr, check your queues on the rcvr end and see if one is full. If that's not it, check your sequence numbers at both ends of the channel and also check for an indoubt state. To recap, check your queues, stop both ends of the channel, ping the channel, resolve the channel if in doubt, reset the sequence number if they are out of sequence, start the rcvr it should go inactive, then start the sdr.
Back to top
View user's profile Send private message
JT
PostPosted: Wed Dec 15, 2004 1:24 pm    Post subject: Reply with quote

Padawan

Joined: 27 Mar 2003
Posts: 1564
Location: Hartford, CT.

anderc1 wrote:
check your queues on the rcvr end and see if one is full.

If there was a problem with the receiver channel on the remote queue manager, it would have nothing to do with the target queue(s). A "queue full" condition results in the arriving message being re-directed to the dead-letter queue of the remote queue manager, which implies the receiver channel was running.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2, 3  Next Page 1 of 3

MQSeries.net Forum Index » General IBM MQ Support » Channel wont go up
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.