Skip to content
  • Solutions
    By Role
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    By Infrastructure
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
  • Product
    • Plesk Features
    • Plesk Editions
    • What’s new
    • Pricing
    • Roadmap
    • Lifecycle Policy
    • Extensions Catalogue
  • Pricing
  • Extensions
    Featured Extensions
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    Bundles and packs:
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack

    See all Extensions

  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
Plesk 360 login
Free Trial

Knowledge Base

Website hosted on Plesk is not working: Microsoft OLE DB Provider for SQL Server error ‘80004005’

 
backupdatabasedatabase serverdatabasesdb

Symptoms

  • Unable to browse website hosted on Plesk. The following is shown instead of content: 

    Microsoft OLE DB Provider for SQL Server error '80004005'
    Warning: Fatal error 9001 occurred at Dec 4 2017 2:41PM. Note the error and time, and contact your system administrator.
    /Default.asp, line 67

  • Cannot suspend Plesk reseller:

    C:> C:Program Files (x86)ParallelsPleskadminbin>reseller --off resellername
    Disable database user failed: mssqlmng failed: The log for database 'example.com_data' is not available. Check the event log for related error messages. Resolve any errors and restart the database.

  • Unable to add database user for the database dbname in Domains > example.com > Databases > User Management > Add Database User:

    Error: Connection to the database server has failed: The log for database 'dbname' is not available. Check the event log for related error messages. Resolve any errors and restart the database. (Error code 1)

  • Unable to export database dump in Domains > example.com > Databases > dbname > Export Dump:

    Source: System.Data

    Message: ExecuteNonQuery requires an open and available Connection. The connection's current state is closed.

    dbbackup.DbBackupException: Unable to backup database 'ARC_PIS' ---> System.Data.SqlClient.SqlException: Warning: Fatal error 9001 occurred at Dec 4 2017 2:41PM. Note the error and time, and contact your system administrator.
    BACKUP DATABASE is terminating abnormally.

Cause

Corrupted log file %plesk_dir%DatabasesMSSQLMSSQLXX.MSSQLSERVERXXXXMSSQLDATAdbname.ldf.

Note: XX and XXXX correspond to the SQL Server version.

Resolution

  1. Connect to the server using RDP

  2. Determine SQL Server service name:

    C:> sc query | findstr MSSQL | findstr SERVICE_NAME
    SERVICE_NAME: MSSQL$MSSQLSERVER2017
    SERVICE_NAME: MSSQLFDLauncher$MSSQLSERVER2017
    SERVICE_NAME: SQLTELEMETRY$MSSQLSERVER2017

  3. Stop SQL service:

    C:> net stop MSSQL$MSSQLSERVER2017

  4. Rename log file %plesk_dir%DatabasesMSSQLMSSQLXX.MSSQLSERVERXXXXMSSQLDATAdbname.ldf:

    C:> move %plesk_dir%DatabasesMSSQLMSSQLXX.MSSQLSERVERXXXXMSSQLDATAdbname.ldf %plesk_dir%DatabasesMSSQLMSSQLXX.MSSQLSERVERXXXXMSSQLDATAdbname.ldf.bkp

  5. Start SQL Server:

    C:> net start MSSQL$MSSQLSERVER2017

    Note: In order to find the root cause why the database log file got corrupted, contact Microsoft support.

In case the issue persists, re-enable the database

  1. Connect to the server via RDP

  2. Open Microsoft SQL Server Management Studio and log into affected SQL Server instance as Windows Administrator

  3. Execute the following queries through New Query:

    USE master
    GO
    ALTER DATABASE dbname
    SET OFFLINE WITH ROLLBACK IMMEDIATE
    GO
    USE MASTER
    GO
    ALTER DATABASE dbname
    SET ONLINE
    GO

Tweet
Share
Share
Email
0 Shares
Read the full article
Related Posts

You Are Always Safe When You Have an Up-To-Date Plesk Backup

Read More »

Plesk with Centralized Database and Network File System

Read More »

All You Need to Know About the Plesk WP Toolkit 4.10 Release

Read More »
Knowledge Base

How to add an already installed Microsoft SQL server in Plesk

Read More »

How to reset a password for the ‘sa’ user of a Microsoft SQL Server instance on a server with Plesk

Read More »

Warning on the “Database Servers” page in Plesk: Unable to determine the TCP port number used by Microsoft SQL server

Read More »

Unable to add MySQL/MariaDB/MSSQL database in Plesk: the option is missing

Read More »

Hosting Wiki

  • Django
  • DBMS Interface
  • DB2
  • Server Redundancy
  • DBMS
  • Google Cloud CDN
  • PostgreSQL
  • Bare Metal Server
  • Backup
  • MySQL
  • Oracle VM Server
  • Server Virtualization Software
  • Windows Server
  • IBM DB2
  • MSSQL
  • ODBC
  • MongoDB
  • DBA
  • SQL
  • Domain
  • Plesk
  • SQL database
  • NoSQL Database
  • Web Server
  • DNS Server
X-twitter Linkedin Youtube Reddit Github
  • Product
  • Login
  • Pricing
  • Editions
  • For Partners
  • Partner Program
  • Contributor Program
  • Affiliate Program
  • Plesk University
  • Company
  • Blog
  • Careers
  • Events
  • About Plesk
  • Our Brand
  • Resources
  • User and Admin guides
  • Help Center
  • Migrate to Plesk
  • Contact Us
  • Hosting Wiki
  • Forum
  • Legal
  • Legal
  • Privacy Policy
  • Imprint

© 2025 WebPros International GmbH

Part of the WebPros®  Family