Re: Sec Channel Exit code

2002-11-28 Thread Barclay . BW
Chris, thank you for this note. Yes, would very much like the article and
code. Would be most helpful in our shop. Thank you for sharing.  BB.

> -Original Message-
> From: Howarth, Chris [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, November 28, 2002 3:37 AM
> To:   [EMAIL PROTECTED]
> Subject:  Re: Sec Channel Exit code
>
> I wrote the article mentioned below. It has an explanation of how
> channel security exits work and has outline template code. You still
> need to plug in the actual security you choose to implement, but the
> article explains what each step is for, how it works and different
> methods of security you can plug in.
> If anyone wants the article and code, drop me a note. I think the link
> below has the first part of the article.
>
> Regards,
> ___
> Chris Howarth
> CommerceQuest UK Ltd
>
>
> -Original Message-
> From: Bullock, Rebecca (CSC) [mailto:[EMAIL PROTECTED]]
> Sent: 27 November 2002 17:34
> To: [EMAIL PROTECTED]
> Subject: OS/390: Channel Security Exit
>
> Wasn't someone asking a question about this very topic just a week or so
> ago? I just thought I'd point out that the latest issue of Mainframe
> Week
> (http://www.mainframeweek.com) has the start of a series of articles on
> this. It may be too late for the person with the query, but perhaps
> someone
> else would be interested.
>
> Regards, Rebecca
>
> P.S. For those of you in the U.S. --Happy Thanksgiving!
>
> Rebecca Bullock
> Computer Sciences Corporation
>
> Educational Testing Service Account
> Princeton, NJ 08541
>
> e-mail: [EMAIL PROTECTED][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



AMQ9420

2002-11-25 Thread Barclay . BW
Got MQ V5.3 on NT and seem to be having some problems getting clustering to
work properly. I joined an NT Qmgr to a cluster and if I do a "dis
clusqmgr(*)" in any of the other AIX Qmgrs I can see the joined NT Qmgr but
I can't see any of the shared queues. Nor can I PUT to the shared queues (of
course). Also when I try to denote a queue as being shared, using the
MQExplorer, there is no list of clusters in the drop down box??? Looking at
the error log, I see an AMQ9420 message. Is this a known problem? Still
waiting for the latest CSD.  Thanx.  BB.

Bruce Barclay
Cell: 613-794-8423

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 for AIX V5.3 and CSD01

2002-11-21 Thread Barclay . BW
Anyone know when CSD01 will be available? Can I download it from somewhere??
Thanx. BB.

Bruce Barclay
Cell: 613-794-8423

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



MQCD - Channel data structure

2002-11-19 Thread Barclay . BW
Our group is developing a channel exit program and is finding that the
ConnectionName does not contain the port number of the remote machine in
every instance. It seems that when the DSN or host name is provided it is
accompanied by the port number. If the network address is provided, the port
number is not provided. Anyway of ensuring that we get the port number in
all cases??? Thanx.  BB.

Bruce Barclay
Cell: 613-794-8423

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/NT Qmgrs joining a cluster where the Repository is OS/390

2002-11-18 Thread Barclay . BW
We are moving our Cluster Repositories from an AIX platform to OS/390. Seem
to be having a lot of problems doing this with the NT group of Qmgrs (no
problem with AIX and Sun). Tried using the MQExplorer and thought this might
be an auth problem, but tests seem to deny this. Anyone out there had this
scenario and if so what is the solution? Thanx. BB.

Bruce Barclay
Cell: 613-794-8423

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: dis qmgr all

2002-11-18 Thread Barclay . BW
I think I understand your point but since the Windows/NT MQExplorer gives
you all by displaying a panel that also has a tab (Cluster) where is one can
see this does make things a little easier. In a large MQ environment with
many Qmgrs I look to find any and all ways that might save me a command or
two. I thought my suggestion might have aided the art of discovery. Thanx
for your note.  BB.

> -Original Message-
> From: Wyatt, T. Rob [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, November 18, 2002 3:27 PM
> To:   [EMAIL PROTECTED]
> Subject:  Re: dis qmgr all
>
> The thing that primarily makes a QMgr "belong" to a cluster is the
> presence
> of CLUSSDR and CLUSRCVR channels.  If the QMgr successfully connects to a
> repository via these channels, it is then enrolled in a cluster.
>
> The DIS QMGR command displays the attributes of a QMgr object.  The only
> QMgr attributes that pertain to clusters are the cluster exit and repos
> attributes.  The absence or presence of data in these fields does not
> indicate much of anything about the QMgr's enrollment in a cluster.  You
> can
> put a value in the REPOS attribute that matches an existing cluster but
> without the channels, it is not a member of the cluster.  Alternatively,
> the
> REPOS attribute may be blank and the QMgr is participating in a cluster,
> just not as a repository.  So inquiring *just* on the QMgr object does not
> give any definitive answers about cluster membership.
>
> My take on this is that the DIS * commands inquire on a particular object
> or
> class of objects (dis qmgr, dis q, dis chl, etc.).  Determination of a
> QMgr's enrollment and status in a cluster requires several commands on
> different object types - check for cluster channels, check for repository
> hosting, check for known and hosted cluster objects, etc.  In this
> respect,
> the DIS QMGR is an atomic command whereas DIS CLUSQMGR is a compound
> command.  I think the consistency lies in keeping a full set of atomic
> commands that inquire strictly on their own object or type, and adding
> compound commands like DIS CLUSQMGR as needed.  If this is indeed the
> model
> IBM is following, I wouldn't expect to see this functionality added to DIS
> QMGR *unless* they add an attribute to the QMgr object that explicitly
> indicates cluster membership.
>
> -- T.Rob
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 18, 2002 12:42 PM
> To: [EMAIL PROTECTED]
> Subject: dis qmgr all
>
>
> How come when I do the above command uder MQSC i don't see what the fact
> that Qmgr belongs to a cluster? I know that if you do a 'dis clusqmgr(*) I
> can see it but wouldn't it be convenient to see it both places. I can see
> it
> via the MQExplorer. Is this not inconsistent??  BB.
>
> Bruce Barclay
> Cell: 613-794-8423
>
> 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



dis qmgr all

2002-11-18 Thread Barclay . BW
How come when I do the above command uder MQSC i don't see what the fact
that Qmgr belongs to a cluster? I know that if you do a 'dis clusqmgr(*) I
can see it but wouldn't it be convenient to see it both places. I can see it
via the MQExplorer. Is this not inconsistent??  BB.

Bruce Barclay
Cell: 613-794-8423

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 Clusters, Client Attach feature and MQExplorer

2002-11-18 Thread Barclay . BW
We are moving most of our Qmgrs into a Cluster envionment with one
Repository on AIX (REP1) and the other on OS/390 (REP2). When we want to
have some Qmgrs having their prime as REP1 and others to have REP2. We do
not have the Client Attach feature on OS/390 and I presume that trying to
have a Qmgr join a cluster using the MQExplorer wont work for that reason?
Is that it  Or is it something more spurious like authorization??  BB.

Bruce Barclay
Cell: 613-794-8423

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

2002-11-18 Thread Barclay . BW
Paul, have checked all as you suggested but no sign of anything. Will do a
trace and see what I get. Thanx. BB.

> -Original Message-
> From: Paul Clarke [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, November 15, 2002 9:47 AM
> To:   [EMAIL PROTECTED]
> Subject:  Re: runmqsc remote
>
> >Seem to be having problems issuing commands remotely to OS390 using
> runmqsc.
> >No problems on on our other 4 platforms just MVS. I have the -w parm set
> >high, I have the -x indicator set. Seem to be getting thru but I get a
> time
> >out as it appears the remote Qmgr on MVS is not responding. Channels are
> set
> >up correctly and are running and I have the QMGR set up as an alias.
> Since
> >all other communication between the source Qmgr and the target Qmgr is
> OK,
> >can't fathom why I am having problem here. Anyone experience this? Thanx
> in
> >advance of any suggestions.  BB.
>
> Obvious I know but have you checked the Dead Letter Queue on the z/OS to
> see whether the command server is putting the message there because you
> haven't got the right authority for example.
>
> Bottom line is that the message must be going somewhere so check all your
> DLQ's, Transmission Queues etc. If you have no joy you can always switch
> on
> trace and see what happens to it.
>
> Cheers,
> P.
>
> Paul G Clarke
> WebSphere MQ Development
> IBM Rochester,MN
>
> 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: dmpmqaut

2002-11-18 Thread Barclay . BW
We have V5.2 and it is not in /usr/mqm/bin. It has been suggest that if we
don't have the latest CSD then it could not be there. Haven't checked this
out cause we're going to V5.3 very soon.  BB.

> -Original Message-
> From: Jordan, Jay [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, November 15, 2002 1:48 PM
> To:   [EMAIL PROTECTED]
> Subject:  Re: dmpmqaut
>
> It is in /usr/mqm/bin in V5.1.
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 14, 2002 4:38 PM
> To: [EMAIL PROTECTED]
> Subject: dmpmqaut
>
>
> Is dmpmqaut restricted to NT? I thought it was available on AIX but I
> can't
> seem to find it. What am I doing wrong  BB.
>
> Bruce Barclay
> Cell: 613-794-8423
>
> 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 contents of this e-mail are intended for the named addressee only. It
> contains information that may be confidential. Unless you are the named
> addressee or an authorized designee, you may not copy or use it, or
> disclose
> it to anyone else. If you received it in error please notify us
> immediately
> and then destroy it.
>
> 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: dmpmqaut

2002-11-18 Thread Barclay . BW
Spelling is correct and I too have the dspmqaut. Its available with
AIX V5.3 and if you have the latest CSD (apparently). Thanx for your note.
BB.

> -Original Message-
> From: Pavel Tolkachev [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, November 15, 2002 9:13 AM
> To:   [EMAIL PROTECTED]
> Subject:  Re: dmpmqaut
>
> Hello Bruce:
>
> Isn't it misspelled?
>
> I have never thought of dmpmqaut and Google does not give any result on
> it. *dspmqaut* is available on AIX -- at least in MQSeries 5.1 installed
> on my box.
>
> Hope this will help,
> Pavel
>
>
>
>
>   Barclay.BW@FORCES
>   .GC.CA   To:
> [EMAIL PROTECTED]
>   Sent by: MQSeriescc:
>   List Subject:  dmpmqaut
>  n.AC.AT>
>
>
>   11/14/2002 04:38
>   PM
>   Please respond to
>   MQSeries List
>
>
>
>
>
>
> Is dmpmqaut restricted to NT? I thought it was available on AIX but I
> can't
> seem to find it. What am I doing wrong  BB.
>
> Bruce Barclay
> Cell: 613-794-8423
>
> 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
>
>
>
>
>
> --
>
> This e-mail may contain confidential and/or privileged information. If you
> are not the intended recipient (or have received this e-mail in error)
> please notify the sender immediately and destroy this e-mail. Any
> unauthorized copying, disclosure or distribution of the material in this
> e-mail is strictly forbidden.
>
> 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: dmpmqaut

2002-11-18 Thread Barclay . BW
Actually I haven't checked it out on our Sun box. Will do that. Thanx. BB.

> -Original Message-
> From: Robert Broderick [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, November 15, 2002 2:50 PM
> To:   [EMAIL PROTECTED]
> Subject:  Re: dmpmqaut
>
> try 'find / -name dspmqaut* 2>/dev/null" we are using ity on Solaris,
> actually about 5 min ago!!
>
>
>
>
>
>
> >From: [EMAIL PROTECTED]
> >Reply-To: MQSeries List <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: dmpmqaut
> >Date: Thu, 14 Nov 2002 16:38:03 -0500
> >
> >Is dmpmqaut restricted to NT? I thought it was available on AIX but I
> can't
> >seem to find it. What am I doing wrong  BB.
> >
> >Bruce Barclay
> >Cell: 613-794-8423
> >
> >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



Re: dmpmqaut

2002-11-18 Thread Barclay . BW
We will be moving to V5.3 very soon so will pick it up there. In the
meantime, I'm getting around it by other means. I have been told that if I
have the latest CSD it would show up but not going there as our move to V5.3
is imminent. Thanx. BB.

> -Original Message-
> From: Boger, Dan [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, November 15, 2002 9:28 AM
> To:   [EMAIL PROTECTED]
> Subject:  Re: dmpmqaut
>
> I have it on our AIX with 5.3 - make sure you're not running an older
> version though, since the command is new to 5.3.
>
> Dan
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 14, 2002 4:38 PM
> To: [EMAIL PROTECTED]
> Subject: dmpmqaut
> Importance: Low
>
>
> Is dmpmqaut restricted to NT? I thought it was available on AIX but I
> can't
> seem to find it. What am I doing wrong  BB.
>
> Bruce Barclay
> Cell: 613-794-8423
>
> 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: dmpmqaut

2002-11-16 Thread Barclay . BW
Thanx. Most helpful. BB.

> -Original Message-
> From: John Scott [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, November 15, 2002 3:59 AM
> To:   [EMAIL PROTECTED]
> Subject:  Re: dmpmqaut
>
> Try amqoamd
>
> It's available in MQ 5.2 and from a certain CSD onwards (CSD05 definately)
> there's a -s option which outputs the setmqaut commands to recreate the
> authorities...
>
> Regards
> John Scott
> Senior Middleware Technical Specialist
> Argos Ltd
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 14 November 2002 21:38
> To: [EMAIL PROTECTED]
> Subject: dmpmqaut
>
>
> Is dmpmqaut restricted to NT? I thought it was available on AIX but I
> can't
> seem to find it. What am I doing wrong  BB.
>
> Bruce Barclay
> Cell: 613-794-8423
>
> 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
>
>
> **
>
> Click here to visit the Argos home page http://www.argos.co.uk
>
> The information contained in this message or any of its attachments may be
> privileged and confidential, and is intended exclusively for the
> addressee.
> The views expressed may not be official policy, but the personal views of
> the originator.
> If you are not the intended addressee, any disclosure, reproduction,
> distribution, dissemination or use of this communication is not
> authorised.
> If you have received this message in error, please advise the sender by
> using your reply facility in youe e-mail software.
> All messages sent and received by Argos Ltd are monitored for virus, high
> risk file extensions, and inappropriate content. As a result users should
> be aware that mail maybe accessed.
>
> **
>
> 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



OAM on Windows versus Unix

2002-11-16 Thread Barclay . BW
Can anyone explain why you can set authorizations at both the group and
principal levels on NT but only on the group level on Unix?? Is it strictly
because of the differences between operating systems or will they soon be
the same? I am trying to set up some policies and guidelines in the use of
OAM and this bit confuses things. I guess I will set things up as for the
Unix systems as this would be the lowest common denominator??? Thanx in
advance. BB.

Bruce Barclay
Cell: 613-794-8423

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



runmqsc remote

2002-11-15 Thread Barclay . BW
Seem to be having problems issuing commands remotely to OS390 using runmqsc.
No problems on on our other 4 platforms just MVS. I have the -w parm set
high, I have the -x indicator set. Seem to be getting thru but I get a time
out as it appears the remote Qmgr on MVS is not responding. Channels are set
up correctly and are running and I have the QMGR set up as an alias. Since
all other communication between the source Qmgr and the target Qmgr is OK,
can't fathom why I am having problem here. Anyone experience this? Thanx in
advance of any suggestions.  BB.

Bruce Barclay
Cell: 613-794-8423

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



dmpmqaut

2002-11-14 Thread Barclay . BW
Is dmpmqaut restricted to NT? I thought it was available on AIX but I can't
seem to find it. What am I doing wrong  BB.

Bruce Barclay
Cell: 613-794-8423

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: AMQ4082 error, reason code 3015

2002-11-08 Thread Barclay . BW
Marty, my co-worker was successfully making changes to V5.2 Qmgrs but he has
V5.2 on his desktop whereas I have V5.3. Also, I was making some changes to
remote Qmgrs on V5.3 from my desktop which is V5.3. I just didn't see the
relationship and thought maybe I was going batty. Thanx again for all your
attention. On to the next mystery.  And by the way, I mentioned the Security
Exit Name as an example, it wasn't exclusive. Sorry for misleading you. BB.


> -Original Message-
> From: Marty Frasier [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, November 08, 2002 2:27 PM
> To:   [EMAIL PROTECTED]
> Subject:  Re: AMQ4082 error, reason code 3015
>
> Yep, makes sense to me.  I may have misunderstood the original note - I
> took it to mean you were making some changes successfully but encountered
> an error when attempting to change the SecurityExit name specifically.
>
> If a 5.3 MQExplorer fails to  make *any* change on a 5.2 qmgr then I would
> definitely speculate that it is sending fully-loaded PCF messages
> including new 5.3 thingies that have no corresponding identifiers on 5.2.
>
> Regards,
>
> Marty Frasier
> e-mail: [EMAIL PROTECTED]
>
>
>
>
>
> [EMAIL PROTECTED]
> Sent by: MQSeries List <[EMAIL PROTECTED]>
> 11/08/2002 01:43 PM
> Please respond to MQSeries List
>
>
> To: [EMAIL PROTECTED]
> cc:
> Subject:Re: AMQ4082 error, reason code 3015
>
>
>
> Marty, I received a note from Rick Tsujimoto who suggested that from NT
> having V5.3 to an AIX having V5.2 might be the cause as the V5.3 box might
> be sending new parms?? Make sense??  BB.
>
> > -Original Message-
> > From: Marty Frasier [SMTP:[EMAIL PROTECTED]]
> > Sent: Friday, November 08, 2002 12:23 PM
> > To:   [EMAIL PROTECTED]
> > Subject:  Re: AMQ4082 error, reason code 3015
> >
> > Bruce,
> >
> > A good test would be to use Paul's supportpac M071and/or remote runmqsc
> to
> > try making the same change.  It sounds like a possible bug in MQExplorer
> > so a sanity check with M071 might help pinpoint this as specific to
> > MQExplorer.
> >
> > If you want to dig deeper you might want to stop the command server on
> the
> > AIX qmgr, send one of the failing commands from MQExplorer and then pick
> > the resulting PCF msg from SYSTEM.ADMIN.COMMAND.QUEUE for inspection.
> >
> > Theoretically, there are two failure points here: 1) the PCF message
> from
> > MQExplorer is malformed, or 2) the AIX command server doesn't understand
> a
> > properly formed PCF message.  If I had to choose I would bet on #1.
> >
> > If the PCF message is malformed when specifically attempting to set the
> > SecurityExit name there would seem to be a choice of two more problem
> > areas:  Either 1) the PCF message contains the wrong parameter for that
> > property (should be MQCACH_SEC_EXIT_NAME (3508)) or, 2) it's throwing
> some
> > other wrench in there by mistake.
> >
> > Regards,
> >
> > Marty Frasier
> > e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> >
> > [EMAIL PROTECTED]
> > Sent by: MQSeries List <[EMAIL PROTECTED]>
> > 11/08/2002 09:09 AM
> > Please respond to MQSeries List
> >
> >
> > To: [EMAIL PROTECTED]
> > cc:
> > Subject:Re: AMQ4082 error, reason code 3015
> >
> >
> >
> > Marty, thanx for your reply. Yes, we are using the MQExplorer and it
> seems
> > to work for NT based Qmgrs but not remote (eg. AIX) Qmgrs which furthers
> > the
> > mystery. Actually, a co-worker said he was able to change some AIX Qmgrs
> > but
> > not others but I have not as yet been able to confirm this. Appreciate
> > your
> > interest in this matter.  BB.
> >
> > > -Original Message-
> > > From: Marty Frasier [SMTP:[EMAIL PROTECTED]]
> > > Sent: Thursday, November 07, 2002 4:50 PM
> > > To:   [EMAIL PROTECTED]
> > > Subject:  Re: AMQ4082 error, reason code 3015
> > >
> > > Bruce,
> > >
> > > 3015 in that context sounds like MQRCCF_CFST_PARM_ID_ERROR, meaning
> the
> > > MQCFST Parameter field wasn't recognized as valid.  Strangely enough,
> > that
> > > sounds like the Windows Console (is that MQExplorer or runmqsc?) is
> > > sending a bad PCF command to the AIX qmgr.  Conceivably it could be an
> > > issue with endianness, but then nothing much would work.
> > >
> > > Sorry, I've never run into that so can't be of much help other than
> > > identifying the likely error code for you.
> > >
> > > Regards,
> > >
> > > Marty Frasier
> > > e-mail: [EMAIL PROTECTED]
> > >
> > >
> > >
> > >
> > >
> > > [EMAIL PROTECTED]
> > > Sent by: MQSeries List <[EMAIL PROTECTED]>
> > > 11/07/2002 11:15 AM
> > > Please respond to MQSeries List
> > >
> > >
> > > To: [EMAIL PROTECTED]
> > > cc:
> > > Subject:AMQ4082 error, reason code 3015
> > >
> > >
> > >
> > > When I try to key in an entry into the Security Exit Name field of a
> > > remote
> > > Qmgr on AIX using the Windows/NT Websphere Console, I get an AMQ4082
> > error
> > > code with a reason code of 3015. Reason c

Re: AMQ4082 error, reason code 3015

2002-11-08 Thread Barclay . BW
Marty, Paul and Rick. I tried MO71 and was able to update the Security Exit
Name and this from a V5.3 platform to a V5.2 platform. I guess the question
is...how come the MQExplorer ain't this smart? Whatever, I would like to
thank you all for helping me with this mystery. Will use MO71 more often now
for sure.  BB.

> -Original Message-
> From: Marty Frasier [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, November 08, 2002 12:23 PM
> To:   [EMAIL PROTECTED]
> Subject:  Re: AMQ4082 error, reason code 3015
>
> Bruce,
>
> A good test would be to use Paul's supportpac M071and/or remote runmqsc to
> try making the same change.  It sounds like a possible bug in MQExplorer
> so a sanity check with M071 might help pinpoint this as specific to
> MQExplorer.
>
> If you want to dig deeper you might want to stop the command server on the
> AIX qmgr, send one of the failing commands from MQExplorer and then pick
> the resulting PCF msg from SYSTEM.ADMIN.COMMAND.QUEUE for inspection.
>
> Theoretically, there are two failure points here: 1) the PCF message from
> MQExplorer is malformed, or 2) the AIX command server doesn't understand a
> properly formed PCF message.  If I had to choose I would bet on #1.
>
> If the PCF message is malformed when specifically attempting to set the
> SecurityExit name there would seem to be a choice of two more problem
> areas:  Either 1) the PCF message contains the wrong parameter for that
> property (should be MQCACH_SEC_EXIT_NAME (3508)) or, 2) it's throwing some
> other wrench in there by mistake.
>
> Regards,
>
> Marty Frasier
> e-mail: [EMAIL PROTECTED]
>
>
>
>
>
> [EMAIL PROTECTED]
> Sent by: MQSeries List <[EMAIL PROTECTED]>
> 11/08/2002 09:09 AM
> Please respond to MQSeries List
>
>
> To: [EMAIL PROTECTED]
> cc:
> Subject:Re: AMQ4082 error, reason code 3015
>
>
>
> Marty, thanx for your reply. Yes, we are using the MQExplorer and it seems
> to work for NT based Qmgrs but not remote (eg. AIX) Qmgrs which furthers
> the
> mystery. Actually, a co-worker said he was able to change some AIX Qmgrs
> but
> not others but I have not as yet been able to confirm this. Appreciate
> your
> interest in this matter.  BB.
>
> > -Original Message-
> > From: Marty Frasier [SMTP:[EMAIL PROTECTED]]
> > Sent: Thursday, November 07, 2002 4:50 PM
> > To:   [EMAIL PROTECTED]
> > Subject:  Re: AMQ4082 error, reason code 3015
> >
> > Bruce,
> >
> > 3015 in that context sounds like MQRCCF_CFST_PARM_ID_ERROR, meaning the
> > MQCFST Parameter field wasn't recognized as valid.  Strangely enough,
> that
> > sounds like the Windows Console (is that MQExplorer or runmqsc?) is
> > sending a bad PCF command to the AIX qmgr.  Conceivably it could be an
> > issue with endianness, but then nothing much would work.
> >
> > Sorry, I've never run into that so can't be of much help other than
> > identifying the likely error code for you.
> >
> > Regards,
> >
> > Marty Frasier
> > e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> >
> > [EMAIL PROTECTED]
> > Sent by: MQSeries List <[EMAIL PROTECTED]>
> > 11/07/2002 11:15 AM
> > Please respond to MQSeries List
> >
> >
> > To: [EMAIL PROTECTED]
> > cc:
> > Subject:AMQ4082 error, reason code 3015
> >
> >
> >
> > When I try to key in an entry into the Security Exit Name field of a
> > remote
> > Qmgr on AIX using the Windows/NT Websphere Console, I get an AMQ4082
> error
> > code with a reason code of 3015. Reason code 3015 doesn't seem to be
> > documented anywhere and no matter what steps I take, can't get around
> the
> > problem. If I sign onto AIX, using runmqsc, I can set the Security Exit
> > Name
> > without problems. Anyone experience this? Help greatly appreciated.
> > Cheers!
> > BB.
> >
> > Bruce Barclay
> > Cell: 613-794-8423
> >
> > 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
>
> 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: AMQ4082 error, reason code 3015

2002-11-08 Thread Barclay . BW
Marty, I received a note from Rick Tsujimoto who suggested that from NT
having V5.3 to an AIX having V5.2 might be the cause as the V5.3 box might
be sending new parms?? Make sense??  BB.

> -Original Message-
> From: Marty Frasier [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, November 08, 2002 12:23 PM
> To:   [EMAIL PROTECTED]
> Subject:  Re: AMQ4082 error, reason code 3015
>
> Bruce,
>
> A good test would be to use Paul's supportpac M071and/or remote runmqsc to
> try making the same change.  It sounds like a possible bug in MQExplorer
> so a sanity check with M071 might help pinpoint this as specific to
> MQExplorer.
>
> If you want to dig deeper you might want to stop the command server on the
> AIX qmgr, send one of the failing commands from MQExplorer and then pick
> the resulting PCF msg from SYSTEM.ADMIN.COMMAND.QUEUE for inspection.
>
> Theoretically, there are two failure points here: 1) the PCF message from
> MQExplorer is malformed, or 2) the AIX command server doesn't understand a
> properly formed PCF message.  If I had to choose I would bet on #1.
>
> If the PCF message is malformed when specifically attempting to set the
> SecurityExit name there would seem to be a choice of two more problem
> areas:  Either 1) the PCF message contains the wrong parameter for that
> property (should be MQCACH_SEC_EXIT_NAME (3508)) or, 2) it's throwing some
> other wrench in there by mistake.
>
> Regards,
>
> Marty Frasier
> e-mail: [EMAIL PROTECTED]
>
>
>
>
>
> [EMAIL PROTECTED]
> Sent by: MQSeries List <[EMAIL PROTECTED]>
> 11/08/2002 09:09 AM
> Please respond to MQSeries List
>
>
> To: [EMAIL PROTECTED]
> cc:
> Subject:Re: AMQ4082 error, reason code 3015
>
>
>
> Marty, thanx for your reply. Yes, we are using the MQExplorer and it seems
> to work for NT based Qmgrs but not remote (eg. AIX) Qmgrs which furthers
> the
> mystery. Actually, a co-worker said he was able to change some AIX Qmgrs
> but
> not others but I have not as yet been able to confirm this. Appreciate
> your
> interest in this matter.  BB.
>
> > -Original Message-
> > From: Marty Frasier [SMTP:[EMAIL PROTECTED]]
> > Sent: Thursday, November 07, 2002 4:50 PM
> > To:   [EMAIL PROTECTED]
> > Subject:  Re: AMQ4082 error, reason code 3015
> >
> > Bruce,
> >
> > 3015 in that context sounds like MQRCCF_CFST_PARM_ID_ERROR, meaning the
> > MQCFST Parameter field wasn't recognized as valid.  Strangely enough,
> that
> > sounds like the Windows Console (is that MQExplorer or runmqsc?) is
> > sending a bad PCF command to the AIX qmgr.  Conceivably it could be an
> > issue with endianness, but then nothing much would work.
> >
> > Sorry, I've never run into that so can't be of much help other than
> > identifying the likely error code for you.
> >
> > Regards,
> >
> > Marty Frasier
> > e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> >
> > [EMAIL PROTECTED]
> > Sent by: MQSeries List <[EMAIL PROTECTED]>
> > 11/07/2002 11:15 AM
> > Please respond to MQSeries List
> >
> >
> > To: [EMAIL PROTECTED]
> > cc:
> > Subject:AMQ4082 error, reason code 3015
> >
> >
> >
> > When I try to key in an entry into the Security Exit Name field of a
> > remote
> > Qmgr on AIX using the Windows/NT Websphere Console, I get an AMQ4082
> error
> > code with a reason code of 3015. Reason code 3015 doesn't seem to be
> > documented anywhere and no matter what steps I take, can't get around
> the
> > problem. If I sign onto AIX, using runmqsc, I can set the Security Exit
> > Name
> > without problems. Anyone experience this? Help greatly appreciated.
> > Cheers!
> > BB.
> >
> > Bruce Barclay
> > Cell: 613-794-8423
> >
> > 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
>
> 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: AMQ4082 error, reason code 3015

