Author |
Message
|
mhashkhan |
Posted: Thu Feb 12, 2015 8:55 pm Post subject: [Closed] saveqmgr aborted |
|
|
 Apprentice
Joined: 01 Dec 2008 Posts: 28
|
Hi All,
I am facing issue where saveqmgr program i run gets abort. I am not sure what and where I should check. Details are below,
I am doing using mqm userid
/opt/mqm/bin/saveqmgr -m MYQMGR -f /tmp/test.mqs
SAVEQMGR V6.0.3
Compiled for Websphere MQ V6.0 on Aug 29 2006
Requesting attributes of the queue manager...
Got bad PCF response message
Type = 2
StrucLength = 36
Version = 1
Command = 2
MsgSeqNumber = 1
Control = 0
CompCode = 2
Reason = 3049
ParameterCount = 1
Parameter = 2
Value = 819
Processing Aborted, output file may be incomplete
$ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
$ locale charmap
UTF-8
$ dspmqver -a
Name: WebSphere MQ
Version: 7.0.1.10
CMVC level: p701-110-130419
BuildType: IKAP - (Production)
Platform: WebSphere MQ for Linux (x86-64 platform)
Mode: 64-bit
O/S: Linux 2.6.18-308.13.1.el5
$ /opt/mqm/bin/saveqmgr64.linux -m MYQMGR -f /tmp/test.mqs
Compiled for Websphere MQ V7.0.1.0 on Jun 24 2010
SAVEQMGR V6.1.3.1
Requesting attributes of the queue manager...
Got bad PCF response message
Type = 2
StrucLength = 36
Version = 1
Command = 2
MsgSeqNumber = 1
Control = 0
CompCode = 2
Reason = 3049
ParameterCount = 1
Parameter = 2
Value = 819
Processing Aborted, output file may be incomplete
$ uname -a
Linux MYLNXBOX 2.6.18-308.13.1.el5 #1 SMP Thu Jul 26 05:45:09 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
dis qmgr CCSID
1 : dis qmgr CCSID
AMQ8408: Display Queue Manager details.
QMNAME(MYQMGR) CCSID(819)
Last edited by mhashkhan on Sun Feb 15, 2015 10:45 pm; edited 1 time in total |
|
Back to top |
|
 |
smdavies99 |
Posted: Thu Feb 12, 2015 10:57 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Try downloading the latest version of the support pack. My guess is that the version of Saveqmgr you are using does not handle the QMGR Properties for an MQ V7 Queue Manager.
V7 had some new properties over V6 _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
mhashkhan |
Posted: Fri Feb 13, 2015 2:29 am Post subject: |
|
|
 Apprentice
Joined: 01 Dec 2008 Posts: 28
|
did just now with more latest version
./saveqmgr64 -m MYQMGR
Compiled for Websphere MQ V7.0.1.0 on Oct 9 2011
SAVEQMGR V6.1.4.0
Requesting attributes of the queue manager...
Got bad PCF response message
Type = 2
StrucLength = 36
Version = 1
Command = 2
MsgSeqNumber = 1
Control = 0
CompCode = 2
Reason = 3049
ParameterCount = 1
Parameter = 2
Value = 819
Processing Aborted, output file may be incomplete
Same thing
 |
|
Back to top |
|
 |
jcv |
Posted: Fri Feb 13, 2015 2:43 am Post subject: |
|
|
 Chevalier
Joined: 07 May 2007 Posts: 411 Location: Zagreb
|
Hi,
there are options designated to replace that support pack, like dmpmqcfg. |
|
Back to top |
|
 |
smdavies99 |
Posted: Fri Feb 13, 2015 2:46 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Looking at the error message a bit closer I see the you are getting an error number of 3049
Code: |
G:\>mqrc 3049
3049 0x00000be9 MQRCCF_CCSID_ERROR
G:\> |
Perhaps there is some problem with your Queue Manager. Have you recently changed the CCSID of the QMGR and either not used the FORCE option OR restarted the QMGR (Always a good idea IMHO) _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
mhashkhan |
Posted: Sun Feb 15, 2015 8:00 pm Post subject: |
|
|
 Apprentice
Joined: 01 Dec 2008 Posts: 28
|
damn... restarted the Queue manager and it is working...
 |
|
Back to top |
|
 |
|