Server error messages 3100 - 3199 – Sybase 11.9.x-12.5 User Manual
Page 224

Server Error Messages 3100 - 3199
898
Server Error Messages 3100 - 3199
Number
Severity
Text and Explanation
3101
16
Database in use. A user with System Administrator (SA) role must have exclusive use
of database to run load.
Explanation:
You cannot use
load database
while a database is in use by any user. This
error occurs when you try to load a dump while users are still accessing the database. Wait
until all users are off the database, then run
load database
again. Make sure you are not
in the database while attempting to issue the
load
command. Sybase recommends running
all load commands from
master
, although any database other than the target can be used.
3102
16
Specified file `%.*s' is not in valid dump database format.
Explanation:
Adaptive Server could not perform the requested action. Contact your
System Administrator.
3103
17
LOAD DATABASE for database `%.*s' failed: insufficient memory to allocate backout
structure.
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.
3105
16
Data on dump will not fit into current database. Need %d Mbyte database.
Explanation:
Refer to the writeup for this error.
3108
16
LOAD DATABASE must be used in single user mode if trying to restore the Master
database.
Explanation:
Adaptive Server could not perform the requested action. The command
violates a permission or privilege restriction. Check the command and working database
context.
3109
16
This dump was created from the Master database. A dump from Master can only be
loaded as part of the Restore Master procedure.
Explanation:
Load failed. To check that you are using the correct dump, run load with
listonly=full.
3110
14
You must be the DBO of database %.*s or have Operator (OPER) role to run LOAD
DATABASE.
Explanation:
You do not have the permission to execute this command. Have the object
owner or a user with the needed role run this command.
3111
16
This dump was not created from the Master database. Master can only be loaded from a
dump of the Master database.
Explanation:
Load failed. To check that you are using the correct dump, run load with
listonly=full.