Link to home
Start Free TrialLog in
Avatar of kw66722
kw66722

asked on

error loading sql server 2012

I am trying to load sql 2012 on my new computer. I keep getting an error.  AclPermissionsFacet failed. Checks if the SQL Server registry keys are consistent. The SQL Server registry keys from a prior installation cannot be modified. To continue, see SQL Server Setup documentation about how to fix registry keys.

This is the information from the detail.txt file.

FixSqlRegistryKey_x86.exe exit code: 0
(07) 2016-08-06 08:50:27 Slp: Rule 'AclPermissionsFacet' detection result: AreSqlAclPermissionsCanonical= False
(07) 2016-08-06 08:50:27 Slp: Evaluating rule        : AclPermissionsFacet
(07) 2016-08-06 08:50:27 Slp: Rule running on machine: DESKTOP-xxxxx
(07) 2016-08-06 08:50:27 Slp: Rule evaluation done   : Failed

I tried changing permissions in the registry.  To "replace all child object permission entries with inheritable permission entries from this object"  But that does not seem to stay when I check again after the reboot.

I tried to install as an administrator.
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Easiest solution is to delete the sqlserver registry keys
Avatar of kw66722
kw66722

ASKER

I deleted the sqlserver keys and it still fails.
Avatar of kw66722

ASKER

I am still having this problem I would appreciate any help.
  1. Located HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server in registry
  2. Right click and go to Permission
  3. Click on Advance
  4. Tick on both check box (I. Inherit from parent the permission... II. Replace permission entries on all child objects...), click OK
  5. Click OK again
I am trying to load sql 2012 on my new computer.
How are you doing that?
Avatar of kw66722

ASKER

I went to the registry and clicked permissions and advanced. When I click on "Replace all child object permission entries with inheritable permission entries from this object"  The option does not stay after I hit apply.  I don't see anything to click for inherit from parent.  I was able to add full control to the users portion. But it still did not work.

Vitor: I have sql server installation on my c drive and am running it from there. That has always worked for me on other machines.  I also downloaded the free express version of sql server which can be run directly and that gave me the same error.
I have sql server installation on my c drive and am running it from there.
You mean opening SQL Server Management Studio (SSMS)?

That has always worked for me on other machines.
And in this machine, never worked?

Btw, you shouldn't mess with Registry Keys if you don't know what are you doing. It would be much easier to reinstall SQL Server.
Avatar of kw66722

ASKER

I do not have sql server on this computer. I am trying to install it but I can not get past the Setup support rules.

It fails on consistency validation for SQL server registry keys.
I am trying to install it but I can not get past the Setup support rules.
What's the error returned by the setup?
Avatar of kw66722

ASKER

error message in attached file,
System-Configuration-Check-Report-fo.pdf
Looks like you had a SQL Server installed before and it was not correctly removed.
A good solution should be format and reinstall the operating system but I don't know if that's an option for you.
Or you could try to install a more recent version of SQL Server (2014 or 2016) to see if the error persists.
Avatar of kw66722

ASKER

I tried installing sql server 2014 express and I got the same error. This is a new machine. I have been loading my programs on it. At this point it would take hours to reinstall everything.
Unfortunally I don't see any other option besides reinstall everything.
ASKER CERTIFIED SOLUTION
Avatar of kw66722
kw66722

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial