Posted: Thu Jun 13, 2002 11:05 am Post subject: MQJMS2013
Newbie
Joined: 13 Jun 2002 Posts: 1
Hello,
I invoke queueConnectionFactory.getConnection() and I receive an MQJMS2013::invalid security authentication supplied for MQQueueManager. The MQ series admin doesn't have any ideas for me. (If it makes any difference, I'm invoking this from within WebLogic 5.1 but I'm using the MQ file context as the JNDI namespace.) Is there a reference book for these JMS errors, or can someone point me in the right direction? My assumption is that the user ID associated with the WLS process is not an authorized user for the queue manager, as it is neither the user that created the queue manager nor is it part of the mqm group. Is this correct?
hi ,
yes what u said may be correct , the user id you are using to connect might not have sufficient privilege to connect . you shuld grant the privielge using set mqaut command . the other thing is regarding the exception you should use jmsexception.getLinkedExcpetion which will throw mqseries native error messages . kidnly use this and check the action for the particular message .
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