Sybase 11.9.x-12.5 User Manual

Page 170

Advertising
background image

Server Error Messages 1700-1799

844

1725

16

SELECT INTO failed because column %d in table `%.*s' has a null column name. Null
column names are not allowed.

Explanation:

Adaptive Server could not perform the requested action. Rewrite the

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

1726

18

Internal inconsistency: database id %d sent to crt_main() does not match Pss->pcurdb
value of %d.

Explanation:

Command failed due to internal Adaptive Server problem. Perform any

diagnostic action indicated by message. Report the error to your System Administrator.

1727

20

The crt_main() function is trying to put too many lock requests in the lock_requests[]
array.

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.

1729

10

An object with the same name, but owned by a different user, is already being replicated.
The table `%.*s' is not marked as replicated.

Explanation:

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

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

1730

10

Due to an internal error the table `%.*s' is not marked as replicated. Please contact your
System Administrator (SA) for help.

Explanation:

There may be a potential problem with a database or database object.

Contact your System Administrator.

1732

20

Failed to reserve/initialize allocation hints space in table `%.*s'.

Explanation:

See the writeup for Error 1732.

1734

16

You cannot specify both a default value of NULL and a NOT NULL constraint for
column `%.*s' in table `%.*s'. Retry your command with only one of these column
options.

Explanation:

The SQL statement is semantically incorrect. Choose either NULL or

NOT NULL.

1736

16

Cannot create auditing-related tables in any database other than sybsecurity database.

Explanation:

This message is generated when an SSO tries to create audit tables in a

database other than sybsecurity.

1737

16

Cannot create tables starting with `sysaudits_'.

Explanation:

This message is generated when a user tries to create a table starting with

sysaudits_. This is not allowed.

1738

16

Creating this referential constraint would result in the total number of referential
constraints of table %.*s exceeding %d. Please run: 'sp_helpconstraint %.*s' to find out
the number of referential constraints that this table has.

Explanation:

Adaptive Server could not perform the requested action.

Number

Severity

Text and Explanation

Advertising