Author |
Message
|
paulgroo |
Posted: Tue Feb 20, 2007 3:37 am Post subject: saveqmgr using MQ6 |
|
|
 Centurion
Joined: 07 Jul 2005 Posts: 138 Location: Ireland
|
Hi,
I have been using the 'saveqmgr' utility to backup the definitions of queue managers running on version MQ 5.3 Recently I have upgraded to version 6 and I'm getting a load of errors now when I run the command:
saveqmgr -m QMGRNAME
The errors Im getting are:
Unknown PCF Integer Parameter: 134
Skipping dynamic queue LQ.OUT_MQI.A
Unknown PCF Integer Parameter: 134
Skipping dynamic queue LQ.IN_MQI.A
Unknown PCF Integer Parameter: 134
Skipping dynamic queue LQ.BRIDGE_MQI.A
Unknown PCF Integer Parameter: 134
Skipping dynamic queue LQ.LOCAL_BRIDGE_OUT.A
Unknown PCF Integer Parameter: 134
Skipping dynamic queue LOCALTRANSQ.A
Unknown PCF Integer Parameter: 96
Unknown PCF Integer Parameter: 96
Unknown PCF Integer Parameter: 134
Skipping dynamic queue QMGRNAME.A
Unknown PCF Integer Parameter: 134
Skipping dynamic queue QMGRNAME1.A
Unknown PCF Integer Parameter: 134
Skipping dynamic queue QMGRNAME2.A
Unknown PCF Integer Parameter: 96
Unknown PCF Integer Parameter: 96
Unknown PCF Integer Parameter: 96
Unknown PCF Integer Parameter: 96
Unknown PCF Integer Parameter: 96
Unknown PCF Integer Parameter: 96
Unknown PCF Integer Parameter: 96
Has anyone come across this before? |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Feb 20, 2007 4:32 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Upgrade support pack MS03 to the latest version.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Feb 20, 2007 4:33 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I guess you didn't upgrade your saveqmgr, too?
Try with the most recent version of MS03.
If that doesn't work, PM me and we'll get you sorted. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mqseriez |
Posted: Wed Feb 28, 2007 9:18 am Post subject: |
|
|
Newbie
Joined: 27 Jun 2006 Posts: 9
|
fjb_saper wrote: |
Upgrade support pack MS03 to the latest version.
Enjoy  |
I have a question. If we want to migrate from MQ5.3 to MQ6.0, on the same server, can we still use this support pack? The servers I am talking about are AIX servers.
Thank You very much. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Feb 28, 2007 9:49 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You can use the most recent version of ms03 with any version of Qmgr that supports PCF messages, as far as I know. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mqseriez |
Posted: Wed Feb 28, 2007 10:34 am Post subject: |
|
|
Newbie
Joined: 27 Jun 2006 Posts: 9
|
jefflowrey wrote: |
You can use the most recent version of ms03 with any version of Qmgr that supports PCF messages, as far as I know. |
Actually, I am sure we can use it if we are migrating onto a different server. Like we have MQ5.3 on a server and we want to migrate to MQ6.0 on another server.
My question is, can we use it to migrate from 5.3 to 6.0 on the same server. will MS03 work? |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Feb 28, 2007 10:47 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Well, you can't install MQ v5.3 and v6 on the same server.
And installing v6 on a machine that has data from a v5.3 queue manager (because you've uninstalled v5.3 but not deleted the queue managers) will cause the queue manager to convert itself to v6 when it starts up for the first time...
But you can also tell saveqmgr to create v6 MQSC commands from a v5.3 queue manager if you really wanted to (I don't think the output would be substantially different!). Or you could tell it to create v5.3 MQSC commands from a v6 queue manager (if you were feeling exceptionally paranoid). This is accomplished with the -v switch, as clearly documented in the usage/help for saveqmgr. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
wschutz |
Posted: Wed Feb 28, 2007 11:08 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
but, of course, v5.3 mqsc is perfectly fine for mq v6. _________________ -wayne |
|
Back to top |
|
 |
Michael Dag |
Posted: Wed Feb 28, 2007 1:39 pm Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
mqseriez wrote: |
jefflowrey wrote: |
You can use the most recent version of ms03 with any version of Qmgr that supports PCF messages, as far as I know. |
Actually, I am sure we can use it if we are migrating onto a different server. Like we have MQ5.3 on a server and we want to migrate to MQ6.0 on another server.
My question is, can we use it to migrate from 5.3 to 6.0 on the same server. will MS03 work? |
yes, if you get the latest version that also supports V6.
when connecting to a V5.3 queue manager it will generate V5.3 commands automatically (which can be used to recreate a V6.0 queuemanager on another box, 'cause the additional fields will be set to their default values) _________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
|