Re: Disappearing cluster queues

2004-09-23 Thread K K
Morag,

Owing the following reason that cluster exit can
choose repository it like, when we define cluster
queue (from a member QM in the cluster), we may not
see the cluster queue defined immediately.   Is it
true?   Can REFRESH CLUSTER or other means help to
make the cluster queue effective immediately.   In
some case, we found that we may need to put some test
message into the new cluster queue to make it
effective.   However, this approach is not feasible in
a production environment.

K K


 --- Morag Hughson [EMAIL PROTECTED] $:.e!G
 A partial repository will publish information (about
 it's queues and
 channels) to two full repositories.
 A partial repository will subscribe for information
 (e.g. who hosts the
 queue called FRED) from two full repositories.

 The two full repositories used for each subscription
 will not necessarily
 be the same two if you have more than two full
 repositories available.

 The choice of which full repository used will be, by
 preference, any that
 have a manual cluster-sender definition to them and
 then the standard
 workload balancing applies to choose between equal
 choices. So you can
 control which two full repositories any particular
 partial uses by defining
 two manual cluster-sender channels.

 If you have more than two full repositories, you
 still should not take more
 than one off-line at a time, since you could take
 the only two full
 repositories that one particular partial is using
 off-line and therefore
 that particular partial repository would not receive
 any updates. If you
 have a need to take more than one full repository
 off-line at the same time
 and your have numerous full repositories, you are
 advised to alter them to
 be partial repositories first, which forces the
 partial repositories using
 them to remake subscriptions with another full
 repository, thus ensuring
 the continued receipt of updates to the resources
 they are interested in.

 Cheers
 Morag

 Morag Hughson
 WebSphere MQ for z/OS Development
 Telephone: +44 (0) 1962 816900
 Internet: [EMAIL PROTECTED]




  Potkay, Peter M
  (ISD, IT)
  [EMAIL PROTECTED]
To
  HARTFORD.COM
 [EMAIL PROTECTED]
  Sent by: MQSeries
cc
  List
  [EMAIL PROTECTED]
   Subject
  N.AC.AT  Re:
 Disappearing cluster queues


  22/09/2004 20:44


  Please respond to