2002-11-08 Thread Barclay . BW
Marty, thanx again. Yes, the NT version is 5.3 and the AIX versions are 5.2.
Could that be the problem?? I will do a trace later and try to see if I can
spot something. BB.

> -Original Message-
> From: Rick Tsujimoto [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, November 08, 2002 9:57 AM
> To:   [EMAIL PROTECTED]
> Subject:  Re: AMQ4082 error, reason code 3015
>
> Are the versions of your queue managers (NT vs. AIX) different?  You might
> be able to run a trace to see if something is passed that is not
> supported,
> or perhaps mangled.
>
>
>
>
>   Barclay.BW@FORCE
>   S.GC.CA  To:
> [EMAIL PROTECTED]
>   Sent by: cc:
>   MQSeries ListSubject: Re: AMQ4082 error,
> reason code 3015
>  en.AC.AT>
>
>
>   11/08/2002 09:09
>   AM
>   Please respond
>   to MQSeries List
>
>
>
>
>
> Marty, thanx for your reply. Yes, we are using the MQExplorer and it seems
> to work for NT based Qmgrs but not remote (eg. AIX) Qmgrs which furthers
> the
> mystery. Actually, a co-worker said he was able to change some AIX Qmgrs
> but
> not others but I have not as yet been able to confirm this. Appreciate
> your
> interest in this matter.  BB.
>
> > -Original Message-
> > From: Marty Frasier [SMTP:[EMAIL PROTECTED]]
> > Sent: Thursday, November 07, 2002 4:50 PM
> > To:   [EMAIL PROTECTED]
> > Subject:  Re: AMQ4082 error, reason code 3015
> >
> > Bruce,
> >
> > 3015 in that context sounds like MQRCCF_CFST_PARM_ID_ERROR, meaning the
> > MQCFST Parameter field wasn't recognized as valid.  Strangely enough,
> that
> > sounds like the Windows Console (is that MQExplorer or runmqsc?) is
> > sending a bad PCF command to the AIX qmgr.  Conceivably it could be an
> > issue with endianness, but then nothing much would work.
> >
> > Sorry, I've never run into that so can't be of much help other than
> > identifying the likely error code for you.
> >
> > Regards,
> >
> > Marty Frasier
> > e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> >
> > [EMAIL PROTECTED]
> > Sent by: MQSeries List <[EMAIL PROTECTED]>
> > 11/07/2002 11:15 AM
> > Please respond to MQSeries List
> >
> >
> > To: [EMAIL PROTECTED]
> > cc:
> > Subject:AMQ4082 error, reason code 3015
> >
> >
> >
> > When I try to key in an entry into the Security Exit Name field of a
> > remote
> > Qmgr on AIX using the Windows/NT Websphere Console, I get an AMQ4082
> error
> > code with a reason code of 3015. Reason code 3015 doesn't seem to be
> > documented anywhere and no matter what steps I take, can't get around
> the
> > problem. If I sign onto AIX, using runmqsc, I can set the Security Exit
> > Name
> > without problems. Anyone experience this? Help greatly appreciated.
> > Cheers!
> > BB.
> >
> > Bruce Barclay
> > Cell: 613-794-8423
> >
> > 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
>
> 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: AMQ4082 error, reason code 3015

2002-11-08 Thread Barclay . BW
Marty, thanx for your reply. Yes, we are using the MQExplorer and it seems
to work for NT based Qmgrs but not remote (eg. AIX) Qmgrs which furthers the
mystery. Actually, a co-worker said he was able to change some AIX Qmgrs but
not others but I have not as yet been able to confirm this. Appreciate your
interest in this matter.  BB.

> -Original Message-
> From: Marty Frasier [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, November 07, 2002 4:50 PM
> To:   [EMAIL PROTECTED]
> Subject:  Re: AMQ4082 error, reason code 3015
>
> Bruce,
>
> 3015 in that context sounds like MQRCCF_CFST_PARM_ID_ERROR, meaning the
> MQCFST Parameter field wasn't recognized as valid.  Strangely enough, that
> sounds like the Windows Console (is that MQExplorer or runmqsc?) is
> sending a bad PCF command to the AIX qmgr.  Conceivably it could be an
> issue with endianness, but then nothing much would work.
>
> Sorry, I've never run into that so can't be of much help other than
> identifying the likely error code for you.
>
> Regards,
>
> Marty Frasier
> e-mail: [EMAIL PROTECTED]
>
>
>
>
>
> [EMAIL PROTECTED]
> Sent by: MQSeries List <[EMAIL PROTECTED]>
> 11/07/2002 11:15 AM
> Please respond to MQSeries List
>
>
> To: [EMAIL PROTECTED]
> cc:
> Subject:AMQ4082 error, reason code 3015
>
>
>
> When I try to key in an entry into the Security Exit Name field of a
> remote
> Qmgr on AIX using the Windows/NT Websphere Console, I get an AMQ4082 error
> code with a reason code of 3015. Reason code 3015 doesn't seem to be
> documented anywhere and no matter what steps I take, can't get around the
> problem. If I sign onto AIX, using runmqsc, I can set the Security Exit
> Name
> without problems. Anyone experience this? Help greatly appreciated.
> Cheers!
> BB.
>
> Bruce Barclay
> Cell: 613-794-8423
>
> 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: AMQ4082 error, reason code 3015

2002-11-08 Thread Barclay . BW
Ian, thanx for your reply. It seems we can enter a Security Exit Name on on
channels of some Qmgrs but not others. So we are at a loss as to why this is
happening to some but not others Any thoughts??   BB.

> -Original Message-
> From: Chan, Ian M [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, November 07, 2002 6:09 PM
> To:   [EMAIL PROTECTED]
> Subject:  Re: AMQ4082 error, reason code 3015
>
> Bruce,
>
> I found the explanation of the reason code 3015 as follows:
>
> MQRCCF_CFST_PARM_ID_ERROR
> Parameter identifier is not valid
>
> It seems to me that you cannot change the security exit name through the
> affected channel.
>
> Ian
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:Barclay.BW@;FORCES.GC.CA]
> Sent: Friday, 8 November 2002 3:16 AM
> To: [EMAIL PROTECTED]
> Subject: AMQ4082 error, reason code 3015
>
>
> When I try to key in an entry into the Security Exit Name field of a
> remote
> Qmgr on AIX using the Windows/NT Websphere Console, I get an AMQ4082 error
> code with a reason code of 3015. Reason code 3015 doesn't seem to be
> documented anywhere and no matter what steps I take, can't get around the
> problem. If I sign onto AIX, using runmqsc, I can set the Security Exit
> Name
> without problems. Anyone experience this? Help greatly appreciated.
> Cheers!
> BB.
>
> Bruce Barclay
> Cell: 613-794-8423
>
> 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



AMQ4082 error, reason code 3015

2002-11-07 Thread Barclay . BW
When I try to key in an entry into the Security Exit Name field of a remote
Qmgr on AIX using the Windows/NT Websphere Console, I get an AMQ4082 error
code with a reason code of 3015. Reason code 3015 doesn't seem to be
documented anywhere and no matter what steps I take, can't get around the
problem. If I sign onto AIX, using runmqsc, I can set the Security Exit Name
without problems. Anyone experience this? Help greatly appreciated. Cheers!
BB.

Bruce Barclay
Cell: 613-794-8423

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: ConnectionName(MQCHAR264) MQCD

2002-10-28 Thread Barclay . BW
Bonjour.
> In the MQ Channel data structure for MQXPT_TCP is says that either the
> host name or the network address of the remote is given. Can someone
> explain why under some occasions the host name is supplied yet on other
> occasions the network address. Also the port number is available with the
> host name but not the ip address Thanx for any help.  BB.
>
> Bruce Barclay
> Cell: 613-794-8423
>

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