Re: CPU Usage in a cluster environment.

2004-05-27 Thread Potkay, Peter M (PLC, IT)
Huh, well that contradicts what I said, doesn't it? What is the MessageRetryInterval and MessageRetryCount on the CLUSRCVR in question? Maybe if these #s are very small, the CLUSRCVR channel very quickly puts the message to the DLQ, and then the CLUSSNDR can send the next one, so it is running?

Re: Hidden mystery

2004-05-27 Thread mqonnet
Sorry for the misleading subject line from my previous post. Guess it must have been one of those good windows features, autocomplete. :) It should have read, Hidden mysteryinstead. Cheers Kumar ---Original

AW: Hidden mystery

2004-05-27 Thread Kleinmanns, Hubert
Bharath,, when you create an object with 'runmqsc' you not see this in 'MQ Explorer' directly. You have to refresh the display in 'MQ Explorer'. The other way round, when you create an object with 'MQ Explorer' you will see it directly with 'runmqsc' (if you have all MQ permissions and are on

Re: Hidden mystery

2004-05-27 Thread Bharath Ram Srinivasan
Hello folks, Many thanks to Paul, Kumar, Herbert, Bobbee and Peter. I've managed to isolate the error. The developer while defining his process had not followed the usual naming convention. The Process has been named 'Spain'. While MQ Explorer lists the object details, runmqsc session odes

Re: Hidden mystery

2004-05-27 Thread Paul Clarke
Hello folks, Many thanks to Paul, Kumar, Herbert, Bobbee and Peter. I've managed to isolate the error. The developer while defining his process had not followed the usual naming convention. The Process has been named 'Spain'. While MQ Explorer lists the object details, runmqsc session odes

MQ/MicroFocus Cobol and UDB Question

2004-05-27 Thread Williams, Dave (Systems Management)
An application person asked that I put this question to the List - any feedback will be appreciated - Thanks, Dave W. We have a Microfocus Cobol program that reads MQ and updates a UDB database(v8). The UDB database is remote to the program and the MQserver version 5.3.1 is on the

Is there a way to do this?

2004-05-27 Thread Kinzler, Raymond C
Hello, We have an application on the web that uses MQ Series to maintain our NATURAL/ADABAS application on the mainframe. We currently have a trigger queue on the mainframe that executes a CICS transaction that kicks off a COBOL program that logs into NATURAL, passes data to the stack, and kicks

Re: MQ/MicroFocus Cobol and UDB Question

2004-05-27 Thread Christopher Frank
Dave, We have a Microfocus Cobol program that reads MQ and updates a UDB database(v8). The UDB database is remote to the program and the MQserver version 5.3.1 is on the same machine ad the program. We are using an exec sql commit in our program to commit work to the database and want to

Re: Problem with clearing a queue

2004-05-27 Thread Gina McCarthy
Thank you everyone for your responses. Here is what I tried, to no avail: Stopped the Channel Enable GET on xmitq tried to clear them thru Patrol. Patrol gave me a message...something about trying to close a perm dyn queue :-| Then I went into MQSC and tried to clear the msgs and got the

Re: Hidden mystery

2004-05-27 Thread Dawson, John
Peter, No problem. It sounds like you've been doing problem support for a long time. Yes, I did hit the refresh button several times. John -Original Message- From: Potkay, Peter M (PLC, IT) [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 4:42 PM To: [EMAIL PROTECTED]

Re: WebSphere InterChange Server (Crossworlds) + Adapter Offerings

2004-05-27 Thread David Kempton
We are currently using WBIMB and have been asked to take a look at InterChange Server (aka Crossworlds) and adapter framework from IBM. If any of you can share your experiences (success/failure) and pitfalls with any of these product lines I would very much appreciate it. Thank you.

Re: Hidden mystery

2004-05-27 Thread Robert Broderick
I never figured this out (cause I couldn't be bothered) BUT..I have seeen where an object was created in lower case and I could see it but could do nothing with it. WIERD...I know but none the less it must have had something to do with the way the system was set up with CASE. I had to recreate the

Re: WebSphere InterChange Server (Crossworlds) + Adapter Offerings

2004-05-27 Thread Robert Broderick
I will send you something off line BUTwe are using ICS and WBI-MB. Basically if you have straight transformations and/or pub/sub you are better off with WBI-MB. If things start getting complicated with multi event transaction messaging and coordinated business transactions (B2B) then ICS is

Re: Is there a way to do this?

2004-05-27 Thread Rick Tsujimoto
Why must the Cobol program logon and logoff of NATURAL for each transaction? But, if the COBOL program is the one issuing the MQ calls, why can't the Cobol program issue the NATURAL logoff after an extended period of time, e.g. after doing an MQGET with a wait time. BTW, I know nothing of

Changing MQXQH on the fly

2004-05-27 Thread Pavel Tolkachev
Hello all, We recently had a situation when some messages got stuck on the transmission queue due to the wrong sequence of actions for changing the destination queue manager. We had to delete messages, there were no harm as this was development. I wonder if there is any way or tool to change

Re: Do we always need to logon to Software AG's NATURAL for every MQ transaction?

2004-05-27 Thread George Shedlock
Ray, One method to do what you need is to set up the CICS startup to use a default user and then assign that default user with sufficient ADABAS/NATURAL priviledges. The security exposure to this of course is that ANY user will be able to perform this transaction without signing on to the CICS

Re: Do we always need to logon to Software AG's NATURAL for every MQ transaction?

2004-05-27 Thread Kinzler, Raymond C
This sounds like a pretty good solution. We need to obviously assess the security risks, though. Another question would be: would this speed throughput very much? -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of George Shedlock Sent: Thursday, May 27, 2004

Re: Problem with clearing a queue

2004-05-27 Thread Bill Anderson
Hi Pavel, I think you will like Q its not extremely user friendly (because its command line driven not a gui), but for folks who don't mind going through the docs, it is a very useful tool. One thing that tripped me up when I first started to use it is that it will connect as a client or a

Re: Changing MQXQH on the fly

2004-05-27 Thread Roger Lacroix
Hi Pavel, I was thinking of adding editing ability to MQ Visual Edit's MQXMIT tab. Do you want to just edit the XQH fields (QMgrName QName) or did you want to also edit the follow-on MQMD (the message's original MQMD)?? Regards, Roger Lacroix Capitalware Inc. http://www.capitalware.biz

Re: Changing MQXQH on the fly

2004-05-27 Thread philip . distefano
Pavel, We do this type of work in a message exit... Pavel Tolkachev pavel.tolkachev@To: [EMAIL PROTECTED] DB.COM cc: Sent by: MQSeriesSubject: Changing MQXQH on

Re: Is there a way to do this?

2004-05-27 Thread Miller, Dennis
This is a design where you want your SIL to run in Natural, not COBOL. In other words: 1. triggered transaction invokes natural program 2. natural program (SIL) processes queue, looping unitl no more messages 3. for each request (in the simple case, a single message), natural program

Re: Changing MQXQH on the fly

2004-05-27 Thread philip . distefano
Candle's PQEdit (Pathways now). can edit the xmit header... Roger Lacroix [EMAIL PROTECTED]To: [EMAIL PROTECTED] ALWARE.BIZ cc: Sent by: MQSeries Subject: Re:

saveqmgr

2004-05-27 Thread Alex A. L. Sousa - BMS
Hi, I'd like to find the tool saveqmgr to AIX / Mqseries 5.3. I'd like to know where it can be download. Best regards Alex

Re: saveqmgr

2004-05-27 Thread Troy Wells
Go to: http://www-1.ibm.com/support/docview.wss?rs=203q1=mA1Juid=swg24000673loc=en_UScs=utf-8lang=en Choose ms03.tar.Z"Alex A. L. Sousa - BMS" [EMAIL PROTECTED] wrote: Hi, I'd like to find the tool saveqmgr to AIX / Mqseries 5.3. I'd like to know where it can be download. Best regards

Re: saveqmgr

2004-05-27 Thread Williams, Arlen
Title: Message http://www-1.ibm.com/support/docview.wss?rs=203q1=mA1Juid=swg24000673loc=en_UScs=utf-8lang=en -Original Message-From: Alex A. L. Sousa - BMS [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 2:05 PMTo: [EMAIL PROTECTED]Subject: saveqmgr Hi, I'd like to find