MQSeries List






 So given FR#1 and FR#2 and FR#3 and FR#4, which FRs
 get the updates
 (directly) from PR#1 if PR#1 has a manually defined
 CLUSSNDR to FR#1, which
 is all PR#1 needs?

 Is it random? How does PR#1 decide what other FR it
 should send its info
 to?



   -Original Message-
   From: Wyatt, T Rob
 [mailto:[EMAIL PROTECTED]
   Sent: Wednesday, September 22, 2004 3:21 PM
   To: [EMAIL PROTECTED]
   Subject: Re: Disappearing cluster queues

   Peter,

   The full repositories publish to as many other
 full repositories as
   they have explicit CLUSSDR definitions for but
 a partial publishes to
   only two full repositories no matter how many
 you have.  Once the
   full repository receives information from a
 partial, it then
   republishes to all the other full
 repositories.

   So the assertion that the partials only
 publish to two fulls is
   correct.  So is the notion that you can have
 more than two full
   repositories and they are all in synch -
 assuming you have properly
   defined CLUSSDR channels between all the
 repositories.

   -- T.Rob
 -Original Message-
 From: MQSeries List
 [mailto:[EMAIL PROTECTED] Behalf
 Of Potkay, Peter M (ISD, IT)
 Sent: Wednesday, September 22, 2004 2:27
 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Disappearing cluster queues

 Hmmm, I think all these statements were
 written with the
 assumption that you followed IBM's
 recommendation that you use
 only 2 FRs. But I can certainly see why
 someone would think the
 info only goes to 2 FRs.

 I think it would go to all FRs if you
 had more than 2 because
 IBM's manuals also state you can have
 more than 2 FRs, and so
 do the Conference sessions, and nowhere
 in them does it say if
 you have 3 or more FRs, that only 2
 would have the info. If FR
 #3 didn't have all the info, then it
 wouldn't be a FR.

 I think you when you define the manual
 CLUSSNDR to one of your
 FRs, that FR sends back info to the new
 QM telling it how to
 make Automatic CLUSSNDRs to itself, as
 well as info on how to
 make Automatic CLUSSNDRs to every other
 FR it know about,
 whether it is just FR #2, or FR #2, #3
 and #4

MQ Clustering Topology

2004-08-20 Thread K K
Dear MQer,

We am planning for a regional MQ clustering topology.
We are facing some decision on

1 .How to group the QM into cluster (by application,
platform etc..)?
2. Where to insert gateway between cluster?
Should we put all repositories on zSeries?
3. If some of QM got problems (like machine crash of
NT), how to insulate the rest of the QM from the
impact (like stacking up of message on other QM or
gateway).
4. How is the security concern be addressed if some of
the QM would  be connected to external parties or QM
on DMZ zones etc.

Any comment or thought is welcomed?   If there is
document or redbooks or share presentation (or bibles)
on this, I would be very appreciate to know about
them.

TIA

K K

L


_
%21~'^!B6:q!B$p,P,P...
v:)9aAn  1!$_3sC4
http://us.rd.yahoo.com/evt=22281/*http://ringtone.yahoo.com.hk/

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


Relink MQ modules after LE patch

2004-08-07 Thread K K
Dear all,

I learnt from MQ manuals that many MQ runtime modules
has to be relinked for
each LE/TCPIP patch/upgrade etc..

My question is whether the relink applies to other IBM
product like CICS WAS
etc..Besides, does the HOLD document of LE tells
that System programming
that relink of MQ or CICS is required.   If not, what
is the way that MQ SP
knows that the MQ modules has to be relinked.


_
%21~'^!B6:q!B$p,P,P...
v:)9aAn  1!$_3sC4
http://us.rd.yahoo.com/evt=22281/*http://ringtone.yahoo.com.hk/

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


RACF authorities for WAS objects on WMQ objects

2004-08-07 Thread K K
Dear all,

We have Servet application running on WAS, which
get/put message on MQQ of
WMQ for z/OS.   At this moment, we allow WEBPUB to
have full authorities on
GET/PUT message on MQQ.

Is it possible to gratitude the RACF authorities on
servlet/program/transaction level to have more tighter
control on servlet
access authorities on WMQ objects?

TIA


_
%21~'^!B6:q!B$p,P,P...
v:)9aAn  1!$_3sC4
http://us.rd.yahoo.com/evt=22281/*http://ringtone.yahoo.com.hk/

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


Server Mode/Client Mode access on WMQ on Linux

2003-11-15 Thread K K HK
Dear ALL,

We have Java programs using WMQ on Linux to communicate with other systems.
 We found that if the program run in 'Client Mode', we only neet to grant
MQCONN authority to that program to access WMQ.   However, if the program
run in 'Server Mode', we need to grant ALL authorites to that program.
My question is whether there is 'Client Mode' or 'Server Mode' setting on
WMQ for Linux.   If so, please clarify or point me to the
resources/reference.   If not, what do they mean(because I heard the mode
from application programmer on Linux but do not quite understand the
implication of them to WMQ).
Regards,
Leung Kwok Kuen
_

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: Hostnames or IP addresses for channel connection names

2003-09-12 Thread K K
We use the naming convention of queue manager.mqm.country.company
name.We have a meeting among the MQA of all platforms on differentiate
the range of queue manager name to be used.   Having done that, the above
dns is unique within our company.

