Sybase 11.9.x-12.5 Home Theater Server User Manual


 
Server Error Messages 4800 - 4899
950
4805 17 The front end tool you are using does not support the feature of bulk insert from host,
please use the proper tools for this command.
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.
4806 16 You cannot run the non-logged version of bulk copy in this database. Please check with
the DBO.
Explanation: Refer to the writeup for this error.
4808 10 The bulk copy of this table has been aborted because the CHECKPOINT record could not
be written in the log. Please free up space in the database.
Explanation: The bcp activity could be incomplete. Although corruption is unlikely,
some rows in the target table for bcp may need to be cleaned up using delete/truncate table
command. Restart the bcp job after cleanup.
4809 20 Unable to open SYSCOLUMNS in dbid %d to retrieve table schema information.
Explanation: Adaptive Server encountered an internal error affecting the current
process. Reconnect to Adaptive Server. Report the error to your System Administrator so
dbcc diagnostics can be run.
4810 16 Expected TEXT token in data stream for bulk copy of text data.
Explanation: This error is seen when bulk copying in a table that has text/image
columns. Does not cause corruption but the bcp batch may be terminated.
4811 16 Expected column offset in data stream for bulk copy of text data.
Explanation: This error is seen when bulk copying in a table that has text/image
columns. Does not cause corruption but the bcp batch may be terminated.
4812 16 Expected row offset in data stream for bulk copy of text data.
Explanation: This error is seen when bulk copying in a table that has text/image
columns. Does not cause corruption but the bcp batch may be terminated.
4813 16 Expected text length in data stream for bulk copy of text data.
Explanation: Adaptive Server could not perform the requested action. Check your
command for missing or incorrect database objects, variable names, and/or input data.
4814 20 Bulk_getschema: Unable to open the system catalog SYSCOLUMNS in database `%.*s'
while attempting to retrieve table schema information. Run DBCC CHECKTABLE on
sysobjects in `%.*s'.
Explanation: Adaptive Server encountered an internal error affecting the current
process. Reconnect to Adaptive Server. Report the error to your System Administrator so
dbcc diagnostics can be run.
4818 11 Error encountered while retrieving table schema information for object `%.*s' in database
`%.*s'. Re-check the schema for the table.
Explanation: Command failed. Check your database for the object not found and re-
enter the command with the correct name.
Number Severity Text and Explanation