Author |
Message |
Topic: MQHRF.dll not found when invoking STRMQBRK |
ryanb123
Replies: 1 Views: 5064
|
Forum: General IBM MQ Support Posted: Tue Oct 17, 2006 11:44 pm Subject: MQHRF.dll not found when invoking STRMQBRK |
Hello Everyone.
When we execute STRMQBRK to start the default Publish/Subscribe broker in MQ 6.0, the following ERROR was detect by Event Viewer -> Application (bare translation of the japanese ... |
Topic: Setting User and Password for a Queue Connection Factory |
ryanb123
Replies: 9 Views: 20866
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 28, 2006 8:35 pm Subject: Setting User and Password for a Queue Connection Factory |
hello...
how do i set a user name and password on a QCF? is it done during QCF creation in JMSAdmin?
InitCtx> Define QCF(testQCF) ???
thanks! |
Topic: MQException occurred: Completion Code 2, Reason 2195 |
ryanb123
Replies: 8 Views: 11277
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 28, 2006 4:33 pm Subject: MQException occurred: Completion Code 2, Reason 2195 |
Is it possible for a client program to access a QMGR on the same machine with Websphere MQ Server installation only? |
Topic: MQException occurred: Completion Code 2, Reason 2195 |
ryanb123
Replies: 8 Views: 11277
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 28, 2006 3:44 am Subject: funny thing... |
if i change the transport type of my existing QCF other than CLIENT like below command:
ALTER QCF(testQCF) TRANSFER(BIND)
my client program runs perfectly, but it seems like the CHANNEL setting ... |
Topic: MQException occurred: Completion Code 2, Reason 2195 |
ryanb123
Replies: 8 Views: 11277
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 28, 2006 2:58 am Subject: dis qcf(*) |
To:fjb_saper
i'm sorry, what do you mean by "not need quotes to encase lower case"? anyway, below is the snapshot when i executed dis(testQCF):
MSGRETENTION(YES)
QMANAGER(queue. ... |
Topic: MQException occurred: Completion Code 2, Reason 2195 |
ryanb123
Replies: 8 Views: 11277
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 27, 2006 9:26 pm Subject: Additional Info |
I forgot to mention that the client program and MQ Server is on the same PC. |
Topic: MQException occurred: Completion Code 2, Reason 2195 |
ryanb123
Replies: 8 Views: 11277
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 27, 2006 9:03 pm Subject: MQException occurred: Completion Code 2, Reason 2195 |
Good day.
I tried to access a QMgr via JNDI but always get below error when connection = factory.createQueueConnection() is called:
javax.jms.JMSException: MQJMS2005: Failed to Create MQQueueMan ... |