Author |
Message
|
mqwf |
Posted: Thu Mar 23, 2006 9:49 pm Post subject: deleted the SYSTEM.default.local.queue |
|
|
 Acolyte
Joined: 10 Oct 2002 Posts: 62
|
i have by mistake deleted the SYSTEM.default.local.queue..and now it is not letting me create one..nor i can create any local queue....can someone help me |
|
Back to top |
|
 |
elvis_gn |
Posted: Thu Mar 23, 2006 9:57 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi mqwf,
What is it saying when you try to recreate it ?
You could try stopping, starting the QM and then creating...or from the runmqsc...
Regards. |
|
Back to top |
|
 |
mqwf |
Posted: Thu Mar 23, 2006 10:03 pm Post subject: delted the sytem q |
|
|
 Acolyte
Joined: 10 Oct 2002 Posts: 62
|
wheni try creating a local q it gives me this error
Default object not found...Cannot create a new object because the default object type could not be found AMQ4000 |
|
Back to top |
|
 |
elvis_gn |
Posted: Thu Mar 23, 2006 10:15 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi mqwf,
A local queue is made based on the default attributes of the SYSTEM.default.local.queue...in other words...this queue acts as a template to any other queue.
SO, if you want to create this queue itself, you will have to create it with reference to some existing queue in your QM....
Regards. |
|
Back to top |
|
 |
mqwf |
Posted: Thu Mar 23, 2006 10:25 pm Post subject: deelted system q |
|
|
 Acolyte
Joined: 10 Oct 2002 Posts: 62
|
ok how do i do that...cause when i right click on queues and click local ques...it gives me the above error...
can i do ur approach from runmqsc...that create a local q with reference to another system object |
|
Back to top |
|
 |
markt |
Posted: Thu Mar 23, 2006 10:32 pm Post subject: |
|
|
 Knight
Joined: 14 May 2002 Posts: 508
|
"strmqm -c "
will recreate all the default objects |
|
Back to top |
|
 |
zpat |
Posted: Fri Jul 02, 2010 6:20 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
I have just done this!
So the procedure is
endmqm qmgr (stop qm)
strmqm qmgr -c (re-create default objects and stop qm)
then
strmqm qmgr (for a normal start)
Is that right - all existing queues will remain intact? |
|
Back to top |
|
 |
zpat |
Posted: Fri Jul 02, 2010 6:28 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Actually I solved it by creating the system default queue specifying every operand (from an exported definition on another QM).
That way it did not need to look up any default values! |
|
Back to top |
|
 |
Vitor |
Posted: Fri Jul 02, 2010 9:26 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
zpat wrote: |
Is that right - all existing queues will remain intact? |
For the record that is right, and the existing queues will remain intact. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Jul 06, 2010 3:20 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Quote: |
SYSTEM.default.local.queue |
The correct spelling for system objects is CAPS-only, not lower-case; so it's SYSTEM.DEFAULT.LOCAL.QUEUE.
Yes, I know, the qmgr will fold (to upper-case) the lower-/mixed-case name IF not surrounded by apostrophes... _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
|