Author |
Message
|
ranjitjoseph |
Posted: Tue May 03, 2011 10:35 pm Post subject: MQ Error 2009 |
|
|
Novice
Joined: 09 Apr 2009 Posts: 18
|
Hi,
One of the user is facing 2009 ( Connection broken) error while connecting to one of the svrconn channel. From MQ perspective I checked that qmgr and listerners are up and also the svrconn channel is running with some 27 instances connected to it.
The user is saying that he is able to connect successfully for first 20-30 connections and for later connections they are facing this issue.
There is no max connection defined in .ini config files.
Would anyone please provide suggestions on this issue. |
|
Back to top |
|
 |
exerk |
Posted: Tue May 03, 2011 10:57 pm Post subject: Re: MQ Error 2009 |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
ranjitjoseph wrote: |
There is no max connection defined in .ini config files. |
So it will 'default' to the stated maximum as listed in the Info Centre.
What is the aggregated number of connections? What version of WMQ etc.? _________________ 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 |
|
 |
ranjitjoseph |
Posted: Tue May 03, 2011 11:47 pm Post subject: |
|
|
Novice
Joined: 09 Apr 2009 Posts: 18
|
Its version 6.0.2.7 on linux.
And 40 connections should be in the default range I believe. |
|
Back to top |
|
 |
exerk |
Posted: Tue May 03, 2011 11:51 pm Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
ranjitjoseph wrote: |
Its version 6.0.2.7 on linux. |
A bit back-level I believe.
ranjitjoseph wrote: |
And 40 connections should be in the default range I believe. |
Yes, it should. However, is that the total number of connections? Are a number of different applications connecting, each with a possible 40 connections? _________________ 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 |
|
 |
ranjitjoseph |
Posted: Wed May 04, 2011 2:40 am Post subject: |
|
|
Novice
Joined: 09 Apr 2009 Posts: 18
|
no, thats the total connection. |
|
Back to top |
|
 |
exerk |
Posted: Wed May 04, 2011 2:47 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
And the application is what type of client? _________________ 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 |
|
 |
ranjitjoseph |
Posted: Fri May 06, 2011 12:35 am Post subject: |
|
|
Novice
Joined: 09 Apr 2009 Posts: 18
|
|
Back to top |
|
 |
fjb_saper |
Posted: Fri May 06, 2011 12:45 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
ranjitjoseph wrote: |
Its a WAS application. |
Did anybody talk to the application developers to determine the connection needs of the application? I guess that the application defined a max poolsize of 30 and that may be well below the application's needs....
However the 2009 return code makes me think it's more likely that the qmgr has the default number of max channels (100) specified and the rest of the connections are already taken....
Make sure to evaluate the total need of connections to the qmgr (chl of any type), check the max connections for each svrconn chl(V7) (multiply by 2), check the total number of connections needed (not present) and multiply by 2.5... This should give you some breathing room. Check the channel stanza and implement.... Finally restart the qmgr.
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
|