Re: MQ cluster, group messages and WMQI - a mutually exclusive combination??

2003-09-19 Thread Christopher Frank
Lynn, >>>I see this as a bug, but IBM states it is working as designed.  They suggest that the sending application >>>needs to override the load-balancing when putting group messages by opening the queue with >>>MQOO_BIND_ON_OPEN.  This will force all the messages in the group to a single des

Re: Websphere JMS problem when doing a GET with a large message

2003-09-19 Thread Jim Ford
Actually, 104,857,600 is exactly 100 mb (100*1024*1024). "Wyatt, T. Rob" <[EMAIL PROTECTED]To: [EMAIL PROTECTED] MERICA.COM> cc: Sent by: MQSeries Subject: Re: Websph

MQ cluster, group messages and WMQI - a mutually exclusive combination??

2003-09-19 Thread Lynn Nelson
Hi all,   We have a combination of factors that seems to create an unsolvable problem for us.  I'm hoping that the MQ braintrust that frequent this list can offer some suggestions.   The three factors, which work fine individually, are:   1. We recently implemented some MQ clustering, prim

Re: Websphere JMS problem when doing a GET with a large message

2003-09-19 Thread Wyatt, T. Rob
It's exactly 300K larger than 100MB. -Original Message- From: Miller, Dennis [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 3:40 PM To: [EMAIL PROTECTED] Subject: Re: Websphere JMS problem when doing a GET with a large message I'm still thinking you should trust the RC=2030 a

Re: WMQI v2.1 CSD 5 - Commit for message flow question

2003-09-19 Thread Robert Broderick
Is there a way for the stored procedure to communicate back to the node. From: Christopher Fryett <[EMAIL PROTECTED]> Reply-To: MQSeries List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: WMQI v2.1 CSD 5 - Commit for message flow question Date: Fri, 19 Sep 2003 14:10:02 -0500 The compute

Re: Websphere JMS problem when doing a GET with a large message

2003-09-19 Thread Miller, Dennis
I'm still thinking you should trust the RC=2030 as exactly that. Are you certain that you are supplying a correct message length to JMS? For grins, maybe try setting maxmsgl smaller. Not sure where 104... comes from, it seems larger than 100MB. > -Original Message- > From: Hughes, Alle

Re: How to fine tune DB2 for Ultimate Performance in WMQI

2003-09-19 Thread Jeff Horner
I would talk to your DBA group to have them tune your DB2. There are many things to look at to determine how to optimize your DB2.  >From: Molai Tsietsi <[EMAIL PROTECTED]> >Reply-To: MQSeries List <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: How to fine tune DB2 for Ultimate Performance i

Re: WMQI v2.1 CSD 5 - Commit for message flow question

2003-09-19 Thread Christopher Fryett
The compute node only has a Transactional Mode for Automatic/Commit. There is a checkbox for throwing an exception for a Database error,but in my case I wouldn't get it directly because the stored procedure is wrapping the SQL calls. So, the stored procedure could succeed even though in it an ins

Re: LIST SERVER COMMAND

2003-09-19 Thread EXT-Makhija, Arun
Send a mail to [EMAIL PROTECTED] with this command in the body of the email set mqseries nomail And when you come back and wanna start again set mqseries mail Arun Makhija Never argue with an idiot. They drag you down to their level and beat you with experience -Original Message- Fro

Re: WMQI v2.1 CSD 5 - Commit for message flow question

