• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

install sql server

blackmetal

Basic Pleskian
Hello,
how can i install sql server 2008 and intgrate it with my plesk?
i have virtuozzo contaoiner with w2k8 dc edition and install plesk from my virtuozzo application manager,

is there any way install it?

Thanks,
 
i tried add component via plesk 10 installer but it says :

Add packages with unresolved deps to blacklist
PkgManager: start to resolving packages
findNecessaryPackages(): start pass 0
Find directly required packages for mssql2008_configurator-1.0.noarch
Find directly required packages for sql2008_express-1.0.x86_64
=== Package resolving sucessfuly ends ===
(b) mssql2008_configurator-1.0
(s) msi45-5.0.7600.16385
(s) w2k3sp2-6.1.7600.16385
(s) dotnetfw2sp2-2.0.50727.4927
(s) plesk-10.0.1
(t) sql2008express-x64.exe
Check package set before installation
The following packages will be installed because they are required by the packages you selected for installation:
FileFetcher: get file (PANEL-WIN_10.0.1/thirdparty-msi-Windows-any-x86_64/)/sql2008express-x64.exe
File downloading PANEL-WIN_10.0.1/thirdparty-msi-Windows-any-x86_64/sql2008express-x64.exe: 10%..20%..30%..40%..50%..60%..70%..80%..90%..100% was finished.
Starting installation of packages
Create tiny repository only with resolved list and system packages
Regenerate packages provides cache.
Find directly required packages for mssql2008_configurator-1.0.noarch
(regen conflicts cache) (update package names cache) (regen obsoletes cache) Find directly required packages for sql2008_express-1.0.x86_64
installing MSSQL 2008 server...
Execute C:\93f60cbdec5800542b43e58d62f5917a\parallels\PANEL-WIN_10.0.1\thirdparty-msi-Windows-any-x86_64\sql2008express-x64.exe /Q /ACTION=INSTALL /FEATURES=SQL,AS,RS,IS /INSTANCEDIR="C:\Program Files (x86)\Microsoft SQL Server" /INSTALLSQLDATADIR="C:\Parallels\Plesk\\Databases\MSSQL" /INSTANCENAME=MSSQLSERVER2008 /SECURITYMODE=SQL /TCPENABLED=1 /NPENABLED=1 /SAPWD="ItDoesntMatter111" /SQLSYSADMINACCOUNTS="Builtin\Administrators" /SQLSVCACCOUNT="NT AUTHORITY\SYSTEM" /AGTSVCACCOUNT="NT AUTHORITY\SYSTEM" /ASSYSADMINACCOUNTS="Builtin\Administrators" /ASSVCACCOUNT="NT AUTHORITY\SYSTEM" /RSSVCACCOUNT="NT AUTHORITY\SYSTEM" /ISSVCACCOUNT="NT Authority\Network Service"
Error: Some action sequence of package 'sql2008_express' has been failed with code -1
Not all packages were installed.
Please, contact product technical support.
 
SQL server 2008 installation logs are stored by default here:
C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log

Please check these logs, maybe this can shed some light on real problem.
 
Run CMD as Administrator

Copy script from your log
C:\93f60cbdec5800542b43e58d62f5917a\parallels\PANE L-WIN_10.0.1\thirdparty-msi-Windows-any-x86_64\sql2008express-x64.exe /Q /ACTION=INSTALL /FEATURES=SQL,AS,RS,IS /INSTANCEDIR="C:\Program Files (x86)\Microsoft SQL Server" /INSTALLSQLDATADIR="C:\Parallels\Plesk\\Databases\M SSQL" /INSTANCENAME=MSSQLSERVER2008 /SECURITYMODE=SQL /TCPENABLED=1 /NPENABLED=1 /SAPWD="ItDoesntMatter111" /SQLSYSADMINACCOUNTS="Builtin\Administrators" /SQLSVCACCOUNT="NT AUTHORITY\SYSTEM" /AGTSVCACCOUNT="NT AUTHORITY\SYSTEM" /ASSYSADMINACCOUNTS="Builtin\Administrators" /ASSVCACCOUNT="NT AUTHORITY\SYSTEM" /RSSVCACCOUNT="NT AUTHORITY\SYSTEM" /ISSVCACCOUNT="NT Authority\Network Service"

Execute

It has worked for me
 
Back
Top