Author |
Message
|
ivanachukapawn |
Posted: Wed May 05, 2010 4:40 am Post subject: ms03 (SAVEQMGR) ok with MQ5.3? |
|
|
 Knight
Joined: 27 Oct 2003 Posts: 561
|
The documentation says that MQ6 or 7 is required.
Do I need an older version of MS03 if I want to save objects from an MQ5.3 QM? |
|
Back to top |
|
 |
mqjeff |
Posted: Wed May 05, 2010 4:56 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
It will run against a v5.3 qmgr and will save the objects as v5.3 definitions. |
|
Back to top |
|
 |
nallabalu |
Posted: Wed May 05, 2010 5:00 am Post subject: |
|
|
Novice
Joined: 29 Mar 2005 Posts: 19 Location: Long Island, NY
|
You have to save your OAM definitions seperately for a v5.3 Queue Manager. |
|
Back to top |
|
 |
ralu |
Posted: Thu May 20, 2010 4:26 am Post subject: |
|
|
Apprentice
Joined: 17 Nov 2004 Posts: 26 Location: Switzerland
|
I thought the newest saveqmgr is not running against WMQ 5.3 ?
I had to use an older saveqmgr version |
|
Back to top |
|
 |
exerk |
Posted: Thu May 20, 2010 4:40 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
ralu wrote: |
...I had to use an older saveqmgr version |
Why? Did you try running the latest version against a V5.3 queue manager? If so, what were the results?
mqjeff is the current maintainer of that SupportPac, and if you have had problems running it against a lower-level queue manager, I'm sure he'd like to hear about it! _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
wschutz |
Posted: Thu May 20, 2010 4:56 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Did you try? Did you get any error messages? What happened? (afaik, it should run against a 2.1 qmgr!) _________________ -wayne |
|
Back to top |
|
 |
ivanachukapawn |
Posted: Thu May 20, 2010 5:00 am Post subject: |
|
|
 Knight
Joined: 27 Oct 2003 Posts: 561
|
I am not Ralu, but for the record: I ran the latest saveqmgr against an MQ5.3 QM and got perfect results (i.e. saved MQ5.3 object-MQSC). Thank you Jeff. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu May 20, 2010 5:39 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
To be clear.
I have done nothing to disable any v5.3 functionality in MS03 as I have maintained MS03. The latest version should run just fine, or at least as fine as any program compiled for mq V7 libraries will run against an MQ v5.3 install.
MQ v5.3 and older are not officially supported by IBM anymore, and so MS03 does not officially state that it will run on unsupported software.
Also, in general if you have any issues or questions regarding MS03, I *do* want to hear about it. By email. At the email address in the read.me. I can track those much better than I can track posts or PMs here. |
|
Back to top |
|
 |
ralu |
Posted: Thu May 20, 2010 5:39 am Post subject: |
|
|
Apprentice
Joined: 17 Nov 2004 Posts: 26 Location: Switzerland
|
Maybe I'm wrong and it's another problem, but I didn't get that error with an older version of saveqmgr:
I get the following error:
./saveqmgr.solaris
ld.so.1: saveqmgr.solaris: fatal: /usr/lib/libmqm.so: wrong ELF class: ELFCLASS32
Killed
dspmqver
Name: WebSphere MQ
Version: 530.13 CSD13
CMVC level: p530-13-L061205
BuildType: IKAP - (Production)
uname -a
SunOS xxxxxxxx 5.10 Generic_118833-17 sun4u sparc SUNW,Ultra-2
But please do not spend any time on that, as it's not an actual issue |
|
Back to top |
|
 |
mqjeff |
Posted: Thu May 20, 2010 5:44 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
"wrong ELF class" is the equivalent error message to "invalid magic number".
It means you're trying to use a 64bit binary on a 32bit system or against a 32bit mq install (which v5.3 is).
You can either recompile ms03 as a 32bit application by modifying the makefile.solaris, or you can use an appropriate saveqmgrc from a client machine. (windows and linux executables come in 32bit and 64bit flavors, nothing else does). |
|
Back to top |
|
 |
ralu |
Posted: Thu May 20, 2010 5:47 am Post subject: |
|
|
Apprentice
Joined: 17 Nov 2004 Posts: 26 Location: Switzerland
|
|
Back to top |
|
 |
|