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

Delete database Error

N

nickmm

Guest
Hello,

I'm trying to delete a MSSQL database, but I'm getting this error:

Delete database user failed: Database 'database_name' cannot be opened because it is offline.
---------------------- Debug Info -------------------------------
0: plib\DatabaseManagerMSSQL.php:52
DatabaseManagerMSSQL->dropUserImpl(string 'database_user', string 'database_name')
1: plib\DatabaseManager.php:105
DatabaseManager->deleteDatabase(object of type Database)
2: plib\class.DataBasesList.php:244
DataBasesList->remove(array)
3: htdocs\domains\databases\removeDataBases.php3:41


I believe that the problem is that this database not exist in the server (exist on Plesk, but not in the server).

How can delete this database? I have tried make a reconfigure for the domain name, but this action not resolve my problem.

Thanks in advance,

Nickmm
 
You can manually create the database on the sql server, or if its there but in an offline status you can bring it backonline into a multi user state. You can also attempt to manually delete the DB data from the plesk database so that psa no longer will tihnk the DB exists at all
 
If some one are having this problem the solution is bring online the database (run: Alter database YourDBName Set Online)

Thank,

Nickmm
 
Back
Top