AMI vs MQI

2003-01-16 Thread Murugesan Ravuthan
Hi All, I need help in implementing publisher/subscriber model with MQI. The scenario is, The Client will be posting message using publisher/subscriber model with AMI (in WINDOWS system). On the other hand my server application picks up the messages using MQI (in Open VMS Alpha System), process

Old School RUNMQLSR

2003-01-16 Thread Mike Davidson
I've always started my MQ listeners (on Windows) via the command prompt - mainly b/c I learned on version 5.0. I recently upgraded this W2K machine to WMQ 5.3 and I continue to start the listeners this way - however, I'm noticing something different now. With previous versions, the listener

AW: Analysis of MQ SMF Records Type 115 and 116

2003-01-16 Thread Pfister Norbert
It's SupportPac MP15 : http://www.ibm.com/software/ts/mqseries/txppacs/mp15.html Norbert Pfister IT DB/DC-Systemtechnik ITELLIUM Systems Services GmbH N - Bau V, Zi. 113 Fürther Strasse 205 D-90429 Nürnberg, Germany Tel.: (+49) 0911/14-26548 Fax: (+49) 0911/14-23390 Mobil: (+49)

Re: Old School RUNMQLSR

2003-01-16 Thread Peter Heggie
You do get 'channel started' messages in the W2K event log.. From: Mike Davidson [EMAIL PROTECTED] on 01/16/2003 08:14 AM Please respond to MQSeries List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Old School RUNMQLSR I've always started my MQ listeners (on Windows) via the

Support pac to remove messages

2003-01-16 Thread Bhapinder Bagar
Hello, I am looking for a support pac or utility that will allow me to remove selected MQ messages from a queue and write them to a text file. Each messages contain an MQRFH2 header, thus the utility must be able to extract this information and write it to a file amongst the data portion of the

Re: Old School RUNMQLSR

2003-01-16 Thread Mike Davidson
Yep...I know about those. I just thought it was neat how they would show up in the actual Listener window. Is this 'functionality' no longer there. Not trying to be picky - just curious. Mike Davidson TSYS MQSeries Tech Support [EMAIL PROTECTED] Peter Heggie [EMAIL PROTECTED] Sent by:

SOS : CSQC746E Invalid CCSID, 500 expected, 819 received

2003-01-16 Thread Saraswathy A
Hi , I get the following error from the CICS bridge when a message from the the broker is put into the SYSTEM.CICS.BRIDGE.QUEUE. CSQC746E Invalid CCSID, 500 expected, 819 received Broker is WMQI 2.1 on HP. It has worked before and also executed the transaction and returned a valid response

Re: Segmentation on OpenVMS

2003-01-16 Thread Joshi, A (Anant)
Thanks to all those who replied to the query. Narayana Murthy too :-) We indeed have OpenVMS/Alpha environment. The Application programming reference (csqzak06.pdf) clearly states that MQMD Version 2 is supported only for AIX, HP-UX, z/OS, OS/2, OS/400, Solaris and Windows. This is a requirement

Is there a problem with channels that run for weeks.

2003-01-16 Thread Jeff A Tressler
We just released a new version of our application. We have five OS/390 systems feeding transactions to MQSeries Integrator running on Windows NT. They are processed and passed through a single channel to HP-UX. The OS/390 systems have different down-times so there are always transactions being

Re: Is there a problem with channels that run for weeks.

2003-01-16 Thread Bullock, Rebecca (CSC)
Jeff, we've had running channels between OS/390 R10 running MQ V5.2 and Sun Solaris running V5.2 for a couple of months without problems. -Original Message- From: Jeff A Tressler [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 10:29 AM To: [EMAIL PROTECTED] Subject: Is there a

Re: Old School RUNMQLSR

2003-01-16 Thread Paul Clarke
I've always started my MQ listeners (on Windows) via the command prompt - mainly b/c I learned on version 5.0. I recently upgraded this W2K machine to WMQ 5.3 and I continue to start the listeners this way - however, I'm noticing something different now. With previous versions, the listener window

Re: Old School RUNMQLSR

2003-01-16 Thread Mike Davidson
Thanks, Paul. Mike Davidson TSYS MQSeries Tech Support [EMAIL PROTECTED] Paul Clarke [EMAIL PROTECTED] Sent by: MQSeries List [EMAIL PROTECTED] 01/16/2003 11:15 AM Please respond to MQSeries List To:[EMAIL PROTECTED] cc: Subject:Re: Old School RUNMQLSR I've

Re: Old School RUNMQLSR

2003-01-16 Thread David C. Partridge
Paul, Does this (channel pools) also apply to the other 5.3 distributed platforms? Dave 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: Old School RUNMQLSR

2003-01-16 Thread Paul Clarke
Paul, Does this (channel pools) also apply to the other 5.3 distributed platforms? Dave Yes, it applies to all 5.3 distributed platforms (not z/OS clearly). Cheers, P. Paul G Clarke WebSphere MQ Development IBM Hursley Instructions for managing your mailing list subscription are provided in

ASCII to EBCDIC conversion

2003-01-16 Thread COHEN David
Dear all, We are still using an IBM /390 MVS as an MQSeries server And a Windows 2000 as an MQSeries Client 5.2.1 We are in France with our old éé èè çç àà { }... diacritical characters Where can I find some source code that explains how to use the conversion capabilities of

Fun with MQ

2003-01-16 Thread Wyatt, T. Rob
MQ Message pick-up lines... Your queue or mine? What's your sign-bit? Is that a COA in your message descriptor, or are you just glad to see me? What's a message like you doing in a queue like this? You look like you've got a good message header on your shoulders. With your payload and my routing

Re: HELP : Getting particular messages

