Author |
Message
|
Jithesh shetty |
Posted: Fri Dec 28, 2007 4:46 am Post subject: MQ ERROR. |
|
|
Acolyte
Joined: 30 Oct 2007 Posts: 51
|
hi,
i am using the Webspher Partner Gateway and MQ5.3 CSD12..i have created queue manger and channel(channel type Server connection).
When i start the channel i got follwing error...
12/28/2007 16:46:30
AMQ9533: Channel 'DEV.JMS.SVRCONN' is not currently active.
EXPLANATION:
The channel was not stopped because it was not currently active. If attempting
to stop a specific instance of a channel by connection name or by remote queue
manager name this message indicates that the specified instance of the channel
is not running.
When i searched for a error code(AMQ9533)..they mentioned we need to install CSD13 to resolve this issue.........
If DEV.JMS.SVRCONN starts then only WPG wil picks the file......
Can any one help me in this.... |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Dec 28, 2007 5:21 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You're trying to start the channel, or stop the channel?
The error message says you're trying to stop it, but it can't do that because it's already stopped. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Jithesh shetty |
Posted: Sun Dec 30, 2007 8:43 pm Post subject: MQ ERROR. |
|
|
Acolyte
Joined: 30 Oct 2007 Posts: 51
|
if i start the channel then it shows channel INACTIVE.... |
|
Back to top |
|
 |
AkankshA |
Posted: Sun Dec 30, 2007 9:04 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
you can not manually start a svrconn channel using start channel command
SVRCONN channels start when a client application makes a connection to the channel, NOT by a start command _________________ Cheers |
|
Back to top |
|
 |
Jithesh shetty |
Posted: Sun Dec 30, 2007 9:08 pm Post subject: MQ ERROR. |
|
|
Acolyte
Joined: 30 Oct 2007 Posts: 51
|
But When i started the WPG application still its showing INACTIVE..... |
|
Back to top |
|
 |
atheek |
Posted: Sun Dec 30, 2007 10:55 pm Post subject: |
|
|
 Partisan
Joined: 01 Jun 2006 Posts: 327 Location: Sydney
|
The server connection channel will be only active in the duration between your application connects and disconnects from the queue manager. Whenever you checked for the channel status , there may not be a connection from your application to the queue manager. Hence the channel status is showing as inactive |
|
Back to top |
|
 |
Jithesh shetty |
Posted: Mon Dec 31, 2007 1:45 am Post subject: MQ Error. |
|
|
Acolyte
Joined: 30 Oct 2007 Posts: 51
|
Thanks a lot..... i'll check my application. |
|
Back to top |
|
 |
|