Re: Sporatic AMQ9208 errors on Client connection

2003-03-19 Thread Glen Larson
Frank, Yes if these were occuing on the Server, but these are occuring on the client side. Since we know the server is not going down, and these are not reported by other clients, that eliminates(i believe) the MQServer, and node. glen "Bright, Frank" <[EMAIL PROTECTED]>@AKH-Wien.AC.AT> on 03

Re: Sporatic AMQ9208 errors on Client connection

2003-03-19 Thread Bright, Frank
These type of errors have been posted or discussed on the listserv before. Here is an extract from one of the exchanges I saved that could be of some help for you: 10054 error - "connection was reset by peer" I'm thinking they occur when the client disconnects without doing an MQCLOSE on the queu

Sporatic AMQ9208 errors on Client connection

2003-03-19 Thread Glen Larson
Hello, MQ Client V5.2 csd04, on NT (6a) MQ Server V5.2 csd04 on NT (6a) We have not done any recent updates to the MQ software (we are working on 5.3 and have frozen all 5.2 maint) Web Application server running on NT node using MQClient to get data from background systems in a request/reply mode

Re: selectively stop a channel - MQ v5.3 csd1 w2k

2003-03-19 Thread Nick Dilauro
Thanks Tom/Emile. Adding the CONNAME worked. Nick -Original Message- From: Tom Schneider [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 4:45 AM To: [EMAIL PROTECTED] Subject: Re: selectively stop a channel - MQ v5.3 csd1 w2k Nick, I haven't tried these parms, but the featur

Re: Get/Put Rate/second and shell scripting

2003-03-19 Thread Jim Ford
Preface the command with "time." You get your normal output from the command, plus elapsed time, and user and system time. So if your script is "putter.sh" run "time putter.sh" instead. Wesley Shaw <[EMAIL PROTECTED]To: [EMAIL PROTECTED]

Get/Put Rate/second and shell scripting

2003-03-19 Thread Wesley Shaw
I am trying to calculate the put rate of a Unix shell script using MQ in the number of messages per second. Anyone know how to calculate elaspe time in seconds with a Unix shell script ? Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide avai

Re: Trigger Control-m job

2003-03-19 Thread philip . distefano
sure.. under the mqm userid setenv EDITOR vi crontab -e this puts you into edit for the crontab assocated with the mqm userid. You can then edit it as you would any other crontab. for example: (Embedded image moved to file: pic11337.pcx) Burke Edward

Trigger Control-m job

2003-03-19 Thread Burke Edward
Title: Trigger Control-m job Has anyone had any experience with triggering Control-m batch jobs from Mqseries ? If so how did you go about it ?

Re: MS03 on AS/400 question

2003-03-19 Thread Rick Tsujimoto
Jonas, I decided to stick with the -f switch: /* Build two command strings:*/ /*1. Define the FN variable with the target filename */ /* using the AS/400 filename format.*/ /* NOTE: QSH does not like the AS/400 filename for

Channels terminating unexpectedly on 5.3 WIN2K

2003-03-19 Thread Kulbir S. Thind
Hi, We have MQ5.3 GA1 (Oct 02 release) and are experiencing problems with channels terminating unexpectedly, has anyone else seen this? Thanks in advance, Kulbir. Kulbir S Thind 14-Mar-2003 10:22                         eAIM    D2 GSK House    (020) 8047 2820         To:        "MQSe

Re: selectively stop a channel - MQ v5.3 csd1 w2k

2003-03-19 Thread Tom Schneider
Nick, I haven't tried these parms, but the feature you are describing appears to be the new CONNAME and QMNAME parameters on the Stop Channel command. The Command Reference doesn't list any environments where these parameters aren't available. -Tom ===

MQServer V5.2.1 with Windows2000 SP3?

2003-03-19 Thread Larry LaChanse
Hello, Our security folks want us to upgrade from SP2 to SP3 on our Windows 2000 Server Edition boxes.All are running MQSeries Server V5.2.1 with CSD04. Has anyone had any issues with applying SP3 on W2K operating system? The IBM websites mentions that V5.3 (I assume V5.2.1 would be the same)

Re: AMQ7627 Error - Two Phase Commit - XA Problem

2003-03-19 Thread Robert Broderick
can you connect to the DB from the command line? From: P Karthikeyan <[EMAIL PROTECTED]> Reply-To: MQSeries List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: AMQ7627 Error - Two Phase Commit - XA Problem Date: Wed, 19 Mar 2003 14:02:26 +0530 Hi all, One of our project is facing this P

Re: AW: MQSI 2.1 WIN2K

2003-03-19 Thread Robert Broderick
The funny think is we have 4 message sets. two are HUGE and two are small. It's the two small ones that are getting the memory error. Go figure. I believe on my last assignment I had WIN2K PRO and never had a problem with any feature of WMQI. I am still trying to figure out the problem. We maxed ou

Re: MQSI 2.1 WIN2K

2003-03-19 Thread Christopher Frank
Bobbee, >>>Can WMQI 2.1 run on WIN2K Professional. I run WMQI V2.1 CSD4 on an IBM Thinkpad with WIN2K Professional. I have not seen the problem you describe. Regards, Christopher Frank Sr. I/T Specialist - IBM Software Group IBM Certified Solutions Expert - Websphere MQ & MQ Integrator

Re: MQSI 2.1 WIN2K

2003-03-19 Thread Robert Broderick
Thanks Andre, at this point I cannot point a finger at anything (for the mere fact that I don't know who or why the error is being caught). BUT something is generating the error and it is being elusive. bobbee From: "van Zyl, Andre" <[EMAIL PROTECTED]> Reply

Re: Opinion please

2003-03-19 Thread Herd, Stewart
Stefan, Thanks very much for your reply, the information is appreciated   Stewart   Stewart Herd Senior Software Engineer Systems Engineering Services ACS NSC Campus Loughmahon Technology Park Cork Ireland Office +353 21 2309331 Mobile +353 86 1713777

AW: Removing a Pageset

2003-03-19 Thread Raabe, Stefan
Jim, I am not quite sure, but I think you have to follow the procedure "restarting if you have lost your log data sets" described in the system administration guide and omit the page set you want to remove. Regards Stefan -Ursprungliche Nachricht- Von: Jim Ford [mailto:[EMAIL PROTECTE

Re: Regarding new log et al

2003-03-19 Thread Williams, Dave (Systems Management)
Jan This is what I thought, but I like to hear confirmation from others - Thanks! Dave W. -Original Message- From: Jan van Kemenade [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 3:25 AM To: [EMAIL PROTECTED] Subject: Re: Regarding new log et al Hi, > > Do we have to REP

Re: selectively stop a channel - MQ v5.3 csd1 w2k

2003-03-19 Thread Emile Kearns
Look at : Script(MQSC) Command Reference Chapter 2 : The MQSC commands STOP CHANNEL Hope this is what you are after. Emile Kearns -Original Message- From: Nick Dilauro [mailto:[EMAIL PROTECTED] Sent: 18 March 2003 10:24 To: [EMAIL PROTECTED] Su

Re: MQSI 2.1 WIN2K

2003-03-19 Thread van Zyl, Andre
I have WMQI 2.1 (CSD02) on my Laptop with Windows 2000 Professional(IBM Thinkpad P3 512Mb memory) and MQ 5.2 . I recently imported about 100 message flows and also 6 message sets and deployed without any problems. For what it's worth, I do not think its an OS problem. Andre -Original Message-

AW: MQSI 2.1 WIN2K

2003-03-19 Thread Bock, Christian
Hi bobbe, I have a WMQI2.1 CSD02 installation on Win2k Professional. (256 MB RAM) Till now i had no problems importing or exporting message sets. Chris -Ursprüngliche Nachricht- Von: Robert Broderick [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 18. März 2003 20:55 An: [EMAIL PROTECTE

AMQ7627 Error - Two Phase Commit - XA Problem

2003-03-19 Thread P Karthikeyan
Hi all, One of our project is facing this Problem. They are using two phase commit using MQ/NT Ver 5.2 & Oracle 8.1.7. MQ is the transaction co-ordinator. They have edited the resources tab of the properties of the queue manager for configuring the properties. The switch file used is jdbcora.

Re: Regarding new log et al

2003-03-19 Thread Jan van Kemenade
Hi, > > Do we have to REPRO the contents of all the logs when we do the add > (during an upcoming weekend IPL) or just the contents of the log that > was last running when we shutdown MQ? The BSDS holds information on which log records it expects to be in the actibe logs. So, you'd need to copy t

AW: Opinion please

2003-03-19 Thread Raabe, Stefan
Hello   "Is it possible to define shared and non-shared queues within the same QMGR? "   no.   "any messages coming in which are destined to the non-shared queues in the QMGR that has failed, will end up going to the dead letter queue until that QMGR has been restarted"   you can not put message

Re: Data conversion on mainframe

2003-03-19 Thread Ruzi R
Darren, Why don't you try to write the handle to a TS queue(s) before the suspected call(s)? You can then view the contents of the queue(s). Regards, Ruzi --- Darren Douch <[EMAIL PROTECTED]> wrote: > Rick, I have a rather unsophisticated environment - > CEDF is the limit of my > online debuggin

"SIGNOFF MQSERIES"

2003-03-19 Thread vinay_tiwari
"SIGNOFF MQSERIES" 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: MQSeries OS/390 QMGR Abend - CSQV086E - Reason 00E80100 - Solved - Thanks

2003-03-19 Thread P Karthikeyan
Hi all, Thanks for the response provided by all of you. The problem got solved. We tried to implement the TIME=NOLIMIT parameter in the EXEC STEP of the queue manager. Because of some problems(USS problems), we were forced to do an IPL after which the problem has not recurred. We are trying to

Removing a Pageset

2003-03-19 Thread Jim Ford
I've got a page set that no longer has any messages or storage classes associated with it. A DISPLAY USAGE command shows all pages are unused. To get MQSeries to stop using it, can I simply remove it from MSTR's JCL? The manual describes adding, shrinking and enlarging, but so far I haven't seen an

IC01 corrected BAT files

2003-03-19 Thread Robert Broderick
Several times I EMAILed the corrected .BAT files for the IC01 SupportPack to a few members of the list. Like the idiot I am, I left them at the last client and being as it was done more than 10 minutes ago I cannot remember the directory addition to the PATH statement. If one of the receipents have

selectively stop a channel - MQ v5.3 csd1 w2k

2003-03-19 Thread Nick Dilauro
I seem to remember that v5.3 is supposed to have a command to selectively stop a client channel based on the IP or MCA jobname. Is this feature available on W2K or is it just for OS390? If so, what is the syntax or please direct me to the correct command? I could not locate it in the command ref

MQSI 2.1 WIN2K

2003-03-19 Thread Robert Broderick
Can WMQI 2.1 run on WIN2K Professional. We have two laptops one VAIO, one Thinkpad. Both 512RAM, one WIN2K Server one WIN2K Professional. Both at SP3 and WMQI CSD03 and MQ 5.3. VAIO works great. WMQI on the Professional (Thinkpad) WMQI works and comes up by when doing 2 of 4 mqsiimpexpmsgset impor