Re: Some questions about the MQ versions

2004-09-22 Thread Gorse, Darry E
This link should help you with your questions:

http://www-306.ibm.com/software/integration/mqfamily/support/summary/index.html

-Original Message-
From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Vaughan
Phillips
Sent: Wednesday, September 22, 2004 9:04 AM
To: [EMAIL PROTECTED]
Subject: Some questions about the MQ versions


Good Afternoon.
I've been looking for MQ announcement letters on the IBM website, but can't seem to 
get the answers I'm looking for. 

I'd be much obliged if you could help with the answers to the following questions:

1. Is 5.3 the latest version of MQ? 
2. If not, what is?
3. Has End of Currency been announced for the latest version? 
4. If so, when?
5. What is the latest supported version of MQ?
6. When does this end?

TIA

Vaughan


FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE 
---
QAS Ltd.
Developers of QuickAddress Software
a href=http://www.qas.com;www.qas.com/a
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---
/FONT

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Re: MQAI Example Program

2003-10-01 Thread Gorse, Darry E [IT]
There are samples supplied with the product.
Look in the tools folder:
Creating a local queue (amqsaicq.c)
Displaying events using an event monitor (amqsaiem.c)
You should be able to modify the creating local queue. I used the model
to collect queue stats. 

Cheers,
Darry 

-Original Message-
From: Wmq Techie [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 01, 2003 9:52 AM
To: [EMAIL PROTECTED]
Subject: MQAI Example Program


MQ'ers,

  Anyone have a MQAI sample program written in C that alters queue
information that you would like to share.


TIA

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Re: DLQ reason code = 265

2003-09-24 Thread Gorse, Darry E [IT]
Bill,

I just entered your subject line into a google search: DLQ reason code = 265 and found 
this.


Cheers,
Darry 

DESCRIPTION OF PROBLEM FIXED FOR APAR SA92087 :
---
   The MQSeries trigger monitor program (QMQM/RUNMQTRM) places
   trigger messages to the dead-letter queue with a feedback code
   of 265 (MQFB_APPL_CANNOT_BE_STARTED) if it cannot start the
   triggered application. This is the correct behaviour.
   .
   The problem is that RUNMQTRM will do the same if the triggered
   program terminates with anything other than a zero exit status.
   What should happen is that after the triggered program has
   been successfully started, RUNMQTRM should not put any messages
   onto the dead-letter queue, irrespective of the return code
   from the user application being success or failure.

CORRECTION FOR APAR SA92087 :
-
   The following fixes have been applied to the MQSeries trigger
   monitor program.

   54284TRIGGER MONITOR DOES NOT PASS MQTMC2 IN SINGLE QUOTES
   IY14251  RUNMQTRM DLQ TRIGGER MSGS MQFB_APPL_CANNOT_BE_STARTED


CIRCUMVENTION FOR APAR SA92087 :

   None.


-Original Message-
From: Conklin, William [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2003 1:20 PM
To: [EMAIL PROTECTED]
Subject: DLQ reason code = 265


Hi There,
I've seen threads discussing the reason code of 265 in the dead letter
header but I can't seem to find them now.  I can't find this reason code in
any of the documentation either.  Suggestions? The put application name in
the DLH is runmqtrm and the destination queue is the initiation queue
defined for the local queue.
Thanks
Bill C.

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Re: DLQ reason code = 265

2003-09-24 Thread Gorse, Darry E [IT]
Bill,

Here is another item on this subject.

-Original Message-
From: Conklin, William [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2003 1:20 PM
To: [EMAIL PROTECTED]
Subject: DLQ reason code = 265


Hi There,
I've seen threads discussing the reason code of 265 in the dead letter
header but I can't seem to find them now.  I can't find this reason code in
any of the documentation either.  Suggestions? The put application name in
the DLH is runmqtrm and the destination queue is the initiation queue
defined for the local queue.
Thanks
Bill C.

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive
 Item RTA000167929 
Source..: PDDBR  PDDBR 
Last updated: 20010129
Abstract:   RUNMQDLQ INITIATED BY TRIGGER CAUSES DLQ ENTRIES FB265 265
 
   
   
USERS: ALL USERS with MQSeries Windows
   
PROBLEM SUMMARY:
 Having trouble getting runmqdlq to be triggered when a
 message appears in the Dead Letter Queue. When a message enters the
 DLQ, a loop occurs because each iteration of runmqdlq causes a
 FeedBack code of MQFB_APPL_CANNOT_BE_STARTED. But in fact the
 application is started and messages are moved from DLQ to
 DLQ.REALLY.DEAD.QUEUE as expected. Problem is with WAIT(NO) the
 runmqdlq is executed once for each message and every execution of
 runmqdlq causes another dead letter - thus a loop. It does not make
 sense to me this would cause the MQFB_APPL_CANNOT_BE_STARTED
 condition. If I say WAIT(YES) then another program I run that does an
 MQINQ to check queue depth of the DLQ hangs until runmqdlq ends -
 which never happens with WAIT(YES) specified - even if I open the
 queue shared and DLQ options allow sharing of the queue.
   
   
SOLUTION:
 We have seen a number of calls on this. What can happen is the
 triggered application will start and run fine. Then when it returns a
 non zero return code it will cause a trigger message to get written
 to the DLQ with the return code you mentioned. What has been
 suggested is to code the application so it will give a zero return
 code for things like 2033 no messages to get.
   
 There are three choices here:
   
 1) Preface runmqdlq with the word 'START' in the process definition.
This will cause it to run in the background and ensure the
trigger message is not DLQ'd.
 2) Modify the process definition to call a batch file which in turn
starts runmqdlq.  So long as the batch file exits with a zero
return value, the trigger message won't be DLQ'd.
 3) Use the source supplied under the 'samp' directory to modify and