2003-09-19 Thread Robert Broderick
Just a question so stay out of my throat!!! (tee hee hee) In the compute node, without actually looking, is there the setting for throwing the exception or handleing it from the database and what is checked (That option may only be on a DB node). bb From: Christopher Fryett <[

Re: Error log sizing

2003-09-19 Thread Potkay, Peter M (PLC, IT)
Set a SYSTEM ENVIRONMENT VARIABLE called MQMAXERRORLOGSIZE=100. It will make these logs up to 1 MEG, quadrupling your capabilities for error logs. Consider upping your DISCINT a little bit on the channels as well, so they are not constantly starting and stopping. I recently upped all mine to

Error log sizing

2003-09-19 Thread Jeff A Tressler
I understand how to establish large sized recover logs, there are switches as part of the crtmqm command. What I am interested in is the AMQERR?.LOG files. Specifically under Windows NT. Our error log files fill up with channel start and channel stop messages and the messages that tell where you ca

WMQI v2.1 CSD 5 - Commit for message flow question

2003-09-19 Thread Christopher Fryett
When doing SQL stored procedures in a Compute Node should a throw force a rollback, as the documentation seems to leave one to believe or is it required to do a RETURN and use a Filter Node to force a rollback? Chris Instructions for managing your mailing list subscription are provided in the Lis

WMQI v2.1 CSD5 - XML type question

2003-09-19 Thread Christopher Fryett
We are experiencing a problem when a compute node calls a DB2 SQL stored procedure on OS/390 which produces an XML message. The stored procedure returns the message to the Compute Node as a varchar(3000), and in the ESQL it is defined as a CHARACTER. For every we see '<:tag$gt:' and for the Decl

MQ Support Pacs

2003-09-19 Thread Yeske, Judy
Title: MQ Support Pacs Hello, I am installing Websphere MQ for z/OS version 5.3 (we are currently at Version 2.1).  Several years ago, we installed Support Pac MA16 in order to view characteristics of queues.  Does this pac still exist ?   I assumed what we had now would work for Version 5.

Re: AW: self signed certificate / AMQ9633

2003-09-19 Thread Pavel Tolkachev
Hello Christian, I am attaching my old e-mail I sent to the group when I got SSL working for the first time. The longest step of procedure there (step #1) is dealing with certificates and certificate authorities so this is what you may want to read. As your purpose is to set up server->server c

Re: Question on MQ logging

2003-09-19 Thread Potkay, Peter M (PLC, IT)
Why not make them as big as possible? Even the dinkiest server nowadays has gigs and gigs of space.   I use crtmqm -lc -lf 16384 -lp 40 -ls 23 QMNAME.   And set your LogBufferSize to 512 if you have descent memory on the server.   The above values are for a 5.3 queue manager.       ---

How to fine tune DB2 for Ultimate Performance in WMQI

2003-09-19 Thread Molai Tsietsi
Hi all   We got about 12 Execution groups with multiple threads that access DB2 in WMQI. How do I tune DB2 in order for me to get the best performance?   I hope my question is clear.   Thanks

Question on MQ logging

2003-09-19 Thread Usha Suryadevara
Hello all, I am using MQ for the first time and am trying to come up with some standard values for configuring the QM. Part of this design involves: * all messages in the queue being marked persistent * size of each message will be around 3MB * Also this is a design where each QM may hav

Re: AW: self signed certificate / AMQ9633

2003-09-19 Thread Tom Schneider
Christian, First of all, if you have not already done so, I'd suggest that you verify that the channels work without SSL. If the channels cannot communicate with SSL out of the picture, I'd correct those problems first before trying to add SSL. If the channels work without SSL, and only fail

Re: Confusion: why MQJMS objects need a port? - thanks for all the helps.

2003-09-19 Thread Paul Celari
Hi Roger, thanks a lot for pointing out this. Our web developers are using Websphere, it looks like WAS uses its own JNDI repository. I checked with JMSAdmin, there is not even such queues defined for the application. In between, I wrote a few MQJMS test programs and setup Q, and QCF in the jndi n

jms-xml X mqseries X cics (os/390)

2003-09-19 Thread Luiz Carlos Kmit
Hi, people. I am having a problem with the folliwing scenarios: 1 - Websphere in AIX generating messages to MQSeries . 2 - This messages has XML format (RF_HEADER_2 and UTF-8 in XML header). 3 - MQSeries from manframe received this message and trigger a transaction under cics. Problem: 1-Our p

Re: Analyzing the log

2003-09-19 Thread Bright, Frank
Bill and Rebecca and Art and the silent majority http://www-3.ibm.com/software/integration/support/supportpacs/individual/mo1 2.html If you think this SupportPac is worth the time to express your interest, the

Re: DLQ

2003-09-19 Thread Francois Van der Merwe1
Emile Byte 9 and 10. Turn them around (Big Endian stuff), then convert the hex to decimal. Francois van der Merwe Senior IT Specialist: IBM MQSeries Certified Specialist, Solutions Expert & Developer IBM, Cape Town, South Africa +27 (0)82 556 9467 / +27 (0)21 402 5597 [EMAIL PROTECTED]

EBIZQ-Homepage

2003-09-19 Thread Pfister Norbert
Hi all, to search in our listserver group I always used to take the homepage of ebizq: http://messageq.ebizq.net/vienna/ Since the reorganization if this homepage this site has vanished. Does anybody know about. Or maybe can present an alternative ? Thanks. Norbert Pfister IT DB/DC-Systemte

Re: MQSICHANGECONFIGMGR -l

2003-09-19 Thread "Rodríguez Alvarez-Querol, Manuel Carlos"
Emile, This is cut & paste from the WMQI manuals, If you are using Windows NT domains, and you want to ensure that the user IDs under which the Control Center is running are authorized by the Configuration Manager on the basis of a fully qualified user name (that includes the domain to which the

SVRCONN status..!

2003-09-19 Thread narasimha . reddy
All, We have an environment where weblogic6.1 and MQ5.3 are integrated. Here whenever message comes to the Queue ,the relevant MDB(MessageDrivenBean) will be fired in the Weblogic to browse the queue. As it is working fine. Here my issuse is I have deleted MDBs from weblogic system, But still SVRC

Re: TRIGGERING PROBLEMS

2003-09-19 Thread Vivek Pandey
Hi, Roger I must be doing something wrong coz I couldn't see the iexplore.exe in the list of running processes. Could you suggest what it could be ? Once again I repeat what I am doing 1. running MQSeries on Windows XP 2. Using the GUI interface to do things instead of the runmqsc prompt 3. Create

Re: MQSICHANGECONFIGMGR -l

2003-09-19 Thread Emile Kearns
I specifically want the -l 1/2/3 options and what they mean. Thanx Emile Kearns -Original Message- From: Francois Van der Merwe1 [mailto:[EMAIL PROTECTED] Sent: 19 September 2003 08:58 AM To: [EMAIL PROTECTED] Subject: Re: MQSICHANGECONFIGMGR -l Emile Try http://www-3.ibm.com/software/

DLQ

2003-09-19 Thread Emile Kearns
Where is the error code again when you do an amqsbcg of your dlq(NT)   Thanx Emile Kearns     Any views expressed in this message are those of the individual sender, and T-Systems South Africa (Pty) Ltd accepts no liability therefore, except where the sender specifically states th

Re: MQSICHANGECONFIGMGR -l

2003-09-19 Thread Francois Van der Merwe1
Emile Try http://www-3.ibm.com/software/integration/mqfamily/support/readme/all21_read.html or http://mainframeforum.com/t527392.html or search for it on www.mqseries.netthere is about 15 hits on it. Francois van der Merwe Senior IT Specialist: IBM MQSeries Certified Specialist, Solutions Expe