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 » Cannot connect to the local q manager

Post new topic  Reply to topic Goto page Previous  1, 2
 Cannot connect to the local q manager « View previous topic :: View next topic » 
Author Message
exerk
PostPosted: Mon Oct 17, 2011 2:03 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

fjb_saper wrote:
exerk wrote:
Can you please dump the definition of your SVRCONN channel?

And the result of
Code:
dis lsstatus(*) all

Thanks

Bloody good point! Oops
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
gbaddeley
PostPosted: Mon Oct 17, 2011 3:41 pm    Post subject: Reply with quote

Jedi Knight

Joined: 25 Mar 2003
Posts: 2538
Location: Melbourne, Australia

Benzzz wrote:
AMQ8414: Display Channel details.
CHANNEL(SVRCONN)
CHLTYPE(SVRCONN)
ALTDATE(2011-10-13)
ALTTIME(12.45.52)
COMPHDR(NONE)
COMPMSG(NONE)
DESCR( )
HBINT(300)
KAINT(AUTO)
MAXINST(999999999)
MAXINSTC(999999999)
MAXMSGL(4194304)
MCAUSER(mqm)
MONCHL(QMGR)
RCVDATA( )
RCVEXIT( )
SCYDATA( )
SCYEXIT( )
SENDDATA( )
SENDEXIT( )
SHARECNV(10)
SSLCAUTH(REQUIRED)
SSLCIPH( )
SSLPEER( )
TRPTYPE(TCP)

SVRCONN? That's a very imaginative channel name... Even MY.TEST.CLIENT would be better than that!

MCAUSER(mqm) You have just created a back door into the queue manager which allows anyone on your network to take full administrative control of the queue manager
_________________
Glenn
Back to top
View user's profile Send private message
ramires
PostPosted: Mon Oct 17, 2011 4:14 pm    Post subject: Reply with quote

Knight

Joined: 24 Jun 2001
Posts: 523
Location: Portugal - Lisboa

in my box (7.0.1.4 ; Windows XP, Build 2600: SP3) its like this:

Code:

...
...
def chl(SVRCONN)  CHLTYPE(SVRCONN) TRPTYPE(TCP) MCAUSER(mqm)
     3 : def chl(SVRCONN)  CHLTYPE(SVRCONN) TRPTYPE(TCP) MCAUSER(mqm)
AMQ8014: Canal do WebSphere MQ criado.
dis chl(SVRCONN)  all
     4 : dis chl(SVRCONN)  all
AMQ8414: Informações sobre Exibir Canal.
   CHANNEL(SVRCONN)                        CHLTYPE(SVRCONN)
   ALTDATE(2011-10-18)                     ALTTIME(01.10.14)
   COMPHDR(NONE)                           COMPMSG(NONE)
   DESCR( )                                HBINT(300)
   KAINT(AUTO)                             MAXINST(999999999)
   MAXINSTC(999999999)                     MAXMSGL(4194304)
   MCAUSER(MQM)                            MONCHL(QMGR)
   RCVDATA( )                              RCVEXIT( )
   SCYDATA( )                              SCYEXIT( )
   SENDDATA( )                             SENDEXIT( )
   SHARECNV(10)                            SSLCAUTH(REQUIRED)
   SSLCIPH( )                              SSLPEER( )
   TRPTYPE(TCP)



the output is in two columns and MCAUSER(mqm) is converted to MCAUSER(MQM)

@gbaddeley: you don't imagine how many installations I found using a MCAUSER(MQM) or similar...

Regards
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Mon Oct 17, 2011 7:22 pm    Post subject: Reply with quote

Grand High Poobah

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

ramires wrote:
in my box (7.0.1.4 ; Windows XP, Build 2600: SP3) its like this:

Code:

...
...
def chl(SVRCONN)  CHLTYPE(SVRCONN) TRPTYPE(TCP) MCAUSER(mqm)
     3 : def chl(SVRCONN)  CHLTYPE(SVRCONN) TRPTYPE(TCP) MCAUSER(mqm)
AMQ8014: Canal do WebSphere MQ criado.


MCAUSER(mqm) is converted to MCAUSER(MQM)

Regards

As expected given the create statement syntax (def chl)...
If you want to keep the lower case, mqm should have been enclosed in quotes like
Code:
def chl(SVRCONN)  CHLTYPE(SVRCONN) TRPTYPE(TCP) MCAUSER('mqm')
see runmqsc syntax 101 in the manual
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
ramires
PostPosted: Tue Oct 18, 2011 1:43 am    Post subject: Reply with quote

Knight

Joined: 24 Jun 2001
Posts: 523
Location: Portugal - Lisboa

thanks fjb_saper, I know about the use for lowercase name in MQ, I was just referring it

Regards
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2 Page 2 of 2

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » Cannot connect to the local q manager
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.