| Error Code |
Description |
| -101 |
Attempt to open a cursor that is already open |
| -102 |
Operation (FETCH/CLOSE/UPDATE/DELETE/...) attempted on an unopened cursor |
| -103 |
Positioned UPDATE or DELETE attempted, but the cursor is not positioned on any row |
| -104 |
Field validation failed in INSERT, or value failed to convert in DisplayToLogical or OdbcToLogical |
| -105 |
Field validation failed in UPDATE |
| -106 |
Row to DELETE not found |
| -107 |
Cannot UPDATE RowID or RowID based on fields |
| -108 |
Required field missing; INSERT or UPDATE not allowed |
| -109 |
Cannot find the row designated for UPDATE |
| -110 |
Locking conflict in filing |
| -111 |
Cannot INSERT into a 'Default Only' RowID or RowID based on field |
| -112 |
Access violation |
| -113 |
%THRESHOLD violation |
| -114 |
One or more matching rows is locked by another user |
| -115 |
Cannot INSERT/UPDATE/DELETE on a read only table |
| -116 |
Cardinality mismatch on INSERT/UPDATE between values list and number of table columns. |
| -117 |
Aggregates not supported in views |
| -118 |
Unknown or non-unique User or Role |
| -119 |
UNIQUE or PRIMARY KEY constraint failed uniqueness check upon INSERT |
| -120 |
UNIQUE or PRIMARY KEY constraint failed uniqueness check upon UPDATE |
| -121 |
FOREIGN KEY constraint failed referential check upon INSERT of row in referencing table |
| -122 |
FOREIGN KEY constraint failed referential check upon UPDATE of row in referencing table |
| -123 |
FOREIGN KEY constraint failed referential check upon UPDATE of row in referenced table |
| -124 |
FOREIGN KEY constraint failed referential check upon DELETE of row in referenced table |
| -125 |
UNIQUE or PRIMARY KEY Constraint failed uniqueness check upon creation of the constraint |
| -126 |
REVOKE with RESTRICT failed. |
| -127 |
FOREIGN KEY Constraint failed referential check upon creation of the constraint |
| -128 |
Argument to scalar function %OBJECT() must be a stream field |
| -129 |
Illegal value for SET OPTION locale property |
| -130 |
Before Insert trigger failed |
| -131 |
After Insert trigger failed |
| -132 |
Before Update trigger failed |
| -133 |
After Update trigger failed |
| -134 |
Before Delete trigger failed |
| -135 |
After Delete trigger failed |
| -136 |
View's WITH CHECK OPTION validation failed in INSERT |
| -137 |
View's WITH CHECK OPTION validation failed in UPDATE |
| -138 |
Cannot INSERT/UPDATE a value for a read only field |
| -139 |
Concurrency failure on update: row versions not the same |
| -140 |
Invalid length parameter passed to the SUBSTRING function |
| -141 |
Invalid input value passed to the CONVERT function |
| -142 |
Cardinality mismatch between the view-column-list and view query's SELECT clause |
| -143 |
ORDER BY not valid in a view's query |
| -144 |
A subquery is not allowed in an insert statement's set/values clause |
| -145 |
SQLPREVENTFULLSCAN class parameter is 1 for this table. Query that performs full scan of data map is not allowed |
| -146 |
Unable to convert date input to a valid logical date value |
| -147 |
Unable to convert time input to a valid logical time value |
| -148 |
CREATE VIEW, ALTER VIEW, or a view's query may not contain host variable references |
| -149 |
SQL Function encountered an error |
| -150 |
Optimistic concurrency locking for a class definition failed |
| -151 |
Index is not found within tables used by this statement |
| -152 |
Index is ambiguous within tables used by this statement |
| -153 |
SQL compile options comment contains invalid JSON string |
| -154 |
Cannot UPDATE fields that are part of the shard key |
| -155 |
INSERT/UPDATE into external (linked) cannot use an array variable for input of new values |
| -161 |
References to an SQL connection must constitute a whole subquery |
| -162 |
SQL Connection is not defined |
| -163 |
Heterogeneous queries via the JDBC gateway are not supported |
| -178 |
Cannot apply partition range compiling embedded cached query |
| -180 |
Model name not unique |
| -181 |
Model or Trained Model not found |
| -182 |
No query is defined for the model |
| -183 |
Predicting Column cannot appear in the specified WITH column list |
| -184 |
Provider class not found |
| -185 |
Predicting Column only has one unique value in the dataset |
| -186 |
Model's Provider is unavailable on this instance |
| -187 |
ML Configuration not found |
| -188 |
ML Configuration property is not supported for this provider |
| -189 |
Cannot DROP the System Default ML Configuration |
| -190 |
IntegratedML not permitted with current license |
| -191 |
Model has no default trained model. It may not have been trained. |
| -192 |
ML Configuration name not unique |
| -193 |
Model Column / With Column type mismatch |
| -194 |
Cannot specify NOT DEFAULT when the Trained Model name is the same as the Model's DefaultTrainedModel |
| -201 |
Table or view name not unique |
| -220 |
Gateway query error |
| -221 |
Gateway query GetConnection() failed |
| -222 |
Gateway query AllocStatement() failed |
| -223 |
Gateway query Prepare() failed |
| -225 |
Gateway query BindParameters() failed |
| -226 |
Gateway query Execute() failed |
| -227 |
Gateway query Fetch() failed |
| -228 |
Gateway query GetData() failed |
| -229 |
Foreign table query error |
| -230 |
Foreign tables Execute() failed |
| -231 |
Foreign tables Fetch() failed |
| -232 |
Foreign tables Close() failed |
| -233 |
Cardinality mismatch between COLUMNS/VALUES clause and number of table columns |
| -234 |
Invalid foreign server type |
| -235 |
Invalid foreign data wrapper |
| -241 |
Parallel query queue error |
| -242 |
Parallel query run-time error |
| -251 |
Sharded query queue error |
| -252 |
Sharded query run-time error |
| -253 |
Sharded INSERT/UPDATE/DELETE run-time error |
| -300 |
DDL not allowed on this table definition |
| -301 |
No Savepoint name |
| -302 |
Savepoint names starting with "SYS" are reserved |
| -303 |
No implicit conversion of Stream value to non-Stream field in UPDATE assignment is supported |
| -304 |
Attempt to add a NOT NULL field with no default value to a table which contains data |
| -305 |
Attempt to make field required when the table has one or more rows where the column value is NULL |
| -306 |
Column with this name already exists |
| -307 |
Primary key already defined for this table |
| -308 |
Identity column already defined for this table |
| -309 |
The left operand of %CONTAINS is not a property that supports the %Text interface |
| -310 |
Foreign key references non-existent table |
| -311 |
Foreign key with same name already defined for this table |
| -312 |
Invalid schema name. Must use delimited identifiers to reference this schema name |
| -313 |
Condition expression not supported for Stream fields |
| -314 |
Foreign key references non-unique key/column collection |
| -315 |
Constraint or Key not found |
| -316 |
Foreign key references non-existent key/column collection |
| -317 |
Cannot DROP Constraint - One or more Foreign Key constraints reference this Unique constraint |
| -319 |
Referenced table has no primary key defined |
| -320 |
Cannot DROP table - One or more Foreign Key constraints reference this table |
| -321 |
Cannot DROP view - One or more views reference this view |
| -322 |
Cannot DROP column — column is defined on one or more indexes or constraints |
| -324 |
Index with this name already defined for this table |
| -325 |
Index cannot be dropped because it is the IDKEY index and the table has data |
| -326 |
Duplicate TUNE TABLE option clause found |
| -327 |
Duplicate table option found |
| -328 |
Duplicate foreign server option found |
| -329 |
Required foreign server option missing |
| -333 |
No such index defined |
| -334 |
Index name is ambiguous. Index found in multiple tables. |
| -340 |
No such database (namespace) defined |
| -341 |
Database file already exists |
| -342 |
Cannot delete system namespace |
| -343 |
Invalid database name |
| -344 |
Cannot drop database that you are currently using or connected to |
| -350 |
An unexpected error occurred executing SqlComputeCode |
| -356 |
SQL Function (function stored procedure) is not defined to return a value |
| -357 |
SQL Function (function stored procedure) is not defined as a function procedure |
| -358 |
SQL Function (function stored procedure) name not unique |
| -359 |
SQL Function (function stored procedure) not found |
| -360 |
Class not found |
| -361 |
Method or Query name not unique |
| -362 |
Method or Query not found |
| -363 |
Trigger not found |
| -364 |
Trigger with same EVENT, TIME, and ORDER already defined |
| -365 |
Trigger name not unique |
| -366 |
Schema name mismatch between trigger name and table name |
| -370 |
SQL CALL, more arguments specified than defined in the stored procedure |
| -371 |
:HVar = CALL ... Specified for a procedure which does not return a value |
| -372 |
Support for extrinsic function calls are disabled |
| -373 |
An extrinsic function call may not call a % routine |
| -374 |
Cannot alter the datatype of a field to/from a stream type when the table contains data |
| -375 |
Cannot ROLLBACK to unestablished savepoint |
| -376 |
Unsupported CAST target specified |
| -377 |
Field appears more than once in assignment list of insert or update statement |
| -378 |
Datatype mismatch, explicit CAST is required |
| -380 |
Invalid or Missing argument to scalar function |
| -381 |
Too many arguments to scalar function |