Click here to Skip to main content
15,905,776 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please please Please help me on this ......


I want to restore MSSQL database backup in Parallels Plesk Panel .

Steps i did .


1) Created a new database
2) Uploaded the database Backup
3) Restoring the backup to the database .



Each time i get the same error message

Error: dbbackup failed: Unable to restore database 'ptPropMgmtDB'
Terminating this procedure. The User name 'NT AUTHORITY\NETWORK SERVICE' is absent or invalid.
Posted

I'm assuming you are trying to restore a database in a hosted environment (with your reference to Parallels Plesk Panel).

Contact your host support and get more information on how to restore your database, as they probably can help you more.
 
Share this answer
 
I found in this case the DB has metadata which the plesk software uses.

Try using a DB that originates from the server... Try this:

1. Create a blank DB on the hosting control panel (empty)
2. Backup and download
3. Restore locally and add required tables, procs and data
4. Backup and upload
5. Restore via plesk

NB: User the same username on the hosting as you do locally.
if you encounter issues with user not having access, google "orphaned sql users".
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900