Error 911

Severity

16

Message text

Attempt to locate entry in sysdatabases for  database '%.*s' by name failed - no entry found under that name. Make sure  that name is entered properly.

NoteThis error can be caused by a hardware problem.

Explanation

This error occurs during a use command when Adaptive Server tries to access a database that is not listed in sysdatabases. For example:

Action

  1. Obtain a list of all databases in sysdatabases by executing sp_helpdb or the following:

    1> select name from master..sysdatabases 
    2> go
    

    The list returned contains the only valid databases recognized by Adaptive Server and available for use.

  2. Either create the missing database or change the reference to a database from the list created in step 1:

Additional information

Refer to the Reference Manual: Procedures for information about sp_addlogin and sp_modifylogin.

Versions in which this error is raised

All versions