Author |
Message
|
Gemz |
Posted: Mon Jun 23, 2008 6:16 am Post subject: Not able to start SVRCONN channel |
|
|
 Centurion
Joined: 14 Jan 2008 Posts: 124
|
Hi,
1. I created a new Queue Manager say QMGR1 in unix.
2. I created a TCP listener port(1006) and started the listener using 'DEFINE LISTENER(LISTENER.QMGR1.TCP) TRPTYPE(TCP) PORT(1111) CONTROL(QMGR)' and it is started.
3. Created server connection channel using 'DEFINE CHANNEL(SYSTEM.ADMIN.SVRCONN) CHLTYPE(SVRCONN) TRPTYPE(TCP)'.
Now while i start this svrconn channel, it is not running.
Am i missing anything...?
Note : In the same server QMGR_A is running. In this svrconn channel is up. |
|
Back to top |
|
 |
mqsidude |
Posted: Mon Jun 23, 2008 6:19 am Post subject: |
|
|
 Centurion
Joined: 22 Jan 2004 Posts: 148
|
A svrconn is always in 'inactive' state unless its being used by some client application. Establish a connection using it and then check its status! |
|
Back to top |
|
 |
exerk |
Posted: Mon Jun 23, 2008 6:20 am Post subject: Re: Not able to start SVRCONN channel |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Gemz wrote: |
Hi,
1. I created a new Queue Manager say QMGR1 in unix.
2. I created a TCP listener port(1006) and started the listener using 'DEFINE LISTENER(LISTENER.QMGR1.TCP) TRPTYPE(TCP) PORT(1111) CONTROL(QMGR)' and it is started. mismatch perhaps?
3. Created server connection channel using 'DEFINE CHANNEL(SYSTEM.ADMIN.SVRCONN) CHLTYPE(SVRCONN) TRPTYPE(TCP)'.
Now while i start this svrconn channel, it is not running.
Am i missing anything...?
Note : In the same server QMGR_A is running. In this svrconn channel is up. |
Try connecting to it via a 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 |
|
 |
ADV |
Posted: Mon Jun 23, 2008 6:35 am Post subject: |
|
|
Apprentice
Joined: 24 Apr 2007 Posts: 44 Location: Boston, MA
|
Can try set the MCA userid as mqm for SVRCONN? |
|
Back to top |
|
 |
exerk |
Posted: Mon Jun 23, 2008 6:43 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
You can...but do you really want the whole world to connect to it and have Admin rights? _________________ 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 |
|
 |
Gemz |
Posted: Mon Jun 23, 2008 6:48 am Post subject: Re: Not able to start SVRCONN channel |
|
|
 Centurion
Joined: 14 Jan 2008 Posts: 124
|
exerk wrote: |
2. I created a TCP listener port(1006) and started the listener using 'DEFINE LISTENER(LISTENER.QMGR1.TCP) TRPTYPE(TCP) PORT(1111) CONTROL(QMGR)' and it is started. mismatch perhaps?
|
Oops...
mqsidude wrote: |
A svrconn is always in 'inactive' state unless its being used by some client application. Establish a connection using it and then check its status! |
Yep, when i attempt to connect from MQExplorer svrconn channel becomes up.
Thanks...... |
|
Back to top |
|
 |
|