Author |
Message
|
bkiran2020 |
Posted: Thu Oct 31, 2013 5:29 am Post subject: Channel is in retry status |
|
|
 Master
Joined: 20 Jan 2011 Posts: 243 Location: US
|
Channel is in retry status in distribution setup.
If we ping the channel we are getting error
maximum number of active channels reached
Please find the error logs
EXPLANATION:
The channel program ended because an instance of channel 'DEF.ABC.C1'
could not be started on the remote system. This could be for one of the
following reasons:
The channel is disabled.
The remote system does not have sufficient resources to run another instance of
the channel.
In the case of a client-connection channel, the limit on the number of
instances configured for the remote server-connection channel was reached.
ACTION:
Check the remote system to ensure that the channel is able to run. Try the
operation again.
Kindly advice on it.
 |
|
Back to top |
|
 |
Vitor |
Posted: Thu Oct 31, 2013 5:37 am Post subject: Re: Channel is in retry status |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
bkiran2020 wrote: |
Kindly advice on it. |
Determine why the channel is in retry, using the information provided in the error as a starting point, i.e. see if any of the stated conditions exist.
Resolve the problem.
Watch the channel restart.
Fairly obvious advice, but given the information you provided about as good as you're going to get. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Oct 31, 2013 11:11 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
You need to now look at the error logs on the remote MQ server. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
roshan.171188 |
Posted: Thu Oct 31, 2013 3:31 pm Post subject: |
|
|
Apprentice
Joined: 07 Jun 2012 Posts: 35
|
As the Explanation suggests,
The receiver channel is either stopped or the Queue Manager could just not start another instance of "runmqchl" due to max channel limit being reached (default is 100, unless it has been increased by making an entry in the qm.ini file)
you can check the number of active channels running either by just counting the number of active channels inside mqsc utility or by using a series of commands piped together as below
dis chs(*)| runmqsc QMGR| grep RUNNING| wc -l |
|
Back to top |
|
 |
bkiran2020 |
Posted: Thu Oct 31, 2013 8:52 pm Post subject: Re: Channel is in retry status |
|
|
 Master
Joined: 20 Jan 2011 Posts: 243 Location: US
|
Vitor wrote: |
bkiran2020 wrote: |
Kindly advice on it. |
Determine why the channel is in retry, using the information provided in the error as a starting point, i.e. see if any of the stated conditions exist.
Resolve the problem.
Watch the channel restart.
Fairly obvious advice, but given the information you provided about as good as you're going to get. |
how can I resolve this issue as this is related to max active connection |
|
Back to top |
|
 |
bruce2359 |
Posted: Thu Oct 31, 2013 9:38 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
If the RCVR end of the channel has reached max channels or max active channels, alter these values in the .ini file for the qmgr. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
JosephGramig |
Posted: Fri Nov 01, 2013 5:00 am Post subject: |
|
|
 Grand Master
Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA
|
bkiran2020,
I did a search on "max channels" of this section and on the fourth hit found a posting with a link to an example in the Information Center about Qmgr stanzas demonstrating the entries you are probably missing. If you keep looking, you will find many examples and explanations of why you should set them one way or another.
You should have gotten and error in your Qmgr error logs about reaching max channels. |
|
Back to top |
|
 |
|