Server error messages 3000 - 3099 – Sybase 11.9.x-12.5 User Manual

Page 223

Advertising
background image

CHAPTER 6 Adaptive Server Error Messages

897

Server Error Messages 3000 - 3099

Number

Severity

Text and Explanation

3001

21

DUMP DATABASE for database `%.*s' failed: insufficient memory to allocate backout
structure.

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.

3003

20

DUMP DATABASE failed to establish a connection to the Backup Server. Attempt to
dump database `%.*s' has failed.

Explanation:

Check the Backup Server error log. Check that Backup Server is running.

3004

14

You must be the DBO of database %.*s or have Operator (OPER) role to run DUMP
DATABASE.

Explanation:

This error occurs when you try to run dump database on a database that you

do not own and for which you do not have the oper (Operator) role. Ask the DBA to grant
you the operator role. It is good practice to run

dbcc checkalloc

and

dbcc checkdb

before

each database dump.

3005

10

DUMP DATABASE failed to end flushlist synchronisation. In database `%.*s', some
transactions may be suspended and further DUMP DATABASEs blocked, requiring reboot
of the SQLServer.

Explanation:

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

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

3008

17

There is not enough server memory available to complete this dump database.

Explanation:

Command failed due to resource limitation. Modify the command to fit

available resources, retry when the resource is available, or contact your System
Administrator to address the resource problem.

3015

10

WARNING: In order to LOAD the master database, the SQL Server must run in single-
user mode. If the master database dump uses multiple volumes, you must execute
sp_volchanged on another SQL Server at LOAD time in order to signal volume changes.

Explanation:

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

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

3016

17

DUMP DATABASE for `%S_DBID' cannot continue because of insufficient log space.
Free some log space with DUMP TRANSACTION or turn off replication.

Explanation:

Command failed due to resource limitation. Modify the command to fit

available resources, retry when the resource is available, or contact your System
Administrator to address the resource problem.

Advertising