Author |
Message
|
kiranu |
Posted: Mon Jul 28, 2003 2:27 am Post subject: Max No. of Channels |
|
|
Novice
Joined: 10 Apr 2002 Posts: 13 Location: INDIA
|
Hi,
The MQ Series 5.3.0 is configured on Sun Sparc Solaris 8 and it was working fine but all of a sudden below error messages are pilling up in log file. I would appreciate if someone can give the solution.
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.
----- amqrcsia.c : 952 --------------------------------------------------------
07/28/03 03:29:22 PM
AMQ9999: Channel program ended abnormally.
EXPLANATION:
Channel program 'XXX ended abnormally.
ACTION:
Look at previous error messages for channel program 'XXX' in the error files to determine the cause of the failure.
----- amqrmrsa.c : 467 --------------------------------------------------------
07/28/03 03:29:23 PM
AMQ9513: Maximum number of channels reached.
Regrads,
Kiran
Sun Certified System Administrator |
|
Back to top |
|
 |
mrlinux |
Posted: Mon Jul 28, 2003 10:01 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
Well in your QM.ini you need a channel stanza
CHANNEL:
MaxActiveChannels=300
MaxChannels=300
The 300 can be whatever number you want default is 100
I think queue manager restart is also required for these to take effect _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
kiranu |
Posted: Tue Jul 29, 2003 1:26 am Post subject: Max No. of Channels |
|
|
Novice
Joined: 10 Apr 2002 Posts: 13 Location: INDIA
|
Hi,
After modifying the channels in qm.ini, the below errors are getting logged in the log file.
EXPLANATION:
An error occurred receiving data from X.X.X.X over TCP/IP. This may be
due to a communications failure.
ACTION:
The return code from the TCP/IP (read) call was 131 (X'83'). Record these
values and tell the systems administrator.
----- amqccita.c : 2708 -------------------------------------------------------
07/29/03 02:43:19 PM
AMQ9208: Error on receive from host X.X.X.X.
Regards,
Kiran |
|
Back to top |
|
 |
mrlinux |
Posted: Tue Jul 29, 2003 6:59 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
$ grep 131 /usr/include/sys/errno.h #define ECONNRESET 131 /* Connection reset by peer */
ie. the other system killed the TCP socket session (for some unknown reason) _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
kiranu |
Posted: Fri Aug 01, 2003 9:00 pm Post subject: Max No. of Channels |
|
|
Novice
Joined: 10 Apr 2002 Posts: 13 Location: INDIA
|
Thanks for the quick answers
Kiran |
|
Back to top |
|
 |
|