• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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