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 » IBM MQ Installation/Configuration Support » AMQ9509

Post new topic  Reply to topic
 AMQ9509 « View previous topic :: View next topic » 
Author Message
lotusphilo
PostPosted: Thu Feb 01, 2007 9:35 am    Post subject: AMQ9509 Reply with quote

Voyager

Joined: 31 Mar 2004
Posts: 76

I've created a SDR channel on AIX 5.2 with WMQ V6. When I try to start the channel I get the following while in runmqsc:
Program cannot open queue manager object.

The qmgr is running, the xmitq is defined, ping from one server to the other is successful. The logs are giving me a 2085 but the qmgr and queue are up and available.

Any suggestions?
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
pathipati
PostPosted: Thu Feb 01, 2007 10:16 am    Post subject: Reply with quote

Master

Joined: 03 Mar 2006
Posts: 296

I got the same problem once, did you applied fixpaks if not just apply latest fixpaks..
Back to top
View user's profile Send private message Yahoo Messenger
lotusphilo
PostPosted: Thu Feb 01, 2007 10:24 am    Post subject: Reply with quote

Voyager

Joined: 31 Mar 2004
Posts: 76

No, I haven't but I will. I'll let you know it goes.
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
lotusphilo
PostPosted: Thu Feb 01, 2007 1:45 pm    Post subject: Reply with quote

Voyager

Joined: 31 Mar 2004
Posts: 76

No luck. Any other suggestions?
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
kevinf2349
PostPosted: Thu Feb 01, 2007 2:38 pm    Post subject: Reply with quote

Grand Master

Joined: 28 Feb 2003
Posts: 1311
Location: USA

Could you please post the channel definitions....(both ends if possible)
Back to top
View user's profile Send private message
Gaya3
PostPosted: Thu Feb 01, 2007 11:42 pm    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

Hi

Go through the following link

http://www-1.ibm.com/support/docview.wss?uid=swg21109492


Try to install the latest Refresh Pack 2 to your MQ Series V6.0

Thanks and Regards
Gayathri
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
lotusphilo
PostPosted: Mon Feb 05, 2007 6:05 am    Post subject: Reply with quote

Voyager

Joined: 31 Mar 2004
Posts: 76

Here are the chl defs:

AMQ8414: Display Channel details.
CHANNEL(MQPI1.MQR01) CHLTYPE(SDR)
TRPTYPE(TCP) DESCR( )
XMITQ(MQPI1) MCANAME( )
MODENAME( ) TPNAME( )
BATCHSZ(50) DISCINT(6000)
SHORTRTY(10) SHORTTMR(60)
LONGRTY(999999999) LONGTMR(1200)
SCYEXIT( ) SEQWRAP(999999999)
MAXMSGL(4194304) CONVERT(NO)
SCYDATA( ) USERID( )
PASSWORD( ) MCATYPE(PROCESS)
CONNAME(168.162.246.5(3503)) HBINT(300)
BATCHINT(0) NPMSPEED(FAST)
SSLCIPH( ) BATCHHB(0)
LOCLADDR( ) KAINT(AUTO)
MCAUSER( ) ALTDATE(2007-02-01)
ALTTIME(15.16.26) SSLPEER()
MSGEXIT( )
SENDEXIT( )
RCVEXIT( )
MSGDATA( )
SENDDATA( )
RCVDATA( )
AMQ8414: Display Channel details.
CHANNEL(MQR01.MQPI1) CHLTYPE(SDR)
ALTDATE(2007-02-01) ALTTIME(16.42.22)
BATCHHB(0) BATCHINT(0)
BATCHSZ(50) COMPHDR(NONE)
COMPMSG(NONE) CONNAME(168.162.151.26(1414))
CONVERT(NO) DESCR( )
DISCINT(6000) HBINT(300)
KAINT(AUTO) LOCLADDR( )
LONGRTY(999999999) LONGTMR(1200)
MAXMSGL(4194304) MCANAME( )
MCATYPE(PROCESS) MCAUSER( )
MODENAME( ) MONCHL(QMGR)
MSGDATA( ) MSGEXIT( )
NPMSPEED(FAST) PASSWORD( )
RCVDATA( ) RCVEXIT( )
SCYDATA( ) SCYEXIT( )
SENDDATA( ) SENDEXIT( )
SEQWRAP(999999999) SHORTRTY(10)
SHORTTMR(60) SSLCIPH( )
SSLPEER( ) STATCHL(QMGR)
TPNAME( ) TRPTYPE(TCP)
USERID( ) XMITQ(MQR01)
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
Gaya3
PostPosted: Mon Feb 05, 2007 5:41 pm    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

Hi

First CHANNEL(MQPI1.MQR01) CHLTYPE(SDR) from MQPI1 to MQR01 this is a sender


Second CHANNEL(MQR01.MQPI1) CHLTYPE(SDR) from MQR01 to MQPI1

this is also sender

where is the RCVR here.

Thanks and Regards
Gayathri
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
pathipati
PostPosted: Mon Feb 05, 2007 5:50 pm    Post subject: Reply with quote

Master

Joined: 03 Mar 2006
Posts: 296

Hi lotusphilo,
I guess you've already defined rcvr chls if not define them, and are you trying to start the chls manually or using triggering?
Back to top
View user's profile Send private message Yahoo Messenger
Anirud
PostPosted: Mon Feb 05, 2007 10:19 pm    Post subject: Reply with quote

Master

Joined: 12 Feb 2004
Posts: 285
Location: Vermont

2085 means "UNKNOWN OBJECT NAME". Did you use the correct object name?
Back to top
View user's profile Send private message Visit poster's website
fjb_saper
PostPosted: Tue Feb 06, 2007 4:18 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

And looking at your xmitqs:

The usual convention is to name your xmitq like the target qmgr.
Looks like you named it like the source qmgr.

Read up on the intercommunications manual. If you do not set up a qmgr alias this will have consequences as you will miss a "default" path from qmgr A to qmgr B.

Enjoy
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
lotusphilo
PostPosted: Tue Feb 06, 2007 7:11 am    Post subject: Reply with quote

Voyager

Joined: 31 Mar 2004
Posts: 76

ok thanks.
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » AMQ9509
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.