3
I have a folder on Server and have set access permissions for domain users.
Whenever a user tries to copy an image file(jpg, png, etc) to that folder, he is denied permission. But, if he copies text files or some other documents, permission is allowed.
I am trying to understand why permission is denied for image files and have enable audit policy to check for more info on why permission is denied. Below is a sample of Audit Failure log. Has someone encountered such situation earlier? Can someone help me analyze the log and determine the reason for permission being denied?
A handle to an object was requested.
Subject:
Security ID: MyDomain\TheUser
Account Name: TheUser
Account Domain: MyDomain
Logon ID: 0x347740640
Object:
Object Server: Security
Object Type: File
Object Name: D:\abcd\efgh\ijk\001.png
Handle ID: 0x0
Process Information:
Process ID: 0x4
Process Name:
Access Request Information:
Transaction ID: {00000000-0000-0000-0000-000000000000}
Accesses: READ_CONTROL
SYNCHRONIZE
WriteData (or AddFile)
AppendData (or AddSubdirectory or CreatePipeInstance)
WriteEA
ReadAttributes
WriteAttributes
Access Reasons: READ_CONTROL: Granted by Ownership
SYNCHRONIZE: Granted by D:(A;ID;0x1200ef;;;S-1-5-21-zzzzzzzzzz-zzzzzzzzzz-zzzzzzzzzz-zzzz)
WriteData (or AddFile): Granted by D:(A;ID;0x1200ef;;;S-1-5-21-zzzzzzzzzz-zzzzzzzzzz-zzzzzzzzzz-zzzz)
AppendData (or AddSubdirectory or CreatePipeInstance): Granted by D:(A;ID;0x1200ef;;;S-1-5-21-zzzzzzzzzz-zzzzzzzzzz-zzzzzzzzzz-zzzz)
WriteEA: Not granted
ReadAttributes: Granted by ACE on parent folder D:(A;OICINP;0x1200ef;;;S-1-5-21-zzzzzzzzzz-zzzzzzzzzz-zzzzzzzzzz-zzzz)
WriteAttributes: Not granted
Access Mask: 0x120196
Privileges Used for Access Check: -
Restricted SID Count: 0
What is the exact error they get when trying to copy the image(s)? How big are the images? And disk quotas setup for the user? If you make a new share with the desired/expected permissions, does copying there work? – Ƭᴇcʜιᴇ007 – 2013-08-07T13:35:05.073
Error Message: Access Denied(using cmd) Images are about 2 MB in size. There are no disk quotas. It works for another folder we have shared, but, there are not visible differences in permissions. Moreover, it allows copying for some files and just denies some others. – Piyush B – 2013-08-08T04:53:50.937
Anyone facing this issue ? – Piyush B – 2013-08-09T05:18:35.150