0 pts.
 Windows Server 2003 Permissions problem
Hopefully someone can shed some light on this problem I am having. In a domain with a Windows NT Domain Controller (soon to be upgraded) I have a Server 2003 computer where I am storing files for a particular program. I assign rights to a folder by right clicking on folder and selecting properties. I added a group and gave the group full control of the folder. I am able to browse to the folder but am unable to save or change files within it. I can view folders and contents with no problem. Once I try to make changes to a file within the folder I get an access denied error. I've checked permissions on all objects in the folder and none have 'deny' attributes set. Hopefully someone can offer assistance! Thanks! Gregg

Software/Hardware used:
ASKED: August 18, 2006  2:31 PM
UPDATED: August 28, 2006  7:38 AM

Answer Wiki:
Here's a longshot. Is the folder or any of the files within marked as read-only?
Last Wiki Answer Submitted:  August 18, 2006  3:20 pm  by  Norwood   0 pts.
All Answer Wiki Contributors:  Norwood   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Are any of permmisions tick boxes greyed out? if so you might nned to remove inheritence of the permmisions click the advanced button on the security tab.

also are you trying to do logged in remotely from a share, you might need to set share rights as well.

 0 pts.

 

You probably already thought of this, but if you actually shared the folder, check the share permissions, not just the NTFS permissions….or vice versa….

 0 pts.

 

make sure your folder is not inheritting permissions from parent folder

 0 pts.

 

My bet is that it is an NTFS permissions issue.

 0 pts.

 

Here’s something else to think about… multiple groups. Where one group denies and another grants rights.

 0 pts.

 

It looks to me that You have a user added to two or more GPOs whereby you have given the deny permission in one of the GPOs to a particular folder and gave access permission in the other GPOs. In such a situation, the deny configuration takes precedence. Please check out this.

Zekirstos Tesfay

 0 pts.

 

I know it sounds obvious but I only mention this since you are currently using Windows NT and would not be looking for this. Probably everyone who ever migrated to Server 2003 discovered this as well…

The default Shared Folder permission for Server 2003 is “Everyone” Read Only as compared to Windows NT which was “Everyone” Full Control. It looks like you have the NTFS permissions set right.

 0 pts.

 

In general, network and server access requires two objects to be created and maintained; a data group and a corresponding folder/volume. You add whatever members to the group and then you must add the group (or individual members) to the folder’s list of members/trustees and grant the group whatever rights you wish it to have. This is just a basic setup but it might push you in the right direction. Also, if the files are created locally but then copied over to somewhere on the network, you might want to check that the local security settings on the file allow the necessary access to everyone prior to posting it in the folder.

 0 pts.

 

My guess would also be the share permissions. When combined with NTFS permissions the most restrictive takes precedence.

 0 pts.

 

I agree with #3, #8, #10. Check the Shared Folder permissions. The fact you can Read files and files is a strong indicator.

Most the other issues won’t apply since your DC is NT4 not 2003. But the last I would look at is the idea you copied files and folders from another place on the same volume where they were already set to Read Only NTFS permissions.

 0 pts.

 

Everyone provided helpful advice. I’ve visited every permeation of rights, both NTFS and AD that I could imagine, and I’ve got a healthy imagination!

I did figure out my problem. It had more to do with the program design for the program that needed to access the data than the rights itself.

I had set up a series of shares for this server. I had top level shares and then program shares. Some shares were created by program installation routines, as in this case.

The program, when trying to access the data, wouldn’t go through nested shares. The share had to be top level from the server name. Interestingly, I was able to make this work with one of my groups. I assigned both groups that accessed the server administrative rights as a test. That didn’t work.

To sum it up, I’m sticking with program design, making the data live in a share so that it is referenced top level from the server name in a unc reference. Thank you again for the great advice.

Gregg

 0 pts.