Error code
|
Description |
Table Error 13001
|
Illegal character constant <constant> |
|
An illegal character constant was found in the SQL statement. |
Table Error 13002
|
Type CHAR not allowed for arithmetics |
|
You have entered a calculation having a character type constant. Character constants are not supported in arithmetics. |
Table Error 13003
|
Aggregate function <function> not available for ordinary call |
|
Aggregate functions can not be used for ordinary function calls. |
Table Error 13004
|
Illegal aggregate function <parameter> parameter |
|
An illegal parameter has been given to an aggregate function. Aggregate function parameters can only be column names or numbers. |
Table Error 13005
|
SUM and AVG not supported for CHAR type |
|
Aggregate functions SUM and AVG are not supported for character type parameters. |
Table Error 13006
|
SUM or AVG not supported for DATE type |
|
Aggregate functions SUM and AVG are not supported for date type parameters. |
Table Error 13007
|
Function <function> is not defined |
|
The function you tried to use is not defined. |
Table Error 13009
|
Division by zero |
|
A division by zero has occurred. |
Table Error 13011
|
Table <table> does not exist |
|
You have referenced a table which does not exist or you do not have REFERENCES privilege on the table. |
Table Error 13013
|
Table name <table> conflicts with an existing entity |
|
Choose a unique name for a table. The specified name is already used. |
Table Error 13014
|
Index <index> does not exist |
|
You have referenced an index which does not exist. |
Table Error 13015
|
Column <column> does not exist on table <table> |
|
You have referenced a column in a table which does not exist. |
Table Error 13016
|
User does not exist |
|
You have referenced a user which does not exist. |
Table Error 13018
|
Join table is not supported |
|
Joined tables are not supported in this version of SOLID Server. |
Table Error 13019
|
Transaction savepoints are not supported |
|
Transaction savepoints are not supported in this version of SOLID Server. |
Table Error 13020
|
Default values are not supported |
|
Default column values are not supported in this version of SOLID Server. |
Table Error 13021
|
Foreign keys are not supported |
|
Foreign keys are not supported in this version of SOLID Server. |
Table Error 13022
|
Descending keys are not supported |
|
Descending keys are not supported in this version of SOLID Server. |
Table Error 13023
|
Schema is not supported |
|
Schema is not supported in this version of SOLID Server. |
Table Error 13025
|
Update through a cursor with no current row |
|
You have tried to update using cursor, but you do not have current row in the cursor. |
Table Error 13026
|
Delete through a cursor with no current row |
|
You have tried to delete using cursor, but you do not have current row in the cursor. |
Table Error 13028
|
View <view> does not exist |
|
You have referenced a view which does not exist. |
Table Error 13029
|
View name <view> conflicts with an existing entity |
|
Choose a unique name for a view. The specified name is already used. |
Table Error 13030
|
No value specified for NOT NULL column <column> |
|
You have not specified a value for a column which is defined NOT NULL. |
Table Error 13031
|
Data dictionary operation is active for accessed table or key |
|
You can not access the table or key, because a data dictionary operation is currently active. Try again after the data dictionary operation has completed. |
Table Error 13032
|
Illegal type <type> |
|
You have tried to create a table with a column having an illegal type. |
Table Error 13033
|
Illegal parameter <parameter> for type <type> |
|
The type of the parameter you entered is illegal in this column. |
Table Error 13034
|
Illegal constant <constant> |
|
You have entered an illegal constant. |
Table Error 13035
|
Illegal INTEGER constant <constant> |
|
You have entered an illegal integer type constant. Check the syntax of the statement and try again. |
Table Error 13036
|
Illegal DECIMAL constant <constant> |
|
You have entered an illegal decimal type constant. Check the decimal number and try again. |
Table Error 13037
|
Illegal DOUBLE PREC constant <constant> |
|
You have entered an illegal double precision type constant. Check the number and try again. |
Table Error 13038
|
Illegal REAL constant <constant> |
|
You have entered an illegal real type constant. Check the real number and try again. |
Table Error 13039
|
Illegal assignment |
|
You have tried to assign an illegal value for a column. |
Table Error 13040
|
Aggregate <function> function is not defined |
|
The aggregate function you tried to use is not supported. |
Table Error 13041
|
Type DATE not allowed for arithmetics |
|
DATE type columns or constants are not allowed in arithmetics. |
Table Error 13042
|
Power arithmetic not allowed for NUMERIC and DECIMAL data type |
|
Decimal and numeric data types do not support power arithmetics. |
Table Error 13043
|
Illegal date constant <constant> |
|
A date constant is illegal. The correct form for date constants is: YYYY-MM-DD. |
Table Error 13045
|
Reference privileges are not supported |
|
Reference privileges are not supported in this version of SOLID Server. |
Table Error 13046
|
Illegal user name <user> |
|
User name entered is not legal. A legal user name is at least 2 and at most 31 characters in length. A user name may contain characters from A to Z, numbers from 0 to 9 and underscore character _. |
Table Error 13047
|
No privileges for operation |
|
You have no privileges for the attempted operation. |
Table Error 13048
|
No privileges to grant privileges for table <table> |
|
You have no privileges to grant privileges for the table. |
Table Error 13049
|
Column privileges cannot be granted WITH GRANT OPTION |
|
Granting column privileges WITH GRANT OPTION is not supported in this version of SOLID Server. |
Table Error 13050
|
Too long constraint value |
|
Maximum constraint length has been exceeded. Maximum constraint length is 255 characters. |
Table Error 13051
|
Illegal column name <column> |
|
You have tried to create a table with an illegal column name. |
Table Error 13052
|
Illegal comparison operator <operator> for a pseudo column <column> |
|
You have tried to use an illegal comparison operator for a pseudo column. Legal comparison operators for pseudo columns are: equality = and non-equality <>. |
Table Error 13053
|
Illegal data type for a pseudo column |
|
You have tried to use an illegal data type for a pseudo column. Data type of pseudo columns is BINARY. |
Table Error 13054
|
Illegal pseudo column data, maybe data is not received using pseudo column |
|
You have tried to compare pseudo column data with non-pseudo column data. Pseudo column data can only be compared with data received from a pseudo column. |
Table Error 13055
|
Update not allowed on pseudo column |
|
Updates are not allowed on pseudo columns. |
Table Error 13056
|
Insert not allowed on pseudo column |
|
Inserts are not allowed on pseudo columns. |
Table Error 13057
|
Index name <index> already exists |
|
You have tried to create an index, but an index with the same name already exists. Use another name for the index. |
Table Error 13058
|
Constraint checks were not satisfied on column <column> |
|
Column has constraint checks which were not satisfied during an insert or update. |
Table Error 13059
|
Reserved system name <name> |
|
You tried to use a name which is a reserved system name such as PUBLIC and SYS_ADMIN_ROLE. |
Table Error 13060
|
User name <user> not found |
|
You tried to reference a user name which is not created. |
Table Error 13061
|
Role name <role> not found |
|
You tried to reference a role name which is not created. |
Table Error 13062
|
Admin option is not supported |
|
Admin option is not supported in this version of SOLID Server. |
Table Error 13063
|
Name <name> already exists |
|
You tried to use a role or user which already exists. User names and role names must all be different i.e. you can not have a user named HOBBES and a role named HOBBES. |
Table Error 13064
|
Not a valid user name <user> |
|
You tried to create an invalid user name. A valid user name has at least 2 characters and at most 31 characters. |
Table Error 13065
|
Not a valid role name <role> |
|
You tried to create an invalid role name. A valid user name has at least 2 characters and at most 31 characters. |
Table Error 13066
|
User <user> not found in role <role> |
|
You tried to revoke a role from a user and the user did not have that role. |
Table Error 13067
|
Too short password |
|
You have entered a too short password. Password length must be at least 3 characters. |
Table Error 13068
|
Shutdown is in progress |
|
You are unable to complete this operation, because server shutdown is in progress. |
Table Error 13070
|
Numerical overflow |
|
A numerical overflow has occurred. Check the values and types of numerical variables. |
Table Error 13071
|
Numerical underflow |
|
A numerical underflow has occurred. Check the values and types of numerical variables. |
Table Error 13072
|
Numerical value out of range |
|
A numerical value is out of range. Check the values and types of numerical variables. |
Table Error 13073
|
Math error |
|
A mathematical error has occurred. Check the mathematics in the statement and try again. |
Table Error 13074
|
Illegal password |
|
You have tried to enter an illegal password. |
Table Error 13075
|
Illegal role name <role> |
|
You have tried to enter an illegal role name. A legal role name is at least 2 and at most 31 characters in length. A user role may contain characters from A to Z, numbers from 0 to 9 and underscore character _. |
Table Error 13076
|
NOT NULL must not be specified for added column <column> |
|
You have tried to add a column to a table using ALTER TABLE statement. NOT NULL constraint is not allowed in ALTER TABLE statement when the table already includes data. |
Table Error 13077
|
Last column can not be dropped |
|
You have tried to drop the final column in a table. This is not allowed; at least one column must remain in the table. |
Table Error 13078
|
Column already exist on table |
|
You have tried to create a column which already exists in a table. |
Table Error 13079
|
Illegal search constraint |
|
Check the search condition. There may be mismatch between data types. |
Table Error 13080
|
Incompatible types, can not modify column <column> from type <type> to type <type> |
|
You have tried to modify column to a data type that is incompatible with the original definition, such as VARCHAR and INTEGER. |
Table Error 13081
|
Descending keys are not supported for binary columns |
|
You can not define descending key for a binary column. |
Table Error 13082
|
Function <function>: parameter * not supported |
|
You can not use parameter star (*) with ODBC Scalar Functions. |
Table Error 13083
|
Function <function>: Too few parameters |
|
The function expects more parameters. Check the function call. |
Table Error 13084
|
Function <function>: Too many parameters |
|
The function expects fewer parameters. Check the function call. |
Table Error 13085
|
Function <function>: Run-time failure |
|
An error was detected during the execution of the function. Check the parameters. |
Table Error 13086
|
Function <function>: type mismatch in parameter <parameter number> |
|
A erroneous type of parameter detected in the given position of the function call. Check the function call. |
Table Error 13087
|
Function <function>: illegal value in parameter <parameter number> |
|
An illegal value for a parameter detected in the given position of the function call. Check the function call. |
Table Error 13090
|
Foreign key column <column> data type not compatible with referenced column data type |
|
References specification error. Check that the column data type are compatible between referencing and referenced tables. |
Table Error 13091
|
Foreign key does not match to the primary key or unique constraint of the referenced table |
|
References specification error. Check that the column data type are compatible between referencing and referenced tables and that the foreign key is unique for the referenced table. |
Table Error 13092
|
Event name <event> conflicts with an existing entity |
|
Choose a unique name for an event. The specified name is already used. |
Table Error 13093
|
Event <event>does not exist |
|
You referenced to a nonexistent event. Check the name of event. |
Table Error 13094
|
Duplicate column <column> in primary key definition |
|
Duplicate columns are not allowed in a table-constraint-definition. Remove duplicate columns from the definition. |
Table Error 13095
|
Duplicate column <column> in unique constraint definition |
|
Duplicate columns are not allowed in a table-constraint-definition. Remove duplicate columns from the definition. |
Table Error 13096
|
Duplicate column <column> in index definition |
|
Duplicate columns are not allowed in CREATE INDEX statement. Remove duplicate columns. |
Table Error 13097
|
Primary key columns must be NOT NULL |
|
Error in a column-constraint-definition. Define primary key columns NOT NULL. For example: CREATE TABLE DEPT (DEPTNO INTEGER NOT NULL, DNAME VARCHAR, PRIMARY KEY(DEPTNO)); |
Table Error 13098
|
Unique constraint columns must be NOT NULL |
|
Error in a column-constraint-definition. Define unique columns NOT NULL. For example: CREATE TABLE DEPT4 (DEPTNO INTEGER NOT NULL, DNAME VARCHAR, UNIQUE(DEPTNO) ); |
Table Error 13099
|
No REFERENCES privileges to referenced columns in table <table> |
|
You do not have privileges to reference to the table. |
Table Error 13100
|
Illegal table mode combination |
|
You have defined illegal combination of locking. Check locking type of tables. |
Table Error 13101
|
Only execute privileges can be used with procedures |
|
|
Table Error 13102
|
Execute privileges can be used only with procedures |
|
|
Table Error 13103
|
Illegal grant or revoke operation |
|
|
Table Error 13104
|
Sequence name <sequence> conflicts with an existing entity |
|
Choose a unique name for a sequence. The specified name is already used. |
Table Error 13105
|
Sequence <sequence>does not exist |
|
You referenced to a nonexistent sequence. Check the name of sequence. |
Table Error 13106
|
Foreign key reference exists to table <table> |
|
|
Table Error 13107
|
Illegal set operation |
|
You tried to execute a non-existent set operation. |
Table Error 13108
|
Comparison between incompatible types <datatype> and <datatype> |
|
|
Table Error 13109
|
There are schema objects for this user, drop failed |
|
|
Table Error 13110
|
NULL values given for NOT NULL column <column> |
|
|
Table Error 13111
|
Ambiguous entity name <name> |
|
|
Table Error 13112
|
Foreign keys are not supported with main memory tables |
|
|
Table Error 13113
|
Illegal arithmetics between types <datatype> and <datatype> |
|
|
Table Error 13114
|
String operations are not allowed on values stored as BLObs or CLObs |
|
|