Re: Peek Messages With a Given CorrID

2002-08-14 Thread Palavesam_Subbiah
Hi Jerry, Your questions is: how can I peek (without get, since get will remove the message from the Q) all messages for the user? Answer: To browse the msg related specific user, Use MQGET with Browse option and match CorrID option and set the user ID into the CorrelID field of the MQMD

FFST file.

2002-08-14 Thread Jan van Kemenade
Hi, Could someone shed some light on this... A channel was stopped because of a security exit setting a 'SUPPRESS_FUNCTION' (on OS390) This has happened before a channel could be restarted. On the Sun Solaris site I can find a 2195 (unexpected error) when opnening a queue manager object (with

Re: Peek Messages With a Given CorrID

2002-08-14 Thread wendy.dlamini
how do you enforce the browse option? the only options this node has is input queue name,msgpath,data type,selemsgid,selectcorrelid and transaction mode. Wendy - Original Message - From: Palavesam_Subbiah [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 14, 2002 8:17 AM

AW: Tool for Browsing MQ Queues?

2002-08-14 Thread Marc Siegert
Hi Elli! Try this. This is an IBM Support Pac and works fine! regards Marc P.S.: Wie geht's sonst so? Hochwasserkatastrophe? -Ursprüngliche Nachricht- Von: Flothmann, Eleonore [mailto:[EMAIL PROTECTED]] Gesendet: Mi 14.08.2002 10:27 An: [EMAIL

Re: FFST file.

2002-08-14 Thread Paul Clarke
Jan, I can't answer all your questions but . AMQ6118 is unexpected return code and the unexpected return code is AMQ6162 AMQ6161 is error reading the configuration data Use 'mqrc' to view the messages, for example, mqrc AMQ6118 Looks like you may have something wrong with your INI file.

Re: Channel that always stays running

2002-08-14 Thread Ruzi R
Absolutely!! Thanks for the correction Paul. What was I thinking when I was typing (apparently not the issue at hand...I guess ;-) Ruzi --- Paul Clarke [EMAIL PROTECTED] wrote: If no heartbeat packets are received within the Heartbeat check interval the receiver will assume an outage and

Re: Should AMQIQEM4 be run periodically on MQSeries Version 5.2 ?

2002-08-14 Thread Paul Clarke
While using Version 4, we were told that it was good to run AMQIQEM4 periodically. We had been running it monthly. Now that we are on Version 5.2, I see that the AMQIQEM4 does still exist. Should we continue to run this (after MQ is quiesced)? Are there any advantages/issues/concerns in doing so.

Enabling Oracle XA Support

2002-08-14 Thread Srivathsa T.V.
Hi All, Whenever I try to start the MQ queue manager with Oracle XA support enabled on HP-UX I get the following error. - AMQ7626: XA resource manager initialization failure. Refer to the error log for more

Re: AW: Tool for Browsing MQ Queues?

2002-08-14 Thread Robert Broderick
We use this all the time http://www-3.ibm.com/software/ts/mqseries/txppacs/ih03.html bobbee From: Marc Siegert [EMAIL PROTECTED] Reply-To: MQSeries List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: AW: Tool for Browsing MQ Queues? Date: Wed,

[no subject]

2002-08-14 Thread Sridhar Ramasubramonian
hi listeners... I am working on the below configuration of MQ... * MQ V1.2 on OS/390 * Application running in CICS TS 1.3 The problem I am facing is with triggering. We have established a trigger level of first and on this a transaction gets triggered in CICS. The transactions processes all

Re: AW: Tool for Browsing MQ Queues?

2002-08-14 Thread Robert Broderick
Here is another by Dear Ole Paul!! http://www-3.ibm.com/software/ts/mqseries/txppacs/mo71.html bobbee From: Marc Siegert [EMAIL PROTECTED] Reply-To: MQSeries List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: AW: Tool for Browsing MQ Queues?

[no subject]

2002-08-14 Thread Robert Broderick
Therer are a couple of things to tighten up the model and one configuration attribute that can actually help. First: After you receive your 2033 do you syncpoint and close the queue immed? One of the conditions is if the Transaction is running and the queue is open for I/O. Second: In a

Re: AW: Tool for Browsing MQ Queues?

2002-08-14 Thread Ruzi R
Here is one very popular across our company: http://www-3.ibm.com/software/ts/mqseries/txppacs/ms0h.html Ruzi --- Robert Broderick [EMAIL PROTECTED] wrote: We use this all the time http://www-3.ibm.com/software/ts/mqseries/txppacs/ih03.html bobbee

Re: Peek Messages With a Given CorrID

2002-08-14 Thread Jiede J Yang
Palavesam: Thanks for the input. Looks like I have a way to get message based on Broswer option and Match CorrID option. Can I get all my messages (belong to a given user ID)? Thanks. Jerry Palavesam_Subbiah [EMAIL PROTECTED]@AKH-WIEN.AC.AT on 08/13/2002 11:17:18 PM Please respond to

Re: C++ Foundation Classes

2002-08-14 Thread GIES, STEVE
Title: C++ Foundation Classes Pieter - No, if connectively is lost sometime between the internal MQCONN call and the MQPUT call, you will get back an appropriate error message - 2002? - but the classes will not attempt to redrive the put call. - Steve -Original Message-From:

MSI Silent Install question

2002-08-14 Thread Peter Heggie
When installing MQ 5.3 on Win2000, using the Microsoft Software Installer, I am using the silent install mode - i.e. using a response.ini file. In the response file, does the KEEPMQDATA parameter override the LOGFOLDER parameter? I tried to change the location of the log folder by using the

MQ Certification - 095 - Questions ...

2002-08-14 Thread Mary DeGallo
Hello! I am preparing for the 095 certification. I have already seen the sample questionnaire in IBM website. I wonder if there are any other sample questions around? Or any comprehensive list of questions? May be, those who have already faced it, can chip in few

Re: Tool for Browsing MQ Queues?

2002-08-14 Thread Roger Lacroix
Hi, I have written a program called MQ Visual Edit. It is written in Java, hence, it can run on many platforms. I am currently running a beta at version 0.2. On the weekend, I will be packaging beta v0.3 and it will include editing (String editing and hex editing). Note: Recognizing XML and

Lost MQ message (They are fast and nonpersistent)

2002-08-14 Thread Potkay, Peter M (PLC, IT)
My customer's application is losing an occasional message and I can't figure out why. Maybe someone has something else I can look at. VB app client connects to QM1 to put a nonpersistent request message to a remote queue pointing to Queue1 on QM2. Put is outside of syncpoint and the Expiry is 3

Re: Lost MQ message (They are fast and nonpersistent)

2002-08-14 Thread DiLauro, Nick
The reply could also be lost anywhere along the route if the expiry time has been exhausted. Is this a possibility? -Original Message- From: Potkay, Peter M (PLC, IT) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 10:02 AM To: [EMAIL PROTECTED] Subject: Lost MQ message

Re: Lost MQ message (They are fast and nonpersistent)

2002-08-14 Thread Potkay, Peter M (PLC, IT)
Nope it's copied from the request, which set it to 3 days. The log file confirms that the reply is being put with this large value. Peter Potkay IBM MQSeries Certified Specialist, Developer [EMAIL PROTECTED] X 77906 -Original Message- From: DiLauro, Nick [mailto:[EMAIL PROTECTED]]

Re: Lost MQ message (They are fast and nonpersistent)

2002-08-14 Thread Ruzi R
And there were no problems with those fast channels when the messages were lost? Ruzi --- Potkay, Peter M (PLC, IT) [EMAIL PROTECTED] wrote: Nope it's copied from the request, which set it to 3 days. The log file confirms that the reply is being put with this large value. Peter Potkay

BIP0068E An unexpected exception occurred: java.lang.NullPointerException

2002-08-14 Thread Kraig P. Stumo
We are getting this error while trying to check in a newly created message flow. BIP0068E An unexpected exception occurred: java.lang.NullPointerException. A java.lang.NullPointerException exception occurred but provided no additional information. Turn on Control Center tracing

MQSeries 5.2.1 installed on Domain Controller?

2002-08-14 Thread Donovan Baldwin
The problem we are having is, during the installation of IBM MQ Series 5.2.1 during the preparation wizard, right after it starts services it gives an error msg. The Error msg is in a normal install window. It says: MQ Series configuration problem, MQSeries is not correctly configured for

Re: Lost MQ message (They are fast and nonpersistent)

2002-08-14 Thread Mabrito, Greg
Nonpersistent messages and a NPMSPEED of FAST can result in lost messages. Greg Mabrito I/T Asct Sys Prgrmr IMS and MQ Software Support (210)913-3985 D-03-E IBM Certified Specialist - Websphere MQ The opinions herein are solely Greg's and are not necessarily the opinion of USAA.

Re: Lost MQ message (They are fast and nonpersistent)

2002-08-14 Thread Potkay, Peter M (PLC, IT)
I don't think so. Many other applications are using it with no problems, including this app, where 99% of the messages make it ok. Any way to tell that the channel had temp problems and/or discarded a message after the fact? Peter Potkay IBM MQSeries Certified Specialist, Developer [EMAIL

Re: Lost MQ message (They are fast and nonpersistent)

2002-08-14 Thread Ruzi R
Hi Peter, For the channel related problems: In OS/390: When I was working in OS/390, I don't remember the exact name but I think I would look at the job named MQxxCHIN (as far as I remember, in your test env. it is called MQ2TCHIN... Phil would know). In the distrib. environment: Error

NT Userid for triggered executables

2002-08-14 Thread John J Dodd
I have a question regarding security for MQSeries V5.2 on Windows NT that I think may apply to other platforms as well. When MQSeries initiates a process in response to a trigger event, that process runs under a certain userid (e.g., MUSER_MQADMIN under NT). The problem is, every triggered

Channels not to be seen in MQ explorer on NT .

2002-08-14 Thread Puneet Makhija
Hi, We are facing a problem in with channels in the MQ explorer (WIN NT) .Unable to see the channels there. But using MQMonitor we can see the channels. DISPLAY channel from DOS is working fine and displays all the channels. The error shown on the explorer is AMQ4082 RC 2136 Has

Todd Carlisle is out of the office.

2002-08-14 Thread Todd Carlisle
I will be out of the office starting 08/14/2002 and will not return until 08/26/2002. I will respond to your message when I return. Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive:

Re: MQRC_BACKED_OUT

2002-08-14 Thread Emile Kearns
Hi Graham, AMQ7469 Transactions rolled back to release log space Explanation: The log space for the queue manager is becoming full. One or more long-running transactions have been rolled back to release log space so that the queue manager can continue to process requests. User Response: Try to