• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

webadmin of mssql cann't be connected

S

sunå

Guest
plesk 10.2.0,windows 2008 R2 64bit

The webadmin of mssql 2005 and 2008 cann't be connected after the installation of windows update.Before the update,all were ok.What's the problem?Thanks!
 
Sorry,I mean before windows update.

I find in the windows error logs that:

CREATE FILE encountered operating system error 5(Access is denied.) while attempting to open or create the physical file 'C:\Program Files (x86)\Parallels\Plesk\Databases\MSSQL\MSSQL.1\MSSQL\DATA\tempdb.mdf'.

FCB::Open: Operating system error 5(Access is denied.) occurred while creating or opening file 'C:\Program Files (x86)\Parallels\Plesk\Databases\MSSQL\MSSQL.1\MSSQL\DATA\tempdb.mdf'. Diagnose and correct the operating system error, and retry the operation.

FCB::Open failed: Could not open file C:\Program Files (x86)\Parallels\Plesk\Databases\MSSQL\MSSQL.1\MSSQL\DATA\tempdb.mdf for file number 1. OS error: 5(Access is denied.).
 
I find that TCP port 8401 is not listened.Which service is listening 8401?
 
sqladmin(default) site created by plesk to handle all redirects to MSSQL web admin is listening on 8401 port.

You can check if this site exists in IIS and recreate this site by the following command:
"%plesk_dir%\admin\bin\websrvmng.exe" --reconfigure-sqladmin
 
It is ok after running the command.But 8401 is not listened automatically when system reboot.
 
Maybe you don't have domains created?

If you still need to have this site operable you can change AutoStart property for this site in IIS directly. so it will be started automatically after reboot.
 
Back
Top