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

Urgent: Reconfigurator and MSSQL 2005 Errors

M

MuratC

Guest
Hello,

Yesteday, I've upgraded Plesk 9.5 to 10. My problem was on 9.5 and I hope that it will fixed when I upgrade 10 but it is still continue. My server is Windows 2008 Standard.

I executed Plesk Reconfigurator -> Check component and folder permissions on Plesk 9.5.
It finished without problem. But, when I reboot machine, MSSQL will down. Errors are:

Unable to open the physical file "C:\Program Files\Parallels\Plesk\Databases\MSSQL\MSSQL.1\MSSQL\Data\database.mdf". Operating system error 5.

Cannot access the specified path or file on the server. Verify that you have the necessary security privileges and that the path or file exists.


It never come back if I didn't delete tempdb.mdf and templog.dlf in C:\Program Files\Parallels\Plesk\Databases\MSSQL\MSSQL.1\MSSQL\Data and after I recreate MSSQL database / user and dumb data in it.

I really tried to do this and I need a fix for this.
Does anyone have same problem or any advice for fix this issue without reinstall whole system.

Thanks now.
 
This happens because Network Service account does not have necessary rights to access databases folder C:\Program Files\Parallels\Plesk\Databases\MSSQL\MSSQL.1\MSSQL\Data\
This account is included into "psacln" group that is denied full access to this folder by Parallels Plesk Panel security design.

There are actually two ways to fix such sort of problems:
- either grant Network Service access to DATA folder.
- start SQLSERVER as a local system account
 
Back
Top