2003-01-16 Thread David Awerbuch
Murugesan, Just from the code snippet you included, I can tell you immediately what the problem is. Your memcpy() operation memcpy(md.CorrelId, COR1, sizeof(md.CorrelId)); is copying more data than the 4 bytes of the correlation ID you specified. The sizeof() operator is telling

Re: Fun with MQ

2003-01-16 Thread Hill, Dave
The mother ship must have landed -Original Message- From: Wyatt, T. Rob [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 1:22 PM To: [EMAIL PROTECTED] Subject: Fun with MQ MQ Message pick-up lines... Your queue or mine? What's your sign-bit? Is that a COA in your message

Re: Support pac to remove messages

2003-01-16 Thread Roger Lacroix
Hi, You can download and try out my current beta of MQ Visual Edit v0.3.7 (soon to be v0.3.8). Description: MQ Visual Edit application allows the user to view, edit, insert and delete messages from a queue of a MQSeries queue manager (local or remote). MQ Visual Edit presents the data in an easy

Re: ASCII to EBCDIC conversion

2003-01-16 Thread Potkay, Peter M (PLC, IT)
http://publibfp.boulder.ibm.com/epubs/html/csqzak06/csqzak06tfrm.htm Appendix D, F and H may be of interest to you. Peter Potkay IBM MQSeries Certified Specialist, Developer [EMAIL PROTECTED] X 77906 -Original Message- From: COHEN David [mailto:[EMAIL PROTECTED]] Sent: Thursday,

Re: Fun with MQ

2003-01-16 Thread Potkay, Peter M (PLC, IT)
Rob, Getting ready for the night life in Vegas? Peter Potkay IBM MQSeries Certified Specialist, Developer [EMAIL PROTECTED] X 77906 -Original Message- From: Wyatt, T. Rob [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 1:22 PM To: [EMAIL PROTECTED] Subject: Fun with MQ MQ

MQSeries in highly available and fault tolerant/failover environments

2003-01-16 Thread Daniel G. Jones
We are currently working on a project that calls for setting up MQSeries in, if not a highly available environment, one that is fault tolerant and provides for failover capabilities. While I don't believe they are using such products as AIX HACMP or the Sun equivalent for Solaris, they are using

Re: Support pac to remove messages

2003-01-16 Thread gangadhara dontireddy
Hi Bhapinder , Did you try with RFH Utility (IH03) which I found pretty much useful, atleast to me ! http://www-3.ibm.com/software/ts/mqseries/txppacs/ih03.html. Regards, Ganges Roger Lacroix wrote: Hi, You can download and try out my current beta of MQ Visual Edit v0.3.7 (soon to be

Expiring a REPLYTO Queue message from the CICS Bridge?

2003-01-16 Thread Gary P. Klos
I have an application that uses the MQ Series CICS Bridge. I put a message on a CICS request queue, which starts a DPL program and then the CICS Bridge places the results from the DPL Program on the REPLYTOQ, specified in the MQMD of the original Request Message. How do I set the EXPIRY for the

Re: Fun with MQ

2003-01-16 Thread Wyatt, T. Rob
Absolutely! I plan to leave code snippets in every casino on the strip. (The house has a slight advantage, you know...) -Original Message- From: Potkay, Peter M (PLC, IT) [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 1:37 PM To: [EMAIL PROTECTED] Subject: Re: Fun with MQ

Re: MQSeries in highly available and fault tolerant/failover envi ronments

2003-01-16 Thread Quigley, Robert
high availability seems more of an infrastructure exercise to me. You mention HACMP, HP ServiceGuard, MSCS also fall into these categories, and the how to's of MQ config in these enviroments is generally available as a support pack at http://www-3.ibm.com/software/ts/mqseries/txppacs/txpm4.html .

Re: Fun with MQ

2003-01-16 Thread Ronald Weinger
Someone tried that when the first electronic poker machines were introduced. He ended up permanently SYNCPOINTED. Wyatt, T. Rob t.rob.wyatt@BANKOFATo: [EMAIL PROTECTED] MERICA.COM cc:

Re: Fun with MQ

2003-01-16 Thread Randy J Clark
or committed. Ronald Weinger [EMAIL PROTECTED]@AKH-WIEN.AC.AT on 01/16/2003 12:11:28 PM Please respond to MQSeries List [EMAIL PROTECTED] Sent by:MQSeries List [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Re: Fun with MQ Someone tried that when the first electronic

Re: Segmentation on OpenVMS

2003-01-16 Thread templeton quinn
Hi David; Can segmentation be configured between NT(MQ5.2.1)/ AIX? Regards; Temple From: David Awerbuch [EMAIL PROTECTED] Reply-To: MQSeries List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Segmentation on OpenVMS Date: Wed, 15 Jan 2003 15:46:03 -0800 Anant, MQSeries for

Re: HELP : Getting particular messages

2003-01-16 Thread Murugesan Ravuthan
Hi Dave Awerbuch, You are absolutely right. Thanks for your help. Murugesan -Original Message- From: David Awerbuch [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 11:54 PM To: [EMAIL PROTECTED] Subject: Re: HELP : Getting particular messages Murugesan, Just from the

Re: HELP : Getting particular messages

2003-01-16 Thread Neil Casey
Hi, I think you still have a problem (which has been addressed in another posting) regarding the Correlid. That posting recommended setting the full correlid to 0x00 before doing anything else. The comment below regarding data being ignored after a NULL is not true for a correlid or msgid. That

Re: Support pac to remove messages

2003-01-16 Thread Emile Kearns
Support Pack IH03 -Original Message- From: Bhapinder Bagar [mailto:[EMAIL PROTECTED]] Sent: 16 January 2003 04:18 To: [EMAIL PROTECTED] Subject: Support pac to remove messages Hello, I am looking for a support pac or utility that will allow me to remove selected MQ messages from a