Author |
Message
|
chris - t |
Posted: Mon Aug 13, 2007 12:13 am Post subject: renaming a queue manager |
|
|
Newbie
Joined: 13 Aug 2007 Posts: 6
|
Is this possible or do you have to create a new queue manger? |
|
Back to top |
|
 |
Vitor |
Posted: Mon Aug 13, 2007 12:17 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
You need to create a new one, potentially having saved the queues & other objects with saveqmgr or similar if you've no existing script to create them. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
chris - t |
Posted: Mon Aug 13, 2007 12:59 am Post subject: |
|
|
Newbie
Joined: 13 Aug 2007 Posts: 6
|
Excuse my ignornace but I'm not that familiar with this product. What we have is an installation that has a non-standard(for our organisation) queue manager name that we want to change. The subordinate queue names are fine. Is there no quick way to change the queue manager name? |
|
Back to top |
|
 |
Vitor |
Posted: Mon Aug 13, 2007 1:16 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
chris - t wrote: |
Is there no quick way to change the queue manager name? |
Not quick in the "right click rename" sense. Save->delete->create->redefine is not an especially onerous procedure. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
chris - t |
Posted: Mon Aug 20, 2007 6:11 am Post subject: deleted manager |
|
|
Newbie
Joined: 13 Aug 2007 Posts: 6
|
We deleted the mq manager using dltmqm and created a new one. We are using TIBCO BW to read from the queue but when we fire up that process we get an error;
MQJE001: An MQException occurred: Completion Code 2, Reason 2195
MQJE018: Protocol error - unexpected segment type received
There was an error in the .fdc file which was still referencing the deleted mq manager.
Is there anything else that needs to be done other than dltmqm, to get rid of all references to a Queue Manager? |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Aug 20, 2007 6:13 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Did you stop the listener?
Are you using version 5.3 or version 6? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
chris - t |
Posted: Mon Aug 20, 2007 6:45 am Post subject: |
|
|
Newbie
Joined: 13 Aug 2007 Posts: 6
|
stopped the listener
We are using 5.3 |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Aug 20, 2007 6:51 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
MQ v6 has been out for more than two years.
Are you on Unix? What does a search for the FDC probe id say? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
chris - t |
Posted: Mon Aug 20, 2007 7:08 am Post subject: |
|
|
Newbie
Joined: 13 Aug 2007 Posts: 6
|
yes its unix
What is a 'fdc probe id'? |
|
Back to top |
|
 |
Vitor |
Posted: Mon Aug 20, 2007 7:15 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
chris - t wrote: |
What is a 'fdc probe id'? |
It's the probe id quoted in the top of the FDC file. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Aug 20, 2007 7:15 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
It's the field in the FDC file marked 'Probe ID'.
You said there was an error in the FDC file, which was still referencing the deleted MQ manager. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
supreeth |
Posted: Mon Aug 20, 2007 11:14 am Post subject: |
|
|
 Voyager
Joined: 17 May 2005 Posts: 90 Location: London
|
run the command ps -eaf | grep <old qmgr name> and check if there are any spurious processes still running ...
cheerz!!!
supreeth _________________ Supreeth Gururaj
IBM Certified WMQ Solution Expert |
|
Back to top |
|
 |
|