|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
XYPRO Access Control Software and MQ 5.3.1 for NSK |
« View previous topic :: View next topic » |
Author |
Message
|
craig0 |
Posted: Tue Dec 11, 2007 7:10 am Post subject: XYPRO Access Control Software and MQ 5.3.1 for NSK |
|
|
Novice
Joined: 11 Jun 2007 Posts: 17
|
We use XYPRO access control software to grant access to shared ID's in our Nonstop environment.
Whenever I try to launch an MQ control command from TACL using a shared ID it fails with the following error
'Premature process termination with fatal errors or diagnostics'
I have checked and ensured the TACL environment variables are set and verified that the objects are secured for execute access.
Now if I launch the same control command within the Shell (OSH) using the XAC shared ID then it works just fine.
Does anyone run XYPRO Access Control (XAC) with MQ 5.3.1 on NSK? If so can you execute control commands from TACL?
Thanks,
Craig |
|
Back to top |
|
 |
hankknowles |
Posted: Thu Dec 13, 2007 10:23 am Post subject: Re: XYPRO Access Control Software and MQ 5.3.1 for NSK |
|
|
 Centurion
Joined: 18 Aug 2003 Posts: 114
|
craig0 wrote: |
We use XYPRO access control software to grant access to shared ID's in our Nonstop environment.
Whenever I try to launch an MQ control command from TACL using a shared ID it fails with the following error
'Premature process termination with fatal errors or diagnostics'
I have checked and ensured the TACL environment variables are set and verified that the objects are secured for execute access.
Now if I launch the same control command within the Shell (OSH) using the XAC shared ID then it works just fine.
Does anyone run XYPRO Access Control (XAC) with MQ 5.3.1 on NSK? If so can you execute control commands from TACL?
Thanks,
Craig |
We have it but there is a seperate XAC that is used to access OSH (OSS). I don't know what CIS did but it is possible. |
|
Back to top |
|
 |
rjl_state |
Posted: Mon Mar 03, 2008 12:01 pm Post subject: Re: XYPRO Access Control Software and MQ 5.3.1 for NSK |
|
|
 Apprentice
Joined: 04 Oct 2002 Posts: 48 Location: Des Moines, IA
|
If by control commands you mean start and stop commands, then those have to be issued under OSS.
For us to be able to issue them from the TACL, we do make use of XAC commands. Here is an example from our ACACL file: (edited)
The START-MQ-TEST1 command is defined as follows:
COMMAND START-MQ-TEST1 !USED TO START TEST1 QUEUE MANAGER
USER 22,255 ! User is MQM.MGR
OBJECT $SYSTEM.SYSNN.TACL
ACL $SYS $SUPER ! $SYS IS ALIAS FOR SYSTEMS GROUP
START_LOGGED_ON
NOCOPYRIGHT
QUIET
SUPPRESSUNTILPROMPT
PERCENT ON
ALIAS "OSH" "RUN $SYSTEM.XYGATEAC.OSHMACX"
INPUT "XAC_RUN_MACRO -EXIT RUN $SYSTEM.OBEY.TEST1STR"
OPENSBYOBJECTS \*.$*.*.*
At the TACL promp I enter XAC START-MQ-TEST1 and it runs the macro in $SYSTEM.OBEY.TEST1STR that looks like this:
?TACL ROUTINE
#SET #INFORMAT TACL
#SET #OUTFORMAT PRETTY
#FRAME
run $system.xygateac.oshmacx &
-c "/usr/ibm/wmq/usrscript/test1str"
#UNFRAME
This command executes a script in oss to do the strmqm comand. Just to be safe your script should set up all the variables and pathnames you need in the oss environment.
It is complicated but it works for us in order to get around the XYPRO limitations. |
|
Back to top |
|
 |
craig0 |
Posted: Mon Mar 03, 2008 2:21 pm Post subject: |
|
|
Novice
Joined: 11 Jun 2007 Posts: 17
|
This could work!
Thanks for the tip |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|