Sybase 11.9.x-12.5 User Manual

Page 227

Advertising
background image

CHAPTER 6 Adaptive Server Error Messages

901

3134

10

Security label consistency check failed. Please run DBCC SECURITY
(LABEL_CHECK, `%S_DBID', {FULL | NOREPORT}, FIX) after all loads have been
performed in order to make this database usable.

Explanation:

There may be a potential problem with a database or database object.

Contact your System Administrator.

3135

10

Please run DBCC SECURITY (LABEL_CHECK, , [FULL | NOREPORT], FIX) after
all loads have been performed.

Explanation:

This is an informational message but may require follow-up action.

Contact your System Administrator.

3136

10

Database log version=%d; database upgrade version=%ld.

Explanation:

This is an informational message. Unless otherwise specified, no action

is required. Contact your System Administrator about any warning issued in the message.

3137

10

Use the ONLINE DATABASE command to bring this database online; SQL Server will
not bring it online automatically.

Explanation:

After a load sequence completes, you must use 'online database' to bring

the database back online. This command also upgrades databases.

3138

10

User defined role '%.*s' used in database '%.*s' does not exist in this server. Use
CREATE ROLE to create this role after the database online.

Explanation:

After onlining the database upon completion of a load sequence, a role is

found to be missing from the server. Create the role now for consistency.

3139

10

The user name, '%.*s', in SYSUSERS is the same as a role name in this Server. See the
Security Administration Guide for information on how to resolve this naming conflict.

Explanation:

This is an informational message but may require follow-up action.

Contact your System Administrator.

3140

10

The group name, '%.*s', in SYSUSERS is the same as a role name in this server. See the
Security Administration Guide for information on how to resolve this naming conflict.

Explanation:

This is an informational message but may require follow-up action.

Contact your System Administrator.

3141

16

Object ’%.*s’ in database ’%.*s’ is owned by login ’%.*s’ who does not exist in this
server.

Explanation:

Command failed due to invalid or illegal request. Check syntax,

semantics, and permissions. Take any corrective action indicated by the message.

3142

16

Cannot load database ’%.*s’ because it is failed over.

Explanation:

Command failed due to invalid or illegal request. Check syntax,

semantics, and permissions. Take any corrective action indicated by the message.

Number

Severity

Text and Explanation

Advertising