Author |
Message
|
mitch |
Posted: Wed Apr 23, 2003 1:45 am Post subject: Cannot display a q (AMQ8147: Object not found) |
|
|
Apprentice
Joined: 19 Mar 2003 Posts: 25
|
Hello,
A Q has been created (local, non clustered, all the defaults) on a Windows 2000 platform.
Using Web Admin if I run
display q(*)
the q shows up, along with all others. If I run
display q(q_name) ALL
it returns AMQ8147 indicating object not found and yet it has just displayed it on the previous command
Has anyone else seen this behaviour?
Thanks
Paul |
|
Back to top |
|
 |
mgrabinski |
Posted: Wed Apr 23, 2003 2:17 am Post subject: |
|
|
Master
Joined: 16 Oct 2001 Posts: 246 Location: Katowice, Poland
|
MQ is case sensitive, check your spelling _________________ Marcin Grabinski <>< |
|
Back to top |
|
 |
mitch |
Posted: Wed Apr 23, 2003 3:45 am Post subject: Cannot display a q (AMQ8147: Object not found) |
|
|
Apprentice
Joined: 19 Mar 2003 Posts: 25
|
I've quadruple checked the spelling. It's definitely not that |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Apr 23, 2003 6:01 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The commands available through the Web Administration guide are the same as under runmqsc, i.e. MQSC commands. See the Script guide for more information. |
|
Back to top |
|
 |
vmcgloin |
Posted: Wed Apr 23, 2003 6:06 am Post subject: |
|
|
Knight
Joined: 04 Apr 2002 Posts: 560 Location: Scotland
|
Try putting the q_name in single quotes:
display q('q_name') ALL
What is the actual queue name? Does the problem occur if you pick any of the queues in the list? Try SYSTEM.DEFAULT.LOCAL.QUEUE |
|
Back to top |
|
 |
mitch |
Posted: Wed Apr 23, 2003 6:22 am Post subject: |
|
|
Apprentice
Joined: 19 Mar 2003 Posts: 25
|
Single quote fixed it. Thanks |
|
Back to top |
|
 |
|