Author |
Message
|
lotusphilo |
Posted: Thu Feb 01, 2007 9:35 am Post subject: AMQ9509 |
|
|
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 |
|
 |
pathipati |
Posted: Thu Feb 01, 2007 10:16 am Post subject: |
|
|
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 |
|
 |
lotusphilo |
Posted: Thu Feb 01, 2007 10:24 am Post subject: |
|
|
Voyager
Joined: 31 Mar 2004 Posts: 76
|
No, I haven't but I will. I'll let you know it goes. |
|
Back to top |
|
 |
lotusphilo |
Posted: Thu Feb 01, 2007 1:45 pm Post subject: |
|
|
Voyager
Joined: 31 Mar 2004 Posts: 76
|
No luck. Any other suggestions? |
|
Back to top |
|
 |
kevinf2349 |
Posted: Thu Feb 01, 2007 2:38 pm Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
Could you please post the channel definitions....(both ends if possible) |
|
Back to top |
|
 |
Gaya3 |
Posted: Thu Feb 01, 2007 11:42 pm Post subject: |
|
|
 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 |
|
 |
lotusphilo |
Posted: Mon Feb 05, 2007 6:05 am Post subject: |
|
|
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 |
|
 |
Gaya3 |
Posted: Mon Feb 05, 2007 5:41 pm Post subject: |
|
|
 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 |
|
 |
pathipati |
Posted: Mon Feb 05, 2007 5:50 pm Post subject: |
|
|
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 |
|
 |
Anirud |
Posted: Mon Feb 05, 2007 10:19 pm Post subject: |
|
|
 Master
Joined: 12 Feb 2004 Posts: 285 Location: Vermont
|
2085 means "UNKNOWN OBJECT NAME". Did you use the correct object name? |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Feb 06, 2007 4:18 am Post subject: |
|
|
 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 |
|
 |
lotusphilo |
Posted: Tue Feb 06, 2007 7:11 am Post subject: |
|
|
Voyager
Joined: 31 Mar 2004 Posts: 76
|
|
Back to top |
|
 |
|