- Original Message -
From: Crupi, Margherita [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 11, 2003 5:51 AM
Subject: Re: Hostnames or IP addresses for channel connection names


we also do this and it works well.
But our DNS name consists on qmgr.domain.com, as what we've found it that
some qmgrs are used by more than one application.
Hope this helps

-Original Message-
From: David Awerbuch [mailto:[EMAIL PROTECTED]
Sent: Thursday, 11 September 2003 2:49 AM
To: [EMAIL PROTECTED]
Subject: Re: Hostnames or IP addresses for channel connection names


Hey all,

I use DNS names for a number of what I feel are great reasons.

1.  IP addresses change, but DNS names tend not to.  I don't use the host
name
(VAXX), though, I always use a DNS name like APPL.domain.com.  Reason? See
#4
below.

2.  Every host has a DNS entry setup that points to it, in the format
host.domain.com.

3.  Every application is further defined by an alias in the format
appl.domain.com.

4.  Now, I have the networking group assign appl.domain.com as an alias to
host
host.domain.com.  I then connect to appl.domain.com.

5.  In the event of an emergency, and we must fall over to the Disaster
Recovery system, I have the network group simply realias the appl.domain.com
to
point to drhost.domain.com, and VIOLA!!  in a matter of minutes, DR
rerouting
is accomplished - there are never many DNS servers in a corporate INTRANET,
right? - and there are no required changes to any of the channel or remote
queue definitions - host names stay the same, connection names stay the
same,
etc.

After all, isn't that why the concepts of DNS names and aliases and remote
queues were all developed to begin with -- to isolate each layer from the
other, and reduce the number of external dependencies to a bare minimum.

Using my convention, the drastic case of DR switchover and the simple case
of
application rehosting are both easily accomlished with a couple of commands
issued at the network level - the backbone of the company.  Reduces all
those
dependencies to the bottom layer, a single dependency.

Hope this helps.


David A. Awerbuch,  IBM Certified MQSeries Specialist
APC Consulting Services, Inc.
Providing Automated Solutions to Business Challenges
West Hempstead, NY(516) 481-6440
[EMAIL PROTECTED]



- Original Message -
From: Kulbir S. Thind
To: [EMAIL PROTECTED]
Sent: Wednesday, September 10, 2003 6:07 PM
Subject: Hostnames or IP addresses for channel connection names



Hi there,

We have a very large network of MQSeries installations ( 300 installations)
that are currently using a mixture of Hostnames and IP addresses for the
channel connection names.  We are in the process of reviewing our
configurations and will be looking to standardise the use of the conname
attribute, either go with Hostnames or IP addresses.

Our gut feeling is to go with Hostnames as they are more descriptive of what
the channel is connected to and also gives us the flexibility of being able
to
change IP addresses of machines without effecting channel definitions.
However, there are people in our team that seem to suggest that using an IP
address rather than a hostname would significantly improve performance, is
this
true?  I can believe that there may be a difference in channel startup times
but after that there should be no difference, is this correct?

Which do people tend to use and why?

Thanks,

Kulbir.


=
David A. Awerbuch,  IBM Certified MQSeries Specialist
APC Consulting Services, Inc.
Providing Automated Solutions to Business Challenges
West Hempstead, NY(516) 481-6440
[EMAIL PROTECTED]

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.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

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: ADOPTMCA vs. KEEP ALIVE (on Z/OS)

2003-09-12 Thread K K
We note this after migration from MQ2.1 to MQ5.3.0 in particular when the
network is not stable.  We use ADOPTMCA=YES and ADOPTCHK=YES to alleviate
the problem.

- Original Message -
From: Salem Muribi [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, September 10, 2003 10:02 PM
Subject: ADOPTMCA vs. KEEP ALIVE (on Z/OS)


 Hey all, has anyone else seen an increase with orphaned rcvr channels
 with MQ 5.3 on Z/OS?   The funny thing is that there seem to be several
 other X parm features in 5.3 that may address just this.   I turned on
 KEEP ALIVE and tested it to satisfaction but also saw two other new
 parameters now available, specifically ADOPTMCA and ADOPTCHK.   My
 initial impression is that these may address a security risk of adopting
 an MCA but it seems like it would help with the orphaned rcvr channels.
 Anyone else use these?

 Thanks in advance.

 Salem Muribi
 Middleware Team Lead
 The Options Clearing Corp.
 (312)322 2091
 [EMAIL PROTECTED]

 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


Fw: MQ Clustering Topology - Ask for comment and experience

2003-09-12 Thread K K
 Dear ALL,

 We have 3 remote sites (with already several queue manager installed at
each
 site) to be connected via MQ clustering (for high availability and
simplify
 channel connection).Now, we are at a point to consider the topology
for
 connecting the queue managers of the three sites. I understand from
red
 book that there were bus topology and Hub-and-Spoke topology for MQ
 clustering while each topology has its own pro-and-cons.

 Hence, I would like to seek your opinion, experience and feedback on the
 selection criteria and consideration.

 As each of the sites has its own naming convention and interconnection
 within the sites.   Because of it, we worry that a pure Hub-and-Spoke
would
 place additional administration effort to the MQ of each site but
 bus-topology may not give the simplified channel connectionBecause of
 this, we are considering a Bus-and-Spoke topology which each site
contribute
 two gateway queue managers and the queue managers are connected in a bus.
 What is your opinion on this topology?   Any concern we need to look at
for
 Bus-and-Spoken?

 TIA
 K K



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: Hostnames or IP addresses for channel connection names

2003-09-10 Thread K K



Using DNS name could free us from caring IP address 
change. It appears that after DNS resolution (at channel 
start), the queue manager is in fact talking in IP address. 
Hence, I guess the performance improvement only appears at channel startup, if 
any. However, how often will the channel being 
start/stop?



- Original Message - 

  From: 
  Kulbir S. 
  Thind 
  To: [EMAIL PROTECTED] 
  Sent: Wednesday, September 10, 2003 6:07 
  PM
  Subject: Hostnames or IP addresses for 
  channel connection names
  Hi there, We have a very large network of MQSeries installations 
  ( 300 installations) that are currently using a mixture of Hostnames and 
  IP addresses for the channel connection names. We are in the process of 
  reviewing our configurations and will be looking to standardise the use of the 
  conname attribute, either go with Hostnames or IP addresses.  
  Our gut feeling is to go with Hostnames 
  as they are more descriptive of what the channel is connected to and also 
  gives us the flexibility of being able to change IP addresses of machines 
  without effecting channel definitions. However, there are people in our 
  team that seem to suggest that using an IP address rather than a hostname 
  would significantly improve performance, is this true? I can believe 
  that there may be a difference in channel startup times but after that there 
  should be no difference, is this correct? Which do people tend to use and why? Thanks, Kulbir.


Choice of MQ products on 'publish and subscribe' function

2003-06-08 Thread K K



Dear All,

One user is asking for a publish-and-subscribe function using 
MQSeries on zSeries. I have looked up IBM web site and it appears 
that there were many similar and confusing choices. There are Event 
Broker (WMQSEB), Integration Message Broker (WMQSIB) and WMQI. I 
would like to seek your advice/experience on these products. 

Besides, I would like to confirm the software requirement for 
running these products on zSeries. We are OS 390 2.10 and WMQ 
5.3.

TIA

KK


MQ Clustering for CICS region

2003-03-29 Thread K K



Dear all,

We are studying the implementation of MQ Clustering for CICS 
systems and would like to seek your advice on the following issue. 
For instance, we have two MQ Managers (say MQ21 and MQ22) forming a cluster with 
the alias name MQ2X

1. CouldCICS connect to the alias 
queue manager MQ2X via CICS MQ Adaptor?
2. If not, if CICS can connect to either 
MQ21 or MQ22 at a time, then the crash of one may make the CICS region not 
usable if the region make use thatMQM formessaging very 
much.

TIA

KK


Pesistent vs non-pesistent message

2003-02-19 Thread K K



Dear all,

I am looking for any benchmark on the performance of 
persistent vs non-persistent message, in particular on CPU consumption. Do 
you know of any redbook or manual or web site has such report?

TIA
KK


Re: Analysis of MQ SMF Records Type 115 and 116

2003-01-15 Thread K K
It appears that it is written for MQ5.2?  Has anyone tried it on MQV5.3?
Any precaution to take before using it for MQ5.3?

TIA
- Original Message -
From: Jan van Kemenade [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, January 14, 2003 11:24 PM
Subject: Re: Analysis of MQ SMF Records Type 115 and 116


  Does anyone have any programs or aware of packages (other than
 Merrill's
  MXG ) that will assist in analyzing and reporting on MQ using the MVS
 SMF
  Type 115 and 116 records?

 There's SupportPac MP1B : http://www-
 3.ibm.com/software/ts/mqseries/txppacs/mp1b.html


 Cheers, Jan.
 -/
 /Jan van Kemenade
 \www.cressida.info
 -\

 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: MQ v5.3 and SSL W2K

2003-01-09 Thread K K
I would like to know where there is an performance evaluation on the
overhead of using SSL on MQV5.3.   Besides, any experience on the usage of
SSL on MQ (e.g. stability, overhead, concerns etc) in particular on the
comparison with other MQ encryption tool such as MQSecure or 'Data Secure'.

KK
- Original Message -
From: Morag Hughson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, January 09, 2003 6:33 PM
Subject: Re: MQ v5.3 and SSL W2K


 To echo a few responses already, yes, you can certainly have SSL and
 non-SSL channel coexisting on the same queue manager since the attributes
 to use SSL are specified on a per channel basis.

 However, you cannot configure SSL as optional on a particular channel and
 have some SSL and some non-SSL connection coming into the *SAME* channel.
 You will need a separate channel each for SSL and non-SSL. I think the
 confusion here might be with the SSLCAUTH parameter where you can specify
 REQUIRED or OPTIONAL to indicate whether you require client authentication
 AS WELL AS server authentication.

 Hope this clarifies the point.
 Cheers
 Morag

 Morag Hughson
 WebSphere MQ for z/OS Development
 Internet: [EMAIL PROTECTED]




   Luc-Michel Demey
   [EMAIL PROTECTED]  To:
[EMAIL PROTECTED]
   Sent by: MQSeriescc:
   List Subject:  Re: MQ v5.3 and
SSL W2K
   MQSERIES@AKH-WIE
   N.AC.AT


   08/01/2003 21:32
   Please respond to
   lmd_listmq





 in one word, yes.

 SSL is defined at channel level, not at qmgr level

 You can even configure SSL as optionnal for a channel, so SSL and
 no-SSL partners will be able to connect.

 Useful in a migrating phase probably.

 HTH, Luc-Michel.


 Date sent:  Wed, 8 Jan 2003 13:10:41 -0800
 Send reply to:  MQSeries List [EMAIL PROTECTED]
 From:   Nick Dilauro [EMAIL PROTECTED]
 Subject:MQ v5.3 and SSL W2K
 To: [EMAIL PROTECTED]

  I have been reviewing the requirements for using SSL with client to
 server
  connections.  From my reading I understand the qmgr must be configured
to
  point to the repository file containing digital certificates.  Then a
 server
  connection channel must be defined with the SSL settings.  My question
is
  whether it is also possible to have non-SSL server connection channels
  defined for an SSL configured qmgr.  In other words, could there be both
  secure server conn and non-secure server conn channels supported by the
 same
  qmgr?
 
  TIA
  Nick
 
  Nicholas C. DiLauro
  MQSeries Administrator
  Technical Services
  IBM Certified Specialist - MQSeries
  IBM Certified Developer - MQSeries
 
  QRS Corporation
  1400 Marina Way South, MS 231
  Richmond, California  94804
 
  510 231 6544  Voice
  510 621 6544  Fax
  [EMAIL PROTECTED]
 
  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
 

 Regards,
 Luc-Michel Demey, [EMAIL PROTECTED]

 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


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: WMQ V5.3 for Z/OS and DB2 6.1 as prereq

2003-01-09 Thread K K
Rick,

According to the Concept and Planning Guide for z/OS, MQ5.3 needs DB2 only
when you need queue sharing group.

KK


- Original Message -
From: Rick Tsujimoto [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, January 09, 2003 5:44 AM
Subject: WMQ V5.3 for Z/OS and DB2 6.1 as prereq


 I'm just starting to look at the requirements for WMQ V5.3 for Z/OS and
 noticed that DB2 6.1 is a prereq.  I know that the pagesets and BSDS are
 actually cloned from DB2, but why is DB2 an actual requirement?  Does an
MQ
 admin actually get involved with DB2 tasks?

 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: Seek comment on MQ Certification

2003-01-03 Thread K K
Glen,

Do you mean the tech conference on Transaction and Messaging held by IBM?

KK
- Original Message -
From: Glen Larson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, January 02, 2003 11:39 PM
Subject: Re: Seek comment on MQ Certification


I attended the prep sessions at the Tech Conference.  They gave some hints
on things which helped when I tested.  Overall, experience on at least 2 of
the main platforms (NT, MVS, UNIX) is what you need.

glen larson
zurich north america


K K [EMAIL PROTECTED]@AKH-Wien.AC.AT on 01/01/2003 01:20:26 AM

Please respond to MQSeries List [EMAIL PROTECTED]

Sent by:MQSeries List [EMAIL PROTECTED]


To:[EMAIL PROTECTED]
cc:

Subject:Seek comment on MQ Certification





Dear MQers,

Have you attended MQ certification?? Do you find it useful?? Which of
them are most useful??How to prepare for it??Is it possible  to prepare
without attending IBM classes?

K K





*** PLEASE NOTE ***
This E-Mail/telefax message and any documents accompanying this
transmission may contain privileged and/or confidential information and is
intended solely for the addressee(s) named above.  If you are not the
intended addressee/recipient, you are hereby notified that any use of,
disclosure, copying, distribution, or reliance on the contents of this
E-Mail/telefax information is strictly prohibited and may result in legal
action against you. Please reply to the sender advising of the error in
transmission and immediately delete/destroy the message and any
accompanying documents.  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

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: WMQI: ACL Problems

2002-12-31 Thread K K HK
Manish,

Do you get error message on CICS or DB2 log?   I think the userid assigned
to the MQ triggered transaction is different from the one which does not
encountered problem.

Could you try to assign same userID to the MQ triggered transaction?

KK






Original Message Follows
From: Manish Sharma [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: WMQI: ACL Problems
Date: Mon, 30 Dec 2002 20:19:22 +0530

Hi,

I am working on IBM-3090.  I have a MQ triggered program in
COBOL-CICS.  This program gets the data from the queue and xctls to another
CICS program which accesses DB2 database.  The problem is that I cannot
access DB2 in this second program.  I am getting an sqlcode of -922.  If I
trigger the program which reads from the queue directly through CICS it runs
fine and gets the database access.  Can anybody give any clue what may be
the reason ?

Manish Sharma
___
Patni Computer Systems Limited
Mumbai - 400 096
Tel: 91 22 8291454 ext. 5537
Fax: 91 22 8291778

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: smart spam protection and 3 months FREE*.
http://join.msn.com/?page=features/junkmailxAPID=42PS=47575PI=7324DI=7474SU=
http://www.hotmail.msn.com/cgi-bin/getmsgHL=1216hotmailtaglines_smartspamprotection_3mf

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



Seek comment on MQ Certification

2002-12-31 Thread K K




Dear MQers,
Have you attended MQ certification? Do you find it useful? 
Which of them are most useful? How to prepare for it? Is it possible 
to prepare without attending IBM classes?
K K


MQ 5.3 Upgrade

2002-12-29 Thread K K HK
Dear MQer,

We are planning an MQ2.1 to MQ5.3 upgrade exercise.  Do you mind share your
experience on it, in particular on area that needs special attention.

Thank you.
KK

_
MSN 8 with e-mail virus protection service: 3 months FREE*.
http://join.msn.com/?page=features/virusxAPID=42PS=47575PI=7324DI=7474SU=
http://www.hotmail.msn.com/cgi-bin/getmsgHL=1216hotmailtaglines_eliminateviruses_3mf

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