Warning AW51010

The [master] database from the backup could not safely be used to overwrite the current [master] database. It has been restored as database [master_reference]. If you need to apply data or settings from that database to the current [master] database, you can copy them using Microsoft SQL Server Management Studio Express.

Module

Microsoft SQL Server Agent (Agent for Arcserve Database)

Reason:

The Arcserve Database being restored was backed up from a Microsoft SQL Server Express instance which used a different file path for its system databases.  Because of this, it is not safe to overwrite the existing [master] database with the version from the backup.  The version of the [master] database from the backup has been restored as database [master_reference] instead, so that any information needed from that database can be migrated.

Action:

If no SQL Server information or settings need to be migrated from the [master] database contained within the backup, then database [master_reference] can be safely deleted using the Microsoft SQL Server Management Studio Express or the "sqlcmd" command-line query utility.  If any information or settings do need to be migrated, use the Microsoft SQL Server Management Studio Express to do so, and then delete database [master_reference].