Server error messages 1800-1899 – Sybase 11.9.x-12.5 User Manual
Page 174

Server Error Messages 1800-1899
848
Server Error Messages 1800-1899
Number
Severity
Text and Explanation
1801
16
Database `%.*s' already exists
Explanation:
Command failed due to invalid or illegal request. Check syntax,
semantics, and permissions. Take any corrective action indicated by message.
1802
11
CREATE DATABASE failed. Some disk names listed in command were not found.
Check that names exist and are spelled correctly before re-running
Explanation:
Command failed. Check your Adaptive Server environment for the object
not found and re-enter the command with the correct name.
1803
17
CREATE DATABASE failed. Could not allocate enough disk space for a new database
on the disks named in the command. Total space allocated must be at least %d Mbytes
(%ld logical pages) to accommodate copy of Model 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.
1804
10
There is no disk named `%.*s'. Checking other disk names.
Explanation:
This is an informational message but may require follow-up action.
Contact your System Administrator.
1805
10
CREATE DATABASE: allocating %ld logical pages (%d.%d megabytes) on disk ’%.*s’.
Explanation:
This is an informational message. Unless otherwise specified, no action
is required. Contact your System Administrator about any warning issued in the message.
1806
21
Crdb_dbrow: Getnext SCAN_NOINDEX on sysdatabases.dbid failed to find row for
MODELDBID.
Explanation:
Adaptive Server encountered an internal error affecting all processes
using the current database. Report the error to your System Administrator.
1807
17
MODEL database in use, cannot create new database. Contact a user with System
Administrator (SA) role before re-running CREATE 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.
1808
21
Crdb_disk: Getnext SCAN_NOINDEX on sysdevices.status=DEFAULT failed to find
default rows
Explanation:
Refer to the writeup for this error.
1809
14
CREATE DATABASE must be preceded by a `USE master' command. Check with your
DBO
USE master.
Explanation:
Refer to the writeup for this error.