Re: Cluster Question (remote defs in overlapping clusters)

2002-11-22 Thread Potkay, Peter M (PLC, IT)
I deleted the QM Alias on QMB. The set up is as follows now: *** QMA and QMB are in ClusterAB. QMA has a remote queue def called RequestQueue (RemoteQName=RequestQueue, RemoteQMname=QM1, XMITQ= blank) QM1 and QM2 are in Cluster12. Each has a

Dead Letter Queue handler

2002-11-22 Thread Mark Steely
We are OS/390 v2.8 and MQ Series V2.1. Does any one have a dead letter queue handler program for V2.1? How do other site's reload the dead letter queue for V2.1? Thank You Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http:/

MQSeries process info on Windows

2002-11-22 Thread Howard Cinamon
Anyone know how to programmatically get details of a running Windows MQ process? e.g. how to know if runmqchi or runmqlsr is running for qmgr ABC? or what were the cmd line options used to start the process ? Thanks, Howard Cinamon Instructions for managing your mailing list subscription are prov

Re: Am I asking too much to MQ?!?! (PROTOm@il:200211221113 CENTROSIM) <-- Attachment History Removed

2002-11-22 Thread Randy J Clark
I know this is an obvious suggestion but I did not see anyone make it this time. Why not block the records into say a 32k block for a nice easy round number... when you send each 380 byte record they each get their own 324 byte MQMD. we block everything now when sending groups of messages or fi

Re: Am I asking too much to MQ?!?! (PROTOm@il:200211221193 CENTRO SIM)

2002-11-22 Thread DiLauro, Nick
According to the description of the reason code, this can happen if your logs aren't large enough to support the unit of work. How large are you're logs? circular or linear? -Original Message- From: Alessandro Caffarra [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 7:06 AM

Eric Preston/JPMCHASE is out of the office.

2002-11-22 Thread Eric Preston
I will be out of the office from 11/22/2002 until 12/09/2002. I will respond to your message when I return. If you need immediate attention, please call Tom Kurian on CN 623-0845. If Tom is unavailable, please call JC Flowers on CN 477-2413. Thank you! Instructions for managing your mailing li

Re: AW: Clustering on OS/390

2002-11-22 Thread Kevin Ferguson
Peter, True. It isn't required, but the program is initialising lots of variables and setting up the data area for other routines and it was loading the passed Qmgr name into the MQOD in an effort to be 'helpful'. The program was written long before we had even considered using clustering and it w

Re: AW: Clustering on OS/390

2002-11-22 Thread Potkay, Peter M (PLC, IT)
The MQOD isn't a parameter for the MQCONN call, so how/why could it have the queue manager name in it from the connect? *** MQCONN (QMgrName, Hconn, CompCode, Reason) *** Peter Potkay IBM MQSeries Certified Special

Re: GCC on AIX

2002-11-22 Thread David C. Partridge
Been there, tried that - largely OK so long as you don't want to use the C++ stuff.  Standard MQI calls work ok.   Dave  

Re: Am I asking too much to MQ?!?! (PROTOm@il:200211221113 CENTROSIM)

2002-11-22 Thread Robert Broderick
Usually this happens on a UNIX box or an MVS systemBUT, what does your disk space look like on the WIN2K system?? As someone else suggested what is in -IBM/MQSeries/errors -IBM/MQSeries/qmgrs/@SYSTEM/errors -IBM/MQSeries/qmgrs/QMGRNAME/errors -System Event Viewer From: Alessandro Caffa

smf overhead

2002-11-22 Thread Dave Adam
recently we encountered a pattern where every half hour we saw an increase in transaction response time, and it was very consistent it was narrowed down to a system function that dealt with SMF statistics by setting DDCONS(NO) we eliminated this overhead I will add the supporting information fo

Re: AW: Clustering on OS/390

2002-11-22 Thread Kevin Ferguson
Stefan et al make sure objectqmgrname in the MQOD is empty sounds like it holds the name of your local queuemanager. (some programmers use the same mqod storage for the connect and the open and miss to wipe out the qmgr name after the connect call). Spot on! Many thanks. My 'program' passes da

Re: My apologies

2002-11-22 Thread Robert Broderick
OK Get the rope out :-) From: "Wagner R. Serrano" <[EMAIL PROTECTED]> Reply-To: MQSeries List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: My apologies Date: Sat, 23 Nov 2002 00:08:06 -0200 Hi Folks, Yesterday I sent a private message to my friend and I didn't perceive that I

Re: Priority

2002-11-22 Thread Glen Shubert
We run the MQ at a higher priority than the CICS regions, but below the IMS and DB2. Glen Shubert [EMAIL PROTECTED] Associate Director MQSeries Technical Support IBM Certified Specialist - MQSeries IBM Certified Solutions Expert - MQSeries (706) 641-3708 "Williams, Dave (Systems Management)

Re: Problem building C++ application on AIX

2002-11-22 Thread John Scott
What version of VA C++ 5 are you using? I would ensure you have the latest version (5.0.2 I think). We successfully compile C++ applications using V5.0.2 (but I am not sure whether they use setOpenOptions). -Original Message- From: David C. Partridge [mailto:[EMAIL PROTECTED]] Sent: 21 N

Re: Priority

2002-11-22 Thread Mauro, Samuel
If the MQ regions and CICS regions are 'talking' to each other, I always run them in the same service class(es). (ONLPRD for Production, etc.)   Thanks. Sam.Sam MauroBell Helicopter TextronVoice  (817) 280-3215Fax    (817) 278-3215Pager  (817) 227-4063 -Original Message-From: Williams

