Author |
Message
|
prabhu_s1177 |
Posted: Sun May 24, 2009 10:43 pm Post subject: Svr conn channel is not running. |
|
|
Apprentice
Joined: 26 Nov 2007 Posts: 34
|
A webMethods application is supposed to pick the messages from a queue. But it is not. At webmethods side am getting 2059 error.
In the queue messages are there, the svrcon channel which webMethods uses is not running. Is this caues the problem. How do i start system.svr.conn channel ? is there any other solution for this.? |
|
Back to top |
|
 |
AkankshA |
Posted: Sun May 24, 2009 11:22 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
mqrc 2059
2059 0x0000080b MQRC_Q_MGR_NOT_AVAILABLE
svrconn channel comes to running status when an application connects to it... it can not e started manually...
is your application having the right parameters for connection ??? _________________ Cheers |
|
Back to top |
|
 |
ranjitjoseph |
Posted: Sun May 24, 2009 11:30 pm Post subject: |
|
|
Novice
Joined: 09 Apr 2009 Posts: 18
|
could you pls check the status of the queue and provide me the output to know whether its connected to application.
I f you are using unix,
dis qstatus(q_name) type(handle) all |
|
Back to top |
|
 |
Vitor |
Posted: Mon May 25, 2009 12:44 am Post subject: Re: Svr conn channel is not running. |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
prabhu_s1177 wrote: |
At webmethods side am getting 2059 error.
|
Search the forum for discussions on 2059 errors; they're very common and have a multitude of possible causes.
Keep in mind it might have nothing to do with your configuration, and could be an external issue. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
nheng |
Posted: Mon May 25, 2009 1:26 am Post subject: Re: Svr conn channel is not running. |
|
|
 Apprentice
Joined: 07 Dec 2007 Posts: 39
|
prabhu_s1177 wrote: |
A webMethods application is supposed to pick the messages from a queue. But it is not. At webmethods side am getting 2059 error.
In the queue messages are there, the svrcon channel which webMethods uses is not running. Is this caues the problem. How do i start system.svr.conn channel ? is there any other solution for this.? |
Connection full( Example: dis chstatus(SYSTEM.DEF.SVRCONN) <---count them.).Plz close after use. |
|
Back to top |
|
 |
prabhu_s1177 |
Posted: Mon May 25, 2009 3:23 am Post subject: |
|
|
Apprentice
Joined: 26 Nov 2007 Posts: 34
|
Since webMehods is not picking the messages. At the queue manager's box the listener is not running at the port 1414 where the webMethods pointing to.
When i started the listeners suddenly the Ipprocess becomes 1.
NPMCLASS(NORMAL) DEFTYPE(PREDEFINED)
TYPE(QLOCAL) SCOPE(QMGR)
DEFBIND(OPEN) IPPROCS(1)
OPPROCS(4) CURDEPTH(0)
The messages where gone to webMethods. I think issue got resolved.
Please advise me anything need to be checked now. |
|
Back to top |
|
 |
|