rebuild runmqdlq.  This is not particularly easy, but it is
possible.
   
 I believe option 1 is easiest and best.  It is important to not when
 a triggered application runs in the background, the triggered monitor
 immediately checks for new trigger messages, rather than waiting for
 the triggered application to end.
   
 Cust tried option #1 you offered.  Setup the process as follows:
 DEFINE PROCESS ('DLQHandler2') REPLACE +
   DESCR('Dead Letter Queue Handler') +
   APPLTYPE(WINDOWSNT) +
   APPLICID('start C:\Program Files\MQSeries\bin\runmqdlq.exe
   DLQ 7EPPF runmqdlq is not reading it's parameters properly.
   
 Cust did find a solution. The problem was cust was triggering a
 program (sort of an agent) via another queue that would try to browse
 (1st method) or MQINQ (2nd method) the DLQ to see if any message was
 on the queue. This was simply to trigger a central alert that there
 were entries in the DLQ. The DLQ monitor was being triggered by the
 DLQ trigger to process it too so we had two processes attempting to
 access the DLQ. (it was all setup to supposedly share the queue but
 the process that attempted the browse or MQINQ would hang). Never
 could get that to work.
 So I quit triggering runmqdlq with a trigger on the DLQ and instead
 modified my C program to MQINQ the DLQ and if it was not empty to
 START the runmqdlq from the C program. This works just fine. As far
 as I am concerned the problem is resolved.
 


Re: Authorizations backup

2003-03-26 Thread Gorse, Darry
Alex,

Take a look at

Darry Gorse
Citigroup Real Estate Lending Technology
(972)652-1809
[EMAIL PROTECTED]


-Original Message-
From: Alex Korenfeld [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 4:31 PM
To: [EMAIL PROTECTED]
Subject: Authorizations backup


Hello everyone

For backing up my current Qmanager configuration  I'm using IBM SupportPac
MS03 (saveqmgr).
It works grate however  it doesn't save the authorizations for objects . So
I'll need to run scripts to
restore it.

I was wondering if anyone could suggest any available tool that backing up
the authorizations ?

Thanks in advance.

Alex.

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Recall: Authorizations backup

2003-03-26 Thread Gorse, Darry
Gorse, Darry would like to recall the message, Authorizations backup.

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Re: Backing Up Services in NT

2003-03-06 Thread Gorse, Darry
Have you decided on a solution? As Frank stated you could use MC73. You
still have to manually export your registry settings ( unless you have
developed an automated process ).

Darry

-Original Message-
From: De Seve, David [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 05, 2003 12:39 PM
To: [EMAIL PROTECTED]
Subject: Re: Backing Up Services in NT


Just to be clear I am not talking about the objects created within the queue
manager.  I am talking about the services created outside the queue manager
(listeners, initiators, and trigger monitors).  saveqmgr does not handle
this.

-Original Message-
From: Frank Laurijssens [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 05, 2003 4:41 AM
To: [EMAIL PROTECTED]
Subject: Re: Backing Up Services in NT


How about using Support Pack mc73? It's not exactly backup/restore, but once
you have the script to create the queue manager and queues/channels/..., it
can be used as a restore method.

From: De Seve, David [EMAIL PROTECTED]
Reply-To: MQSeries List [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Backing Up Services in NT
Date: Mon, 3 Mar 2003 10:41:23 -0500

Does anybody know a utility for backing-up/restoring MQ
Services in NT
so that I don't have to recreate them from scratch after I
delete/recreate a queue manager?

Thanks




Disclaimer:
' Aan de inhoud van dit bericht kunnen alleen rechten ten opzichte van
Interpay Nederland B.V. of aan haar gelieerde ondernemingen worden ontleend,
indien zij door rechtsgeldig ondertekende stukken worden ondersteund. De
informatie in dit e-mailbericht is van vertrouwelijke aard en alleen bedoeld
voor gebruik door de geadresseerde. Als u een bericht onbedoeld heeft
ontvangen, wordt u verzocht de verzender hiervan in kennis te stellen en het
bericht te vernietigen zonder van de inhoud kennis te nemen, deze te
vermenigvuldigen of andersoortig te gebruiken.'
An English version of this disclaimer is available on
http://www.interpay.nl/disclaimerenglish



Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Re: Backing Up Services in NT

2003-03-03 Thread Gorse, Darry



I don't know
if there isa formal support pac or utility but I have used the amqmdain
command in a bat file to recreate MQ services. Here is a sample, you just need
to modify it to your needs.

Cheers,
Darry


-Original Message-From:
De Seve, David [mailto:[EMAIL PROTECTED]Sent: Monday, March
03, 2003 9:41 AMTo: [EMAIL PROTECTED]Subject:
Backing Up Services in NT
Does
anybody know a utility for backing-up/restoring MQ Services in NT so that I
don't have to recreate them from scratch after I delete/recreate a queue
manager?

Thanks
@echo off
cls
echo Now creating the Channel Initiator
echo.
amqmdain crtchi QM1 SYSTEM.CHANNEL.INITQ
PAUSE
echo Now creating the Listener
echo.
PAUSE
amqmdain crtlsr QM1 -t TCP -p 1414
PAUSE
cls
echo.
echo Now creating the trigger monitors
echo.
amqmdain crttrm QM1 initiation queue

MQ Client on the AS/400

2003-02-06 Thread Gorse, Darry
Is it possible to use the MA88 support pac to allow client connections from
an AS/400 to other platforms, for example UNIX. Does any one use MA88 for
this purpose? Are there any special requirements for the AS/400?

Thanks in advance,

Cheers,
Darry

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Re: Webshpere MQSeries

2003-01-14 Thread Gorse, Darry
Have a look at: http://www-3.ibm.com/software/ts/mqseries/mq_renaming.html

Of course if you look at the Q15 on FAQS, you should note that IBM uses A16,
another renaming effort!

Cheers,
Darry

-Original Message-
From: Prithwiraj Basu [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 14, 2003 9:32 AM
To: [EMAIL PROTECTED]
Subject: Webshpere MQSeries


Hi All,

What is the official name of the latest and greatest IBM MQSeries software?
Is it simply called Webshpere MQSeries or does it have a version number as
well?  Thank you.

Prithwiraj Basu

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Re: MQ Client 5.2 - only works when executed by NT id who install ed it

2003-01-08 Thread Gorse, Darry
David,

Security was tightened on V52. Have you reviewed the MQ error logs on the
target system? Is the different userid that you used, defined on the box the
calls were made to?

Cheers,
Darry

-Original Message-
From: Dave Corbett [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 08, 2003 1:13 PM
To: [EMAIL PROTECTED]
Subject: MQ Client 5.2 - only works whn=en executed by NT id who
installed it


I have installed MQ client 5.2 on an NT 4.0 box with a userid that has
administrative rights to it.  That user can start an application that makes
use of the mqclient calls and everything works fine.  However, if I log
onto the NT box with a different userid (even if this id has admin rights),
the application fails.  This worked very well with version 5.0 of the mq
client.  There are no messages in the NT event logs or anywhere else that I
can see.  Does anyone know of an issue with 5.2 that could be causing this?

Thanks,
David Corbett
Certified MQ Solutions expert

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Re: quit

2003-01-07 Thread Gorse, Darry
Gee.. I feel that same way too sometimes, but if you want to leave the list
then you want to use:

SIGNOFF MQSERIES and send the request to  [EMAIL PROTECTED]

If you just want to stop receiving mail for a some period of time then you
can use:

SET MQSERIES NOMAIL and send the request to  [EMAIL PROTECTED]

Cheers,
Darry

-Original Message-
From: Felix Stutz [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 07, 2003 9:54 AM
To: [EMAIL PROTECTED]
Subject: quit


quit


___

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Re: Latest version Compaq NSK

2002-11-16 Thread Gorse, Darry



I would
recommend you callingIBM on this then. The sitesare a
referenceand if the reference is not sufficient then"IBM says you
make the call !" ( for those of you that remember that
slogan.

Cheers, Darry
-Original
Message-From: Emile Kearns
[mailto:[EMAIL PROTECTED]]Sent: Friday, November
15, 2002 1:13 AMTo: [EMAIL PROTECTED]Subject: Re:
Latest version Compaq NSK

The question that
remains un-answered is,
Do you get the software
based on the hardware platform or on the operating system running on the hardware.

-Original
Message-From: Gorse, Darry
[mailto:[EMAIL PROTECTED]] Sent: 14 November 2002 03:42To: [EMAIL PROTECTED]Subject: Re: Latest version Compaq
NSK


According
to these two IBM web sites, I would say that your findings are
correct.



http://www-3.ibm.com/software/ts/mqseries/support/summary/index.html



http://www-3.ibm.com/software/ts/mqseries/platforms/supported.html



HTH,



Cheers,

Darry




-Original
Message-From: Emile Kearns
[mailto:[EMAIL PROTECTED]]Sent: Wednesday, November 13, 2002 2:24
AMTo:
[EMAIL PROTECTED]Subject: Latest version Compaq
NSK
Hi
Guys,

I have a client running NT on a
Compaq NSK machine and what I would like to know is what the latest MQSeries
version for the platform is.
I seem to get 5.1 when I do my
search, is this correct?





Re: Latest version Compaq NSK

2002-11-14 Thread Gorse, Darry



According to 
these two IBM web sites, I would say that your findings are 
correct.

http://www-3.ibm.com/software/ts/mqseries/support/summary/index.html

http://www-3.ibm.com/software/ts/mqseries/platforms/supported.html

HTH,

Cheers,
Darry


-Original Message-From: 
Emile Kearns [mailto:[EMAIL PROTECTED]]Sent: 
Wednesday, November 13, 2002 2:24 AMTo: 
[EMAIL PROTECTED]Subject: Latest version Compaq 
NSK

Hi 
Guys,

I have a client running NT on a 
Compaq NSK machine and what I would like to know is what the latest MQSeries 
version for the platform is.
I seem to get 5.1 when I do my 
search, is this correct?





Re: WMQ 5.3 question

2002-11-07 Thread Gorse, Darry
Windows has the ever reliable task manager to view CPU usage, pid, memory
usage and others. Here is a web site that has other utilities for
Windows NT/2K.

http://www.sysinternals.com/ntw2k/utilities.shtml

Cheers,
Darry


-Original Message-
From: Jonas Nyberg [mailto:jonas.nyberg;HOME.SE]
Sent: Thursday, November 07, 2002 9:14 AM
To: [EMAIL PROTECTED]
Subject: WMQ 5.3 question


Hi,

On the iSeries (As/400) WMQ 5.3 there are a very useful
feature called Work with jobs. This nice feature list
all processes connected to the qmgr. It also show the
pid and cpu usage. I have searched the Windows version
for a similar feature without any result. Does anyone
know if this nice feature exist on the other distributed
platforms?

Jonas Nyberg
Electrolux IT Solutions - Sweden

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Re: IMB TRANSACTION AND MESSAGING CONFERENCE

2002-11-04 Thread Gorse, Darry
Title: URGENT - REVERT BACK TO 5.1 FROM 5.2



Here's a 
link that should help you with your questions.

http://www-3.ibm.com/services/learning/conf/us/t_m/index.html

Cheers, Darry
-Original Message-From: Voges, P. (Pieter) 
[mailto:[EMAIL PROTECTED]]Sent: Sunday, November 03, 2002 11:35 
PMTo: [EMAIL PROTECTED]Subject: IMB TRANSACTION AND 
MESSAGING CONFERENCE
Hi 
everyone

I 
would like to attend the IBMtransaction and messaging conference in Las 
Vegas from February 10 - 14 next year. I need to apply now and need some 
indication of costs for budgeting purposes. I am working in South-Africa and can 
obtain the cost for the return flightsquite easy. But I urgently need an 
estimation of the other cost. (Cost of the conference, accommendation, transport 
etc.)

If 
anybody cangive me an indication on that it will really be appreciated. 



  
  Thank you 
  
  Pieter 
  Voges 
  MQ 
  SupportNedcor Bank 
  Limited Tel: 
  (011) 881 4410 
  Sel: 
  0836455 
  300 E-mail: 
  [EMAIL PROTECTED] 
  http://dotweb.it.nednet.co.za/link.asp?names=Voges,%20Pieter
  


Re: mq/mqsi Solution Expert Certification

2002-11-04 Thread Gorse, Darry
The other site is:

http://www.topcat2.com/

Cheers,
Darry

-Original Message-
From: Robert Broderick [mailto:robertbroderick;HOTMAIL.COM]
Sent: Monday, November 04, 2002 11:26 AM
To: [EMAIL PROTECTED]
Subject: Re: mq/mqsi Solution Expert Certification

Yes there is another site with questions on it!!!

Unfortunatly I do not have it with me and I do not know if itis up and
running anymore. It has actually been mentioned on this list a few times.
You might try the (OH NO!) archives.

  bb

From: john smith [EMAIL PROTECTED]
Reply-To: MQSeries List [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: mq/mqsi Solution Expert Certification
Date: Mon, 4 Nov 2002 09:04:01 -0800


Does anybody know if their are any other sites for preparing for the
Solution Expert certifications beside the ibm sample tests??

thanks in advance, john


Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Re: DISPLAY QSTATUS

2002-10-30 Thread Gorse, Darry
Tim,

That's the flexibility of MO71, you can use it to monitor/administrate a
host of different platforms. I used it recently to connect to OS/390,
Solaris, windows. Paul even included a MQSC window. ( Any way I always like
to talk up Paul's support Pac. )

Cheers,
Darry
-Original Message-
From: Tim Armstrong [mailto:timarm;AU1.IBM.COM]
Sent: Tuesday, October 29, 2002 5:29 PM
To: [EMAIL PROTECTED]
Subject: Re: DISPLAY QSTATUS


Darry,

Yes that was where I first came across it. However we run a whole host of
different platforms where I work and so I tend to use runmqsc as the common
denominator.

Regards
Tim A



  Gorse, Darry
  darry.e.gorse@CITTo:
[EMAIL PROTECTED]
  IGROUP.COM   cc:
  Sent by: MQSeries Subject:  Re: DISPLAY
QSTATUS
  List
  MQSERIES@AKH-WIEN
  .AC.AT


  30/10/2002 00:41
  Please respond to
  MQSeries List






Tim,

Have a look at Paul Clarke's MO71 for V530. Paul's support Pac gives you a
real crisp view of all this information in a windows format. See the
attached file.
Way to go Paul...

Cheers,
Darry

-Original Message-
From: Tim Armstrong [mailto:timarm;AU1.IBM.COM]
Sent: Monday, October 28, 2002 11:14 PM
To: [EMAIL PROTECTED]
Subject: DISPLAY QSTATUS


Came across the DISPLAY QSTATUS command recently. Availability seems to be
V5.2 for MVS and V5.3 for distributed platforms, could be very handy for
problem determination.

An example from MQ 5.3 on Windows 2000 is shown below

dis qstatus(PING) type(handle) opentype(all) PID TID APPLTAG
 5 : dis qstatus(PING) type(handle) opentype(all) PID TID APPLTAG
AMQ8450: Display queue status details.
   QUEUE(PING) PID(2772)
   APPLTAG(C:\mqecho.exe)  TID(1)


Regards
Tim A

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive




 Queue_Usage.doc has been removed from this note on October 30 2002 by
Tim Armstrong

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Re: DISPLAY QSTATUS

2002-10-30 Thread Gorse, Darry
Dan,

Have you downloaded the latest version of MO71? You might want to check out
all the new features. ( Hint ! )

Cheers,
Darry
-Original Message-
From: Boger, Dan [mailto:DBoger;MFS.COM]
Sent: Wednesday, October 30, 2002 7:56 AM
To: [EMAIL PROTECTED]
Subject: Re: DISPLAY QSTATUS


I use MO71 as well, and love it - one odd omission I noticed though:
there's no way to put messages to queues through it?  there must be, and I
must have missed it.  Does anyone know of any such a function?

Dan

-Original Message-
From: Gorse, Darry [mailto:darry.e.gorse;CITIGROUP.COM]
Sent: Wednesday, October 30, 2002 7:45 AM
To: [EMAIL PROTECTED]
Subject: Re: DISPLAY QSTATUS
Importance: Low


Tim,

That's the flexibility of MO71, you can use it to monitor/administrate a
host of different platforms. I used it recently to connect to OS/390,
Solaris, windows. Paul even included a MQSC window. ( Any way I always like
to talk up Paul's support Pac. )

Cheers,
Darry
-Original Message-
From: Tim Armstrong [mailto:timarm;AU1.IBM.COM]
Sent: Tuesday, October 29, 2002 5:29 PM
To: [EMAIL PROTECTED]
Subject: Re: DISPLAY QSTATUS


Darry,

Yes that was where I first came across it. However we run a whole host of
different platforms where I work and so I tend to use runmqsc as the common
denominator.

Regards
Tim A



  Gorse, Darry
  darry.e.gorse@CITTo:
[EMAIL PROTECTED]
  IGROUP.COM   cc:
  Sent by: MQSeries Subject:  Re: DISPLAY
QSTATUS
  List
  MQSERIES@AKH-WIEN
  .AC.AT


  30/10/2002 00:41
  Please respond to
  MQSeries List






Tim,

Have a look at Paul Clarke's MO71 for V530. Paul's support Pac gives you a
real crisp view of all this information in a windows format. See the
attached file.
Way to go Paul...

Cheers,
Darry

-Original Message-
From: Tim Armstrong [mailto:timarm;AU1.IBM.COM]
Sent: Monday, October 28, 2002 11:14 PM
To: [EMAIL PROTECTED]
Subject: DISPLAY QSTATUS


Came across the DISPLAY QSTATUS command recently. Availability seems to be
V5.2 for MVS and V5.3 for distributed platforms, could be very handy for
problem determination.

An example from MQ 5.3 on Windows 2000 is shown below

dis qstatus(PING) type(handle) opentype(all) PID TID APPLTAG
 5 : dis qstatus(PING) type(handle) opentype(all) PID TID APPLTAG
AMQ8450: Display queue status details.
   QUEUE(PING) PID(2772)
   APPLTAG(C:\mqecho.exe)  TID(1)


Regards
Tim A

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive




 Queue_Usage.doc has been removed from this note on October 30 2002 by
Tim Armstrong

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Re: DISPLAY QSTATUS

2002-10-29 Thread Gorse, Darry
Tim,

Have a look at Paul Clarke's MO71 for V530. Paul's support Pac gives you a
real crisp view of all this information in a windows format. See the
attached file.
Way to go Paul...

Cheers,
Darry

-Original Message-
From: Tim Armstrong [mailto:timarm;AU1.IBM.COM]
Sent: Monday, October 28, 2002 11:14 PM
To: [EMAIL PROTECTED]
Subject: DISPLAY QSTATUS


Came across the DISPLAY QSTATUS command recently. Availability seems to be
V5.2 for MVS and V5.3 for distributed platforms, could be very handy for
problem determination.

An example from MQ 5.3 on Windows 2000 is shown below

dis qstatus(PING) type(handle) opentype(all) PID TID APPLTAG
 5 : dis qstatus(PING) type(handle) opentype(all) PID TID APPLTAG
AMQ8450: Display queue status details.
   QUEUE(PING) PID(2772)
   APPLTAG(C:\mqecho.exe)  TID(1)


Regards
Tim A

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive




Queue_Usage.doc
Description: MS-Word document


Re: MQSeries 5.x and Solaris 9.0

2002-10-29 Thread Gorse, Darry
Bill,

Try this web page:

http://www-3.ibm.com/software/ts/mqseries/platforms/supported.html

Cheers,
Darry

-Original Message-
From: Conklin, William [mailto:WConklin;GLHEC.ORG]
Sent: Tuesday, October 29, 2002 8:36 AM
To: [EMAIL PROTECTED]
Subject: MQSeries 5.x and Solaris 9.0


Hi There,
Do any of you know if MQSeries 5.x is officially supported on Solaris 9.0
Thanks a MILLION in advance.
Bill C.

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Re: Any sites with many MQSeries servers?

2002-10-24 Thread Gorse, Darry
Any relation to the guy in the picture, on this page.

http://www.reconda.com/exeteam.htm



-Original Message-
From: Hornby, Derek [mailto:DHornby;EXCHANGE.ML.COM]
Sent: Thursday, October 24, 2002 11:04 AM
To: [EMAIL PROTECTED]
Subject: Re: Any sites with many MQSeries servers?


I am an administrator at a site with approx 200 Queue Managers and approx
150 MQ servers across 8 distinct MQ platforms,
and we use QN-AppWatch from http://www.reconda.com to administer this
environment


-Original Message-
From: Hall, Scott [mailto:scott.hall;CH.UNISYS.COM]
Sent: Thursday, October 24, 2002 11:58 AM
To: [EMAIL PROTECTED]
Subject: Any sites with many MQSeries servers?


Do any the readers of this mail list have many MQ servers?
(e.g., more than 50 queue managers on more than 50
server/mainframe machines)

If so, how do you manage the queue manager configurations?
(e.g., home grown tools, tools from a S/W vendor, ...)

Does anyone have any tools to help validate configurations?
(i.e., see if they are probably correct before putting
them into production usage)

Thanks in advance.

Scott Hall

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Re: Problem setting ID Context

2002-10-01 Thread Gorse, Darry

First, just a simple question. Did you do a refresh security with each
permission change?
Cheers,
Darry

 -Original Message-
From:   Wyatt, T. Rob [mailto:[EMAIL PROTECTED]]
Sent:   Tuesday, October 01, 2002 12:21 PM
To: [EMAIL PROTECTED]
Subject:Problem setting ID Context

Before I open a problem ticket with IBM, I wanted to know if anyone else has
seen this error.

I have a vendor that requires specific values in the ApplIdentityData field.
I set up the developer's ID with +setid permissions to the remote queue and
to the XMitQ.  We incrementally added authorizations to his ID until we were
using +all but nothing worked until I put his ID in the mqm group.

Once we got him going, I set up an ID mqmdev in it's own mqmdev group but
NOT in the mqm group so that I could duplicate the problem.  The developer
was using Java so I wrote a simple test program in C to eliminate any Java
or CLASSPATH issues.  I tried opening the remote queue and also used QMgr
name resolution to open the XMitQ directly.  No matter what I try, there
does not seem to be any combination of permissions that allows setting the
ApplIdentityData field short of adding the ID to the mqm group.  This is on
Solaris MQ 5.2 CSD05.

Any ideas what I might be overlooking?  Is this a known problem?

Thanks -- T.Rob

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Re: Cryptic MQSeries Program Names

2002-08-12 Thread Gorse, Darry

Bill,

Here is a text file that was taken from the list server, last year.

Cheers,
Darry

-Original Message-
From: Conklin, William [mailto:[EMAIL PROTECTED]]
Sent: Sunday, August 11, 2002 5:22 PM
To: [EMAIL PROTECTED]
Subject: Cryptic MQSeries Program Names


Hi All,
I'm trying to do some system debugging and I need to determine the cryptic
program names for MQSeries:

Example:
AMQZDMAA
AMQZLAA0.EXE
AMQZLLP0.EXE
ETC.

Some are self explanatory :
RUNMQLSR
RUNMQCHI
ETC.

I've search several MQ documents and have come up empty, any idea's?
Thanks
Bill C.

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive




The distinction between the process names is not the channel type but the
way in which it was started.


Windows/NT
AMQHASMN.EXE - The logger
AMQHARMN.EXE - Log formatter (LINEAR logs only)
AMQZLLP0.EXE - Checkpoint process
AMQZLAA0.EXE - LQM agents
AMQZTRCN.EXE - Trace
AMQZXMA0.EXE - Execution controller
AMQXSSVN.EXE - Shared memory servers
AMQCRSTA.EXE - Any remotely started channel over TCP/IP
 - Could be RECEIVER,REQUESTER,CLUSRCVR,SVRCONN,SENDER,SERVER
AMQCRS6A.EXE - Any remotely started channel over LU62/SNA
 - Could be RECEIVER,REQUESTER,CLUSRCVR,SVRCONN,SENDER,SERVER
RUNMQCHL.EXE - Any locally started channel over any protocol
 - Could be SENDER,SERVER,CLUSSDR,REQUESTER
RUNMQLSR - LISTENER PROCESS
RUNMQCHI - CHANNEL INITIATOR
RUNMQSC.EXE  - MQSeries Command processor
AMQPCSEA.EXE - PCF command processor
AMQSCM.EXE   - Service Control Manager



SOLARIS
amqhasmx - logger
amqharmx - log formatter, used only if the queue manager has linear logging selected
amqzllp0 - checkpoint processor
amqzlaa0 - queue manager agents
amqzxma0 - processing controller
amqcrsta - Any remotely started channel over TCP/IP
 - Could be RECEIVER,REQUESTER,CLUSRCVR,SVRCONN,SENDER,SERVER
amqcrs6a - Any remotely started channel over LU62/SNA
 - Could be RECEIVER,REQUESTER,CLUSRCVR,SVRCONN,SENDER,SERVER
runmqchl - Any locally started channel over any protocol
 - Could be SENDER,SERVER,CLUSSDR,REQUESTER
runmqlsr - listener process
runmqchi - channel initiator
runmqsc  - MQ Command interface
amqpcsea - PCF command processor



AS/400
AMQHIXK4 - Storage Manager (Housekeeper)
AMQMCPRA - Data Store (Object Cache)
AMQCLMAA - Listener
AMQALMP4 - Check Point Process
AMQRMCLA - Sender channel
AMQCRSTA - Any remotely started channel over TCP/IP
 - Could be RECEIVER,REQUESTER,CLUSRCVR,SVRCONN,SENDER,SERVER
AMQCRS6A - Any remotely started channel over LU62/SNA
 - Could be RECEIVER,REQUESTER,CLUSRCVR,SVRCONN,SENDER,SERVER
AMQPCSVA - PCF command processor
AMQRIMNA - Channel initiator (trigger monitor to start channel)
AMQIQES4 - Quiesce (forces user logoffs - for upgrades)
AMQIQEJ4 - Quiesce (without user logoffs - for daily use if desired)



AIX
amqhasmx - logger
amqharmx - log formatter, used only if the queue manager has linear logging selected
amqzllp0 - checkpoint processor
amqzlaa0 - queue manager agent(s)
amqzxma0 - processing controller
amqcrsta - Any remotely started channel over TCP/IP
 - Could be RECEIVER,REQUESTER,CLUSRCVR,SVRCONN,SENDER,SERVER
amqcrs6a - Any remotely started channel over LU62/SNA
 - Could be RECEIVER,REQUESTER,CLUSRCVR,SVRCONN,SENDER,SERVER
runmqchl - Any locally started channel over any protocol
 - Could be SENDER,SERVER,CLUSSDR,REQUESTER
runmqlsr - listener process
runmqchi - channel initiator
runmqsc  - MQ Command interface
amqpcsea - PCF command processor

HP/UX
amqhasmx - logger
amqharmx - log formatter, used only if the queue manager has linear logging selected
amqzllp0 - checkpoint processor
amqzlaa0 - queue manager agents
amqzxma0 - processing controller
amqcrsta - Any remotely started channel over TCP/IP
 - Could be RECEIVER,REQUESTER,CLUSRCVR,SVRCONN,SENDER,SERVER
amqcrs6a - Any remotely started channel over LU62/SNA
 - Could be RECEIVER,REQUESTER,CLUSRCVR,SVRCONN,SENDER,SERVER
runmqchl - Any locally started channel over any protocol
 - Could be SENDER,SERVER,CLUSSDR,REQUESTER
runmqlsr - listener process
runmqchi - channel initiator
runmqsc  - MQ Command interface
amqpcsea - PCF command processor

OS2
AMQHASM2.EXE - The logger
AMQHARM2.EXE - Log formatter (LINEAR logs only)
AMQZLLP0.EXE - Checkpoint process
AMQZLAA0.EXE - LQM agents
AMQZXMA0.EXE - Execution controller
AMQXSSV2.EXE - Shared memory servers
AMQCRSTA.EXE - Any remotely started channel over TCP/IP
 - Could be RECEIVER,REQUESTER,CLUSRCVR,SVRCONN,SENDER,SERVER
AMQCRS6A.EXE - Any remotely started channel over LU62/SNA
 - Could be RECEIVER,REQUESTER,CLUSRCVR,SVRCONN,SENDER,SERVER
RUNMQCHL.EXE - Any locally started channel over any protocol
 - Could be SENDER,SERVER,CLUSSDR,REQUESTER
RUNMQLSR - LISTENER PROCESS
RUNMQCHI 

Re: MQ DLL

2002-07-25 Thread Gorse, Darry

Are there any monitoring agents running on the server?
What about any anti-virus programs?
I have had both cause me the same kind of grief.
Cheers,
Darry

-Original Message-
From: Robert Broderick [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 25, 2002 7:44 AM
To: [EMAIL PROTECTED]
Subject: MQ DLL


Anybody remember the Utility to tell you who has a lock on a DLL on Win2K.
Trying to install CSD04 to MQS 5.2 on Win2K and an MQ DLL is giving me
greif. Ther server was rebooted and ALL MQ services are down. Or at least
they look that way!!

bobbee

_
Send and receive Hotmail on your mobile device: http://mobile.msn.com

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Re: MQ5.2 install issue

2002-07-15 Thread Gorse, Darry

Have you verified by using WINVER?
Look for Revised Service Pack 6a in the pop up window

Cheers,
Darry

-Original Message-
From: Bruce Baxter [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 15, 2002 9:39 AM
To: [EMAIL PROTECTED]
Subject: MQ5.2 install issue


I'm having problems installing MQ Series 5.2 on a Win NT 4.0 Server that
appears to have SP6A installed on it, yet the MQ installation process fails
this for a pre-requisite.  Has anyone else seen this problem?

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Re: MQ5.2 install issue

2002-07-15 Thread Gorse, Darry

It should not matter if it's workstation or server. Just a quick thought:
Are you sure that it's SP6a that the install is complaining about and
not one of the other pre-reqs?

Cheers,
Darry

-Original Message-
From: Bruce Baxter [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 15, 2002 11:42 AM
To: [EMAIL PROTECTED]
Subject: Re: MQ5.2 install issue


Yes.  I did that, and it verified '6a' build 1381, just like most of the
other systems I've tested on.  I wonder if this has anything to do with
this being NT Server and not Workstation, like the other's I tested on.



  Gorse, Darry
  Darry_Gorse@AFC To:
[EMAIL PROTECTED]
  C.COM   cc:
  Sent by: Subject: Re: MQ5.2 install
issue
  MQSeries List
  MQSERIES@AKH-WI
  EN.AC.AT


  07/15/2002 11:45
  AM
  Please respond
  to MQSeries List






Have you verified by using WINVER?
Look for Revised Service Pack 6a in the pop up window

Cheers,
Darry

-Original Message-
From: Bruce Baxter [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 15, 2002 9:39 AM
To: [EMAIL PROTECTED]
Subject: MQ5.2 install issue


I'm having problems installing MQ Series 5.2 on a Win NT 4.0 Server that
appears to have SP6A installed on it, yet the MQ installation process fails
this for a pre-requisite.  Has anyone else seen this problem?

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Re: Running a stand alone MQ Java client application

2002-07-11 Thread Gorse, Darry

Did you make sure that the connection.jar was in your class path?

Cheers,
Darry

-Original Message-
From: Bushra Mohammad [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2002 10:54 AM
To: [EMAIL PROTECTED]
Subject: Running a stand alone MQ Java client application


Hi,

I have developed a stand alone application using the Ma88 support pac.
The documentation says I can run the application as a client application if
it uses TCP/IP connectivity to connect to the MQ Server.
But when I try to run the java application on a windows NT PC, that has Ma88
installed and try to connect to a remote queue manager,
I get the following error message:
Exception in thread main java.lang.NoClassDefFoundError:
javax/resource/ResourceException
at com.ibm.mq.MQEnvironment.clinit(MQEnvironment.java:224)

Is something more required to run the application?
Any help would be appreciated.

Thanks

Bushra

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



MS0G Support PAC

2002-07-09 Thread Gorse, Darry

Has anyone had this problem with the MS0G support pac:
An error occurred whilst converting CHECK
correlid:java.io.UnsupportedEncodingException: Cp850
An error occurred whilst reading the message
buffer:java.io.UnsupportedEncodingException: Cp850
An error occurred whilst converting OBJECT
correlid:java.io.UnsupportedEncodingException: Cp850
An error occurred whilst reading the message
buffer:java.io.UnsupportedEncodingException: Cp850
Environment - Windows 2000
java version 1.3.1_04
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_04-b02)
Java HotSpot(TM) Client VM (build 1.3.1_04-b02, mixed mode)

Cheers,
Darry

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Re: Orphaned client channel connections using JMS/MQ

2002-06-27 Thread Gorse, Darry

Dave,

Do you have TCP KeepAlive set up on your server and implemented on your
Queue Managers? If I remember this was discussed some time ago on the list.

Cheers,
Darry Gorse
IBM Certified Specialist - WebSphere MQ
Systems Infrastructure  Operations


 -Original Message-
From:   Dave Corbett [mailto:[EMAIL PROTECTED]]
Sent:   Thursday, June 27, 2002 8:47 AM
To: [EMAIL PROTECTED]
Subject:Orphaned client channel connections using JMS/MQ

I have an application that has two W2k boxes talking to each other.  One is
a QM and the other runs a websphere application that uses JMS to do MQ
calls.  The websphere app makes client connections across a wan to the QM.
We are having network issues and the client channel connections end up
orphaned on the QM.  The client automatically reconnects when it detects
connection failure.  This has the result of the maxChannels parameter being
eventually exceeded.  I have set the parameter to 300, but this just delays
the inevitable.  We are continually trying to resolve the network issues,
but as a short term fix we should be able to use MQSeries explorer to
control the client connections.  The issue is that when checking the status
of the server connection where all instances of the client connections are
displayed, there is no way to stop a specific instance.  By right clicking
on the serverconn, we can stop all client instances, but this has the
result of causing timeouts to end users.  And, when we issue a stop
command, the channels go into a stopping mode, but I believe they are still
included in the max channels count.  Does anybody know of a way to kill and
delete these orphaned client connections?  Our site is having many
network issues and we are looking for a faster way of restarting things
without rebooting the QM.

Thanks,
David Corbett
MQSeries Certified Solutions Expert

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Re: AMQMSRVN, Memory Leak on MQ V5.2.1 on NT?

2002-05-17 Thread Gorse, Darry

Rick,

Is this fix on the latest CSD? I have up to CSD03 installed and am still
experiencing a memory leak.

Cheers,
Darry

 -Original Message-
 From: Rick Tsujimoto [SMTP:[EMAIL PROTECTED]]
 Sent: Friday, May 17, 2002 8:12 AM
 To:   [EMAIL PROTECTED]
 Subject:  Re: AMQMSRVN, Memory Leak on MQ V5.2.1 on NT?

 For those of you who have been experiencing memory leaks as described
 below, IBM sent me E-Fix P22813 which seems to have fixed the problem.  I
 suspect some of you have already tried this E-Fix and, hopefully, you got
 the same results.



Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive