How can we help you today? How can we help you today?

Cannot restore file. Update the SQL Backup server components

Hello,

I'm getting the following error when trying to restore backup files to my server.
Cannot restore file. Update the SQL Backup server components on the destination server to version 6.0 or later, and retry.

Both my servers, one where I grabbed the file from and the one where I'm restoring it to have SQL Backup 6 running on it. What could be the problem?

Also, is SQL Backup 6 backwards compatible with SQL Backup 5 files? As our SQL Backup was upgraded sometime past week, I'm thinking maybe im hitting these restore issues because of problems with the backup file being in SQL Backup 5 version and I'm trying to restore is to a server which is running SQL Backup 6. Please correct me if I'm wrong and provide a solution.

Thanks,
S
slick84
0

Comments

2 comments

  • petey
    SQL Backup 6 can be used to restore all backup files created by prior versions of SQL Backup.

    Could you please try to restore the backup file using the extended stored procedure e.g.
    EXEC master..sqlbackup '-sql "RESTORE DATABASE ... FROM DISK = ... WITH NORECOVERY" '
    
    and let me know if it works?

    Thanks.
    petey
    0
  • slick84
    I was using the extended stored procedure and hitting the issue. Anyhow, we recently installed SQL Backup 6 on all of our servers and I let my manager know, he missed a step or something and he fixed it within 2 minutes. I was able to backup/restore properly after that.
    slick84
    0

Add comment

Please sign in to leave a comment.