Sybase 11.9.x-12.5 User Manual

Page 225

Advertising
background image

CHAPTER 6 Adaptive Server Error Messages

899

3112

16

Cannot load any database other than Master when server in single-user mode.

Explanation:

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

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

3113

21

Database %.*s does not have an entry in SYSUSERS for the DBO.

Explanation:

Adaptive Server encountered an internal error affecting all processes in

the current database. Report the error to your System Administrator. Adaptive Server
must be restarted and dbcc diagnostics run.

3114

21

Database %.*s does not have an entry in Sysdatabases.

Explanation:

Adaptive Server encountered an internal error affecting all processes in

the current database. Report the error to your System Administrator. Adaptive Server
must be restarted and dbcc diagnostics run.

3115

10

User %.*s in database %.*s has suid %d, which is the same as the suid of the DBO (as
defined in Sysdatabases). User %.*s will be given suid %d.

Explanation:

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

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

3116

10

When all load transactions have been completed for database %.*s, user %.*s should be
given a unique suid.

Explanation:

This is an informational message but may required followup action.

3117

10

Database %.*s already has a user with suid %d. Please call Technical Support.

Explanation:

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

Contact your System Administrator.

3118

16

LOAD DATABASE has been interrupted by a USER ATTENTION signal. A LOAD
DATABASE must be completed in this database before it will be accessible.

Explanation:

A database maintenance operation failed. Take any corrective action

indicated by the message. Check the Adaptive Server error log.

3120

16

The database you are attempting to LOAD was DUMPed under a different sort order ID
(%d) or character set ID (%d) than the ones running on this server (SortOrd = %d,
CharSet = %d). If the sort orders differ, at least one of them is non-binary.

Explanation:

Refer to the writeup for this error.

3121

16

Index %s.%s (objid = %ld, indid = %d) may be invalid. It uses CHAR or VARCHAR
columns in its key and was created under a different sort order ID (%d) or charset ID (%d)
than the ones on this server (SortOrd=%d, CharSet=%d).

Explanation:

Indicates that the sort order may have changed between the time that the

database was dumped and loaded back in again; it may also be caused by using dump and
load between different servers. Drop and re-create the index.

3122

21

Failed to patch the transaction log for database `%.*s'.

Explanation:

Adaptive Server encountered an internal error affecting all processes in

the current database. Report the error to your System Administrator. Adaptive Server
must be restarted and dbcc diagnostics run.

Number

Severity

Text and Explanation

Advertising