Error 3447

Severity

10

Message text

Versions earlier than 15.0:

Database `%.*s' appears to be in the process of being loaded; SQL Server will not bring it online automatically. Use the ONLINE DATABASE command to bring this database online.

Version 15.0 and later:

Database '%.*s' appears to be in the process of being loaded; ASE will not bring it online automatically. Use the ONLINE DATABASE command to bring this database online.

Explanation

During a load database, Adaptive Server takes the database being loaded offline. When the load is complete, you bring the database back online manually with the online database command. If your backup strategy involves loading a sequence of transaction logs after a load database, the fact that the database will be unavailable for use until you enter the online database command will allow you to complete your loads without interference from other processes changing that database.

Error 3447 occurs during the recovery phase of Adaptive Server start-up, when the recovery process attempts to bring all the recovered databases online automatically and Adaptive Server sees that the database named in the error message is being loaded.

This error does not occur for master, as Adaptive Server always brings master online.

Action

Finish the load database sequence and then use online database to make the database available for use.

Additional information

Refer to the Reference Manual: Commands for information about using the online database command.

Versions in which this error is raised

All versions