Sybase 11.9.x-12.5 User Manual

Page 213

Advertising
background image

CHAPTER 6 Adaptive Server Error Messages

887

2730

11

Cannot create procedure `%.*s' with a group number of %d because a procedure with the
same name and a group number of 1 does not currently exist in the database. Must
CREATE PROCEDURE `%.*s';1 first.

Explanation:

Command failed. Check your database for the object not found and re-

enter the command with the correct name.

2731

16

Column or parameter #%d: -- can't specify column width of zero for `%.*s'.

Explanation:

Adaptive Server could not perform the requested action. Modify your

command to meet the Adaptive Server requirement for the objects or variables shown in
the error message.

2732

16

User error number %ld is invalid. Number must be between %d and %d.

Explanation:

SQL Server could not perform the requested action. Rewrite the command

to conform to the requirement specified in the error message.

2734

16

User name %.*s does not exist in sysusers.

Explanation:

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

and permissions. Take any corrective action indicated by message.

2735

16

Object text is too long. Please shorten the object text or split into multiple objects. Text
which caused overflow starts at: ’%.*s’.

Explanation:

Adaptive Server could not perform the requested action. Determine the

maximum text size using the information in the message, and use one of the recommended
options to correct the problem.

2736

16

Owner name that was specified is a group name. Objects cannot be owned by groups.

Explanation:

QL Server could not perform the requested action. Rewrite the command

to conform to the requirement specified in the error message.

2737

16

Message passed to %s must be of type CHAR or VARCHAR.

Explanation:

QL Server could not perform the requested action. Rewrite the command

to conform to the requirement specified in the error message.

2738

16

A table can only have one timestamp column. Since table `%.*s' already has one, you can't
add the column `%.*s'.

Explanation:

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

and permissions. Take any corrective action indicated by message.

2739

16

TEXT and IMAGE datatypes are invalid for parameters or local variables.

Explanation:

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

and permissions. Take any corrective action indicated by message.

2740

16

SET LANGUAGE failed because `%.*s' is not an official language name or a language
alias on this SQL Server.

Explanation:

Command failed. Use sp_helplanguage and see the Adaptive Server

Reference Manual for help with language maintenance.

2741

16

SET DATEFORMAT date order `%.*s' is invalid.

Explanation:

Command failed. See the Adaptive Server Reference Manual for help with

dateformat.

Number

Severity

Text and Explanation

Advertising