Sender channel problem

2004-03-25 Thread Enrico Strydom
Hi all, I have a problem with a sender channel not staying up, and I cannot figure out why. QM1 = TLINKTT.QMAN, runs on W2K, MQ5.3, CSD06 QM2 = NADCRISPT.QMAN runs on HPUX, MQ5.2, CSD05 I have other HPUX queue managers with the same specs connecting fine (to QM1), so I do not think it has

Re: Sender channel problem

2004-03-25 Thread Emile Kearns
Once the channel has gone into a retrying state, stop both sides, look at the backout count of the first message on the XMITQ, if it is 0, there is something wrong with the message you sending, just a stone in the bush From: MQSeries List [mailto:[EMAIL PROTECTED] On Behalf Of Enrico

Re: MQ down on OpenVms

2004-03-25 Thread Emile Kearns
Looks like a space problem -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] On Behalf Of Lindberg, Gunilla Sent: 25 March 2004 02:42 PM To: [EMAIL PROTECTED] Subject: MQ down on OpenVms Hi! MQ on OpenVms crashed today wuth this FDC. Has anyone seen anything similar?

Re: JMS and WMQ Cluster Workload Balancing

2004-03-25 Thread Bruce Giordano
Just a guess, but is your JMS application connecting directly to one of the queue managers owning the cluster queue? If there is a local instance of the cluster queue, that will always be used. - Bruce Giordano Ross Stephens

Re: Sender channel problem

2004-03-25 Thread Ruzi R
Hi Enrico, Here is what I would do to start with (not knowing all the details about your prob): 1- On both queue managers set the ADOPT NEW MCA (ALL) 2- Stop the channels on both ends 3- Start the receiver on QM1 4- (Make sure step 3 is done first)Start the sender on QM2 5- Send some messages

Fwd: re: MQ down on OpenVms

2004-03-25 Thread David Awerbuch
Gunilla, Check the disk quotas you have for the MQ directories you are using. Ensure the quotas are large enough. Also check the sysgen parameters that are changed during the MQ install. The recommended values from IBM are not to be used as specified, but must be added to already existing

QOD.Re: JMS and WMQ Cluster Workload Balancing

2004-03-25 Thread Ruzi R
In addtion to the Open options Sudheer mentioned already, make sure the Putting application leaves MQOD.ObjectQmgrName (the the target queue manager name) blank. One other thing to remember though is that, if you leave the MQOD.ObjectQmgrName blank and there is a local instance of the target

World Writable files under Unix

2004-03-25 Thread Meekin, Paul
Hi all, Last July there was a thread about directories under /var/mqm/qmgrs/@SYSTEM having permissions drwxrwsrwx here http://www.mail-archive.com/[EMAIL PROTECTED]/msg09014.html. Was there ever a final answer about what these are used for and if the world write access allowed a potential

Peter Gersak/Slovenia/IBM is out of the office.

2004-03-25 Thread Peter Gersak
I will be out of the office starting March 25, 2004 and will not return until March 26, 2004. I'm on a business trip. I'm reading mail on request only. In case of urgency, please call me on my mobile: +386 40 456 639. If you cannot reach me, please leave a voice mail. Instructions for managing

Client vs Server with Database

2004-03-25 Thread jan mecallon
Queue manager QM1 (Windows 2000 WMQ5.3) on server1. DB2 Database is on server2. Correct me if I am wrong, when an app running on QM1/server1 as an MQ Client (not server) issues a syncpoint, it will not commit the database changes. So, two-phase commit can only happen if the app is running as an

Our AS/400 MQ suddenly goes down

2004-03-25 Thread Luis Garro MuĂ´oz
Hi!we've MQ 5.2 in our AS/400.Our MQ is running well but suddenly it goes down. In the FDC's files there are a lot of messages like this one (each 4 seconds):+---+| MQSeries First Failure Symptom

Re: Client vs Server with Database

