Mohamed,
Your racf definitions each have a blank after the MQD6.  If this is indeed
how the definitions are written, I suspect that is your problem.
Instead of:
     PERMIT MQD6. SECURITY.TEST.Q   CLASS (MQQUEUE) ID (TS0001)
ACCESS(UPDATE)
You should have
     PERMIT MQD6.SECURITY.TEST.Q   CLASS (MQQUEUE) ID (TS0001)
ACCESS(UPDATE)

Cheers,

Doug




                    Middleware
                    Group Mailbox        To:     [EMAIL PROTECTED]
                    <MQUser@GEICO        cc:     (bcc: Doug Jenkins/WP/Candle)
                    .COM>                Subject:     SECURITY ISSUES  ON MQ QUEUE

                    11/20/2002
                    01:22 PM
                    Please
                    respond to
                    MQSeries List






ello,

I have MQ5.2 installed in my workstation and on the OS/390. In my
worstation
I use amqsput to put a message to the remote queue SECURITY.TEST.Q which is
defined on queue manager MQD6  on OS/390 as SECURITY.TEST.Q (local queue).

The RACF DEFINITIONS ARE:


RDEFINE   MQQUEUE   MQD6. SECURITY.TEST.Q       UACC (NONE)     OW (SYS1)

PERMIT MQD6. SECURITY.TEST.Q   CLASS (MQQUEUE) ID (TS0001)      ACCESS
(UPDATE)

RDEFINE   MQQUEUE   MQD6. *     UACC (READ)     OW (SYS1)

PERMIT MQD6. *   CLASS (MQQUEUE)        ID (MQD6MSTR, MQD6CHIN, TS0001)
ACCESS (ALTER)



But I am getting these errors messages:

+CSQX500I D6* CSQXRESP Channel CY3KC.TO.MQD6 started

+CSQX036E D6* CSQXRESP Unable to open MQD6.DEAD.QUEUE, MQCC=2 MQRC=2035

+CSQX036E D6* CSQXRESP Unable to open SECURITY.TEST.Q, MQCC=2 MQRC=2035

+CSQX036E D6* CSQXRESP Unable to open MQD6.DEAD.QUEUE, MQCC=2 MQRC=2035

+CSQX036E D6* CSQXRESP Unable to open SECURITY.TEST.Q, MQCC=2 MQRC=2035

+CSQX545I D6* CSQXRESP Channel CY3KC.TO.MQD6 closing because disconnect
interval
+CSQX501I D6* CSQXRESP Channel CY3KC.TO.MQD6 is no longer active

 ******************************* Bottom of Data ************************

Any comment is welcomed.

Thanks,

Mohamed.

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

Reply via email to