Microsoft Lync 2010 Was not able to install SQL Express prerequisite
-
14. ledna 2011 12:44
I was trying to install Microsoft Lync 2010 on Server 2008 R2.
I installed DNS, Active Directory on same computer. when i tried to install Lync 2010 on it, it gived me mysqlexpress error.
This list shows the error, it is the list of files:
> Bootstrapper Logging status to: C:\Users\Administrator\AppData\Local\Temp\BootstrapSqlExpress-[2011_01_14][03_57_57].html Checking prerequisites for bootstrapper...
Checking prerequisite WMIEnabled...
prerequisite satisfied. Checking prerequisite NoBootstrapperOnBranchOfficeAppliance...
prerequisite satisfied. Checking prerequisite SupportedOS...
prerequisite satisfied. Checking prerequisite NoOtherVersionInstalled...
prerequisite satisfied. Checking prerequisites for roles...
Checking prerequisite WMIEnabled...
prerequisite satisfied. Checking prerequisite NoOtherVersionInstalled...
prerequisite satisfied. Checking prerequisite SupportedOS...
prerequisite satisfied. Checking prerequisite PowerShell2...
prerequisite satisfied. Checking prerequisite VCredist...
prerequisite satisfied. Checking prerequisite SqlNativeClient...
prerequisite satisfied. Checking prerequisite SqlBackcompat...
prerequisite satisfied. Checking prerequisite UcmaRedist...
prerequisite satisfied. Checking prerequisite SqlExpressRtc...
installing...
failure code -2068578304 Prerequisite installation failed: SqlExpressRtc
Všechny reakce
-
14. ledna 2011 13:19Moderátor
Hello,
Please see the following links:
You may encounter problems when installing SQL Server on a domain controller
http://support.microsoft.com/kb/2032911
http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/981ef726-d04a-4063-8008-cc7bbad854ab (ChunSong Feng – MSFT)
Depending of the SQL Server service account assigned by setup, installation may work or may not.Hope this helps.
Regards,
Alberto Morillo
SQLCoffee.com -
15. ledna 2011 23:13
I have a same error :(
What is the solution please :(.... It's urgent
Thank you
-
20. ledna 2011 8:03Moderátor
Hi,
Since you have already had Activity Directory (AD) installed on this server, you could not install SQL Server 2008 Express which is not supported on the Windows Server 2008 (or R2) DC as you can see http://msdn.microsoft.com/en-us/library/ms143506.aspx#DC_Support. To work around this issue, I would recommned you install SQL Server instance that will host the Lync Server 2010 Central Management Store and databases on another server instead on the existing DC.
Hope this helps. Please let us know if you need more help.
Best Regards,
Chunsong Feng
Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer" if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.- Označen jako odpověď Alex Feng (SQL)Moderator 24. ledna 2011 10:29
-
27. ledna 2011 18:36
Hi Feng,
So I understand that we can not install the AD and SQL Server together. I plan to install the SQL on a Windows 2008 R2 but I need to know if there is a feature to point my sql server during the install of "Prepare First Standard Edition Server".
Thanks.
Al
-
16. září 2011 10:20
Hi Hifi808,
Use Topology Builder to point to your SQL Server.
This applies only if you are installing an Enterprise Edition, Standard Edition does not require SQL Server.
Rgds,
Evaldo Santos (Angola)
-
24. ledna 2012 11:36
If you have Sql server and lyn 2010 on domain controller then you will get this error. failure code -2068578304 Prerequisite installation failed: SqlExpressRtc.
this is not because lyn 2010 is not supported to have on domain controller though it is recommand to have on memeber server but not on domain controller.
This is something domain controller and sql server, as Microsoft Lync Server tries to install SQL Express using the network service. This can cause installation to fail on Domain Controllers as local or network service account is not supported on dC; to move forward and get it installed, create a domain service account and replace it like we did:
E:\Setup\amd64\SQLEXPR_x64.EXE /ACTION=Install /FEATURES=SQLEngine,Tools /INSTANCENAME=RTC /TCPENABLED=1 /SQLSVCACCOUNT="cms\SQLService" /SQLSYSADMINACCOUNTS="Builtin\Administrators" /BROWSERSVCSTARTUPTYPE="Automatic" /AGTSVCACCOUNT="cms\SQLService" /SQLSVCSTARTUPTYPE=Automatic
Note you need to replace cms with your netbios name
Now rerun Lync standard 2010 installer then you will be able to install it.
- Navržen jako odpověď hostingmaniac 18. března 2013 13:16
-
24. května 2012 23:42
Well it's a shame because i can not find a good answer, BUT, based on PBXIT's answer i proposse the following answer:
D:\Setup\amd64\SQLEXPR_x64.exe" /ACTION=Install /FEATURES=SQLEngine,Tools /INSTANCENAME=RTC /TCPENABLED=1 /SQLSVCACCOUNT="NT AUTHORITY\NetworkService" /SQLSYSADMINACCOUNTS="Builtin\Administrators" /BROWSERSVCSTARTUPTYPE="Automatic" /AGTSVCACCOUNT="NT AUTHORITY\NetworkService" /SQLSVCSTARTUPTYPE=Automatic
Where "D:" is the letter of the DVD or the folder contain the installation files.
Hope is helpful
Emilio I. Wilde
Emilio I. Wilde
-
24. května 2012 23:43
Well it's a shame because i can not find a good answer, BUT, based on PBXIT's answer i proposse the following answer:
D:\Setup\amd64\SQLEXPR_x64.exe" /ACTION=Install /FEATURES=SQLEngine,Tools /INSTANCENAME=RTC /TCPENABLED=1 /SQLSVCACCOUNT="NT AUTHORITY\NetworkService" /SQLSYSADMINACCOUNTS="Builtin\Administrators" /BROWSERSVCSTARTUPTYPE="Automatic" /AGTSVCACCOUNT="NT AUTHORITY\NetworkService" /SQLSVCSTARTUPTYPE=Automatic
Where "D:" is the letter of the DVD or the folder contain the installation files.
Hope is helpful
Emilio I. Wilde
Emilio I. Wilde
-
24. května 2012 23:43
Well it's a shame because i can not find a good answer, BUT, based on PBXIT's answer i proposse the following answer:
D:\Setup\amd64\SQLEXPR_x64.exe" /ACTION=Install /FEATURES=SQLEngine,Tools /INSTANCENAME=RTC /TCPENABLED=1 /SQLSVCACCOUNT="NT AUTHORITY\NetworkService" /SQLSYSADMINACCOUNTS="Builtin\Administrators" /BROWSERSVCSTARTUPTYPE="Automatic" /AGTSVCACCOUNT="NT AUTHORITY\NetworkService" /SQLSVCSTARTUPTYPE=Automatic
Where "D:" is the letter of the DVD or the folder contain the installation files.
Hope is helpful
Emilio I. Wilde
Emilio I. Wilde
-
20. října 2012 13:24
please did your propose answer worked?
-
25. října 2012 17:11
Thanks,
It worked
-
5. března 2013 14:03
In lync 2010, i have installed sql server using command prompt to fix the issue.
In lync 2013 i download sql server 2012 express edition having size 132MB and replace the installler in lync installation package. I then re-run the installer and it runs fine without any issue.