IBM Power Systems

IBM Power Systems

About This Blog

Warm wishes and welcome to all AS400 Administrators and Operators.



This is exclusive blog for iSeries system Administrators working anywhere in the world. Also a place for guys and gals who want to share knowledge pertaining to iSeries. This blog has been designed for exchanging knowledge on AS400 or iSeries server administration and operations.



Thursday, April 15, 2010

Delete an object in Integrated File System - Message identifier CPFA0B1

Message CPFA0B1 occurs when one creates a directory in the Integrated File System (CRTDIR) with parameter RSTDRNMUNL set to (*YES). This parameter specifies whether special restrictions apply for rename and unlink operations performed on objects within a directory. This can be set only for a directory in the NFS, QFileSvr.400, "root" (/), QOpenSys, or user-defined file systems. A user cannot unlink an object that has the "restricted rename and unlink" attribute set on unless one or more of the following is true:

o The user is the owner of the object.
o The user is the owner of the directory.
o The user has all object (*ALLOBJ) special authority.

To resolve the problem, do the following:

o Open iSeries Navigator.
o Go into Integrated File Systems.
o Right-click on Integrated File System objects.
o Select Properties.
o Select the Security tab.
o Uncheck Restrict rename and unlink.

1 comment:

  1. This can also be done from the commandline: CHGATR OBJ() ATR(*RSTDRNMUNL) VALUE(*NO)

    ReplyDelete