Page 1 of 1

SDSF autorization

PostPosted: Wed Sep 18, 2013 2:52 pm
by samb01
Hello,

when i try to delete sysout job by TWS with this commande REXX :

ADDRESS SDSF "ISFACT H TOKEN('"TOKEN.IX"') PARM(NP P)"


after the commande :

TSO PROFILE WTPMSG



There is this message in the log :

ICH70001I OPC      LAST ACCESS AT 10:47:41 ON WEDNESDAY, SEPT
 2013                                                       
$HASP373 VTESTSB1 STARTED - INIT 37   - CLASS O - SYS V012   
IEF403I VRESTQ - STARTED - TIME=10.48.20                   
ICH408I USER(OPC     ) GROUP(UXCP    ) NAME(OPC             
  VGCS.UTRU200..JOB03445.GROUP.1 CL(JESSPOOL)        INSUFFICIENT ACCESS AUTHORITY                             
  FROM *.*.*.*.GROUP*.* (G)                                 
  ACCESS INTENT(ALTER  )  ACCESS ALLOWED(NONE   )           
ISF015I SDSF COMMAND ATTEMPTED '$COJ(3445),OUTGRP=1.1.1     
    ' OPC      REXX                                         


How could i resolve it ?

Thank's for your help.

Re: SDSF autorization

PostPosted: Wed Sep 18, 2013 3:21 pm
by enrico-sorichetti
VGCS.UTRU200..JOB03445.GROUP.1 CL(JESSPOOL) INSUFFICIENT ACCESS AUTHORITY


How could i resolve it ?


by contacting Your security group :mrgreen:

Re: SDSF autorization

PostPosted: Wed Sep 18, 2013 3:59 pm
by steve-myers
Mr. Sorrichetti is correct. User OPC does not have the authority to cancel the output group. The RACF profile is JESSPOOL/*.*.*.*.GROUP*.* Site security will have to update that profile or add a more specific profile. Finally they may tell you it's not something that should be allowed. I won't try to guess how they will respond. They may even delete the profile!

Re: SDSF autorization

PostPosted: Wed Sep 18, 2013 5:55 pm
by samb01
Hello,

i a m allow to do it by my own user. But whne the job is submited by TWS, it doesn't work.

There is a membre in the parmlib (ISFPRMUU) where i can see diffent group with that definition :

/**********************************************/
/*  GROUP XDTU                                */
/**********************************************/
 GROUP AUPDT(2),                               
   ILPROC(PROCXDTU),                           
   ACTION(ALL),                                 
   AUTH(I,O,H,DA,PREF,INPUT,LOG,FINDLIM),       
   CMDAUTH(GROUP),                             
   CMDLEV(4),                                   
   CONFIRM(ON),                                 
   CURSOR(ON),                                 
   DADFLT(IN,OUT,TRANS,JOB),                   
   DSPAUTH(GROUP),                             
   GPREF(XDTU*),                               
   HFIELDS(HELDUTA),                           
   IFIELDS(INUT),                               
   ILOGCOL(1),                                 
   LANG(ENGLISH),                               
   PREFIX(GROUP),                               
   VIO(SYSALLDA)                                           
                                                           
/**********************************************/           



XDTU is my RACF Group.

And i notice the TWS RACF Group is not defined in this member. It should be in, don't you think so ?

Re: SDSF autorization

PostPosted: Wed Sep 18, 2013 6:46 pm
by dick scherrer
Hello,

Suggest you ask your manager or the security admins why this is set up like this.

Might be that no one has recognized this before.

Re: SDSF autorization

PostPosted: Wed Sep 18, 2013 7:11 pm
by samb01
dick scherrer wrote:Might be that no one has recognized this before.


i think so...

Re: SDSF autorization

PostPosted: Thu Sep 19, 2013 1:42 pm
by NicC
Remember - your userid is NOT TWS's userid. Different authorities therefore apply.