

Using Your Development Environment › Controlling User Access › Granting Authority to Update Objects
Granting Authority to Update Objects
To allow a user to update a model, grant the following authority:
- Use (*CHANGE) authority for the model library. For example:
GRTOBJAUT OBJ(QSYS/MYMDL) OBJTYPE(*LIB) USER(YOU) AUT(*CHANGE)
- Data authority to change (*CHANGE) for the objects in the model library. For example:
GRTOBJAUT OBJ(MYMDL/*ALL) OBJTYPE(*ALL) USER(YOU) AUT(*CHANGE)
- The following minimum authorities are required to gain access to a CA 2E data model:
- Object management authority is required to certain i OS database files in the model library to which additional members may be added:
- YJOBLSTRFP
- YMDLLSTRFP
- Change authority is required to the following i OS database files in the model library:
- YMDLPRFRFP
- YMDLOBJRFP
- Object existence authority is required to the following i OS database files in the model library:
- YOBJLCKRFP
- YSSNLCKRFP
- YSSNDTARFP
- YLSTSGTNXP
For example:
GRTOBJAUT OBJ(MYMDL/YJOBLST*) + OBJTYPE(*FILE) USER(YOU)
AUT(*ALL)
GRTOBJAUT OBJ(MYMDL/YMDLLST*) + OBJTYPE(*FILE) USER(YOU)
AUT(*ALL)
GRTOBJAUT OBJ(MYMDL/YMDLPRF*) + OBJTYPE(*FILE) USER(YOU)
AUT(*ALL)
GRTOBJAUT OBJ(MYMDL/YMDLOBJ*) + OBJTYPE(*FILE) USER(YOU)
AUT(*ALL)
GRTOBJAUT OBJ(MYMDL/YOBJLCKRFP) + OBJTYPE(*FILE) USER(YOU) AUT(*ALL)
GRTOBJAUT OBJ(MYMDL/YSSNLCKRFP) + OBJTYPE(*FILE) USER(YOU) AUT(*ALL)
GRTOBJAUT OBJ(MYMDL/YSSNDTARFP) + OBJTYPE(*FILE) USER(YOU) AUT(*ALL)
GRTOBJAUT OBJ(MYMDL/YLSTSGTNXP) + OBJTYPE(*FILE) USER(YOU) AUT(*ALL)
- Appropriate authority to use data area YMDLLIBRFA in the data model library.
Copyright © 2014 CA.
All rights reserved.
 
|
|