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 - WebSphere MQ


> -Mensaje original-
> De:   Benjamin Zhou [SMTP:[EMAIL PROTECTED]]
> Enviado el:   Thursday, February 13, 2003 7:44 PM
> Para: [EMAIL PROTECTED]
> Asunto:   Re: Get QMGR name in WMQI 2.1 Flow
>
> 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, Christian [mailto:[EMAIL PROTECTED]]
>   Sent: Thursday, February 13, 2003 4:18 AM
>   To: [EMAIL PROTECTED]
>   Subject: Get QMGR name in WMQI 2.1 Flow
>
>
>
>   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 the qmgr name.
>
>
>
>   Regards
>
>
>
>   Christian
>

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: 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




  "Anderson, Lizette T.
  (RyTull)"  To:   [EMAIL PROTECTED]
  Subject:  Re: messages out of 
order
  Sent by: MQSeries List
  <[EMAIL PROTECTED]
  T>


  13/02/2003 23:59
  Please respond to
  MQSeries List





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 some
would be on the dead letter queue.  Therefore, they decided to retrieve all
the messages from the dead letter queue.

How is everyone else handling this?
Original Message-
From: Robert Broderick [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 12, 2003 6:24 PM
To: [EMAIL PROTECTED]
Subject: Re: messages out of order


As a funny note. I was viewing this message through HOTMAIL. With ad's at
the top browser window. As I was reading it an ad for MIB II came up. Talk
about black suites and dark glasses!!






>From: "Anderson, Lizette T. (RyTull)" <[EMAIL PROTECTED]>
>Reply-To: MQSeries List <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: messages out of order
>Date: Wed, 12 Feb 2003 15:18:44 -0600
>
>Tell me about it.  They are usually here until 5:00.  Have the MQ guys
with
>the dark suits and glasses drop over.
>
>-Original Message-
>From: Robert Broderick [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, February 12, 2003 1:59 PM
>To: [EMAIL PROTECTED]
>Subject: Re: messages out of order
>
>
>Basic rules for MQ-ing. APPLICATIONS DO NOT PUT MESSAGES ON THE DLQ!!
>Or
>the MQ guys with the dark suits and glasses come around in the middle of
>the
>night and break your fingers!!!
>
>BAD Design
>
>   bobbee
>
>
>
>
>
>
> >From: "Anderson, Lizette T. (RyTull)" <[EMAIL PROTECTED]>
> >Reply-To: MQSeries List <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Re: messages out of order
> >Date: Wed, 12 Feb 2003 10:41:16 -0600
> >
> >We have told apps this for years.  The previous administrator thought
>this
> >was a good idea and we have had no luck in convincing otherwise.
> >
> >-Original Message-
> >From: mqm mqm [mailto:[EMAIL PROTECTED]]
> >Sent: Wednesday, February 12, 2003 7:27 AM
> >To: [EMAIL PROTECTED]
> >Subject: Re: messages out of order
> >
> >
> >Lysette,
> >
> >Why are the messages delivered to the DLQ only to be
> >extracted and delivered to the RT.PRD.ORDFBREC.INB
> >queue ?
> >
> >Seems like an odd use of the DLQ.
> >
> >mqm
> >
> >
> >--- "Anderson, Lizette T. (RyTull)"
> ><[EMAIL PROTECTED]> wrote:
> > > Thanks for the information.  Our applications
> > > programmers are of course
> > > saying this is not true.  They insists this is an MQ
> > > problem so I have been
> > > looking through the manuals to prove it is not.
> > > Does anyone have any idea
> > > where I can find this information?
> > >
> > > -Original Message-
> > > From: Miller, Dennis [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, February 11, 2003 3:51 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: messages out of order
> > >
> > >
> > > For MQ to always deliver messages in the same
> > > sequence they were sent, one
> > > of the restrictions is that you not have a DLQ.
> > >
> > >
> > > > -Original Message-
> > > > From: Anderson, Lizette T. (RyTull)
> > > [SMTP:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, February 11, 2003 12:18 PM
> > > > To:   [EMAIL PROTECTED]
> > > > Subject:   Re: messages out of order
> > > >
> > > > Its on the server.
> > > >
> > > > -Original Message-
> > > > From: Hill, Dave [mailto:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, February 11, 2003 2:11 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: messages out of order
> > > >
> > > >
> > > > Ok. Now the picture is getting more clear. We
> > > corrected our problem by
> > > > delaying the application on the receiving end as
> > > well as setting the
> > > channel
> > > > to stay open for a longer time. I am assuming that
> > > this DLQ is not on a
> > > > mainframe.
> > > >
> > > > -Original Message-
> > > > From: Anderson, Lizette T. (RyTull)
> > > > [mailto:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, February 11, 2003 2:57 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: messages out of order
> > > >
> > > >
> > > > Our remote queue is the dead letter queue.
> > > >
> > > > -Original Mess

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/confidential information may be contained in this
message. If you are not the intended addressee, you must not copy,
distribute or take any action in reliance thereon. Communication of any
information in this email to any unauthorised person is an offence under
the Official Secrets Act (Cap 213). If you receive this message in error,
please notify the sender immediately and delete the same.

Visit the eCitizen Housing Town at Http://www.ecitizen.gov.sg/

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: 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 <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: messages out of order
Date: Thu, 13 Feb 2003 15:59:25 -0600

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 some
would be on the dead letter queue.  Therefore, they decided to retrieve all
the messages from the dead letter queue.

How is everyone else handling this?
Original Message-
From: Robert Broderick [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 12, 2003 6:24 PM
To: [EMAIL PROTECTED]
Subject: Re: messages out of order


As a funny note. I was viewing this message through HOTMAIL. With ad's at
the top browser window. As I was reading it an ad for MIB II came up. Talk
about black suites and dark glasses!!






>From: "Anderson, Lizette T. (RyTull)" <[EMAIL PROTECTED]>
>Reply-To: MQSeries List <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: messages out of order
>Date: Wed, 12 Feb 2003 15:18:44 -0600
>
>Tell me about it.  They are usually here until 5:00.  Have the MQ guys
with
>the dark suits and glasses drop over.
>
>-Original Message-
>From: Robert Broderick [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, February 12, 2003 1:59 PM
>To: [EMAIL PROTECTED]
>Subject: Re: messages out of order
>
>
>Basic rules for MQ-ing. APPLICATIONS DO NOT PUT MESSAGES ON THE DLQ!!
>Or
>the MQ guys with the dark suits and glasses come around in the middle of
>the
>night and break your fingers!!!
>
>BAD Design
>
>   bobbee
>
>
>
>
>
>
> >From: "Anderson, Lizette T. (RyTull)"
<[EMAIL PROTECTED]>
> >Reply-To: MQSeries List <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Re: messages out of order
> >Date: Wed, 12 Feb 2003 10:41:16 -0600
> >
> >We have told apps this for years.  The previous administrator thought
>this
> >was a good idea and we have had no luck in convincing otherwise.
> >
> >-Original Message-
> >From: mqm mqm [mailto:[EMAIL PROTECTED]]
> >Sent: Wednesday, February 12, 2003 7:27 AM
> >To: [EMAIL PROTECTED]
> >Subject: Re: messages out of order
> >
> >
> >Lysette,
> >
> >Why are the messages delivered to the DLQ only to be
> >extracted and delivered to the RT.PRD.ORDFBREC.INB
> >queue ?
> >
> >Seems like an odd use of the DLQ.
> >
> >mqm
> >
> >
> >--- "Anderson, Lizette T. (RyTull)"
> ><[EMAIL PROTECTED]> wrote:
> > > Thanks for the information.  Our applications
> > > programmers are of course
> > > saying this is not true.  They insists this is an MQ
> > > problem so I have been
> > > looking through the manuals to prove it is not.
> > > Does anyone have any idea
> > > where I can find this information?
> > >
> > > -Original Message-
> > > From: Miller, Dennis [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, February 11, 2003 3:51 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: messages out of order
> > >
> > >
> > > For MQ to always deliver messages in the same
> > > sequence they were sent, one
> > > of the restrictions is that you not have a DLQ.
> > >
> > >
> > > > -Original Message-
> > > > From: Anderson, Lizette T. (RyTull)
> > > [SMTP:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, February 11, 2003 12:18 PM
> > > > To:   [EMAIL PROTECTED]
> > > > Subject:   Re: messages out of order
> > > >
> > > > Its on the server.
> > > >
> > > > -Original Message-
> > > > From: Hill, Dave [mailto:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, February 11, 2003 2:11 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: messages out of order
> > > >
> > > >
> > > > Ok. Now the picture is getting more clear. We
> > > corrected our problem by
> > > > delaying the application on the receiving end as
> > > well as setting the
> > > channel
> > > > to stay open for a longer time. I am assuming that
> > > this DLQ is not on a
> > > > mainframe.
> > > >
> > > > -Original Message-
> > > > From: Anderson, Lizette T. (RyTull)
> > > > [mailto:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, February 11, 2003 2:57 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: messages out of order
> > > >
> > > >
> > > > Our remote queue is the dead letter queue.
> > > >
> > > > -Original Message-
> > > > From: Hill, Dave [mailto:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, February 11, 2003 1:19 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: messages out of order
> > > >
> > > >
> > > > You could be getting data locks  ( resource
> > > locking ) that is not allowing
> > > > certain records

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 it's functionality and assume it is part of the base
install. Furthermore I had the mail client up and it was easier to ask than
receive. So rather than receive a headache from reading (also I was running
out the door) I asked. Thanks for your replies again I will now take my lazy
butt to the support site and get the download!! You people are terrific!!
 boobie

PS I found my next contract today!! Long term!! Time for a beer!!







From: Tony Devitt <[EMAIL PROTECTED]>
Reply-To: MQSeries List <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: AMI
Date: Fri, 14 Feb 2003 10:20:08 +1100

**

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 separate Supportpac
(MA0G)!!:

http://www-3.ibm.com/software/ts/mqseries/txppacs/ma0g.html



:


The information transmitted in this message and attachments (if any)
is intended only for the person or entity to which it is addressed.
The message may contain confidential and/or privileged material.
Any review, retransmission, dissemination or other use of, or taking
of any action in reliance upon this information, by persons or entities
other than the intended recipient is prohibited.

If you have received this in error, please contact the sender and delete
this
e-mail and associated material from any computer.

The intended recipient of this e-mail may only use, reproduce, disclose or
distribute the information contained in this e-mail and any attached files,
with the permission of CGU Insurance.

This message has been scanned for viruses and cleared by MailMarshal.


:

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



_
MSN 8 with e-mail virus protection service: 2 months FREE*
http://join.msn.com/?page=features/virus

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: 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 time the improved
documentation was not available so I posted this at MQSERIES.NET in an SSL
thread:

http://www.mqseries.net/phpBB2/viewtopic.php?p=22159#22159

The client was  communicating with a Windows NT queue manager on the same
machine and I have not tried it subsequently against a Unix queue manager



:


The information transmitted in this message and attachments (if any)
is intended only for the person or entity to which it is addressed.
The message may contain confidential and/or privileged material.
Any review, retransmission, dissemination or other use of, or taking
of any action in reliance upon this information, by persons or entities
other than the intended recipient is prohibited.

If you have received this in error, please contact the sender and delete this
e-mail and associated material from any computer.

The intended recipient of this e-mail may only use, reproduce, disclose or
distribute the information contained in this e-mail and any attached files,
with the permission of CGU Insurance.

This message has been scanned for viruses and cleared by MailMarshal.


:

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: 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 PROTECTED]
Subject: Re: AMI


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/software/ts/mqseries/txppacs/

On Windows NT and Windows 2000 platforms, an Administration Tool is provided
as part of the SupportPac.
[/quote]

I somehow thought it has been made part of the product with V5.3, but
obviously not.
Sorry for the confusion,
Stefan






>From: Scott Gray <[EMAIL PROTECTED]>
>Reply-To: MQSeries List <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: AMI
>Date: Thu, 13 Feb 2003 17:43:13 -0500
>
>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 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
> > >
> > >
> > >
> > >
> > >
> > >_
> > >Add photos to your messages with MSN 8. Get 2 months FREE*.
> > >http://join.msn.com/?page=features/featuredemail
> > >
> > >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
> >
> >
> > _
> > The new MSN 8: advanced junk mail protection and 2 months FREE*
> > http://join.msn.com/?page=features/junkmail
> >
> > 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
>
>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


_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail

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

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: 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 separate Supportpac
(MA0G)!!:

http://www-3.ibm.com/software/ts/mqseries/txppacs/ma0g.html



:


The information transmitted in this message and attachments (if any)
is intended only for the person or entity to which it is addressed.
The message may contain confidential and/or privileged material.
Any review, retransmission, dissemination or other use of, or taking
of any action in reliance upon this information, by persons or entities
other than the intended recipient is prohibited.

If you have received this in error, please contact the sender and delete this
e-mail and associated material from any computer.

The intended recipient of this e-mail may only use, reproduce, disclose or
distribute the information contained in this e-mail and any attached files,
with the permission of CGU Insurance.

This message has been scanned for viruses and cleared by MailMarshal.


:

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: 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]>To:   [EMAIL PROTECTED]
  Sent by: MQSeriescc:
  List Subject:  MQCIH C version
  


  14/02/2003 09:31
  Please respond to
  MQSeries List





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 wonderful. I have found a JAVA program
that sets MQCIH fields, but it is not the whole
program.
Thank you so much for your help.


__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

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

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: 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/software/ts/mqseries/txppacs/

On Windows NT and Windows 2000 platforms, an Administration Tool is provided
as part of the SupportPac.
[/quote]

I somehow thought it has been made part of the product with V5.3, but
obviously not.
Sorry for the confusion,
Stefan







From: Scott Gray <[EMAIL PROTECTED]>
Reply-To: MQSeries List <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: AMI
Date: Thu, 13 Feb 2003 17:43:13 -0500

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 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
> >
> >
> >
> >
> >
> >_
> >Add photos to your messages with MSN 8. Get 2 months FREE*.
> >http://join.msn.com/?page=features/featuredemail
> >
> >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
>
>
> _
> The new MSN 8: advanced junk mail protection and 2 months FREE*
> http://join.msn.com/?page=features/junkmail
>
> 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

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



_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail

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: 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 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
> >
> >
> >
> >
> >
> >_
> >Add photos to your messages with MSN 8. Get 2 months FREE*.
> >http://join.msn.com/?page=features/featuredemail
> >
> >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
>
>
> _
> The new MSN 8: advanced junk mail protection and 2 months FREE*
> http://join.msn.com/?page=features/junkmail
>
> 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

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



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 wonderful. I have found a JAVA program
that sets MQCIH fields, but it is not the whole
program.
Thank you so much for your help.


__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

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: 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 generation of auto-
signed.

HTH, LMD.


Date sent:  Thu, 13 Feb 2003 14:36:42 -0600
Send reply to:  MQSeries List <[EMAIL PROTECTED]>
From:   "Dawson, John" <[EMAIL PROTECTED]>
Subject:SSL Digital Certificates
To: [EMAIL PROTECTED]

> 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 are provided in
> the Listserv General Users Guide available at http://www.lsoft.com
> Archive: http://vm.akh-wien.ac.at/MQSeries.archive
>

--
Luc-Michel Demey - Freelance EAI Consultant
Paris / France Tel. : +33 6 08 755 655
http://consulting.demey.org/ - lmd at demey dot org

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: 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
>
>
>
>
>
> _
> Add photos to your messages with MSN 8. Get 2 months FREE*.
> http://join.msn.com/?page=features/featuredemail
>
> 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

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



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 certificates, produced with ikeyman
- MQServer 5.3.0.1 on aix, with a certiticate named
"webspheremq"
- MQ client 5.3.0.1 on NT 4 sp6a
- certificates imported and assigned to server & client

When I try to mqput on client side, I got a 2059 (QM not
available), and on the server side an AMQ 9661 "Bad SSL data from
peer on channel", with a GSKit return value of 410 (incorrect
formated message received).

On the client side, I got an AMQ9698 "An SSL security call failed
during SSL handshaking. Explanation: An SSPI call to the Secure
Channel (Schannel) SSL provider failed during SSL handshaking.
.../... Consult the Windows Schannel reference manual to determine
the meaning of status 0x8009030D for SSPI call
InitialyzeSecurityContext."

This status point me to errors like "The credentials supplied to
the package were not recognized".

I have followed all known guidelines, and I am able to recreate the
problem between an Win2000 MQ client and an Win2000 MQServer. So
the setting of the server and the NT4 should not be the culprit.
And the same setup work without SSL works OK.

I think there is something wrong in the setting of the MQ Client,
or inside the MQClient itself.

Before opening a case to IBM support, I would like to known if any
of you have successfully set up a Win MQ client, and is there is
something special (not in the manuals) to take care of.

Thanks in advance for any pointer ...

Luc-Michel.


--
Luc-Michel Demey - Freelance EAI Consultant
Paris / France Tel. : +33 6 08 755 655
http://consulting.demey.org/ - lmd at demey dot org

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: AMI

2003-02-13 Thread Tony Devitt
**

Note: This e-mail is subject to the disclaimer contained at the bottom
of this message.

**
:

Yes



:


The information transmitted in this message and attachments (if any)
is intended only for the person or entity to which it is addressed.
The message may contain confidential and/or privileged material.
Any review, retransmission, dissemination or other use of, or taking
of any action in reliance upon this information, by persons or entities
other than the intended recipient is prohibited.

If you have received this in error, please contact the sender and delete this
e-mail and associated material from any computer.

The intended recipient of this e-mail may only use, reproduce, disclose or
distribute the information contained in this e-mail and any attached files,
with the permission of CGU Insurance.

This message has been scanned for viruses and cleared by MailMarshal.


:

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: 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





_
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail

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



_
The new MSN 8: advanced junk mail protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail

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: 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 some
would be on the dead letter queue.  Therefore, they decided to retrieve all
the messages from the dead letter queue.

How is everyone else handling this?
Original Message-
From: Robert Broderick [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 12, 2003 6:24 PM
To: [EMAIL PROTECTED]
Subject: Re: messages out of order


As a funny note. I was viewing this message through HOTMAIL. With ad's at
the top browser window. As I was reading it an ad for MIB II came up. Talk
about black suites and dark glasses!!






>From: "Anderson, Lizette T. (RyTull)" <[EMAIL PROTECTED]>
>Reply-To: MQSeries List <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: messages out of order
>Date: Wed, 12 Feb 2003 15:18:44 -0600
>
>Tell me about it.  They are usually here until 5:00.  Have the MQ guys with
>the dark suits and glasses drop over.
>
>-Original Message-
>From: Robert Broderick [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, February 12, 2003 1:59 PM
>To: [EMAIL PROTECTED]
>Subject: Re: messages out of order
>
>
>Basic rules for MQ-ing. APPLICATIONS DO NOT PUT MESSAGES ON THE DLQ!!
>Or
>the MQ guys with the dark suits and glasses come around in the middle of
>the
>night and break your fingers!!!
>
>BAD Design
>
>   bobbee
>
>
>
>
>
>
> >From: "Anderson, Lizette T. (RyTull)" <[EMAIL PROTECTED]>
> >Reply-To: MQSeries List <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Re: messages out of order
> >Date: Wed, 12 Feb 2003 10:41:16 -0600
> >
> >We have told apps this for years.  The previous administrator thought
>this
> >was a good idea and we have had no luck in convincing otherwise.
> >
> >-Original Message-
> >From: mqm mqm [mailto:[EMAIL PROTECTED]]
> >Sent: Wednesday, February 12, 2003 7:27 AM
> >To: [EMAIL PROTECTED]
> >Subject: Re: messages out of order
> >
> >
> >Lysette,
> >
> >Why are the messages delivered to the DLQ only to be
> >extracted and delivered to the RT.PRD.ORDFBREC.INB
> >queue ?
> >
> >Seems like an odd use of the DLQ.
> >
> >mqm
> >
> >
> >--- "Anderson, Lizette T. (RyTull)"
> ><[EMAIL PROTECTED]> wrote:
> > > Thanks for the information.  Our applications
> > > programmers are of course
> > > saying this is not true.  They insists this is an MQ
> > > problem so I have been
> > > looking through the manuals to prove it is not.
> > > Does anyone have any idea
> > > where I can find this information?
> > >
> > > -Original Message-
> > > From: Miller, Dennis [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, February 11, 2003 3:51 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: messages out of order
> > >
> > >
> > > For MQ to always deliver messages in the same
> > > sequence they were sent, one
> > > of the restrictions is that you not have a DLQ.
> > >
> > >
> > > > -Original Message-
> > > > From: Anderson, Lizette T. (RyTull)
> > > [SMTP:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, February 11, 2003 12:18 PM
> > > > To:   [EMAIL PROTECTED]
> > > > Subject:   Re: messages out of order
> > > >
> > > > Its on the server.
> > > >
> > > > -Original Message-
> > > > From: Hill, Dave [mailto:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, February 11, 2003 2:11 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: messages out of order
> > > >
> > > >
> > > > Ok. Now the picture is getting more clear. We
> > > corrected our problem by
> > > > delaying the application on the receiving end as
> > > well as setting the
> > > channel
> > > > to stay open for a longer time. I am assuming that
> > > this DLQ is not on a
> > > > mainframe.
> > > >
> > > > -Original Message-
> > > > From: Anderson, Lizette T. (RyTull)
> > > > [mailto:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, February 11, 2003 2:57 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: messages out of order
> > > >
> > > >
> > > > Our remote queue is the dead letter queue.
> > > >
> > > > -Original Message-
> > > > From: Hill, Dave [mailto:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, February 11, 2003 1:19 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: messages out of order
> > > >
> > > >
> > > > You could be getting data locks  ( resource
> > > locking ) that is not allowing
> > > > certain records from being "extracted" in order.
> > > We had a problem like
> > > this
> > > > and it was a timing problem in a database.
> > > > One question:
> > > > What is the dead letter queues process?
> > > >
> > > > -Original Message-
> > > > From: Anderson, Lizette T. (RyTull)
> > > > [mailto:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, February 11, 2003 2:07 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject

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.  Can anybody tell my why I can't get the ECB signal when the
message arrived in the queue. 

Vince Gibson
Thanks in advanced

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



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 could use
CMS and REXX code to do the MQPUT but that takes it outside of the CICS
environment.

The question, can we code MQSeries API calls within the VSE/CICS
programs that will use the client bindings? If so, some advice on setup
would be appreciated.

Thank you

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



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 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



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 are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



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, Christian
  [mailto:[EMAIL PROTECTED]]Sent: Thursday, February
  13, 2003 4:18 AMTo: [EMAIL PROTECTED]Subject: Get
  QMGR name in WMQI 2.1 Flow
  
  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 the qmgr name.
  
   
  Regards 
   
  Christian


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 support pac written by MOI that automates the archiving of the
output of the SAVEQMGR utility. It is MS65 and I have a PERL script, written
by a contributor, that runs on the WINDOWS platform. The MS65 currently is
only supported on UNIX.

bobbee







From: Rob Crippen <[EMAIL PROTECTED]>
Reply-To: MQSeries List <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Looking for a command or a script to generate MQ object
  definiti ons
Date: Thu, 13 Feb 2003 13:05:28 -0500

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 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 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 the intended recipient(s)
and
>may contain confidential and privileged information.  Any unauthorized
>review, use, disclosure or distribution of this email/fax is prohibited.
>If
>you are not the intended recipient, please contact the sender by
email/fax
>and destroy all paper and electronic copies of the original message.
>
>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


_
Add photos to your e-mail with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail

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

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



_
Tired of spam? Get advanced junk mail protection with MSN 8.
http://join.msn.com/?page=features/junkmail

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: 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:
  >Subject:  Looking for a command or a 
script to generate MQ object definiti
  Sent by: MQSeries ons
  List
  


  02/13/2003 12:13
  PM
  Please respond to
  MQSeries List






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 the intended recipient(s) and
may contain confidential and privileged information.  Any unauthorized
review, use, disclosure or distribution of this email/fax is prohibited.  If
you are not the intended recipient, please contact the sender by email/fax
and destroy all paper and electronic copies of the original message.

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

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: 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 isn't a way of getting it you
can define it to the Flof using Promote Properties.

 bobbee







From: "Bock, Christian" <[EMAIL PROTECTED]>
Reply-To: MQSeries List <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Get QMGR name in WMQI 2.1 Flow
Date: Thu, 13 Feb 2003 10:18:01 +0100

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 the qmgr name.



Regards



Christian




_
Add photos to your e-mail with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail

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: 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 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 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 the intended recipient(s) and
>may contain confidential and privileged information.  Any unauthorized
>review, use, disclosure or distribution of this email/fax is prohibited.
>If
>you are not the intended recipient, please contact the sender by email/fax
>and destroy all paper and electronic copies of the original message.
>
>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


_
Add photos to your e-mail with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail

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

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: 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 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 the intended recipient(s) and
may contain confidential and privileged information.  Any unauthorized
review, use, disclosure or distribution of this email/fax is prohibited.
If
you are not the intended recipient, please contact the sender by email/fax
and destroy all paper and electronic copies of the original message.

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



_
Add photos to your e-mail with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail

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



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 the intended recipient(s) and
may contain confidential and privileged information.  Any unauthorized
review, use, disclosure or distribution of this email/fax is prohibited.  If
you are not the intended recipient, please contact the sender by email/fax
and destroy all paper and electronic copies of the original message.

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: 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 the Queue Manager, Channel Initiator and 
the Listener after the system is IPLed on Sundays. I wanted to use Netview, 
since it completes the VTAM startup and starts IP. I would appreciate any 
experiences or suggestions in that regard. 

Thanx a tankful,

Ernest Roberts
IT - Sr Sys Prog
MBUSA, LLC

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

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: 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)  
START CHANNEL(MQTA.TO.MQHPCDT)   

Bill


-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 the Queue Manager, Channel Initiator and 
the Listener after the system is IPLed on Sundays. I wanted to use Netview, 
since it completes the VTAM startup and starts IP. I would appreciate any 
experiences or suggestions in that regard. 

Thanx a tankful,

Ernest Roberts
IT - Sr Sys Prog
MBUSA, LLC

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

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: 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 CSQXLSTT Listener started

message is issued, the main reason we wait until after this is that we issue
start channel commands from the trigger monitor if needed so we decided to
wait only our (z/OS) end was actually ready.

Hope this helps

Kevin Ferguson






From: Ernest Roberts <[EMAIL PROTECTED]>
Reply-To: MQSeries List <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Starting MQSeries for OS/390
Date: Wed, 12 Feb 2003 17:47:04 +0100

I am trying to automate the startup of the Queue Manager, Channel Initiator
and
the Listener after the system is IPLed on Sundays. I wanted to use Netview,
since it completes the VTAM startup and starts IP. I would appreciate any
experiences or suggestions in that regard.

Thanx a tankful,

Ernest Roberts
IT - Sr Sys Prog
MBUSA, LLC

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



_
MSN 8 with e-mail virus protection service: 2 months FREE*
http://join.msn.com/?page=features/virus

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: 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 routines.
> The file is created by a SAP/R3 application on a Windows NT 4 server and is
> transferred to a Sun Solaris using a MQSeries V5.2 queue manager on the NT
> server and MQSeries V5.2 client on the Sun Solaris V2.8 server. Routines on
> the Sun are written with the conversion get option included.   Several
> characters are represented incorrectly.  For instance, umlauts are
> translated into back slashes.  We thought perhaps it was an
> OS problem, however if we ftp the same file from NT to Unix, the
> data displays correctly.

> Has anyone else encountered this problem and if so, how did you
> resolve it?  Or perhaps there is a solution in MQS Server V5.3?

> Thanks in advance,
> Andrea Dorsey
> MQSeries Support
> Timken Company



> **
> This message and any attachments are intended for the
> individual or entity named above. If you are not the intended
> recipient, please do not forward, copy, print, use or disclose this
> communication to others; also please notify the sender by
> replying to this message, and then delete it from your system.

> The Timken Company
> **

> 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

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



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 the qmgr name. 

 

Regards 

 

Christian








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   =
"This message may contain information which is private, privileged or
confidential and is intended solely for the use of the individual or entity
named in the message. If you are not the intended recipient of this message,
please notify the sender thereof and destroy / delete the message. Neither
the sender nor Sappi Limited (including its subsidiaries and associated
companies) shall incur any liability resulting directly or indirectly from
accessing any of the attached files which may contain a virus or the like."

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: 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 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 appreciated.


__

Disclaimer and confidentiality note


Everything in this e-mail and any attachments relating to the official
business of Standard Bank Group Limited is proprietary to the company.
It is confidential, legally privileged and protected by law. Standard
Bank does not own and endorse any other content. Views and opinions are
those of the sender unless clearly stated as being that of Standard
Bank.

The person addressed in the e-mail is the sole authorised recipient.
Please notify the sender immediately if it has unintentionally reached
you and do not read, disclose or use the content in any way.

Standard Bank can not assure that the integrity of this communication
has been maintained nor that it is free of errors, virus, interception
or interference.

__

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

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



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 appreciated.


__

Disclaimer and confidentiality note


Everything in this e-mail and any attachments relating to the official business of
Standard Bank Group Limited is proprietary to the company. It is confidential, legally
privileged and protected by law. Standard Bank does not own and endorse any other 
content.
Views and opinions are those of the sender unless clearly stated as being that of 
Standard Bank.

The person addressed in the e-mail is the sole authorised recipient. Please notify the 
sender
immediately if it has unintentionally reached you and do not read, disclose or use the 
content
in any way.

Standard Bank can not assure that the integrity of this communication has been 
maintained nor
that it is free of errors, virus, interception or interference.

__

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