Sybase 11.9.x-12.5 User Manual

Page 97

Advertising
background image

CHAPTER 6 Adaptive Server Error Messages

771

269

16

NULL value cannot be specified for conversion from datatype `%s' to `%s'.

Explanation:

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

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

270

16

Table `%.*s' can't be modified.

Explanation:

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

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

272

16

Can't update a TIMESTAMP column.

Explanation:

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

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

273

10

Warning: A non-null value cannot be inserted into a TIMESTAMP column by the user.
The database timestamp value has been inserted into the TIMESTAMP field instead.

Explanation:

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

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

274

20

A SYSTEM exception was raised with an unrecognized minor number %d.

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.

276

16

The parameter `%.*s' in the procedure `%.*s' was not declared as an OUTPUT
parameter.

Explanation:

Adaptive Server could not perform the requested action. Check your

command for missing or incorrect database objects, variable names, and/or input data.

277

16

There was a transaction active when exiting the stored procedure `%.*s'. The temporary
table `%.*s' was dropped in this transaction either explicitly or implicitly. This transaction
has been aborted to prevent database corruption.

Explanation:

Refer to the writeup for Error 277.

278

16

TEXT, IMAGE and off-row Java datatypes may not be used in a GROUP BY clause.

Explanation:

Adaptive Server could not perform the requested action. Rewrite the

command to conform to the requirement specified in the error message.

279

16

TEXT and IMAGE datatypes and off-row Java datatypes are invalid in this subquery or
aggregate expression.

Explanation:

Adaptive Server could not perform the requested action. Rewrite the

command to conform to the requirement specified in the error message.

280

16

Only TEXT and IMAGE datatypes are valid with the TEXTPTR function.

Explanation:

Adaptive Server could not perform the requested action. Rewrite the

command to conform to the requirement specified in the error message.

281

16

%d is not a valid style number when converting from DATETIME to a character string.

Explanation:

Adaptive Server could not perform the requested action. Rewrite the

command to conform to the requirement specified in the error message.

Number

Severity

Text and Explanation

Advertising