Windows error 0x00000522, 1314

Detailed Error Information

PRIVILEGE_NOT_HELD[1]

MessageA required privilege is not held by the client.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x80070522.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code1314 (0x0522)

Questions

0votes
1answer

robocopy ERROR 1314 (0x00000522) on Windows 7 Home Premium

I'm using a robocopy script with the switches /COPYALL and /B on my Windows 7 Home Premium PC to backup files to a NAS and I'm getting the error message: > ERROR 1314 (0x00000522) Copying NTFS Security to Destination File > (file-location/name) required privilege is not held by the client. [...] read more
windows-7
user-accounts
robocopy
0votes
1answer

PowerShell USMT Error 26 can't gain access to windows file even under admin account

I am trying to make backup using usmt and making simple script to handle it, the problem is when I was working from outside domain device it worked just fine, now when using active directory it seems to not be able to access windows files even with an admin account. [...] read more
windows
powershell
data-migration

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0