• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Phantom MSSQL database

P

paulwilson159

Guest
We have been getting an error on our Plesk Windows 7.0.2 system backup.

The system reports it cannot access an MSSQL database called "etc"

Thing is, I can't find such a database on the system. I have looked for the file and checked via the MS Osql command line.

No such database exists on the system, but the Plesk control panel believes there is.

Is there a way we can get Plesk this non existent database, as it is preventing us from backing up?
 
You should delete that database from data_bases table at psa database. Also you should delete user of that database from db_users table.:cool:
 
Hello Gris

Yep, got it - backup runs just fine now.
 
Where is psa database!

Hello,

I want to del it in psa admin db.
But i don know where is psa database?

Thanks.
 
For Plesk 7.0
mysql -uadmin -pplesk_admin_password -P3306 psa
For Plesk 7.5
mysql -uadmin -pplesk_admin_password -P8306 psa
 
Back
Top