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 » help with AMQ9513: Maximum number of channels reached

Post new topic  Reply to topic
 help with AMQ9513: Maximum number of channels reached « View previous topic :: View next topic » 
Author Message
srikant176
PostPosted: Tue Feb 03, 2015 12:09 am    Post subject: help with AMQ9513: Maximum number of channels reached Reply with quote

Newbie

Joined: 02 Feb 2015
Posts: 3

I am unable to connect to queue manager through mq explorer n getting AMQ4059 ERROR
when i checked queue manager log i got following error messages


AMQ9513: Maximum number of channels reached.

EXPLANATION:
The maximum number of channels that can be in use simultaneously has been
reached. The number of permitted channels is a configurable parameter in the
queue manager configuration file.
ACTION:
Wait for some of the operating channels to close. Retry the operation when some
channels are available.


AMQ9999: Channel program ended abnormally.

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


Can anybody help me quickly
Back to top
View user's profile Send private message
PaulClarke
PostPosted: Tue Feb 03, 2015 1:12 am    Post subject: Reply with quote

Grand Master

Joined: 17 Nov 2005
Posts: 1002
Location: New Zealand

Did you try Googling AMQ9513 ? The first hit is this

http://www-01.ibm.com/support/docview.wss?uid=swg21662578

Basically you need to either configure your Queue Manager to accept more channels or wait for one or two to end.

Cheers,
Paul.
_________________
Paul Clarke
MQGem Software
www.mqgem.com
Back to top
View user's profile Send private message Visit poster's website
exerk
PostPosted: Tue Feb 03, 2015 1:13 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

Adjust the queue manager's MaxChannels and MaxActiveChannels attribute values accordingly.
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
zpat
PostPosted: Tue Feb 03, 2015 1:30 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

The default was about right 20 years ago. Now it's a bit low...
_________________
Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error.
Back to top
View user's profile Send private message
PaulClarke
PostPosted: Tue Feb 03, 2015 1:35 am    Post subject: Reply with quote

Grand Master

Joined: 17 Nov 2005
Posts: 1002
Location: New Zealand

Unfortunately changing defaults is always fraught with hazard. Someone always gets very upset....
_________________
Paul Clarke
MQGem Software
www.mqgem.com
Back to top
View user's profile Send private message Visit poster's website
bruce2359
PostPosted: Tue Feb 03, 2015 5:13 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

In future posts, please include something precise about the problem you are having, such as the error message identifier and explanation.

I've modified the Subject line.
_________________
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
View user's profile Send private message
bruce2359
PostPosted: Tue Feb 03, 2015 6:44 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

zpat wrote:
The default was about right 20 years ago. Now it's a bit low...

Most vendor products are factory-configured for POC, and not for production. I've heard other complaints about maxmsglength and maxdepth being far too big.
_________________
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
View user's profile Send private message
gbaddeley
PostPosted: Tue Feb 03, 2015 2:18 pm    Post subject: Reply with quote

Jedi Knight

Joined: 25 Mar 2003
Posts: 2538
Location: Melbourne, Australia

exerk wrote:
Adjust the queue manager's MaxChannels and MaxActiveChannels attribute values accordingly.

Or fix an underlying issue where badly designed or coded client apps might be making too many simultaneous connections.
_________________
Glenn
Back to top
View user's profile Send private message
srikant176
PostPosted: Wed Feb 04, 2015 2:28 am    Post subject: Reply with quote

Newbie

Joined: 02 Feb 2015
Posts: 3

Thanks every one.I am using a older version of MQ 6.0 and that to we are using web service communication not channel communication .There is no remote queue manager. I am only using the server connection channel to access the queue manger from a deployment PC.As Our services are running fine i don't want to take any risk.So how could it possible that it had reached its maximum.Why its saying Channel program 'SYSTEM.ADMIN.SVRCONN' ended abnormally. I am unable to take any backup of queue logs through rfhutil as i was using SYSTEM.ADMIN.SVRCONN channel to take backup.Is it possible i can take backup of queue through any other channel.Is this problem can be solved by restarting queue manager as we are not using much channel.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Wed Feb 04, 2015 4:39 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

srikant176 wrote:
Is it possible i can take backup of queue through any other channel.

No, as MAXCHANNELS has been reached.
srikant176 wrote:
Is this problem can be solved by restarting queue manager as we are not using much channel.

As exerk advised
Quote:
Adjust the queue manager's MaxChannels and MaxActiveChannels attribute values accordingly.
Then stop and restart the qmgr.

I'd guess that one of the apps you are running is not disconnecting from the qmgr correctly (successfully) - filling the channel status table.

Is this a new problem for you? If so, when did it begin? What applications have changed around that date? What else changed?
_________________
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
View user's profile Send private message
srikant176
PostPosted: Wed Feb 04, 2015 10:13 am    Post subject: Reply with quote

Newbie

Joined: 02 Feb 2015
Posts: 3

This is first time i am facing and nothing has been changed in our system.This problem is coming after a network fiber link was down from network side.

btw Thanks to every one.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Wed Feb 04, 2015 11:38 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

srikant176 wrote:
... nothing has been changed in our system.This problem is coming after a network fiber link was down from network side.

These two statements contradict each other. A network failure is an unplanned change to your environment.
_________________
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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » help with AMQ9513: Maximum number of channels reached
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.