Windows error 0x8007051B, -2147023589

Detailed Error Information

INVALID_OWNER[1]

MessageThis security ID may not be assigned as the owner of this object.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code1307 (0x051b)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x0000051b.

Questions

3votes
1answer

How can I remove an access control entry from a printer in C#?

I've been attempting to use WMI to remove an access control entry (ACE) from the discretionary access control list (DACL) associated with a local printer in Windows 7. The code gets the security descriptor, and iterates through all the ACEs in the DACL. Unless the trustee in the ALE is [...] read more
c#
.net
windows
wmi
acl
1vote
3answers

Microsoft deployment toolkit 2010 failure message

I am having a problem with the deployment of Windows 7 from a server with Microsoft Toolkit 2010. When deployment has finished I get a Windows error report which shows following message. FAILURE (Er): 70: CreateObject(Microsoft.BDD.Utility) - Permission denied Litetouch deployment failed, Return Code = - 2147023589 0x8007051B I don't [...] read more
mdt-2010
permissions
1vote
1answer

WIX Install .NET and VSTO if Admin, fail early if non-Admin

I'm trying to deploy an Excel plug-in to the mass market. The plug-in requires VSTO runtime (vstor_redist.exe) and .NET 4.5 (for 64 bit OS) or .NET 4.0 (for 32 bit OS). I'm willing to assume that potential users already have at least .NET 2.0. Currently my setup consists of: 1. [...] read more
wix
vsto
burn
0votes
2answers

MDT windows 7 application installation error on ActiveX

I have a problem with the deployment of Windows 7 from a Microsoft Deployment Toolkit Server. The installation of the Operating System works just fine but when it continues with the application installation, then some Applications return an error. Most of them I have figured out what the Error means, [...] read more
windows-7
mdt-2010
activex

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