crtmqm give no response
Posted
by
Willy
on Stack Overflow
See other posts from Stack Overflow
or by Willy
Published on 2010-12-29T07:36:36Z
Indexed on
2010/12/31
2:54 UTC
Read the original article
Hit count: 198
websphere-mq
|mq
Hi all,
I try to create a WebSphere queue manager in production env. Before this I manage to create the queue manager in the development env with no problem.
I'm using this script to create the queue manager:
crtmqm -u SYSTEM.DEAD.LETTER.QUEUE test1.qm
But it give no response (no error or success message).
When I try to start the queue manager (strmqm test1.qm
) it give
"AMQ8118: WebSphere MQ queue manager does not exist."
Then I notice lots of strange thing that supposed not happen:
I can run the "crtmqm -u SYSTEM.DEAD.LETTER.QUEUE test1.qm" several times without any error
I can just type crtmqm and got no response
I can type crtmqm -y (which is not possible since there is no -y argument) and still no response
Can anyone tell me what is wrong?
© Stack Overflow or respective owner