ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Interchange Server + Adapters » MQ Connector , Unable to start Connector Controller

Post new topic  Reply to topic
 MQ Connector , Unable to start Connector Controller « View previous topic :: View next topic » 
Author Message
mqsubrata
PostPosted: Tue Nov 29, 2005 4:10 am    Post subject: MQ Connector , Unable to start Connector Controller Reply with quote

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
View user's profile Send private message
hopsala
PostPosted: Tue Nov 29, 2005 8:07 am    Post subject: Reply with quote

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
View user's profile Send private message
Ratan
PostPosted: Tue Nov 29, 2005 10:17 am    Post subject: Reply with quote

Grand Master

Joined: 18 Jul 2002
Posts: 1245

Is WICS 4.3 compatible with MQ v6.0 ?
_________________
-Ratan
Back to top
View user's profile Send private message Send e-mail
djeripo
PostPosted: Tue Nov 29, 2005 1:15 pm    Post subject: Reply with quote

Master

Joined: 25 Jan 2004
Posts: 225

No.
WBI ICS 43 is supported with WebSphereMQ 5.3 & CSD07
Back to top
View user's profile Send private message Visit poster's website
vennela
PostPosted: Tue Nov 29, 2005 7:43 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
mqsubrata
PostPosted: Tue Nov 29, 2005 8:08 pm    Post subject: Reply with quote

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
View user's profile Send private message
vennela
PostPosted: Tue Nov 29, 2005 8:36 pm    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

How do you know the queue exists?
Back to top
View user's profile Send private message Send e-mail Visit poster's website
mqsubrata
PostPosted: Tue Nov 29, 2005 8:38 pm    Post subject: Reply with quote

Novice

Joined: 03 Dec 2004
Posts: 18
Location: kolkata

I created that Queue under the specified Queue Manager..
Back to top
View user's profile Send private message
vennela
PostPosted: Tue Nov 29, 2005 8:44 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
mqsubrata
PostPosted: Thu Dec 01, 2005 4:33 am    Post subject: Reply with quote

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
View user's profile Send private message
vennela
PostPosted: Thu Dec 01, 2005 8:18 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
mqsubrata
PostPosted: Thu Dec 01, 2005 10:32 pm    Post subject: Reply with quote

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
View user's profile Send private message
jefflowrey
PostPosted: Fri Dec 02, 2005 4:18 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Interchange Server + Adapters » MQ Connector , Unable to start Connector Controller
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.