Re: Get QMGR name in WMQI 2.1 Flow

2003-02-13 Thread "Rodríguez Alvarez-Querol, Manuel Carlos"
You can use the following code to get your broker name and queuemanager name. The code can be use in the evaluate method of your plugin. String brokerName = getBroker().getName(); String queueManagerName = getBroker().getQueueManagerName(); cheers, Manuel Carlos Rodriguez IBM Certified Specialist

Re: messages out of order

2003-02-13 Thread Francois van der Merwe
I agree with everybody that this is bad design, but thinking about it, very nifty solution to "try" and solve the problem for messages arriving out of sequence, but, there is still the questions? Is there only one network path from source to destination? Francois van der Merwe

Can MQ V5.2 & Websphere MQ V5.3 co-exist?

2003-02-13 Thread Geok Hoon FOO
Hi, We plan to upgrade MQ V5.2 to Websphere MQ V5.3 on iseries. Does anyone know whether MQ V5.2 can co-exist with V5.3? regards. Geok Hoon Warning : Privileged

Re: messages out of order

2003-02-13 Thread Robert Broderick
This sounds like the "no soap radio" story. Why cannot the project their sizing and make the queue and storage behind the queue big enough!!! Ask them if they do that with their VSAM datasets? From: "Anderson, Lizette T. (RyTull)" <[EMAIL PROTECTED]> Reply-To: MQSeries List <[EMA

Re: AMI

2003-02-13 Thread Robert Broderick
Thanks everyone for the reply. Here is the scoop!!! Project Girl comes to me today and asks if we need (or how)to install AMI on the server. I search my 'between the ears' data banks and surmise that I have no index entry pointing to a mention of an AMI install. I proceed to think (a little) about

Re: SSL on Win MQ Client

2003-02-13 Thread Tony Devitt
** Note: This e-mail is subject to the disclaimer contained at the bottom of this message. ** : I have set up a Windows NT MQ Client with SSL. At the ti

Re: AMI

2003-02-13 Thread Harmann, Craig
I has been announced at the T&M conference that AMI will be removed from the base z/OS WMQ product in a future release and be available by support pac only. Craig -Original Message- From: Stefan Sievert [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 5:06 PM To: [EMAIL PROTE

Re: AMI

2003-02-13 Thread Tony Devitt
** Note: This e-mail is subject to the disclaimer contained at the bottom of this message. ** : Well, to be totally accurate, the AMI Admin Tool is a se

Re: MQCIH C version

2003-02-13 Thread Tim Armstrong
Without seeing more I'm guessing the 8 refers to the fact the the bridge expects the first 8 bytes of the data it is sent to contains the application program name of the program that is to be invoked. Regards TIm A nushin mehran <[EMAIL PROTECTED]>

Re: AMI

2003-02-13 Thread Stefan Sievert
I stand corrected [quote] On the z/OS platform, the Application Messaging Interface is provided as part of IBM WebSphere MQ for z/OS Version 5.3. On the other platforms, it is provided as a SupportPac(TM) (number MA0F) which can be downloaded from the following Web site: http://www.ibm.com/soft

Re: AMI

2003-02-13 Thread Scott Gray
it isnt on zOS, it is on the others... Scott - Original Message - From: "Stefan Sievert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 4:59 PM Subject: Re: AMI > Nope > > Stefn > > >From: Robert Broderick <[EMAIL PROTECTED]> > >Reply-To: MQSeries

MQCIH C version

2003-02-13 Thread nushin mehran
Hello CICS Bridge Users, I am pretty desperate. I would be very appreciated if some body sends me a sample program that uses DPL cic bridge with commarae and MQCih. I am getting invalid length area message of 8. I know that I am not setting the field correctly. If I have a sample to go it would be

Re: SSL Digital Certificates

2003-02-13 Thread Luc-Michel Demey
if these certificate are for WebSphere MQ, you should be able to export them using the command line "amqmcert -x" other solution, install the ikeyman tool (from IBM HTTP server for example), who provides you an java application able to import, export, and manipulate certificate, including generati

Re: AMI

2003-02-13 Thread Peter Uranyi
Yes, it is a SupportPac: http://www-3.ibm.com/software/ts/mqseries/txppacs/ma0f.html --- Robert Broderick <[EMAIL PROTECTED]> wrote: > Is AMI functionality a seperate install from the base MQ set > > > bobbee > > > > > > _ >

SSL on Win MQ Client

2003-02-13 Thread Luc-Michel Demey
Hi all, Last year, I have set up MQSeries 5.3 SSL channels with various MQ servers, without majors problems. This time, I am trying to secure a channel between a Windows MQ client and a MQ server and I have some problems with SSL certificats on the client side. Context : - self signed certificat

Re: AMI

2003-02-13 Thread Tony Devitt
** Note: This e-mail is subject to the disclaimer contained at the bottom of this message. ** : Yes : ***

Re: AMI

2003-02-13 Thread Stefan Sievert
Nope Stefn From: Robert Broderick <[EMAIL PROTECTED]> Reply-To: MQSeries List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: AMI Date: Thu, 13 Feb 2003 15:46:13 -0500 Is AMI functionality a seperate install from the base MQ set bobbee _

Re: messages out of order

2003-02-13 Thread Anderson, Lizette T. (RyTull)
Funny. I made another attempt to have the programmers change it to go to a local queue instead of the dead letter queue. The reason they use the dead letter queue is because they use FIFO. If they send it to a local queue and it fills, they will not be able to retrieve the messages in order since

OS/390 MQGET using Set Signal

2003-02-13 Thread Vince Gibson
In batch, I am using the MQGET set signal and the wait interval options to notify me when a message is place on the queue. I do not receive the set signal request after this MQPUT. After one minute the wait interval expired, then I can determine the set signal ECB been posted for this timeout. C

MQ client for VSE

2003-02-13 Thread Robert X. Sloper
We have a client who operate on VSE v2.6 that we want to connect in to our Z/OS MQSeries systems. This client has a CICS system that they want to be able to MQPUT messages from. They do not have MQSeries server but do want to use the available VSE MQSeries Client interface. We have found that we c

AMI

2003-02-13 Thread Robert Broderick
Is AMI functionality a seperate install from the base MQ set bobbee _ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail Instructions for managing your mailing l

SSL Digital Certificates

2003-02-13 Thread Dawson, John
Fellow MQ'ers Does anyone have a procedure for moving SSL Digital certificates from one Windows server to another Windows server and placing it in the right location to be picked up by the Internet Explorer software. TIA, John Dawson Instructions for managing your mailing list subscription a

Re: Get QMGR name in WMQI 2.1 Flow

2003-02-13 Thread Benjamin Zhou
I posted the same question a while back, but didn't get positive response though. I think this is sth IBM forgot to add to its ESQL function set. Someone mentioned to write a plugin to get it, you may try it.   regards, Benjamin Zhou Princeton Financial -Original Message-From: Bock, C

Re: Looking for a command or a script to generate MQ object definiti ons

2003-02-13 Thread Robert Broderick
Yes you are abso. RIGHT My fingers and my brain are disconnected today. As an additional not. the MS03 (got it right this time) comes with the executable for the Windows platform. So you can just download and RUN!!. On other platforms you have to compile. If you are interested There is a su

Re: Looking for a command or a script to generate MQ object definiti ons

2003-02-13 Thread Bill Seng
Have you seen this? http://www-3.ibm.com/software/ts/mqseries/txppacs/ms03.html Regards, Bill Middleware Group Mailbox To: [EMAIL PROTECTED] <[EMAIL PROTECTED]cc: >

Re: Get QMGR name in WMQI 2.1 Flow

2003-02-13 Thread Robert Broderick
That is strange. I just went through the APP PGMR Ref Guide and that field doe not exist in the MQMD in my book. Maybe is is an added feature in WMQI (which i doubt) How far into the MQMD is it and what elements proceed and follow it's defination??? As for the QMGR. That is a good one. If there i

Re: Looking for a command or a script to generate MQ object definiti ons

2003-02-13 Thread Rob Crippen
Don't you mean SupportPac MS03? -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Broderick Sent: Thursday, February 13, 2003 12:55 PM To: [EMAIL PROTECTED] Subject: Re: Looking for a command or a script to generate MQ object definiti ons Supportpac MS0

Re: Looking for a command or a script to generate MQ object definiti ons

2003-02-13 Thread Robert Broderick
Supportpac MS02 From: Middleware Group Mailbox <[EMAIL PROTECTED]> Reply-To: MQSeries List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Looking for a command or a script to generate MQ object definiti ons Date: Thu, 13 Feb 2003 12:13:59 -0500 Hi Is there an equivalent to CS

Looking for a command or a script to generate MQ object definiti ons

2003-02-13 Thread Middleware Group Mailbox
Hi Is there an equivalent to CSQUTIL (on the mainframe) in Unix and WINDOWS? I am looking for a command or a script to generate MQ object definitions with specifications and parameters from a MQ manager. Thanks, Mohamed, Middleware. === This email/fax message is for the sole use of

Re: Starting MQSeries for OS/390

2003-02-13 Thread Hill, Dave
Do you have system automation? We use automation to start and stop all QMGRs. -Original Message- From: Ernest Roberts [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 11:47 AM To: [EMAIL PROTECTED] Subject: Starting MQSeries for OS/390 I am trying to automate the startup of

Re: Starting MQSeries for OS/390

2003-02-13 Thread Beinert, William
Easily done. Our Netview clist executes the command: 'MVS MQTA START QMGR' The MQTAMSTR proc includes DD card: //CSQINP2 DD DSN=MQ.MQTA.CSQPROC(MQTASTRT),DISP=SHR which contains: START CHINIT START LISTENER PORT(3038) START CHANNEL(MQTA.TO.MQTD)

Re: Starting MQSeries for OS/390

2003-02-13 Thread Kevin Ferguson
Ernest We simply issue the Qxx START QMGR command using Auto ops software and the START CHINIT and START LISTENER commands are issued as part of the Queue Manager startup. It seems to work pretty well like that. We start the Trigger Monitors using the auto ops software when the : CSQX023I QDV CSQ

Re: Data Conversion Problem on Sun Solaris with European Characters

2003-02-13 Thread Tibor
Andrea, If you're working with R3Link try setting an environment variable to disable any conversion on gateway: PATH_TO_CODEPAGE=NONE HTH, Tibor > We are currently experiencing a problem with the translation of > certain European characters once they've gone through the MQSeries

Get QMGR name in WMQI 2.1 Flow

2003-02-13 Thread Bock, Christian
Hi all,   I need  to know the queue name where the message comes from and the queue manager name where this queue is located. The queue was not the problem I found this parameter in the MQMD Header named as SourceQueue, but I could not find the qmgr name. Has anyone an idea how to get t

R/3 Link And XML IDOC's

2003-02-13 Thread van Zyl, Andre
Hi, Is there anyone out there using the SAP R/3 Link (V1.2) for sending IDOC's in XML format into and from SAP via MQSeries? ( Specifically SAP version 3.1). I basically would like to know if this is possible. Thanks Andre = Disclaimer ==

Re: ma06 support pack for sun?

2003-02-13 Thread Emile Kearns
Post the error you get. -Original Message- From: Khan, Nadi N [mailto:[EMAIL PROTECTED]] Sent: 13 February 2003 10:17 To: [EMAIL PROTECTED] Subject: ma06 support pack for sun? Hello All, We have been using the MA06 exit utility on Windows to keep a copy of messages.It works and now w

ma06 support pack for sun?

2003-02-13 Thread Khan, Nadi N
Hello All, We have been using the MA06 exit utility on Windows to keep a copy of messages.It works and now we are trying to get it compiled on a Sun server but it's getting errors. Does anyone have a compiled copy/ source compiler that they willing to share, any assistance would be greatly appreci