Link to home
Start Free TrialLog in
Avatar of Erin_M
Erin_M

asked on

AS400 iSeries v5r4 Permissions

I'm new to iSeries and need to know how to grant permissions. I have the iNavigator software however the change using this application is not giving me the result I need. How can I use the CL to make a permissions change?
Avatar of Gary Patterson, CISSP
Gary Patterson, CISSP
Flag of United States of America image

Grant permissions to what, specifically?
ASKER CERTIFIED SOLUTION
Avatar of Member_2_2484401
Member_2_2484401
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Erin_M
Erin_M

ASKER

it is a library under the root: /QDLS/FACIT

The issue is when my user is using the copy command to this library. they are getting a permissions error.
Erin_M:

That's not a library, that is a folder in the QDLS file system.  It has some special requirements.  It is an old file system used for DOS and OS/2 compatibility.

Where is the user trying to copy from?  

Windows PC COPY command to /QDLS/FACIT through an iSeries NetServer share of some sort?

Or just from some other iSeries location in the QDLS file system or in the IFS in general using the iSeries green-screen COPY command?

Anyway, to use QDLS, the user's iSeries user profile needs to be registered in the system directory.  Use the WRKDIRE command to see if an entry is missing, and add one if needed.  You can look at an entry for a working user for guidance.  If this is a new function for this user, this is a pretty likely problem if you've covered all the bases.  Usually for this you just need to populate the User ID / Address and the System name portion of the System Name / Group:

http://search400.techtarget.com/answer/Enrolling-a-user-profile-in-the-i5-OS-system-distribution-directory

If the user is connecting from the PC and are referring to the /QDLS/FACIT folder through a Windows share, they need to have permission to the share (Usually done with a Windows ID in sync with an iSeries ID - let me know if this is the case and I can provide more info), plus file system permission to the folder.  You can control share permissions in Navigator, sort of similar to what you do in Windows.  You can probably set permissions to the underlying /QDLS/FACIT folder with Navigator, too, but I usually use the green-screen WRKLNK command.  Maybe even the old WRKFLR command.

But eliminate the system directory issue, first.

Here is the Information Center link for the QDLS file system.  That's V6R1, but it should be identical to V5R4:

http://pic.dhe.ibm.com/infocenter/iseries/v6r1m0/index.jsp?topic=/ifs/rzaaxdocfs.htm
Because /QDLS is effectively an obsolete file (and probably shouldn't be used at all nowadays), there might be additional requirements. Depending on what client is used, it's possible that fixes need to be applied on the client side. Windows Networking might need a fix in order to handle it.

You might need to let us know what OS the client is running if the suggestions so far don't make everything work.

Tom