2004-03-25 Thread Darren Douch
That is true for the standard ie free MQ client... but IBM will sell you another version of the MQ client that supports XA transactions. Regards Darren - Original Message - From: jan mecallon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 25, 2004 5:28 PM Subject:

Re: BlockIP logic incorrect ??

2004-03-25 Thread Jxrgen Pedersen
well, thats no big deal, it's just a new version of the source... The rework have saved me a lot of work, to enhance it even more ;o) The biggest problem can be the search engines/spiders, which will find this version 2.0 of the program, so newbies will download the source instead of the

Re: Channel exits/API exits RPG

2004-03-25 Thread Pat O'Dowd
Before acting on this e-mail or opening any attachment, you are advised to read the disclaimer at the end of this mail. Thanks Vengoal, your sample is very helpful. I put it on a receiver channel, sent a message from a java routine and the following was produced in the spool file: Start

Cluster Workload Exit/Resolving Queues

2004-03-25 Thread Antony Boggis
Title: Cluster Workload Exit/Resolving Queues I have a cluster workload exit installed (Solaris environment, WMQ 5.3 CSD05) that is intented to reject messages that are destined for a queue manager that is not active (sender channel status not Running). However, today the exit is rejecting

Re: BlockIP logic incorrect ??

2004-03-25 Thread Wyatt, T. Rob
Actually, I miss the days when we used to get announcements of new and updated Support Pacs here. Personally, I don't mind your announcing new versions of BlockIP here, especially since it's grown to the stature of an unofficial Support Pac. Your work on the program and willingness to add

Re: BlockIP logic incorrect ??

2004-03-25 Thread Potkay, Peter M (PLC, IT)
Seeing that you are giving it away for free, and since you are not claiming it will make any body parts bigger, I would not consider it spam if you let us know when new versions come out. -Original Message- From: Jxrgen Pedersen [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004

Re: BlockIP logic incorrect ??

2004-03-25 Thread Tim Armstrong
From my point of view, whilst it is still freeware, please go right ahead. You are contributing to the community and so any minor inconvenience of deleting an occasional message is by far outweighed by the advantages to be gained by all of us. Also entirely up to you have you contemplated going

Formatting production logs

2004-03-25 Thread Adiraju, Rao
Title: Formatting production logs Fellows I have two areas, where I appreciate some help: 1) Formatting the logs - In one of our production queue managers, something fishy is going on and I need to format the log to see who is exactly doing the changes. I know roughly what time the

Re: Cluster Workload Exit/Resolving Queues

2004-03-25 Thread Neil Casey
Hi Antony, your problem will be the status check of the cluster channel. When the queue returned in the list by MQ is on the local queue manager, the cluster channel status returned in inactive. There is a field you can check to find out if the queue is local, so that you can then avoid checking

Re: Formatting production logs

2004-03-25 Thread Potkay, Peter M (PLC, IT)
Title: Formatting production logs Turn on Inhibit Events at the Queue Manager level. Turn off temporarily the other Queue Manager Events. Make the SYSTEM.ADMIN.QMGR.EVENT default persistence equal to Persistent. Now monitor your SYSTEM.ADMIN.QMGR.EVENT queue for a depth of greater than 0.

Re: How many concurrent client channel connections do you run to a si ngle queue manger?

2004-03-25 Thread Ross Stephens
Matt, In my experience this was limited by memory. Each connection takes a certain amount and your basic limit was the box memory. Ross Stephens +61 (2) 9410 9930 +61 (419) 494 489 [EMAIL PROTECTED] www.mqis.com.au -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] On

New BlockIP - some thoughts

2004-03-25 Thread Sid . Young
Jxrgen, I think I found the problem with CON=, I got the braces out of whack when I re-wrote the block of code.. It now works as expected. I was thinking about the release versions, the last version was 1.22, why not release this one as v2.0 (when ready) and start the version numbering clean