GCC on AIX

2002-11-22 Thread Bruce Olsen
I know this isn’t a supported option, but has anybody tried using the GNU C compiler on AIX? If so, did it work and did you have to tweak anything to make it work? The reason I ask is that I have a client who is putting together a demo. We want to use the MQSeries client but don’t want to h

Re: Problem building C++ application on AIX

2002-11-22 Thread David C. Partridge
The plot thickens ... The prototype for ImqObj::setOpenOptions in imqobj.h looks like: ImqBoolean setOpenOptions ( const MQLONG ); and that for ImqCac::read in imqcac.h looks like: ImqBoolean read ( const size_t, char * & ); and the functions exported by the library match these signatures.

Re: Am I asking too much to MQ?!?! (PROTOm@il:200211221113 CENTROSIM)

2002-11-22 Thread David C. Partridge
Check that your logs are large enough if you're using circular logging -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED]]On Behalf Of Alessandro Caffarra Sent: 22 November 2002 14:21 To: [EMAIL PROTECTED] Subject: Am I asking too much to MQ?!?! (PROTOm@il:200211221113 CENTRO

Priority

2002-11-22 Thread Williams, Dave (Systems Management)
  Folks… At what priority do you run your OS/390 MQ compared to your CICS regions? I’m not at all sure it’s important, but wanted to poll the list to see what you’re coding.   Thanks!   Dave W.

Re: R: Am I asking too much to MQ?!?! (PROTOm@il:200211221193 CENTROSIM)

2002-11-22 Thread Hill, Dave
I'm thinking that a put from your WIN2000 may have failed. I would check the AMQERR01.log. I had this happen because I had a disconnect between WIN2000 sever and OS390 and still do not understand why . -Original Message- From: Alessandro Caffarra [mailto:[EMAIL PROTECTED]] Sent: Friday,

R: Am I asking too much to MQ?!?! (PROTOm@il:200211221193 CENTROSIM)

2002-11-22 Thread Alessandro Caffarra
Dave, I have checked this parameter, and it is at his default value of 1. -Messaggio originale- Da: Hill, Dave [mailto:[EMAIL PROTECTED]] Inviato: venerdì 22 novembre 2002 15.52 A: [EMAIL PROTECTED] Oggetto: Re: Am I asking too much to MQ?!?! (PROTOm@il:200211221154 CENTROSIM) What

Re: Am I asking too much to MQ?!?! (PROTOm@il:200211221113 CENTROSIM)

2002-11-22 Thread Hill, Dave
What is your max on uncommitted MSGS? -Original Message- From: Alessandro Caffarra [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 9:21 AM To: [EMAIL PROTECTED] Subject: Am I asking too much to MQ?!?! (PROTOm@il:200211221113 CENTROSIM) As many of know, I am sending a file from

Am I asking too much to MQ?!?! (PROTOm@il:200211221113 CENTROSIM)

2002-11-22 Thread Alessandro Caffarra
As many of know, I am sending a file from a Win2K MQ to a MVS-based MQ. For some file integrity reason I am sending all records within the same SYNCPOINT: if all records are gone (I.E. my app reached the EOF without any bad retcode from MQ), I will issue a MQCMIT once. Today the input file is abo

My apologies

2002-11-22 Thread Wagner R. Serrano
Hi Folks, Yesterday I sent a private message to my friend and I didn't perceive that I pressed "reply all" instead of "reply". Sincerely my apologies. This list is high level and I'd like to contribute to hold high level. My apologies -- WA

Re: Websphere MQ questions

2002-11-22 Thread Robert Broderick
fOR THE CORRECT FEE I WOULD BE WILLING TO ANSWER ALL THE QUESTIONS YOU HAVE!!! (HEE HEE) BEE-OH-DUBBLE-BEE-DUBBLE-EGH From: Yvette <[EMAIL PROTECTED]> Reply-To: MQSeries List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Websphere MQ questions

Re: Clustering on OS/390

2002-11-22 Thread Potkay, Peter M (PLC, IT)
NT.Queue1 is mixed case. Your app has the queue name spelled correctly,case and all? Can an app connected to the NT box put to this queue? Peter Potkay IBM MQSeries Certified Specialist, Developer [EMAIL PROTECTED] X 77906 -Original Message- From: Kevin Ferguson [mailto:[EMAIL PROTECT

AW: Cluster Question (remote defs in overlapping clusters)

2002-11-22 Thread Raabe, Stefan
Peter, i rebuilt the situation and it worked fine here. (all queuemanagers on win/nt version 5.2) messages are sent from QMA to QMB using TO.QMB clustersenderchannel, and then from QMB to QM1 using QM1.XMIT and QMB.TO.QM1 senderchannel. I tried to create the error by applying some changes to the

Jon Shearer is out of the office until December 2

2002-11-22 Thread Jon Shearer
I will be out of the office starting 11/21/2002 and will not return until 12/02/2002. 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: wmqi21 - 1 message in... multiple out.

2002-11-22 Thread "Rodríguez Alvarez-Querol, Manuel Carlos"
Hi, A few things * If you want to split the message, as you said, this is possible using the propagate function in the first compute node in your message flow. * I assume you have more than two plants, that means more than one filter node. Why don´t you use the RouteToLabel node and la

AW: Clustering on OS/390

2002-11-22 Thread Raabe, Stefan
hello, make sure objectqmgrname in the MQOD is empty sounds like it holds the name of your local queuemanager. (some programmers use the same mqod storage for the connect and the open and miss to wipe out the qmgr name after the connect call). hth regards stefan -Ursprungliche Nachricht