• 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.

Error to install Parallels Plesk Panel 11.x for Windows server 2008 R2

Slipkjor

New Pleskian
when installing the plex Panel using autoinstaller throws me the following error:

MSI: Property(S): PrimaryVolumeSpaceRequired = 0
MSI: Property(S): PrimaryVolumeSpaceRemaining = 0
MSI: Property(S): DOTNETCOREPATH = 1
MSI: Property(S): IsDotNet20Or40Installed = 1
MSI: === Logging stopped: 9/10/2012 0:54:44 ===
Failed to install 'C:\ParallelsInstaller\parallels\PANEL-WIN_11.0.9\thirdparty-msi-Windows-any-x86_64\sqlsmo_x64.msi': Fatal error during installation. (Error code 1603)
Action '<install-msi-package command-line="ADDDEFAULT=ALL ALLUSERS=1 REBOOT=R" />' failed with error 1603
Error: Action sequence 'install: installing MSSQL Server Management Objects...' of package 'sql-smo' has been failed with code 1603
Not all packages were installed.
Please, contact product technical support.

hope you can help us.

Best Regards.

Jorge Martinez.
T.S.
Private IP Services
 
Hello Jorge
Failed to install 'C:\ParallelsInstaller\parallels\PANEL-WIN_11.0.9\thirdparty-msi-Windows-any-x86_64\sqlsmo_x64.msi': Fatal error during installation. (Error code 1603)
Action '<install-msi-package command-line="ADDDEFAULT=ALL ALLUSERS=1 REBOOT=R" />' failed with error 1603
Error: Action sequence 'install: installing MSSQL Server Management Objects...' of package 'sql-smo' has been failed with code 1603
This is the culprit.


sqlsmo_x64.msi package at some period of time tries to find itself, but, under the different name (the actual name could be seen in the autoinstaller process window), in my case it was looking for SHAREDMANAGEMENTOBJECTS.msi

So in order to fix it you can go directly to the folder C:\ParallelsInstaller\parallels\PANEL-WIN_11.0.9\thirdparty-msi-Windows-any-x86_64\ , copy the package sqlsmo_x64.msi into the same directory, rename the copy to the name it searches for (e.g. SHAREDMANAGEMENTOBJECTS.msi) and run the installer again.

NOTE: Sometimes installation fails with another MS package - sql_sys_clrtypes_x64, with the same cause - it was looking for itself with name sqlsysclrtypes.msi in my case.

The problem is in the msi packages themselves, luckily they are verbose enough to define the reason.

Hope you will sort it out.
All the Best,
Alex
 
Last edited:
Install '.NET Framework 3.5.1' feature

Please check installation log:
C:\ParallelsInstaller\autoinstaller3.log

If you have error:
MSI: Error! The Microsoft .NET Framework 3.5 or 4.0 must be installed on your computer before you can install Microsoft SQL Server 2012 Management Objects . Please install the .NET Framework 3.5 or 4.0 and then install Microsoft SQL Server 2012 Management Objects .

go to 'Server Manager -> Features -> Add Features' and install '.NET Framework 3.5.1' feature.
 
you must uninstall manually given error component.

find installation folder : sqlsmo_x64.msi file
run it and select remove or uninstall option.

next restart plesk installation.
 
you must uninstall manually given error component.

find installation folder : sqlsmo_x64.msi file
run it and select remove or uninstall option.

next restart plesk installation.

It works fine for me.
Thank you.
 
Back
Top