Author |
Message
|
venkat kurra |
Posted: Mon Aug 29, 2005 12:55 pm Post subject: MS03 WMQ object backup failed |
|
|
 Master
Joined: 18 Oct 2001 Posts: 245 Location: Bloomington , IL
|
We are trying to use MS03 v6.0 to back up MQ objects on Linux for zSeries server.
It failed with the following error,
SAVEQMGR V6.0.0
Compiled for Websphere MQ V6.0 on Jun 7 2005
With no client connection information specified.
Requesting attributes of the queue manager...
(saveqmgr.c) Error: Received parameter block is of an unrecognised type
Type = 67108864.
Command = 33554432.
Error writing to ouput file .\QueueManagerBackups\<Qmgr>\<QMGR Name>.txt
Any idea? _________________ Thanks,
Venkat Kurra
IBM Certified Specialist-MQSeries
IBM Websphere MQSeries Administrator
IBM WebSphere Message Broker System Admin
Last edited by venkat kurra on Mon Aug 29, 2005 1:11 pm; edited 1 time in total |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Aug 29, 2005 1:11 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
What is the version of the qmgr you are trying to back up ?
You may need to run it with a compatibility flag for a lower version of MQ.
Enjoy  |
|
Back to top |
|
 |
venkat kurra |
Posted: Mon Aug 29, 2005 1:12 pm Post subject: |
|
|
 Master
Joined: 18 Oct 2001 Posts: 245 Location: Bloomington , IL
|
Sorry.. It's a MS03 to bavk up V6 queue manager _________________ Thanks,
Venkat Kurra
IBM Certified Specialist-MQSeries
IBM Websphere MQSeries Administrator
IBM WebSphere Message Broker System Admin |
|
Back to top |
|
 |
hopsala |
Posted: Mon Aug 29, 2005 1:38 pm Post subject: |
|
|
 Guardian
Joined: 24 Sep 2004 Posts: 960
|
|
Back to top |
|
 |
wschutz |
Posted: Mon Aug 29, 2005 3:36 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Quote: |
We are trying to use MS03 v6.0 to back up MQ objects on Linux for zSeries server.
|
humm... are you running saveqmgr on the zSeries or are you running a client (saveqmgrc) from windows or unix? My first guess is there is a problem with message encoding (interger represenation) based on:
Quote: |
Type = 67108864.
Command = 33554432. |
Those values are WAY off possible values. _________________ -wayne |
|
Back to top |
|
 |
wschutz |
Posted: Mon Aug 29, 2005 3:43 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Quote: |
SAVEQMGR V6.0.0
Compiled for Websphere MQ V6.0 on Jun 7 2005
With no client connection information specified. |
Ah.... i see you are using saveqmgrc ... Are you running this from windows? _________________ -wayne |
|
Back to top |
|
 |
wschutz |
Posted: Mon Aug 29, 2005 5:39 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Quote: |
What is the version of the qmgr you are trying to back up ?
You may need to run it with a compatibility flag for a lower version of MQ. |
Actually, you should never need any compatibility flag. saveqmgr automatically detects the level of the qmgr it is connected to and generates the correct level of mqsc. So you only need the -v(ersion) flag if you explicitly want to generate a different level of mqsc. _________________ -wayne |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Aug 29, 2005 6:17 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
wschutz wrote: |
Quote: |
What is the version of the qmgr you are trying to back up ?
You may need to run it with a compatibility flag for a lower version of MQ. |
Actually, you should never need any compatibility flag. saveqmgr automatically detects the level of the qmgr it is connected to and generates the correct level of mqsc. So you only need the -v(ersion) flag if you explicitly want to generate a different level of mqsc. |
Thanks for the clarification  |
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Aug 29, 2005 7:43 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Wayne, I work with Venkat. We have 1 MS03 job that runs in client mode on a Windows server. Line by line, it sets the MQSERVER variable to the next server in the ini file, and then backs up each QM to a share drive. Been working peachy for a couple of years. 1 Share drive has fresh MS03s for every QM in my company. We keep a rolling 90 day library of them. And we have a monitor scan the MS03 Log file every day to make sure the backups ran clean.
We added an MQ 6.0 QM on z/Linux, our first 6.0 QM. We upgraded the MS03 to 6.0.0. All the 5.3 QMs continue to back up OK, but this 6.0 z/Linux guy....... _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
wschutz |
Posted: Tue Aug 30, 2005 2:01 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Quote: |
We added an MQ 6.0 QM on z/Linux, our first 6.0 QM |
Peter, is this a brad new qmgr or was it previously v5.3 on zLinux? _________________ -wayne |
|
Back to top |
|
 |
slonkoski |
Posted: Tue Aug 30, 2005 5:47 am Post subject: brand new QMGR |
|
|
 Acolyte
Joined: 18 Mar 2005 Posts: 52
|
Hi Wayne, I also work w/Venkat and Peter. It is a new QMGR, ms03 has never worked on it |
|
Back to top |
|
 |
slonkoski |
Posted: Tue Aug 30, 2005 5:53 am Post subject: |
|
|
 Acolyte
Joined: 18 Mar 2005 Posts: 52
|
By the way, it works fine locally on the zSeries linux image, it's only saveqmgrc we're having troubles with |
|
Back to top |
|
 |
wschutz |
Posted: Tue Aug 30, 2005 6:08 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
So you've never used saveqmgrC with a zLinux queue manager? ( I'm just trying to establish if it ever worked).
as an aside, has ANYONE used saveqmgrC with a zLinux qmgr? _________________ -wayne |
|
Back to top |
|
 |
slonkoski |
Posted: Tue Aug 30, 2005 6:15 am Post subject: |
|
|
 Acolyte
Joined: 18 Mar 2005 Posts: 52
|
This is our first attempt, so far no good |
|
Back to top |
|
 |
PeterPotkay |
Posted: Tue Aug 30, 2005 6:17 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
That's correct Wayne. This is our 1st attempt to use saveqmgrC on either z/linux, or on any 6.0 QM for that matter.
Later this week, we expect to have an x86 Linux 6.0 QM to add to our list for saveqmgrC to try and back up. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
|