Author |
Message
|
vennela |
Posted: Thu Sep 13, 2007 9:22 am Post subject: iSeries: Command CRTMQM in library *LIBL not found |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
I installed MQ on a test box.
I logged into the box as QMQM
I already issued all the GRTOBJAUT commands.
I am trying to create a QMGR using CRTMQM
This is the error I get
Code: |
Command CRTMQM in library *LIBL not found |
What step am I missing |
|
Back to top |
|
 |
bbburson |
Posted: Thu Sep 13, 2007 11:15 am Post subject: |
|
|
Partisan
Joined: 06 Jan 2004 Posts: 378 Location: Nowhere near a queue manager
|
Does this apply:
Code: |
Some WebSphere MQ commands, for example CRTMQM (create queue manager) and DLTMQM (delete queue manager), rely on using iSeries system commands for creating and managing objects, files, and libraries. Similarly some WebSphere MQ program code, for example a queue manager, relies on using iSeries system programs.
To enable this, the commands and programs listed below must either have *PUBLIC *USE authority, or explicit *USE authority to the WebSphere MQ user profiles QMQM and QMQMADM.
|
...from http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp |
|
Back to top |
|
 |
vennela |
Posted: Thu Sep 13, 2007 12:06 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
I did this one
That is what I meant when I said I ran GRTOBJAUT commands
I am still getting this error. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Sep 13, 2007 12:34 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I'm not up on iSeries very much... As soon as I find some copious free time...
can you see CRTMQM in the LIBL library? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
bbburson |
Posted: Thu Sep 13, 2007 12:40 pm Post subject: |
|
|
Partisan
Joined: 06 Jan 2004 Posts: 378 Location: Nowhere near a queue manager
|
vennela wrote: |
I did this one
That is what I meant when I said I ran GRTOBJAUT commands
I am still getting this error. |
I was just curious, because the parts I quoted were in a separate paragraph from the GRTOBJAUT reference, which made me think maybe the one does not include the other.
But of course I can't even spell iSeries, so it was just a pure shot in the dark anyway. Good luck. |
|
Back to top |
|
 |
vennela |
Posted: Thu Sep 13, 2007 2:32 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
jefflowrey wrote: |
I'm not up on iSeries very much... As soon as I find some copious free time...
can you see CRTMQM in the LIBL library? |
Me too. That's the reason I took a sand box and started doing stuff. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Sep 13, 2007 4:27 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
vennela wrote: |
Me too. That's the reason I took a sand box and started doing stuff. |
Yes, well... once I have *time* to grab a sandbox..... _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
ulli |
Posted: Mon Sep 17, 2007 6:43 am Post subject: |
|
|
Novice
Joined: 16 Aug 2004 Posts: 20
|
Did you add library QSYS2924 (English Uppercase and Lowercase) via ADDLIBLE LIB(QSYS2924) to your library list? You need a language library to use crtmqm command. |
|
Back to top |
|
 |
|