Author |
Message
|
mqsubrata |
Posted: Tue Nov 29, 2005 4:10 am Post subject: MQ Connector , Unable to start Connector Controller |
|
|
Novice
Joined: 03 Dec 2004 Posts: 18 Location: kolkata
|
Hi,
I am using WICS 4.3 with DB2 8.2 and MQ v 6.0. I just configured MQ connector and deploy it into the server. But it is not started automatically. When I tried to start it manually it is giving MQJE001: Completion Code 2, Reason 2085 in the server console and popup in the system manager saying "Queue AP/WebSphereMQConnector/Servername can not be open to recieve message." Where as the Queue is already exist and ICS is making the connection with the Q-MGR successfully. Please reply if you found similar problem with resolution. |
|
Back to top |
|
 |
hopsala |
Posted: Tue Nov 29, 2005 8:07 am Post subject: |
|
|
 Guardian
Joined: 24 Sep 2004 Posts: 960
|
2085 means, as you apparently know all too well, that the queue is simply not there. If it seems it's there, then you haven't specified the queue name appropriately. Take a long hard look at your configuration file, specifically at all the queue names you're using, you will find a typo somewhere, I assure you; Either that, or you connected to the wrong QM.
In short, this message is correct, do not doubt it and you'll have an easier time locating the problem. (forgive my brevity, it is from experience I speak) |
|
Back to top |
|
 |
Ratan |
Posted: Tue Nov 29, 2005 10:17 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Is WICS 4.3 compatible with MQ v6.0 ? _________________ -Ratan |
|
Back to top |
|
 |
djeripo |
Posted: Tue Nov 29, 2005 1:15 pm Post subject: |
|
|
 Master
Joined: 25 Jan 2004 Posts: 225
|
No.
WBI ICS 43 is supported with WebSphereMQ 5.3 & CSD07 |
|
Back to top |
|
 |
vennela |
Posted: Tue Nov 29, 2005 7:43 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Also:
Queue AP/WebSphereMQConnector/Servername
The queue names are case sensitive. |
|
Back to top |
|
 |
mqsubrata |
Posted: Tue Nov 29, 2005 8:08 pm Post subject: |
|
|
Novice
Joined: 03 Dec 2004 Posts: 18 Location: kolkata
|
I also know that WICS 4.3 is compatible with MQ5.3 with CSD07. But I am wodering that with MQ 6.0 I am abale to start other connector controller why it is giving error for MQ connector? |
|
Back to top |
|
 |
vennela |
Posted: Tue Nov 29, 2005 8:36 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
How do you know the queue exists? |
|
Back to top |
|
 |
mqsubrata |
Posted: Tue Nov 29, 2005 8:38 pm Post subject: |
|
|
Novice
Joined: 03 Dec 2004 Posts: 18 Location: kolkata
|
I created that Queue under the specified Queue Manager.. |
|
Back to top |
|
 |
vennela |
Posted: Tue Nov 29, 2005 8:44 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Can you issue the command
Code: |
dis ql(AP/WebSphereMQConnector/Servername) |
under runmqsc of your QMGR and post the result here
Also post the exact error log |
|
Back to top |
|
 |
mqsubrata |
Posted: Thu Dec 01, 2005 4:33 am Post subject: |
|
|
Novice
Joined: 03 Dec 2004 Posts: 18 Location: kolkata
|
After issuing the command
dis ql(AP/WebSphereMQConnector/Servername)
I am getting the following output in the console
dis ql(AP/WEBSPHEREMQCONNECTOR/ICSSUBRATA)
3 : dis ql(AP/WEBSPHEREMQCONNECTOR/ICSSUBRATA)
AMQ8409: Display Queue details.
QUEUE(AP/WEBSPHEREMQCONNECTOR/ICSSUBRATA)
TYPE(QLOCAL) ACCTQ(QMGR)
ALTDATE(2005-12-01) ALTTIME(18.05.40)
BOQNAME( ) BOTHRESH(0)
CLUSNL( ) CLUSTER( )
CLWLPRTY(0) CLWLRANK(0)
CLWLUSEQ(QMGR) CRDATE(2005-12-01)
CRTIME(18.05.40) CURDEPTH(0)
DEFBIND(OPEN) DEFPRTY(0)
DEFPSIST(NO) DEFSOPT(SHARED)
DEFTYPE(PREDEFINED) DESCR( )
DISTL(NO) GET(ENABLED)
HARDENBO INITQ( )
IPPROCS(0) MAXDEPTH(5000)
MAXMSGL(4194304) MONQ(QMGR)
MSGDLVSQ(PRIORITY) NOTRIGGER
NPMCLASS(NORMAL) OPPROCS(0)
PROCESS( ) PUT(ENABLED)
QDEPTHHI(80) QDEPTHLO(20)
QDPHIEV(DISABLED) QDPLOEV(DISABLED)
QDPMAXEV(ENABLED) QSVCIEV(NONE)
QSVCINT(999999999) RETINTVL(999999999)
SCOPE(QMGR) SHARE
STATQ(QMGR) TRIGDATA( )
TRIGDPTH(1) TRIGMPRI(0)
TRIGTYPE(FIRST) USAGE(NORMAL) |
|
Back to top |
|
 |
vennela |
Posted: Thu Dec 01, 2005 8:18 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
The output clearly shows that the queue you created and the queue displayed are different.
Try this
Code: |
def ql('AP/WebSphereMQConnector/Servername') |
|
|
Back to top |
|
 |
mqsubrata |
Posted: Thu Dec 01, 2005 10:32 pm Post subject: |
|
|
Novice
Joined: 03 Dec 2004 Posts: 18 Location: kolkata
|
Hi Vennela,
I don't know after issuing the command said by you .. I just tried once again to deploy the connector and the controller starts automatically. I created the queue properly with all CAPITAL LETTER(which is acceptable). during posting this message I wrote it in propercase. Anyway can u tell me why it is started suddenly? Its not clear to me. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Dec 02, 2005 4:18 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The problem was that ICS was expecting the queue name to be in mixed case, and you had created it in UPPER case. When you created another queue, using the quotes to ensure that it was in mixed case, then things worked.
I guess. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|