SQL Server 2012 SP1 - Warnings 1001 and 1004
-
Friday, November 23, 2012 3:10 PMAfter the installation of Microsoft SQL Server 2012 Service Pack 1, two Warnings 1001 and 1004 (MsiInstaller)
Erkennung von Produkt "{A7037EB2-F953-4B12-B843-195F4D988DA1}" und Funktion "SQL_Tools_ANS" fehlgeschlagen beim Anfordern von Komponente "{6E985C15-8B6D-413D-B456-4F624D9C11C2}".
Erkennung von Produkt "{A7037EB2-F953-4B12-B843-195F4D988DA1}", Funktion "SQL_Tools_ANS" und Komponente "{0CECE655-2A0F-4593-AF4B-EFC31D622982}" fehlgeschlagen. Die Ressource "" ist nicht vorhanden.
2x Database Engine Services (Language 1033 and 1031) ?SQLServer2012SP1-KB2674319-x64-DE.exe (http://www.microsoft.com/de-de/download/details.aspx?id=35575)
How can I fix this problem?
Cumulative update package 1 for SQL Server 2012 Service Pack 1: http://support.microsoft.com/kb/2765331 (Not yet installed)System:
- Windows Server 2008 R2
- SQL Server 2012 Standard x64 (MSDN), german
- Search Server 2010- Edited by Andy07 Friday, November 23, 2012 3:11 PM
All Replies
-
Friday, November 23, 2012 3:19 PMModerator
Hello,
Please open the command prompt with the “Run as Administrator” option and run the following two commands:
msiexec /unregmsiexec /regserver
After running those commands, run SQL Server setup with the "Run as Administrator" option.
If the above does not work, please see the following resources:
http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/68d65bed-cc70-447f-b27d-7ff6840e691c (maybe a drive has been removed where SQL Server components were installed)
Hope this helps.
Regards,
Alberto Morillo
SQLCoffee.com- Edited by Alberto MorilloMVP, Moderator Friday, November 23, 2012 3:30 PM
-
Sunday, November 25, 2012 4:09 AM
This has been reported as a bug on connect:
I can verify this issue. Of interest is also this thread, see that last entry from Rav:
So either uninstall the tools per the connect workaround or experiment with the rsSharePoint.msi mentioned in the second link.
John Joyner MVP-SC-CDM
-
Monday, November 26, 2012 8:34 AM
> After running those commands, run SQL Server setup with the "Run as Administrator" option. <
Do you mean the Setup from SQL Server 2012 SP1 (SQLServer2012SP1-KB2674319-x64-DE.exe )
or the Setup from the first install SQL Server 2012 (MSDN ISO-DVD)? -
Monday, November 26, 2012 11:11 AMModerator
Hello,
You can try running the following command:setup.exe /ACTION=UNINSTALL /FEATURES=Tools
Hope this helps.
Regards,
Alberto Morillo
SQLCoffee.com- Edited by Alberto MorilloMVP, Moderator Monday, November 26, 2012 11:51 AM
- Marked As Answer by Maggie LuoMicrosoft Contingent Staff, Moderator Thursday, November 29, 2012 2:00 PM

