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 get it what Microsoft.BDD.Utility is exactly and when this utility is used (Tasksequence?) ?
Can anyone help me on this problem?
BDD 2007 is the older version of the Microsoft Deployment Toolkit 2010 (which is what you should be using to deploy Windows 7). Make sure you are running MDT 2010 instead of BDD 2007 (download here: http://www.microsoft.com/downloads/details.aspx?FamilyId=3BD8561F-77AC-4400-A0C1-FE871C461A89&displaylang=en)
I'm not familiar with this tool, but error 0x8007051B means the following:
ERROR_INVALID_OWNER winerror.h
# This security ID may not be assigned as the owner of this
# object.
My guess is this is related to user rights and somebody needs the SE_RESTORE_NAME privilege, but on what, I don't know.
This happened to be because User Account Control (UAC) was enabled for the local Administrator account.
To fix:
This setting is common when the Microsoft Security Baselines have been applied. If the original system was Windows 8 or newer and deployed using MDT, MDT will also turn UAC on for the local administrator account - it does this so that the local admin account can be used to access Universal/Modern/Metro applications.
User contributions licensed under CC BY-SA 3.0