HANA SQL Error Codes
Below are list of HANA SQL Error Codes. In the up coming post will see how to use error codes for handling errors in HANA procedures.
Error Code |
Error Type |
Description |
---|---|---|
1 |
WRN_GENERAL |
general warning |
2 |
ERR_GENERAL |
general error |
3 |
FATAL_GENERAL |
fatal error |
4 |
FATAL_OUT_OF_MEMORY |
cannot allocate enough memory |
5 |
ERR_INIT |
initialization error |
6 |
ERR_DATA |
invalid data |
7 |
ERR_FEATURE_NOT_SUPPORTED |
feature not supported |
8 |
ERR_INV_ARGUMENT |
invalid argument |
9 |
ERR_INDEX_OUT_OF_BOUNDS |
index out of bounds |
10 |
ERR_AUTHENTICATION_FAILED |
authentication failed |
11 |
ERR_INV_STATE |
invalid state |
12 |
ERR_FILE_OPEN_FAILED |
cannot open file |
13 |
ERR_FILE_CREATE_WRITE_FAILED |
cannot create/write file |
14 |
ERR_DISK_SPACE_SHORTAGE |
cannot allocate enough disk space |
15 |
ERR_FILE_NOT_FOUND |
cannot find file |
16 |
ERR_RETRY_STATEMENT |
statement retry |
17 |
ERR_CATA_VER_MISMATCH |
metadata schema version incompatible between database and executable file |
18 |
ERR_SERVICE_SHUTDOWN |
service shutting down |
19 |
ERR_INV_LICENSE |
invalid license |
20 |
ERR_CON_OUTSIDE_VALIDITY_PERIOD |
connect attempt outside user’s validity period |
21 |
ERR_PERSISTENCE |
persistence error |
128 |
ERR_TX |
transaction error |
129 |
ERR_TX_ROLLBACK |
transaction rolled back by an internal error |
130 |
ERR_TX_ROLLBACK_INTEGRITY |
transaction rolled back by integrity constraint violation |
131 |
ERR_TX_ROLLBACK_LOCK_TIMEOUT |
transaction rolled back by lock wait timeout |
132 |
ERR_TX_ROLLBACK_RESOURCE |
transaction rolled back due to unavailable resource |
133 |
ERR_TX_ROLLBACK_DEADLOCK |
transaction rolled back by detected deadlock |
134 |
FATAL_REC_CHKPT_FILE_FAIL |
failure in accessing checkpoint file |
135 |
FATAL_REC_ANCHOR_FILE_FAIL |
failure in accessing anchor file |
136 |
FATAL_REC_LOG_FILE_FAIL |
failure in accessing log file |
137 |
FATAL_REC_ARCHIVE_FILE_FAIL |
failure in accessing archive file |
138 |
ERR_TX_SERIALIZATION |
transaction serialization failure |
139 |
ERR_TX_ROLLBACK_QUERY_CANCEL |
current operation canceled by request and transaction rolled back |
140 |
ERR_TX_INV_TID |
invalid write-transaction identifier |
141 |
ERR_INV_LOG_FILE_FAIL |
failure in accessing invisible log file |
142 |
ERR_TX_EXCEED_MAX_TX_NUM |
exceed max num of concurrent transactions |
143 |
ERR_TX_SERIALIZATION_WITH_TIMEOUT |
transaction serialization failure until timeout expires |
144 |
ERR_TX_ROLLBACK_UNIQUE_VIOLATED |
“transaction rollback unique constraint violated” |
145 |
ERR_TX_DIST_FAILURE |
transaction distribution work failure |
146 |
ERR_TX_LOCK_ACQUISITION_FAIL |
Resource busy and NOWAIT specified |
147 |
ERR_TX_DATA_LOG_INCONSISTENT |
inconsistency between data and log |
148 |
ERR_TX_START_BLOCKED |
transaction start is blocked until Master_Restart finishes |
149 |
ERR_TX_DIST_2PC_FAILURE |
distributed transaction commit failure |
150 |
ERR_TX_SNAPSHOT_TOO_OLD |
statement canceled or snapshot timestamp already invalidated |
151 |
ERR_TX_ROLLBACK_ROW_STORE_FULL |
“transaction rollback exceeds max size of persistent row store data space” |
152 |
ERR_TX_ROLLBACK_ROW_STORE_FULL_DBAREQ |
“transaction rollback exceeds max size of persistent row store data space request DBAdmin’s action” |
153 |
ERR_TX_SERIALIZATION_UNLOCK_REQUIRED |
“transaction serialization failure internally used to distinguish serialization failure caused by delete and other versions” |
154 |
ERR_TX_INDEX_HANDLE_ACQUISITION_FAIL |
failure in acquiring index handle |
155 |
ERR_TX_ROLLBACK_DEFERRED_FK |
“transaction rollback deferred fk constraint violation” |
208 |
ERR_TX_XAER |
XA transaction error |
209 |
ERR_TX_XAER_ASYNC |
asynchronous operation error |
210 |
ERR_TX_XAER_DUPID |
duplicate XID |
211 |
ERR_TX_XAER_INVAL |
invalid argument of XA call |
212 |
ERR_TX_XAER_NOTA |
no valid XID |
213 |
ERR_TX_XAER_OUTSIDE |
outside of global transaction |
214 |
ERR_TX_XAER_PROTO |
improper XA call sequence |
215 |
ERR_TX_XAER_RMERR |
resource manager error |
216 |
ERR_TX_XAER_RMFAIL |
Resource manager unavailable |
217 |
ERR_TX_XA_RBPROTO |
A protocol error occurred in the resource manager |
218 |
ERR_TX_XA_RBROLLBACK |
The rollback was caused by an unspecified reason |
256 |
ERR_SQL |
sql processing error |
257 |
ERR_SQL_PARSE |
sql syntax error |
258 |
ERR_SQL_INSUFF_PRIV |
insufficient privilege |
259 |
ERR_SQL_INV_TABLE |
invalid table name |
260 |
ERR_SQL_INV_COLUMN |
invalid column name |
261 |
ERR_SQL_INV_INDEX |
invalid index name |
262 |
ERR_SQL_INV_QUERY |
invalid query name |
263 |
ERR_SQL_INV_ALIAS |
invalid alias name |
264 |
ERR_SQL_INV_DATATYPE |
invalid datatype |
265 |
ERR_SQL_MISSING_EXP |
expression missing |
266 |
ERR_SQL_INCNST_DATATYPE |
inconsistent datatype |
267 |
ERR_SQL_LONG_LEN_TYPE |
specified length too long for its datatype |
268 |
ERR_SQL_AMBG_COLUMN |
column ambiguously defined |
269 |
ERR_SQL_MANY_VALUES |
too many values |
270 |
ERR_SQL_FEW_VALUES |
not enough values |
271 |
ERR_SQL_DPLC_ALIAS |
duplicate alias |
272 |
ERR_SQL_DPLC_COLUMN |
duplicate column name |
273 |
ERR_SQL_LONG_CHAR |
not a single character string |
274 |
ERR_SQL_INS_LARGE_VALUE |
inserted value too large for column |
275 |
ERR_SQL_NOT_FUNCTION |
aggregate function not allowed |
276 |
ERR_SQL_NOT_SINGLE_GROUP |
missing aggregation or grouping |
277 |
ERR_SQL_NOT_GROUP_EXP |
not a GROUP BY expression |
278 |
ERR_SQL_NESTED_WO_GROUP |
nested group function without GROUP BY |
279 |
ERR_SQL_TOO_DEEP_NESTED |
group function is nested |
280 |
ERR_SQL_ORDER_EXCEED_NUM |
ORDER BY item must be the number of a SELECT-list |
281 |
ERR_SQL_OUTER_IN_OR |
outer join not allowed in operand of OR or IN |
282 |
ERR_SQL_OUTER_CROSS_JOIN |
two tables cannot be outer-joined to each other |
283 |
ERR_SQL_OUTER_MORE_TWO |
a table may be outer joined to at most one other table |
284 |
ERR_SQL_JOIN_NOT_MATCH |
join field does not match |
285 |
ERR_SQL_INV_JOIN_PRED |
invalid join condition |
286 |
ERR_SQL_LONG_IDENTIFIER |
identifier is too long |
287 |
ERR_SQL_NOT_NULL |
cannot insert NULL or update to NULL |
288 |
ERR_SQL_EXST_TABLE |
cannot use duplicate table name |
289 |
ERR_SQL_EXST_INDEX |
cannot use duplicate index name |
290 |
ERR_SQL_EXST_QUERY |
cannot use duplicate query name |
291 |
ERR_SQL_NOT_POS_ARGUMENT |
argument identifier must be positive |
292 |
ERR_SQL_FEW_ARGUMENT |
wrong number of arguments |
293 |
ERR_SQL_INV_ARGUMENT |
argument type mismatch |
294 |
ERR_SQL_MANY_PRIMARY_KEY |
cannot have more than one primary key |
295 |
ERR_SQL_LONG_MULTIKEY |
too long multi key length |
296 |
ERR_SQL_REP_TABLE_KEY |
replicated table must have a primary key |
297 |
ERR_SQL_REP_UPDATE_KEY |
cannot update primary key field in replicated table |
298 |
ERR_SQL_NOT_DDL_STORE |
cannot store DDL |
299 |
ERR_SQL_NOT_DROP_SYSIDX |
cannot drop index used for enforcement of unique/primary key |
300 |
ERR_SQL_ARG_OUT_OF_RANGE |
argument index is out of range |
301 |
ERR_SQL_UNIQUE_VIOLATED |
unique constraint violated |
302 |
ERR_SQL_INV_CHAR_VAL |
invalid CHAR or VARCHAR value |
303 |
ERR_SQL_INV_DATETIME_VAL |
“invalid DATE TIME or TIMESTAMP value” |
304 |
ERR_SQL_DIV_BY_ZERO |
division by zero undefined |
305 |
ERR_SQL_SINGLE_ROW |
single-row query returns more than one row |
306 |
ERR_SQL_INV_CURSOR |
invalid cursor |
307 |
ERR_SQL_NUM_OUT_OF_RANGE |
numeric value out of range |
308 |
ERR_SQL_EXST_COLUMN |
column name already exists |
309 |
ERR_SQL_SUBQ_TOP_ORDERBY |
correlated subquery cannot have TOP or ORDER BY |
310 |
ERR_SQL_IN_PROC |
sql error in procedure |
311 |
ERR_SQL_DROP_ALL_COLUMNS |
cannot drop all columns in a table |
312 |
ERR_SQL_SEQ_EXHAUST |
sequence is exhausted |
313 |
ERR_SQL_INV_SEQ |
invalid sequence |
314 |
ERR_SQL_OVERFLOW_NUMERIC |
numeric overflow |
315 |
ERR_SQL_INV_SYNONYM |
invalid synonym |
316 |
ERR_SQL_INV_NUM_ARG_FUNC |
wrong number of arguments in function invocation |
317 |
ERR_SQL_NOT_MATCH_PLAN_TABLE |
“””P_QUERYPLANS”” not exists nor valid format” |
318 |
ERR_SQL_DECIMAL_PRECISION |
decimal precision specifier is out of range |
319 |
ERR_SQL_DECIMAL_SCALE |
decimal scale specifier is out of range |
320 |
ERR_SQL_LOB_INDEX |
cannot create index on expression with datatype LOB |
321 |
ERR_SQL_INV_VIEW |
invalid view name |
322 |
ERR_SQL_EXST_VIEW |
cannot use duplicate view name |
323 |
ERR_SQL_REP_DPLC_ID |
duplicate replication id |
324 |
ERR_SQL_EXST_SEQ |
cannot use duplicate sequence name |
325 |
ERR_SQL_ESC_SEQ |
invalid escape sequence |
326 |
ERR_SQL_SEQ_CURRVAL |
CURRVAL of given sequence is not yet defined in this session |
327 |
ERR_SQL_CANNOT_EXPLAIN |
cannot explain plan of given statement |
328 |
ERR_SQL_INV_FUNC_PROC |
invalid name of function or procedure |
329 |
ERR_SQL_EXST_FUNC_PROC |
cannot use duplicate name of function or procedure |
330 |
ERR_SQL_EXST_SYNONYM |
cannot use duplicate synonym name |
331 |
ERR_SQL_EXST_USER |
user name already exists |
332 |
ERR_SQL_INV_USER |
invalid user name |
333 |
ERR_SQL_COLUMN_NOT_ALLOWED_HERE |
column not allowed |
334 |
ERR_SQL_INV_PRIV |
invalid user privilege |
335 |
ERR_SQL_EXST_ALIAS |
field alias name already exists |
336 |
ERR_SQL_INV_DEFAULT |
invalid default value |
337 |
ERR_SQL_INTO_NOT_ALLOWED |
INTO clause not allowed for this SELECT statement |
338 |
ERR_SQL_ZERO_LEN_NOT_ALLOWED |
zero-length columns are not allowed |
339 |
ERR_SQL_INV_NUMBER |
invalid number |
340 |
ERR_SQL_VAR_NOT_BOUND |
not all variables bound |
341 |
ERR_SQL_UNDERFLOW_NUMERIC |
numeric underflow |
342 |
ERR_SQL_COLLATE_CONFLICT |
collation conflict |
343 |
ERR_SQL_INV_COLLATE_NAME |
invalid collate name |
344 |
ERR_SQL_LOADER_PARSE |
parse error in data loader |
345 |
ERR_SQL_NOT_REP_TABLE |
not a replication table |
346 |
ERR_SQL_INV_REP_ID |
invalid replication id |
347 |
ERR_SQL_INV_OPTION |
invalid option in monitor |
348 |
ERR_SQL_INV_DATETIME_FORMAT |
invalid datetime format |
349 |
ERR_SQL_CREATE_UNIQUE_INDEX |
cannot CREATE UNIQUE INDEX; duplicate key found |
350 |
ERR_SQL_DROP_COL_PRIMARY_KEY |
cannot drop columns in the primary-key column list |
351 |
ERR_SQL_DROP_MULTI_COL_UNIQUE |
column is referenced in a multi-column constraint |
352 |
ERR_SQL_CREATE_UNIQUE_INDEX_ON_CDX_TAB |
cannot create unique index on cdx table |
353 |
ERR_SQL_EXST_UPDATE_LOG_GROUP |
update log group name already exists |
354 |
ERR_SQL_INV_UPDATE_LOG_GROUP_NAME |
invalid update log group name |
355 |
ERR_SQL_UPDATE_LOG_TABLE_KEY |
the base table of the update log table must have a primary key |
356 |
ERR_SQL_MAX_UPDATE_LOG_GROUP |
exceed maximum number of update log group |
357 |
ERR_SQL_BASE_TABLE_ALREADY_HAS_ULT |
the base table already has an update log table |
358 |
ERR_SQL_ULT_CAN_NOT_HAVE_ULT |
update log table cannot have an update log table |
359 |
ERR_SQL_STR_LENGTH_TOO_LARGE |
string is too long |
360 |
ERR_SQL_VIEW_CHECK_VIOLATION |
view WITH CHECK OPTION where-clause violation |
361 |
ERR_SQL_VIEW_UPDATE_VIOLATION |
data manipulation operation not legal on this view |
362 |
ERR_SQL_INV_SCHEMA |
invalid schema name |
363 |
ERR_SQL_MAX_NUM_INDEX_COLUMN |
number of index columns exceeds its maximum |
364 |
ERR_SQL_INV_PARTIAL_KEY_SIZE |
invalid partial key size |
365 |
ERR_SQL_NO_MATCHING_UNIQUE_OR_PRIMARY_KEY |
no matching primary key for this column list |
366 |
ERR_SQL_NO_PRIMARY_KEY |
referenced table does not have a primary key |
367 |
ERR_SQL_MISMATCH_OF_COLUMN_NUMBERS |
number of referencing columns must match referenced columns |
368 |
ERR_SQL_TEMP_TABLE_WITH_UNIQUE |
unique constraint not allowed on temporary table |
369 |
ERR_SQL_MAX_VIEW_DEPTH |
exceed maximum view depth limit |
370 |
ERR_SQL_DIRECT_INSERT_WITH_UNIQUE_INDEX |
cannot perform DIRECT INSERT operation on table with unique indexes |
371 |
ERR_SQL_XML_PARSE |
invalid XML document |
372 |
ERR_SQL_XPATH_PARSE |
invalid XPATH |
373 |
ERR_SQL_INV_XML_DURATION |
invalid XML duration value |
374 |
ERR_SQL_INV_XML_FUNCTION |
invalid XML function usage |
375 |
ERR_SQL_INV_XML_INDEX_OPERATION |
invalid XML index operation |
376 |
ERR_SQL_PYTHON |
Python built-in procedure error |
377 |
ERR_SQL_JIT |
JIT operation error |
378 |
ERR_SQL_INV_COLUMN_VIEW |
invalid column view |
379 |
ERR_SQL_TABLE_SCHEMA_MISMATCH |
table schema mismatch |
380 |
ERR_SQL_RUN_LEVEL_CHANGE |
fail to change run level |
381 |
ERR_SQL_RESTART |
fail to restart |
382 |
ERR_SQL_COLLECT_ALL_VERSIONS |
fail to collect all version garbage |
383 |
ERR_SQL_INV_IDENTIFIER |
invalid identifier |
384 |
ERR_SQL_TOO_LONG_CONSTANT |
string is too long |
385 |
ERR_SQL_RESTORE_SESSION |
could not restore session |
386 |
ERR_SQL_EXST_SCHEMA |
cannot use duplicate schema name |
387 |
ERR_SQL_AMBG_TABLE |
table ambiguously defined |
388 |
ERR_SQL_EXST_ROLE |
role already exists |
389 |
ERR_SQL_INV_ROLE |
invalid role name |
390 |
ERR_SQL_INV_USERTYPE |
invalid user type |
391 |
ERR_SQL_INV_USABLE_VIEW |
invalidated view |
392 |
ERR_SQL_CYCLIC_ROLES |
can’t assign cyclic role |
393 |
ERR_SQL_NO_GRANT_OPTION_FOR_ROLE |
roles must not receive a privilege with grant option |
394 |
ERR_SQL_CANT_REVOKE_ROLE |
error revoking role |
395 |
ERR_SQL_INV_USER_DEFINED_TYPE |
invalid user-defined type name |
396 |
ERR_SQL_EXST_USER_DEFINED_TYPE |
cannot use duplicate user-defined type name |
397 |
ERR_SQL_INV_OBJ_NAME |
invalid object name |
398 |
ERR_SQL_MANY_ORDER_BY |
cannot have more than one order by |
399 |
ERR_SQL_TOO_DEEP_ROLE_TREE |
role tree too deep |
400 |
ERR_SQL_INSERT_ONLY_TABLE_WITH_PRIMARY_KEY |
primary key not allowed on insert-only table |
401 |
ERR_SQL_INSERT_ONLY_TABLE_WITH_UNIQUE |
unique constraint not allowed on insert-only table |
402 |
ERR_SQL_DROPPED_USER |
the user was already dropped before query execution |
403 |
ERR_SQL_INTERNAL_ERROR |
internal error |
404 |
ERR_SQL_INV_STRUCTURED_PRIVILEGE_NAME |
invalid (non-existent) structured privilege name |
405 |
ERR_SQL_DUP_STRUCTURED_PRIVILEGE_NAME |
cannot use duplicate structured privilege name |
406 |
ERR_SQL_CANT_UPDATE_GEN_COL |
“INSERT UPDATE and UPSERT are disallowed on the generated field” |
407 |
ERR_SQL_INV_DATE_FORMAT |
invalid date format |
408 |
ERR_SQL_PASS_OR_PARAMETER_NEEDED |
password or parameter required for user |
409 |
ERR_SQL_TOO_MANY_PARAMETER_VALUES |
multiple values for a parameter not supported |
410 |
ERR_SQL_INV_PRIVILEGE_NAMESPACE |
invalid privilege namespace |
411 |
ERR_SQL_INV_TABLE_TYPE |
invalid table type |
412 |
ERR_SQL_INV_PASSWORD_LAYOUT |
invalid password layout |
413 |
ERR_SQL_PASSWORD_REUSED |
last n passwords cannot be reused |
414 |
ERR_SQL_ALTER_PASSWORD_NEEDED |
user is forced to change password |
415 |
ERR_SQL_USER_DEACTIVATED |
user is deactivated |
416 |
ERR_SQL_USER_LOCKED |
user is locked; try again later |
417 |
ERR_SQL_CANT_DROP_WITHOUT_CASCADE |
can’t drop without CASCADE specification |
418 |
ERR_SQL_INV_VIEW_QUERY |
invalid view query for creation |
419 |
ERR_SQL_CANT_DROP_WITH_RESTRICT |
can’t drop with RESTRICT specification |
420 |
ERR_SQL_ALTER_PASSWORD_NOT_ALLOWED |
password change currently not allowed |
421 |
ERR_SQL_FULLTEXT_INDEX |
cannot create fulltext index |
422 |
ERR_SQL_MIXED_PRIVILEGE_NAMESPACES |
privileges must be either all SQL or all from one namespace |
423 |
ERR_SQL_LVC |
AFL error |
424 |
ERR_SQL_INV_PACKAGE |
invalid name of package |
425 |
ERR_SQL_EXST_PACKAGE |
duplicate package name |
426 |
ERR_SQL_NUM_COLUMN_MISMATCH |
number of columns mismatch |
427 |
ERR_SQL_CANT_RESERVE_INDEX_ID |
cannot reserve index id any more |
428 |
ERR_INV_QUERY_PLAN_ID |
invalid query plan id |
429 |
ERR_SQL_INTEGRITY_CHECK_FAILED |
integrity check failed |
430 |
ERR_SQL_INV_USABLE_PROC |
invalidated procedure |
431 |
WRN_SQL_NEARLY_EXPIRED_PASSWORD |
user’s password will expire within few days |
432 |
WRN_SQL_DEPRECATED_SYNTAX |
this syntax has been deprecated and will be removed in next release |
433 |
ERR_SQL_NOT_NULL_CONSTRAINT |
null value found |
434 |
ERR_SQL_INV_OBJECT |
invalid object ID |
435 |
ERR_SQL_INV_EXP |
invalid expression |
436 |
ERR_SQL_SET_SYSTEM_LICENSE |
could not set system license |
437 |
ERR_SQL_ONLY_LICENSE_HANDLING |
only commands for license handling are allowed in current state |
438 |
ERR_SQL_INVALID_USER_PARAMETER_VALUE |
invalid user parameter value |
439 |
ERR_SQL_COMPOSITE_ERROR |
composite error |
440 |
ERR_SQL_TABLE_TYPE_CONVERSION_ERROR |
table type conversion error |
441 |
WRN_SQL_DEPRECATED_FEATURE |
this feature has been deprecated and will be removed in next release |
442 |
ERR_SQL_MAX_NUM_COLUMN |
number of columns exceeds its maximum |
443 |
ERR_SQL_INV_CALC_SCENARIO |
invalid calculation scenario name |
444 |
ERR_SQL_PACKMAN |
package manager error |
445 |
ERR_SQL_INV_TRIGGER |
invalid trigger name |
446 |
ERR_SQL_EXST_TRIGGER |
cannot use duplicate trigger name |
447 |
ERR_SQL_BACKUP_FAILED |
backup could not be completed |
448 |
ERR_SQL_RECOVERY_FAILED |
recovery could not be completed |
449 |
ERR_SQL_RECOVERY_STRATEGY |
recovery strategy could not be determined |
450 |
ERR_SQL_UNSET_SYSTEM_LICENSE |
failed to unset system license |
451 |
ERR_SQL_NOT_ALLOWED_SUBJ_TAB_ACCESS_TRIGGER |
modification of subject table in trigger not allowed |
452 |
ERR_SQL_INV_BACKUPID |
invalid backup id |
453 |
ERR_SQL_USER_WITHOUT_PASSWORD |
user does not have a password |
454 |
WRN_SQL_WRONG_HINT_SYNTAX |
wrong hint syntax |
455 |
ERR_SQL_READ_ONLY_SESSION_VARIABLE |
the predefined session variable cannot be set via SET command |
456 |
ERR_SQL_NOT_ALLOWED_FOR_SPECIAL_ROLE |
not allowed for this role |
457 |
ERR_SQL_DPLC_CONSTRAINT |
duplicate constraint name |
458 |
ERR_SQL_UNSUPPORTED_FUNCTION |
unsupported function included |
459 |
ERR_SQL_INV_USABLE_FUNC |
invalidated function |
460 |
ERR_SQL_INV_PRIVILEGE_FOR_OBJECT |
invalid privilege for object |
461 |
ERR_SQL_FK_NOT_FOUND |
foreign key constraint violation |
462 |
ERR_SQL_FK_ON_UPDATE_DELETE_FAILED |
failed on update or delete by foreign key constraint violation |
463 |
ERR_SQL_MAX_NUM_TABLE |
number of tables exceeds its maximum |
464 |
ERR_SQL_MAX_PARSE_TREE_DEPTH |
SQL internal parse tree depth exceeds its maximum |
465 |
ERR_SQL_INV_USABLE_TRIGGER |
“Cannot execute trigger was invalidated by object change” |
466 |
ERR_SQL_CREDENTIAL_NOT_FOUND |
no credential found |
467 |
ERR_SQL_PARAM_VARIABLE |
cannot use parameter variable |
468 |
ERR_SQL_HINT |
hint error |
469 |
ERR_SQL_INV_SRC_DATATYPE |
unsupported data type on source; consider using a view |
470 |
ERR_SQL_INV_DATA_SOURCE_CONF |
invalid data source configuration |
471 |
ERR_SQL_INV_DATA_SOURCE |
invalid data source name |
472 |
ERR_SQL_EXST_DATA_SOURCE |
cannot use duplicate data source name |
473 |
ERR_SQL_ADAPTER_CONFIGURATION |
invalid adapter configuration |
474 |
ERR_SQL_INV_ADAPTER |
invalid adapter name |
475 |
ERR_SQL_EXST_ADAPTER |
cannot use duplicate adapter name |
476 |
ERR_SQL_INV_REMOTE_OBJECT |
invalid remote object name |
477 |
ERR_SQL_CREDENTIAL_EXISTS |
credential exists |
478 |
ERR_SQL_UDF_RUNTIME |
user defined function runtime error |
479 |
ERR_SQL_INV_SPATIAL_ATTRIBUTE |
invalid spatial attribute |
480 |
ERR_SQL_INV_SPATIAL_UNIT |
invalid spatial unit of measure name |
481 |
ERR_SQL_EXST_SPATIAL_UNIT |
cannot use duplicate spatial unit of measure name |
482 |
ERR_SQL_INV_SPATIAL_REF_SYS |
invalid spatial reference system name |
483 |
ERR_SQL_EXST_SPATIAL_REF_SYS |
cannot use duplicate spatial reference system name |
484 |
ERR_SQL_SESSION_GROUP_COMMAND_FAILURE |
invalid session group command |
485 |
ERR_SQL_INV_STRUCTURED_PRIVILEGE_DEFINITION |
invalid definition of structured privilege |
486 |
WRN_SQL_IMPORT_PARTIALLY_FAILED |
some of rows have failed to be imported |
487 |
ERR_SQL_IMPORT_PARTIALLY_FAILED |
some of rows have failed to be imported |
488 |
ERR_SQL_INV_DATABASE |
invalid database name |
489 |
ERR_SQL_INV_EPMMODEL |
invalid EPM Model name |
490 |
ERR_SQL_EXST_EPMMODEL |
cannot use duplicate EPM Model name |
491 |
ERR_SQL_INV_EPMMODEL_DEF |
invalid EPM Model definition |
492 |
ERR_SQL_INV_EPMQUERYSOURCE |
invalid EPM Query Source name |
493 |
ERR_SQL_EXST_EPMQUERYSOURCE |
cannot use duplicate EPM Query Source name |
494 |
ERR_SQL_INV_EPMQUERYSOURCE_DEF |
invalid EPM Query Source definition |
495 |
ERROR_SQL_INVALID_CONV_TO_EXTENDED |
Table already Extended with right delta option |
496 |
ERROR_SQL_INVALID_CONV_FROM_EXTENDED |
Table already Non-Extended |
497 |
ERROR_EXTENDED_STORAGE_NOT_FOUND |
Extended Storage not found for table: |
498 |
ERR_SQL_IMPORT_FAIL_ON_MAX_RECORD_SIZE_CHECK |
Memory for a record exceeds the limit |
499 |
ERR_SQL_INV_C2C |
invalid stacked column search |
500 |
ERR_SQL_REQUIRE_PREDICATE |
predicates are required in a where clause |
501 |
ERR_SQL_SERIES_INVALID_SPEC |
Invalid series data specification: |
502 |
ERR_SQL_INV_TASK |
invalid name of task |
503 |
ERR_SQL_EXST_TASK |
cannot use duplicate name of task |
504 |
ERR_SQL_INV_ADAPTER_LOCATION |
invalid adapter location |
505 |
ERR_SQL_LAST_ADAPTER_LOCATION |
“cannot remove last location of adapter use DROP ADAPTER statement” |
506 |
ERR_SQL_SYSTEM_ADAPTER |
“invalid create alter or drop system adapter” |
507 |
ERR_SQL_INV_AGENT |
invalid agent name |
508 |
ERR_SQL_EXST_AGENT |
cannot use duplicate agent name |
509 |
ERR_SQL_INV_AGENT_PROPS |
invalid agent properties |
510 |
ERR_SQL_TEMP_TABLE_IN_USE |
cannot alter global temporary table in use or create/alter/drop index on the table |
512 |
ERR_REP |
replication error |
513 |
ERR_SQL_REP_ALREADY_ACTIVE |
cannot execute DDL statement on replication table while replicating |
514 |
FATAL_REP_ANCHOR_FILE_FAIL |
failure in accessing anchor file |
515 |
FATAL_REP_LOG_FILE_FAIL |
failure in accessing log file |
516 |
ERR_REP_TABLE_HAVE_NOT_REPORT_TABLE |
replication table has not conflict report table |
517 |
ERR_REPORT_TABLE_ALREADY_ENABLED |
conflict report table already enabled |
518 |
ERR_REPORT_TABLE_ALREADY_DISABLED |
conflict report table already disabled |
544 |
ERR_RS_PARTITION |
partition error |
545 |
ERR_RS_PARTITION_INVALID_SPEC |
invalid partition spec |
576 |
ERR_API |
api error |
577 |
ERR_API_NO_CURSOR_FWD |
cursor type of forward is not allowed |
578 |
ERR_API_INV_STATEMENT |
invalid statement |
579 |
ERR_API_EXCEED_MAX_GROUP_SIZE |
exceed maximum batch size |
580 |
ERR_API_VERSION_INCOMPATIBLE |
Server rejected the connection(protocol version mismatch) |
581 |
ERR_API_ONLY_SINGLE_STATEMENT |
this function can be called only in the case of single statement |
582 |
ERR_API_INV_RETURN_OBJECT |
this query does not have result set |
583 |
ERR_API_CONNECTION_DOES_NOT_EXIST |
connection does not exist |
584 |
ERR_API_NO_MORE_LOB_DATA |
No more LOB data |
585 |
ERR_API_OPERATION_NOT_PERMITTED |
operation is not permitted |
586 |
ERR_API_INV_PARAMETER_FROM_SERVER |
invalid parameter is received from server |
587 |
ERR_API_INV_RESULTSET |
result set is currently invalid |
588 |
ERR_API_RESULTSET_NEXT_NOT_CALLED |
next() is not called for this result set |
589 |
ERR_API_TOO_MANY_PARAMETERS |
too many parameters are set |
590 |
ERR_API_MISSING_PARAMETER |
some parameters are missing |
591 |
ERR_API_INTERNAL_ERROR |
internal error |
592 |
ERR_API_NOT_SUPPORTED_TYPECONV |
not supported type conversion |
593 |
ERR_API_REMOTE_ONLY |
remote-only function |
594 |
ERR_API_NO_MORE_RESULT_ROW |
no more result row in result set |
595 |
ERR_API_NOT_OUT_PARAM |
Specified parameter is not output parameter |
596 |
ERR_API_LOB_STREAM_NOT_PERMITTED |
LOB streaming is not permitted in auto-commit mode |
597 |
ERR_API_SESSION_CONTEXT_ERROR |
session context error |
598 |
ERR_API_EXTERNAL_EXECUTION_FAILURE |
failed to execute the external statement |
599 |
ERR_API_NOT_INITIALIZED |
session layer is not initialized yet |
600 |
ERR_API_CALL_ROUTING_FAILURE |
failed routed execution |
601 |
ERR_API_TOO_MANY_SESSION_VARIABLES |
too many session variables are set |
602 |
ERR_API_READONLY_SESSION_VARIABLE |
cannot set read-only session variable |
603 |
ERR_API_INV_LOB |
invalid LOB |
604 |
ERR_API_REMOTE_TEMP_TABLE |
remote temp table access failure |
605 |
ERR_API_INV_XA_JOIN |
invalid xa join request |
606 |
ERR_API_EXCEED_MAX_LOB_SIZE |
exceed maximum LOB size |
607 |
ERR_API_CLEANUP_RESOURCE |
failed to cleanup resources |
608 |
ERR_API_EXCEED_MAX_PREPARED_STATEMENT |
exceed maximum number of prepared statements |
609 |
ERR_API_INVALID_CESU8_STRING |
invalid CESU-8 string |
610 |
ERR_API_ROLLBACK_FAILURE |
transaction rollback failure |
611 |
ERR_API_SESSION_VARIABLE_VALUE_LENGTH_EXCEEDED |
maximum length of value for session variable exceeded |
612 |
ERR_API_SESSION_VARIABLE_KEY_LENGTH_EXCEEDED |
maximum length of key for session variable exceeded |
613 |
ERR_API_TIMEOUT |
execution aborted by timeout |
614 |
ERR_API_ACCESS_ENCRYPTED_DATA |
encrypted data access is not permitted |
615 |
ERR_API_REMOTE_CONNECTION_DOES_NOT_EXIST |
remote connection does not exist |
640 |
ERR_SQL_2 |
sql processing error |
641 |
ERR_SQL_INV_REMOTE_SUBSCRIPTION |
invalid remote subscription name |
642 |
ERR_SQL_EXST_REMOTE_SUBSCRIPTION |
cannot use duplicate remote subscription name |
643 |
ERR_SQL_INV_REMOTE_SUBSCRIPTION_DEF |
invalid remote subscription definition |
644 |
ERR_SQL_EXST_REMOTE_SOURCE_ADAPTER_LOCATION |
remote source refers to the adapter location |
645 |
ERR_SQL_EXST_REMOTE_SOURCE_ACTIVE_SUBSCRIPTIONS |
remote source has active remote subscriptions: |
646 |
ERR_SQL_INV_USABLE_TASK |
invalidated task |
647 |
ERR_SQL_NOT_ALLOWED_SYNTAX_FOR_TRIGGER |
not supported syntax in trigger |
648 |
ERR_SQL_TRIGGER_AND_PROC_NESTING_DEPTH_EXCEEDED |
nesting depth of trigger and procedure is exceeded |
649 |
ERR_SQL_QUERY_PINNED_PLAN |
Pinned plan error |
650 |
ERR_SQL_QUERY_REMOVE_PINNED_PLAN |
Remove pinned plan error |
651 |
ERR_SQL_EXST_OBJECT |
cannot use duplicate object name |
652 |
ERR_SQL_AMBG_SCHEMA |
schema ambiguously defined |
653 |
ERR_SQL_SET_ROW_ORDER |
row order already set on table |
654 |
ERR_SQL_NO_ROW_ORDER |
no row order on table set |
655 |
ERR_SQL_LICENSING_RUNTIME |
licensing error |
656 |
ERR_SQL_LONG_PROPERTY |
property value too long |
657 |
ERR_SQL_CANCEL_TASK_TIMEOUT_REACHED |
request to cancel task was sent but task did not cancel before timeout was reached |
658 |
ERR_SQL_CANNOT_MUTATE_TABLE_DURING_FK_EXECUTION |
cannot mutate the table during trigger or foreign key execution |
659 |
ERR_SQL_EXST_WORKLOAD_CLASS |
cannot use duplicate workload class name |
660 |
ERR_SQL_INV_WORKLOAD_CLASS |
invalid workload class name |
661 |
ERR_SQL_EXST_WORKLOAD_MAPPING |
cannot use duplicate workload mapping name |
662 |
ERR_SQL_INV_WORKLOAD_MAPPING |
invalid workload mapping name |
663 |
ERR_SQL_CONNECT_NOT_ALLOWED |
user not allowed to connect from client |
664 |
ERR_SQL_INV_AGENT_GROUP |
invalid agent group name |
665 |
ERR_SQL_EXST_AGENT_GROUP |
cannot use duplicate agent group name |
666 |
ERR_SQL_AGENT_GROUP_NOT_EMPTY |
agents are still set to this agent group. |
667 |
ERR_SQL_TEXT_MINING_FAILURE |
text mining error |
668 |
ERR_SQL_2D_POINTS_SUPPORTED_ONLY |
ST_Point columns support 2-dimensional points only |
669 |
ERR_SQL_SPATIAL_ERROR |
spatial error |
670 |
ERR_SQL_PART_NOT_EXIST |
part does not exist |
671 |
ERR_SQL_EXST_LIBRARY |
cannot use duplicate library name |
672 |
ERR_SQL_DPLC_ASSOCIATION |
duplicate association name |
673 |
ERR_SQL_INV_GRAPH_WORKSPACE |
invalid graph workspace name |
674 |
WRN_SQL_EXPORT_SKIP_CROSSDB_OBJECT |
“cross database object found and skipped in exporting so IMPORT might fail” |
675 |
ERR_SQL_EXST_GRAPH_WORKSPACE |
cannot use duplicate graph workspace name |
676 |
ERR_SQL_DUP_WORKLOAD_MAPPING |
“cannot use duplicate workload mapping to same combination of (user name application user name application name client application component name application component type)” |
677 |
ERR_SQL_CHECK_CONSTRAINT_VIOLATION |
check constraint violation |
678 |
ERR_SQL_PLANSTABILIZER |
plan stabilizer error |
679 |
ERR_SQL_PLANSTABILIZER_NO_MANAGER |
plan stabilizer error – manager not found: please check if Plan Stabilizer is enabled |
680 |
ERR_SQL_PLANSTABILIZER_STORED_HINT |
plan stabilizer stored hint error – statement hint table error |
681 |
ERR_SQL_PLANSTABILIZER_STORED_HINT_COMMAND |
plan stabilizer stored hint error – error while processing statement hint command |
682 |
ERR_SQL_PLANSTABILIZER_STORED_HINT_TABLE_EMPTY |
plan stabilizer stored hint error – statement hint table is empty |
683 |
ERR_SQL_PLANSTABILIZER_STORED_HINT_MAP_LOAD_ERROR |
plan stabilizer stored hint error – statement hint table is corrupt. |
684 |
ERR_SQL_PLANSTABILIZER_STORED_HINT_RECORD_ALREADY_EXISTS |
plan stabilizer stored hint error – statement hint record already exists |
685 |
ERR_SQL_PLANSTABILIZER_STORED_HINT_RECORD_DOES_NOT_EXIST |
plan stabilizer stored hint error – statement hint record does not exist |
686 |
ERR_SQL_START_TASK_ERROR |
start task error |
687 |
ERR_SQL_EXCEED_LAG_TIME |
exceed lag time of RESULT_LAG |
688 |
ERR_IO_FAILURE_ON_FILE_WRITE |
I/O error occurred on file write |
689 |
ERR_SQL_DUPLICATE_ROWID_MATCHED |
Duplicate rowid matched during merge into |
690 |
ERR_SQL_PLANSTABILIZER_STORED_PLAN |
plan stabilizer stored plan error |
691 |
ERR_SQL_PLANSTABILIZER_STORED_PLAN_COMMAND |
plan stabilizer stored plan error – error while processing command |
692 |
ERR_SQL_PLANSTABILIZER_STORED_PLAN_TABLE_EMPTY |
plan stabilizer stored plan error – stored plan table is empty |
693 |
ERR_SQL_PLANSTABILIZER_STORED_PLAN_MAP_LOAD_ERROR |
plan stabilizer stored plan error – stored plan table is corrupt. |
694 |
ERR_SQL_PLANSTABILIZER_STORED_PLAN_RECORD_ALREADY_EXISTS |
plan stabilizer stored plan error – stored plan record already exists |
695 |
ERR_SQL_PLANSTABILIZER_STORED_PLAN_RECORD_DOES_NOT_EXIST |
plan stabilizer stored plan error – stored plan record does not exist |
696 |
ERR_SQL_PLANSTABILIZER_STORED_PLAN_CANNOT_CONVERT_ABSTRACT_PLAN |
plan stabilizer stored plan error – cannot convert to abstract plan |
697 |
ERR_SQL_PREACTIVE_KEY_EXISTS |
Preactive key already exists |
698 |
ERR_SQL_NO_PREACTIVE_KEY |
No preactive key exists |
699 |
ERR_SQL_EXST_DEPENDENCY_RULE |
cannot use duplicate dependency rule name |
700 |
ERR_SQL_SINGLE_COLUMN_SEARCH_THROW_ERROR |
no_stacked_column_search(throw_error) error |
701 |
ERR_SQL_EXST_USERGROUP |
usergroup name already exists |
702 |
ERR_SQL_INV_USERGROUP |
invalid usergroup name |
703 |
ERR_INCORRECT_ROOT_KEYS_BACKUP_PASSWORD |
incorrect root keys backup password |
704 |
ERR_SQL_USERGROUP_DELETION_FAILED |
usergroup cannot be dropped |
705 |
ERR_SQL_CONCURRENT_GRANT |
Two concurrent statements performed the same grant operation |
706 |
ERR_SQL_INV_SYMMETRIC_CIPHER |
currently only AES-256-CBC is supported: invalid cipher |
707 |
ERR_SQL_EXST_COLUMN_KEY |
cannot use duplicate column key name |
708 |
ERR_SQL_EXST_COLUMN_KEYCOPY |
column keycopy already exists |
709 |
ERR_SQL_EXST_KEYPAIR |
keypair already exists |
710 |
ERR_SQL_INV_ASYMMETRIC_CIPHER |
currently only RSA-OAEP-2048 is supported: invalid cipher |
711 |
ERR_SQL_EXST_COLUMN_KEY_ID |
cannot use duplicate column key id |
712 |
ERR_SQL_PLANSTABILIZER_STORED_PLAN_MIGRATION |
plan stabilizer stored plan error – migration error |
713 |
ERR_SQL_NOT_OWN_KEYPAIR |
keypair not owned by the creator of the column key |
714 |
ERR_SQL_DROP_COLUMN_KEYCOPY |
cannot drop the last key admin keycopy |
715 |
ERR_SQL_EMPTY_WORKLOAD_MAPPING |
cannot use a workload mapping with no properties |
716 |
ERR_SQL_STALE_STATEMENT |
“statement is stale metadata or column encryption key of some columns have changed” |
717 |
ERR_SQL_INV_KEY_ID |
invalid key id |
1024 |
ERR_SES |
session error |
1025 |
ERR_COM |
communication error |
1026 |
ERR_COM_LISTEN |
cannot bind a communication port |
1027 |
ERR_COM_INIT |
communication initialization error |
1028 |
ERR_COM_IOCTL |
I/O control error |
1029 |
ERR_COM_CONNECT |
connection failure |
1030 |
ERR_COM_SEND |
send error |
1031 |
ERR_COM_RECEIVE |
receive error |
1032 |
ERR_SES_THREAD_CREATE |
cannot create a thread |
1033 |
ERR_SES_INV_PROTOCOL |
error while parsing protocol |
1034 |
ERR_SES_EXCEED_MAX_SESSION |
exceed maximum number of sessions |
1035 |
ERR_SES_INV_VERSION |
not supported version |
1036 |
ERR_SES_INV_SESSION |
invalid session id |
1037 |
ERR_COM_UNKNOWN_HOST |
unknown hostname |
1038 |
ERR_SES_SERVER_BUSY |
rejected as server is temporarily overloaded |
1088 |
ERR_DATA_STAT |
data statistics error |
1089 |
ERR_DATA_STAT_NOT_FOUND |
no matching data statistics objects found |
1090 |
ERR_DATA_STAT_REMOTE_QUERY_ERR |
invalid result from query to remote source |
1091 |
ERR_DATA_STAT_TABLE_NOT_FOUND |
specified table not found or not supported |
1092 |
ERR_DATA_STAT_BUILD_ERROR |
error building data statistics object |
1093 |
ERR_DATA_STAT_EXISTS |
data statistics object already exists |
1094 |
ERR_DATA_STAT_INVALID_SETTING |
invalid combination of settings specified |
1120 |
ERR_USERGROUP_GENERAL |
usergroup error |
1121 |
ERR_USERGROUP_USER_NOT_MEMBER_OF_ANY |
user is not member of any usergroup |
1122 |
ERR_USERGROUP_EQUAL_CURRENT_AND_NEW_USERGROUP |
current and new usergroup are the same |
1123 |
ERR_USERGROUP_UNKNOWN_PARAMETER_NAME |
unknown parameter for usergroup |
1124 |
ERR_USERGROUP_UNKNOWN_PARAMETER_SET_NAME |
unknown parameter set for usergroup |
1125 |
ERR_USERGROUP_DUPLICATE_PARAMETER_NAME |
same parameter name specified more than once |
1126 |
ERR_USERGROUP_INVALID_PARAMETER_VALUE |
invalid value for usergroup parameter |
1280 |
ERR_SQLSCRIPT_2 |
sqlscript error |
1281 |
ERR_SQLSCRIPT_WRONG_PARAMS |
wrong number or types of parameters in call |
1282 |
ERR_SQLSCRIPT_OUT_PARAM_VAR |
output parameter not a variable |
1283 |
ERR_SQLSCRIPT_OUT_PARAM_DEFAULT |
OUT and IN OUT parameters may not have default expressions |
1284 |
ERR_SQLSCRIPT_DUP_PARAMETERS |
duplicate parameters are not permitted |
1285 |
ERR_SQLSCRIPT_DUP_DECL |
at most one declaration is permitted in the declaration section |
1286 |
ERR_SQLSCRIPT_CURSOR_SELECT_STMT |
cursor must be declared by SELECT statement |
1287 |
ERR_SQLSCRIPT_ID_NOT_DECLARED |
identifier must be declared |
1288 |
ERR_SQLSCRIPT_NOT_ASSIGN_TARGET |
expression cannot be used as an assignment target |
1289 |
ERR_SQLSCRIPT_NOT_INTO_TARGET |
expression cannot be used as an INTO-target of SELECT/FETCH statement |
1290 |
ERR_SQLSCRIPT_LHS_CANNOT_ASSIGNED |
expression is inappropriate as the left hand side of an assignment statement |
1291 |
ERR_SQLSCRIPT_EXPR_WRONG_TYPE |
expression is of wrong type |
1292 |
ERR_SQLSCRIPT_ILLEGAL_EXIT_STMT |
illegal EXIT statement. It must appear inside a loop |
1293 |
ERR_SQLSCRIPT_ID_EXCEPTION_TYPE |
identifier name must be an exception name |
1294 |
ERR_SQLSCRIPT_INTO_CLAUSE |
an INTO clause is expected in SELECT statement |
1295 |
ERR_SQLSCRIPT_NOT_ALLOWED_SQL_STMT |
EXPLAIN PLAN and CALL statement are not allowed |
1296 |
ERR_SQLSCRIPT_NOT_CURSOR |
identifier is not a cursor |
1297 |
ERR_SQLSCRIPT_NUM_FETCH_VALUES |
wrong number of values in the INTO list of a FETCH statement |
1298 |
ERR_SQLSCRIPT_UNHANDLED_EXCEPTION |
unhandled user-defined exception |
1299 |
ERR_SQLSCRIPT_NO_DATA_FOUND |
no data found |
1300 |
ERR_SQLSCRIPT_FETCH_MANY_ROWS |
fetch returns more than requested number of rows |
1301 |
ERR_SQLSCRIPT_VALUE_ERROR |
numeric or value error |
1302 |
ERR_SQLSCRIPT_OUT_PARAM_IN_FUNCTION |
parallelizable function cannot have OUT or IN OUT parameter |
1303 |
ERR_SQLSCRIPT_USER_DEFINED_EXCEPTION |
user-defined exception |
1304 |
ERR_SQLSCRIPT_CURSOR_ALREADY_OPEN |
cursor is already opened |
1305 |
ERR_SQLSCRIPT_INVALID_RETURN_TYPE |
return type is invalid |
1306 |
ERR_SQLSCRIPT_RETURN_TYPE_MISMATCH |
return type mismatch |
1307 |
ERR_SQLSCRIPT_UNSUPPORTED_DATATYPE |
unsupported datatype is used |
1308 |
ERR_SQLSCRIPT_INVALID_SINGLE_ASSIGNMENT |
illegal single assignment |
1309 |
ERR_SQLSCRIPT_INVALID_USE_OF_TABLE_VARIABLE |
invalid use of table variable |
1310 |
ERR_SQLSCRIPT_NOT_ALLOWED_SCALAR_TYPE |
scalar type is not allowed |
1311 |
ERR_SQLSCRIPT_NO_OUT_PARAM |
Out parameter is not specified |
1312 |
ERR_SQLSCRIPT_AT_MOST_ONE_OUT_PARAM |
At most one output parameter is allowed |
1313 |
ERR_SQLSCRIPT_OUT_PARAM_TABLE |
output parameter should be a table or a table variable |
1314 |
ERR_SQLSCRIPT_INVALID_VARIABLE_NAME |
“inappropriate variable name: do not allow “””” or ‘_SYS_’ prefix for the name of variable or parameter” |
1315 |
ERR_SQLSCRIPT_RETURN_RESULT_SET_WITH_RESULTVIEW |
Return result set from SELECT statement exist when result view is defined |
1316 |
ERR_SQLSCRIPT_NOT_ASSIGNED_OUT_TABVAR |
some out table variable is not assigned |
1317 |
ERR_SQLSCRIPT_FUNCTION_NAME_MAX_LEN |
Function name exceeds max. limit |
1318 |
ERR_SQLSCRIPT_BUILTIN_NOT_DEFINED |
Built-in function not defined |
1319 |
ERR_SQLSCRIPT_BUILTIN_PARAM_NOT_TABLE_NAME |
Parameter must be a table name |
1320 |
ERR_SQLSCRIPT_BUILTIN_PARAM_ATTRIBUTE_WITH_SCHEMA |
Parameter must be an attribute name without a table name upfront |
1321 |
ERR_SQLSCRIPT_BUILTIN_PARAM_ATTRIBUTE_WITH_ALIAS |
Parameter must be an attribute name without an alias |
1322 |
ERR_SQLSCRIPT_CALC_ATTR_NOT_ALLOWED |
CE_CALC not allowed |
1323 |
ERR_SQLSCRIPT_BUILTIN_PARAM_NOT_COL_OR_AGGR_VECTOR |
Parameter must be a vector of columns or aggregations |
1324 |
ERR_SQLSCRIPT_BUILTIN_MISSING_JOIN_ATTR_IN_PROJECTION |
Join attribute must be available in projection list |
1325 |
ERR_SQLSCRIPT_BUILTIN_PARAM_NOT_SQLIDENT_VECTOR |
Parameter must be a vector of sql identifiers |
1326 |
ERR_SQLSCRIPT_DUPLICATE_ATTRIBUTE_NAME |
Duplicate attribute name |
1327 |
ERR_SQLSCRIPT_PARAM_UNSUPPORTED_TYPE |
Parameter has a non supported type |
1328 |
ERR_SQLSCRIPT_BUILTIN_MISSING_ATTRIBUTE_IN_PROJECTION |
Attribute not found in column table |
1329 |
ERR_SQLSCRIPT_BUILTIN_DUPLICATE_COLUMN_NAME |
Duplicate column name |
1330 |
ERR_SQLSCRIPT_BUILTIN_CALCATTR_EXPRESSION_SYNTAX |
Syntax Error for calculated Attribute |
1331 |
ERR_SQLSCRIPT_BUILTIN_FILTER_EXPRESSION_SYNTAX |
Syntax Error in filter expression |
1332 |
ERR_SQLSCRIPT_BUILTIN_FIRST_PARAM_NOT_COLUMN_TABLE |
Parameter must be a valid column table or projection view on column tables |
1333 |
ERR_SQLSCRIPT_BUILTIN_JOINATTR_NOT_FOUND_IN_VAR |
Join attributes not found in variable |
1334 |
ERR_SQLSCRIPT_BUILTIN_IN_PARAM_NOT_SAME_TABLE_TYPE |
Input parameters do not have the same table type |
1335 |
ERR_SQLSCRIPT_RUNTIME_CYCLIC_DEPENDENCY |
Cyclic dependency found in a runtime procedure |
1336 |
ERR_SQLSCRIPT_RUNTIME_UNEXPECTED_EXCEPTION |
Unexpected internal exception caught in a runtime procedure |
1337 |
ERR_SQLSCRIPT_VAR_DEPENDS_ON_UNASSIGNED_VAR |
Variable depends on an unassigned variable |
1338 |
ERR_SQLSCRIPT_CE_CONVERSION_CUSTOM_TAB_MISSING |
CE_CONVERSION: customizing table missing |
1339 |
ERR_SQLSCRIPT_TOO_MANY_PARAMS |
Too many parameters |
1340 |
ERR_SQLSCRIPT_NESTED_CALL_TOO_DEEP |
The depth of the nested call is too deep |
1341 |
ERR_SQLSCRIPT_VERSION_VALIDATION_FAILED |
Procedure version validation failed |
1342 |
ERR_SQLSCRIPT_CE_CALC_ATTRIBUTE_AND_ALIAS_ARE_SAME |
Attribute has the same name as the alias |
1343 |
ERR_SQLSCRIPT_RETRY_EXCEPTION |
Retry Exception is occurred in a runtime procedure |
1344 |
ERR_SQLSCRIPT_NOT_ALLOWED_DYNAMIC_SQL |
Dynamic SQL or DDL is not allowed |
1345 |
ERR_SQLSCRIPT_NOT_ALLOWED_CONCURRENT_WRITES |
Concurrently two or more write operations to the same object are not allowed |
1346 |
ERR_SQLSCRIPT_NOT_ALLOWED_CONCURRENT_READ_AND_WRITE |
Concurrently read and write operations to the same object are not allowed |
1347 |
WRN_SQLSCRIPT_NOT_RECOMMENDED_FEATURE |
Not recommended feature |
1348 |
ERR_SQLSCRIPT_LLANG_GET_LIBRARY_IMPORT_LIST_FAILED |
Failed to retrieve the list of imported libraries from LLANG procedure |
1349 |
ERR_SQLSCRIPT_INITIAL_ASSIGNMENT_REQUIRED_FOR_CONSTANT_TABLE |
Assigning initial value is required for declaring constant table variable |
1350 |
ERR_SQLSCRIPT_NOT_ALLOWED_NON_DETERMINISTIC_FEATURE |
Non-deterministic feature is not allowed |
1351 |
ERR_SQLSCRIPT_INVALID_PARSE_TREE |
Invalid parse tree |
1352 |
ERR_SQLSCRIPT_ENCRYPTION_NOT_ALLOWED |
Not allowed for encrypted procedure or function |
1353 |
ERR_SQLSCRIPT_NOT_NULL_COLUMN_IGNORED |
NOT NULL constraints in explicit table types are ignored |
1354 |
ERR_SQLSCRIPT_CURSOR_NOT_OPENED |
Cursor to be fetched has not been opened yet |
1355 |
ERR_SQLSCRIPT_INVALID_EXTERN_LANG |
Invalid external language |
1356 |
ERR_SQLSCRIPT_COMPOSITE |
Composite error in SQLScript processing |
1792 |
ERR_SHM |
shared memory error |
1793 |
ERR_SHM_CREATE_INVALID |
invalid key or invalid size |
1794 |
ERR_SHM_CREATE_ALREADY_EXIST |
the segment already exists |
1795 |
ERR_SHM_CREATE_EXCEED_LIMIT |
exceed the system-wide limit on shared memory |
1796 |
ERR_SHM_CREATE_NOT_EXIST |
“no segment exists for the given key and IPC_CREAT was not specified” |
1797 |
ERR_SHM_CREATE_NO_ACCESS |
the user does not have permission to access the shared memory segment |
1798 |
ERR_SHM_CREATE_NO_MORE_MEMORY |
no memory could be allocated for segment overhead |
1799 |
ERR_SHM_DROP_INVALID |
invalid shm id |
1800 |
ERR_SHM_DROP_NO_ACCESS |
allow read access for shm id |
1801 |
ERR_SHM_DROP_REMOVED_IDENTIFIER |
shm id points to a removed identifier |
1802 |
ERR_SHM_DROP_NO_PERMISSION |
the effective user ID of the calling process is not the creator |
1803 |
ERR_SHM_DROP_OVERFLOW |
the gid or uid value is too large to be stored in the structure |
1804 |
ERR_SHM_ATTACH_NO_ACCESS |
the user does not have permission to access the shared memory segment |
1805 |
ERR_SHM_ATTACH_INVALID |
invalid shm id |
1806 |
ERR_SHM_ATTACH_NO_MORE_MEMORY |
no memory could be allocated for the descriptor or for the page tables |
1807 |
ERR_SHM_UNKNOWN |
unknown shared memory error |
2048 |
ERR_CS |
column store error |
2049 |
ERR_CS_NO_PRIMARY_KEY |
primary key is not specified for column table |
2050 |
ERR_CS_NOT_SUPPORTED_DDL |
not supported DDL type for column table |
2051 |
ERR_CS_NOT_SUPPORTED_DATA_TYPE |
not supported data type for column table |
2052 |
ERR_CS_NOT_SUPPORTED_DML |
not supported DML type for column table |
2053 |
ERR_CS_INVALID_RETURNED_VALUE |
invalid returned value from attribute engine |
2054 |
ERR_CS_DELTA_LOG_REPLAY_FAILED |
redo log replay failed |
2055 |
ERR_CS_MAXIMUM_ROW |
maximum number of rows per table or partition reached |
2056 |
ERR_CS_CONSISTENCY_CHECK_FAILED |
column store table consistency check failed |
2304 |
ERR_PYDBAPI |
python dbapi error |
2305 |
ERR_PYDBAPI_INTERFACE_FAILURE |
interface failure |
2306 |
ERR_PYDBAPI_PROGRAMMING_MISTAKE |
programming mistake |
2307 |
ERR_PYDBAPI_INVALID_QUERY_PARAMETER |
invalid query parameter |
2308 |
ERR_PYDBAPI_NOT_SUPPORTED_STR_ENCODING |
not supported encoding for string |
2560 |
ERR_METADATA |
metadata error |
2561 |
ERR_DIST_METADATA |
distributed metadata error |
2562 |
ERR_DIST_METADATA_REDIRECT_FAILURE |
DDL redirect error |
2563 |
ERR_DIST_METADATA_DDL_NOTIFICATION_FAILURE |
DDL notification error |
2564 |
ERR_DIST_METADATA_INVALID_CONTAINER_ID |
DDL invalid container id |
2565 |
ERR_DIST_METADATA_INVALID_INDEX_ID |
DDL invalid index id |
2566 |
ERR_DIST_METADATA_TNSCLIENT_FAILURE |
distributed environment error |
2567 |
ERR_DIST_METADATA_NETWORK_FAILURE |
network error |
2568 |
ERR_DIST_METADATA_NOT_SUPPORT |
metadata update not supported in slave |
2569 |
ERR_DIST_METADATA_MASTER_UPDATE_FAILURE |
metadata update in master indexserver is failed |
2570 |
ERR_METADATA_ROW_PAGE_INTEGRITY_FAILURE |
row page consistency check is failed |
2571 |
ERR_INTEGRITY_BROKEN_METADATA |
integrity check detects broken metadata |
2572 |
ERR_INTEGRITY_INCONSISTENCY |
integrity check detects inconsistency |
2573 |
ERR_INTEGRITY_ORPHANED |
integrity check detects orphaned object |
2574 |
ERR_METADATA_SEGMENT_MIGRATION_GENERAL |
metadata segment migration pre-check error |
2575 |
ERR_METADATA_SEGMENT_MIGRATION_FATAL |
metadata segment migration internal error |
2576 |
ERR_CATALOG_INVALID_ADDRESS |
“attempt to access metadata of an invalid address (already deleted or corrupted etc.)” |
2577 |
ERR_CATALOG_NULL_TERMINATION |
catalog object has wrong null termination |
2578 |
ERR_CATALOG_LOCATION_ERROR |
catalog object has wrong location |
2579 |
ERR_CATALOG_INVALID_REFERENCE |
catalog object has invalid reference(corrupted address) |
2580 |
ERR_CATALOG_UNEXPECTED_REFERENCE |
catalog object has wrong reference |
2581 |
ERR_CATALOG_VALUE_DOMAIN_GENERAL |
the value of catalog object is broken |
2582 |
ERR_CATALOG_FOREIGN_KEY_CONSTRAINT |
cannot find catalog object |
2583 |
ERR_CATALOG_WRONG_VAR_SLOT_SIZE |
catalog object has wrong slot size |
2584 |
ERR_CATALOG_CYCLIC_DEPENDENCY |
cannot make cyclic dependency |
2585 |
ERR_ES_BROKEN_METADATA |
inconsistency between HANA and DT catalog |
2586 |
ERR_ES_METADATA_FIX_FAIL |
repair operation to fix inconsistency failed |
2816 |
ERR_SQLSCRIPT |
SqlScript Error |
2817 |
ERR_SQLSCRIPT_BUILTIN_TOO_MANY_RETURN_PARAM |
SqlScript Built-in Function |
2818 |
ERR_SQLSCRIPT_FUNCTION_NOT_FOUND |
SqlScript |
2819 |
ERR_SQLSCRIPT_TEMPLATE_PARAMETER_NUMBER_WRONG |
SqlScript |
2820 |
ERR_SQLSCRIPT_VARIABLE_NOT_DECLARED |
SqlScript |
2821 |
ERR_SQLSCRIPT_DUPLICATE_VARIABLE_NAME |
SqlScript |
2822 |
ERR_SQLSCRIPT_SQL_EXECUTION_FAILED |
SqlScript |
2823 |
ERR_SQLSCRIPT_DROP_FUNCTION_FAILED |
SqlScript |
2824 |
ERR_SQLSCRIPT_LOAD_FUNCTION_FAILED |
SqlScript |
2825 |
ERR_SQLSCRIPT_SIGNATURE_MISMATCH_WITH_CATALOG |
SqlScript |
2826 |
ERR_SQLSCRIPT_REGISTER_FUNCTION_IN_CATALOG_FAILED |
SqlScript |
2827 |
ERR_SQLSCRIPT_SCALAR_INPUT_PARAMS_NOT_SUPPORTED |
SqlScript |
2828 |
ERR_SQLSCRIPT_LANGUAGE_NOT_SUPPORTED |
SqlScript |
2829 |
ERR_SQLSCRIPT_DROP_FUNCTION_FAILED_EXISTING_CALLER |
SqlScript |
2830 |
ERR_SQLSCRIPT_LLANG_EXACTLY_ONE_OUTPUT_PARAM |
SqlScript |
2831 |
ERR_SQLSCRIPT_BUILTIN_FIRST_PARAM_NOT_COLUMN_TABLE |
SqlScript |
2832 |
ERR_SQLSCRIPT_BUILTIN_PARAM_COUNT_NOT_IN_RANGE |
SqlScript |
2833 |
ERR_SQLSCRIPT_BUILTIN_PARAM_COUNT_MISMATCH |
SqlScript |
2834 |
ERR_SQLSCRIPT_BUILTIN_PARAM_NOT_INPUT |
SqlScript |
2835 |
ERR_SQLSCRIPT_BUILTIN_PARAM_NOT_TABLE_NAME |
SqlScript |
2836 |
ERR_SQLSCRIPT_BUILTIN_PARAM_NOT_VARIABLE |
SqlScript |
2837 |
ERR_SQLSCRIPT_BUILTIN_PARAM_NOT_VARIABLE_VECTOR |
SqlScript |
2838 |
ERR_SQLSCRIPT_BUILTIN_PARAM_NOT_SCALAR_VALUE |
SqlScript |
2839 |
ERR_SQLSCRIPT_BUILTIN_PARAM_NOT_SQLIDENT_VECTOR |
SqlScript |
2840 |
ERR_SQLSCRIPT_BUILTIN_PARAM_ATTRIBUTE_WITH_SCHEMA |
SqlScript |
2841 |
ERR_SQLSCRIPT_BUILTIN_MISSING_ATTRIBUTE_IN_PROJECTION |
SqlScript |
2842 |
ERR_SQLSCRIPT_BUILTIN_MISSING_JOIN_ATTR_IN_PROJECTION |
SqlScript |
2843 |
ERR_SQLSCRIPT_TEMPL_FUNCTION_CAN_NOT_BE_CALLED |
SqlScript |
2844 |
ERR_SQLSCRIPT_PARAM_COUNT_MISMATCH |
SqlScript |
2845 |
ERR_SQLSCRIPT_PARAM_WRONG_TYPE |
SqlScript |
2846 |
ERR_SQLSCRIPT_PARAM_WRONG_TYPE_COMPARED_TO_SIGNATURE |
SqlScript |
2847 |
ERR_SQLSCRIPT_PARAM_WRONG_TABLE_TYPE |
SqlScript |
2848 |
ERR_SQLSCRIPT_PARAM_MODE_MISMATCH |
SqlScript |
2849 |
ERR_SQLSCRIPT_PARAM_UNSUPPORTED_TYPE |
SqlScript |
2850 |
ERR_SQLSCRIPT_NO_OUTPUT_PARAM |
SqlScript |
2851 |
ERR_SQLSCRIPT_OUTPUT_PARAM_NOT_TABLE_TYPE |
SqlScript |
2852 |
ERR_SQLSCRIPT_BUILTIN_NOT_DEFINED |
SqlScript |
2853 |
ERR_SQLSCRIPT_VAR_DEPENDS_ON_UNASSIGNED_VAR |
SqlScript |
2854 |
ERR_SQLSCRIPT_VAR_CYCLIC_DEPENDENCY |
SqlScript |
2855 |
ERR_SQLSCRIPT_PARAM_NOT_INITIALIZED |
SqlScript |
2856 |
ERR_SQLSCRIPT_PARAM_MISMATCH_TABLE_TYPE |
SqlScript |
2857 |
ERR_SQLSCRIPT_CALL_OPEN_MISSING_CALL_CLOSE |
SqlScript |
2858 |
ERR_SQLSCRIPT_BUILTIN_IN_PARAM_NOT_SAME_TABLE_TYPE |
SqlScript |
2859 |
ERR_SQLSCRIPT_BUILTIN_JOINATTR_NOT_FOUND_IN_VAR |
SqlScript |
2860 |
ERR_SQLSCRIPT_FUNCTION_NOT_NESTABLE |
SqlScript |
2861 |
ERR_SQLSCRIPT_CALL_CLOSE_MISSING_CALL_OPEN |
SqlScript |
2862 |
ERR_SQLSCRIPT_TABLE_TYPE_NOT_DERIVABLE |
SqlScript |
2863 |
ERR_SQLSCRIPT_MISSING_FTC_TYPE_MAPPING |
SqlScript |
2864 |
ERR_SQLSCRIPT_INVALID_TABLE_TYPE_NAME |
SqlScript |
2865 |
ERR_SQLSCRIPT_DUPLICATE_ATTRIBUTE_NAME |
SqlScript |
2866 |
ERR_SQLSCRIPT_FUNCTION_EXISTING |
SqlScript |
2867 |
ERR_SQLSCRIPT_FUNCTION_TYPE_NOT_SUPPORTED |
SqlScript |
2868 |
ERR_SQLSCRIPT_FUNCTION_NAME_MAX_LEN |
SqlScript |
2869 |
ERR_SQLSCRIPT_BUILTIN_PARAM_ATTRIBUTE_WITH_ALIAS |
SqlScript |
2870 |
ERR_SQLSCRIPT_INTERNAL_ERR |
SqlScript |
2871 |
ERR_SQLSCRIPT_BUILTIN_PARAM_NOT_AGGREGFUN_VECTOR |
SqlScript |
2872 |
ERR_SQLSCRIPT_FUNCTION_NAME_INVALID |
SqlScript |
2873 |
ERR_SQLSCRIPT_BUILTIN_PARAM_NOT_PROJECTION_VECTOR |
SqlScript |
2874 |
ERR_SQLSCRIPT_BUILTIN_PARAM_NOT_FILTER_EXPRESSION |
SqlScript |
2875 |
ERR_SQLSCRIPT_RLANG_EXACTLY_ONE_OUTPUT_PARAM |
SqlScript |
2876 |
ERR_SQLSCRIPT_JSLANG_EXACTLY_ONE_OUTPUT_PARAM |
SqlScript |
2877 |
ERR_SQLSCRIPT_SQLLANG_EXACTLY_ONE_OUTPUT_PARAM |
SqlScript |
2878 |
ERR_SQLSCRIPT_GENERICLANG_EXACTLY_ONE_OUTPUT_PARAM |
SqlScript |
2879 |
ERR_SQLSCRIPT_BUILTIN_PARAM_NOT_TABLE_TYPE |
SqlScript |
2880 |
ERR_SQLSCRIPT_VARIABLE_NOT_TABLE_TYPE |
SqlScript |
2881 |
ERR_SQLSCRIPT_BUILTIN_CALCATTR_EXPRESSION_SYNTAX |
SqlScript |
2882 |
ERR_SQLSCRIPT_BUILTIN_UNEVEN_NR_OF_PARAMS |
SqlScript |
2883 |
ERR_SQLSCRIPT_CALC_ATTR_NOT_ALLOWED |
SqlScript |
2884 |
ERR_SQLSCRIPT_BUILTIN_DUPLICATE_COLUMN_NAME |
SqlScript |
2885 |
ERR_SQLSCRIPT_BUILTIN_PARAM_NOT_KEY_VALUE_VECTOR |
SqlScript |
2886 |
ERR_SQLSCRIPT_BUILTIN_CALCATTR_REFERENCED_FIELD_MISSING |
SqlScript |
2887 |
ERR_SQLSCRIPT_BUILTIN_FILTER_REFERENCED_FIELD_MISSING |
SqlScript |
2888 |
ERR_SQLSCRIPT_BUILTIN_FILTER_EXPRESSION_SYNTAX |
SqlScript |
2889 |
ERR_SQLSCRIPT_BUILTIN_PARAM_NOT_COL_OR_AGGR_VECTOR |
SqlScript |
2890 |
ERR_SQLSCRIPT_TABLE_INPUT_PARAMS_NOT_SUPPORTED |
SqlScript |
2891 |
ERR_SQLSCRIPT_TABLE_INOUT_PARAMS_NOT_SUPPORTED |
SqlScript |
3584 |
ERR_DIST_SQL |
distributed SQL error |
3585 |
ERR_DIST_SQL_EXPR_SHIPPING_FAILURE |
expression shipping failure |
3586 |
ERR_DIST_SQL_OPERATOR_SHIPPING_FAILURE |
operator shipping failure |
3587 |
ERR_DIST_SQL_INVALID_PROTOCOL |
invalid protocol or service shutdown during distributed query execution |
3588 |
ERR_DIST_SQL_SEQUENCE_SHIPPING_FAILURE |
sequence shipping failure |
3589 |
ERR_DIST_SQL_REMOTE_EXECUTION_FAILURE |
remote query execution failure |
3840 |
ERR_AUDITING |
general auditing error |
3841 |
ERR_AUDITING_NO_PRIV_NAME |
Invalid privilege |
3842 |
ERR_AUDITING_TRAIL_WRITER_BLOCKED |
Audit trail writer is blocked |
3843 |
ERR_AUDITING_POLICY_ALREADY_EXISTS |
Audit policy with current name already exists |
3844 |
ERR_AUDITING_INV_POLICY_TYPE |
Invalid combination of audit actions |
3845 |
ERR_AUDITING_INV_ACTION_STATUS |
Invalid action status for auditing |
3846 |
ERR_AUDITING_INV_LEVEL |
Invalid auditing level |
3847 |
ERR_AUDITING_INV_POLICY_NAME |
Invalid policy name |
3848 |
ERR_AUDITING_INV_ACTION_OBJECT_TYPE |
Invalid combination of audit action and object type |
3849 |
ERR_AUDITING_INV_OBJECT_TYPE |
Audit policy for this object type not supported |
4096 |
ERR_PLANVIZ_GENERAL |
[PlanViz] general error |
4097 |
ERR_PLANVIZ_PIN_GENERAL |
[PlanViz] invalid pin request |
4098 |
ERR_PLANVIZ_INVALID_PLAN_GENERAL |
[PlanViz] invalid plan |
4099 |
ERR_PLANVIZ_PLAN_CACHE_GENERAL |
[PlanViz] plan cache error |
4100 |
ERR_PLANVIZ_NO_PVPARAM |
[PlanViz] PlanVizParam does not exist |
4101 |
ERR_PLANVIZ_PROC_LANG_SUPPORT |
[PlanViz] procedure language not supported |
4102 |
ERR_PLANVIZ_MARK_MIN_COST_PLAN |
[PlanViz] cannot mark min-cost plan |
4103 |
ERR_PLANVIZ_PARSE_TREE_NOT_FOUND |
[PlanViz] parse tree not found |
4104 |
ERR_PLANVIZ_PLAN_NOT_FOUND |
[PlanViz] plan not found |
4105 |
ERR_PLANVIZ_UNSUPPORTED_STMT_TYPE |
[PlanViz] unsupported statement type |
4106 |
ERR_PLANVIZ_REMOTE_EXEC_STATS |
[PlanViz] error while gathering remote execution stats |
4107 |
ERR_PLANVIZ_ENV_NO_STATS_COLLECTOR |
[PlanViz] exec stats collector not found |
4108 |
ERR_PLANVIZ_EXPLAIN_PLAN_GENERAL |
[PlanViz] explain plan failed |
4109 |
ERR_PLANVIZ_TRACE_ONLY_GENERAL |
[PlanViz] error in trace-only mode |
4110 |
ERR_PLANVIZ_PLAN_TRACE_GENERAL |
[PlanViz] error in Plan Trace |
4161 |
ERR_REORG_GENERAL |
Failed to execute reorganization |
4162 |
ERR_REORG_TRANS_BLOCKED_GENERAL |
Transaction blocked since runtime reorganization is in progress |
4163 |
ERR_REORG_TRANS_EXISTS_GENERAL |
Cannot start reorganization due to the transactions in execution |
4192 |
ERR_LDAP |
general LDAP error |
4193 |
ERR_LDAP_CANNOT_AUTHORIZE_LOCALLY |
Local authorization not allowed |
4194 |
ERR_LDAP_CANNOT_CHANGE_AUTHORIZATION_MODE |
Authorization mode change not allowed |
4195 |
ERR_LDAP_MAPPING_ALREADY_EXISTS |
Role to LDAP group mapping already exists |
4196 |
ERR_LDAP_MAPPING_DOESNT_EXIST |
Role to LDAP group mapping does not exist |
4197 |
ERR_LDAP_PROVIDER_CREATION_FAILED |
Creating LDAP provider failed because of internal error |
4198 |
ERR_LDAP_PROVIDER_DELETION_FAILED |
Deleting LDAP provider failed because of internal error |
4199 |
ERR_LDAP_PROVIDER_ALTER_FAILED |
Alter LDAP provider failed because of internal error |
4200 |
ERR_LDAP_PROVIDER_VALIDATE_FAILED |
Validate LDAP provider failed because of internal error |
4201 |
ERR_LDAP_PROVIDER_ALREADY_EXISTS |
LDAP provider already exists |
4202 |
ERR_LDAP_INVALID_PROVIDER_NAME |
Invalid LDAP provider name |
4203 |
ERR_LDAP_MALFORMED_CREDENTIALS |
Credentials not provided in proper format |
4204 |
ERR_LDAP_PASSWORD_MUTUAL_EXCLUSION_FAILED |
Local password authentication and LDAP authentication cannot be enabled together for the same user |
4225 |
ERR_PROVIDER |
General provider error |
4226 |
ERR_PROVIDER_INV_SUBJECT_NAME |
Invalid subject name layout |
4227 |
ERR_PROVIDER_INV_ISSUER_NAME |
Invalid issuer name layout |
4228 |
ERR_PROVIDER_ALREADY_EXISTS |
Provider already exists |
4229 |
ERR_PROVIDER_INVALID_PROVIDER_NAME |
Invalid provider name |
4230 |
ERR_PROVIDER_INVALID_ASSERTION |
Invalid assertion |
4231 |
ERR_PROVIDER_INVALID_MAPPED_USER_NAME |
Invalid or empty mapped user name |
4232 |
ERR_PROVIDER_ADDING_USER_MAPPING_FAILED |
Adding a new provider user mapping failed |
4233 |
ERR_PROVIDER_CREATION_FAILED |
Creating provider failed because of internal error: |
4234 |
ERR_PROVIDER_DELETION_FAILED |
Deleting provider failed because of internal error: |
4235 |
ERR_PROVIDER_ALTER_FAILED |
Alter provider failed because of internal error: |
4236 |
ERR_PROVIDER_DUPLICATE_ENTITY |
EntityID already exists |
4237 |
ERR_PROVIDER_INVALID_ENTITY |
Invalid entity id |
4238 |
ERR_PROVIDER_DUPLICATE_ISSUER |
Duplicate Provider for this issuer |
4239 |
ERR_PROVIDER_INVALID_CLAIM |
Invalid claim |
4248 |
ERR_USER_PARAMETERS |
general user parameter error |
4249 |
ERR_USER_PARAM_DUPLICATE_EMAIL_ADDRESS |
Same email address cannot be used for different users |
4250 |
ERR_USER_PARAM_PRIORITY_OUT_OF_RANGE |
Priority out of range |
4251 |
ERR_USER_PARAM_INVALID_STATEMENT_MEMORY_LIMIT |
Invalid statement memory limit |
4252 |
ERR_USER_PARAM_INVALID_STATEMENT_THREAD_LIMIT |
Invalid statement thread limit |
4253 |
ERR_USER_PARAM_INVALID_PARAMETER |
Invalid parameter name |
4273 |
ERR_KERBEROS |
general Kerberos error |
4274 |
ERR_KERBEROS_DUPLICATE_PROVIDER |
Duplicate specification of identity for KERBEROS |
4275 |
ERR_KERBEROS_MISSING_PROVIDER |
Missing specification of identity for KERBEROS |
4280 |
ERR_TICKET |
general ticket error |
4281 |
ERR_TICKET_DUPLICATE |
Duplicate specification of identity for this kind of SAP ticket |
4282 |
ERR_TICKET_MISSING_PROVIDER |
Missing specification of identity for this kind of SAP ticket |
4289 |
ERR_X509 |
general X.509 error |
4290 |
ERR_X509_DUPLICATE_SUBJECT_ISSUER |
Duplicate specification of subject and issuer for X509 |
4291 |
ERR_X509_UNKNOWN_SUBJECT_ISSUER |
Unknown specification of subject and issuer for this user |
4292 |
ERR_X509_INV_SUBJECT_NAME |
Invalid subject name layout |
4293 |
ERR_X509_INV_ISSUER_NAME |
Invalid issuer name layout |
4320 |
ERR_SSL |
general SSL error |
4321 |
ERR_SSL_ENFORCE |
only secure connections are allowed |
4336 |
ERR_USER_REMOTE |
general remote user error |
4337 |
ERR_USER_REMOTE_EXISTS |
remote user mapping already exists |
4338 |
ERR_USER_REMOTE_NOT_EXISTS |
remote user mapping does not exist |
4640 |
ERR_RS_TABLE_LOAD_GENERAL |
failed to load row table |
4641 |
ERR_RS_TABLE_LOAD_WAIT_TIMEOUT |
waiting timeout for loading row table occurred |
4642 |
ERR_RS_TABLE_POST_DROP |
failed to delete row table data |
4672 |
ERR_DATAPROV |
General Unified Data Provisioning error |
4673 |
ERR_DATAPROV_DATASOURCE_DOES_NOT_EXIST |
Data source does not exist |
4674 |
ERR_DATAPROV_INVALID_LOGICAL_DATASOURCE_NAME |
Invalid logical data source name |
4675 |
ERR_DATAPROV_INVALID_DATAFLOW_PACKAGE_NAME |
Invalid dataflow package name |
4676 |
ERR_DATAPROV_INVALID_DATAFLOW_OBJECT_NAME |
Invalid data flow object name |
4677 |
ERR_DATAPROV_DATAFLOW_DOES_NOT_EXIST |
Data flow does not exist |
4678 |
ERR_DATAPROV_INVALID_DATAFLOW |
Invalid data flow |
4679 |
ERR_DATAPROV_INVALID_DATASOURCE |
Invalid data source |
4680 |
ERR_DATAPROV_COULD_NOT_GENERATE_JOB_ID |
Could not generate job ID |
4704 |
ERR_DPSERVER |
General dpserver error occurred |
4705 |
ERR_DPSERVER_SCHEMA_CHANGE |
Schema of table changed |
4706 |
ERR_DPSERVER_SCHEMA_CHANGE_ON_DATASOURCE |
Schema of table changed in the remote source |
4707 |
ERR_DPSERVER_TRUNCATE_TABLE_EVENT |
Table truncated in the remote source |
4708 |
ERR_DPSERVER_ADAPTER_FAILURE |
Adapter failure occurred on remote source |
4709 |
ERR_DPSERVER_RECEIVER_FAILURE |
Receiver failure occurred on remote source |
4710 |
ERR_DPSERVER_DISTRIBUTOR_FAILURE |
Distributor failure occurred on remote source |
4711 |
ERR_DPSERVER_ADAPTER_REMOTE_SOURCE_DOWN |
“Adapter failure remote source is down” |
4712 |
ERR_DPSERVER_OPERATION_NOT_PERMITTED |
Operation is not permitted |
4864 |
ERR_GEM |
General GEM error |
4865 |
ERR_GEM_WORKSPACE_NOT_EXISTS |
GEM workspace does not exist |
4866 |
ERR_GEM_WORKSPACE_SCHEMA_NOT_EXISTS |
Schema specified for GEM workspace does not exist |
4867 |
ERR_GEM_WORKSPACE_ALREADY_EXISTS |
GEM workspace already exists |
4868 |
ERR_GEM_WORKSPACE_URI_TOO_LONG |
Workspace URI exceeds maximum allowed length |
4869 |
ERR_GEM_ADD_COLUMN |
Failed to add column |
4870 |
ERR_GEM_PREP_INSERT |
Failed in preparation to add column |
4871 |
ERR_GEM_CALC |
Calculation Scenario |
4872 |
ERR_GEM_VISITOR |
GEM Visitor |
4873 |
ERR_GEM_GRAMMAR |
GEM Grammar |
4874 |
ERR_GEM_TREE_BUILDER |
Tree Builder |
4875 |
ERR_GEM_TECHTYPE_UNKNOWN |
Techtype unknown in predicate/expression |
4876 |
ERR_GEM_TECHTYPE_MISMATCH |
Mismatch of technical types |
4877 |
ERR_GEM_TERM_NOT_EXISTS |
Term does not exist |
4878 |
ERR_GEM_TERM_ALREADY_EXISTS |
Term already exists |
4879 |
ERR_GEM_VERTEX_NOT_EXISTS |
Vertex does not exist |
4880 |
ERR_GEM_VERTEX_ALREADY_EXISTS |
Vertex already exists |
4881 |
ERR_GEM_LOCAL_NAME_NOT_FOUND |
Local name was not found |
4882 |
ERR_GEM_LOCAL_NAME_ALREADY_EXISTS |
Local name already exists |
4883 |
ERR_GEM_UNKNOWN_FUNC |
Unknown function |
4884 |
ERR_GEM_FEATURE_NOT_SUPPORTED |
This GEM feature is not supported |
4885 |
ERR_GEM_FUNCTION |
Error in using GEM function |
4886 |
ERR_GEM_TECHTYPE_MISSING |
Techtype not specified |
4887 |
ERR_GEM_URI_MISSING |
URI is missing |
4888 |
ERR_GEM_TECHTYPE_ERROR |
GEM technical type error |
5120 |
ERR_TEXT_UNKNOWN |
Unknown error occurred. |
5121 |
ERR_TEXT_COMMON_REGISTER_OVERWRITE |
Attempting to register an already registered object. |
5122 |
ERR_TEXT_COMMON_XML_PARSER_ERROR |
Xerces parser error. |
5123 |
ERR_TEXT_COMMON_INVALID_ANALYZER |
Invalid analyzer specified in aggregate configuration. |
5124 |
ERR_TEXT_COMMON_ANALYZER_CREATE_FAILED |
Analyzer factory create failed. |
5125 |
ERR_TEXT_COMMON_UNKNOWN_ANALYZER_TYPE |
Request to create analyzer of unknown type. |
5126 |
ERR_TEXT_COMMON_PIMPL_INIT_FAILED |
Failed to create private implementation instance. |
5127 |
ERR_TEXT_COMMON_NO_CONFIGURATION_FOUND |
No configuration found. |
5128 |
ERR_TEXT_COMMON_CONFIG_CREATE_FAILED |
Failed to create configuration. |
5129 |
ERR_TEXT_COMMON_LANG_DIR_READ_ERROR |
Error reading language directory. |
5130 |
ERR_TEXT_COMMON_NO_ANALYZERS_SPECIFIED |
No analyzers were specified. |
5131 |
ERR_TEXT_COMMON_PROPERTY_LIST_CREATE_FAILED |
Failed to create property list. |
5132 |
ERR_TEXT_COMMON_CHILD_VIEW_CREATE_FAILED |
Failed to create child view. |
5133 |
ERR_TEXT_COMMON_FAILED_BUFFER_ALLOCATION |
Failed to allocate internal buffer. |
5134 |
ERR_TEXT_COMMON_USE_OF_FOREIGN_ANNOTATION |
Attempt to use foreign annotation. |
5135 |
ERR_TEXT_COMMON_INSERT_BEFORE_INVALID |
Attempt to insert before invalid annotation. |
5136 |
ERR_TEXT_COMMON_ALLOCATION_FAILED |
Allocation failed. |
5137 |
ERR_TEXT_COMMON_INVALID_VIEW |
Invalid view specified. |
5138 |
ERR_TEXT_COMMON_INDEX_OUT_OF_RANGE |
Index out of range. |
5139 |
ERR_TEXT_COMMON_ANALYZER_BEFORE_CONFIG |
Attempt to analyze before configuring. |
5140 |
ERR_TEXT_COMMON_INVALID_ANNOTATION |
Invalid annotation found. |
5141 |
ERR_TEXT_COMMON_MISSING_REQUIRED_CONFIG |
Configuration error: missing required configuration parameter. |
5142 |
ERR_TEXT_COMMON_ANNOMGR_CREATED_OUTSIDE_DOC |
Annotation Manager created outside of document. |
5143 |
ERR_TEXT_COMMON_ANQUEUE_CREATED_OUTSIDE_DOC |
Analysis Queue created outside of document. |
5144 |
ERR_TEXT_COMMON_VIEWMGR_CREATED_OUTSIDE_DOC |
View Manager created outside of document. |
5145 |
ERR_TEXT_COMMON_GRPMGR_CREATED_OUTSIDE_DOC |
Grouping Manager created outside of document. |
5146 |
ERR_TEXT_COMMON_TOO_MANY_ANNOTATIONS_ADDED |
Too many annotations added to annotation manager. |
5147 |
ERR_TEXT_COMMON_ARCHIVE_READ_ERROR |
Archive read error. |
5148 |
ERR_TEXT_COMMON_ARCHIVE_WRITE_ERROR |
Archive write error. |
5149 |
ERR_TEXT_COMMON_TYPE_MISMATCH_IN_SET_FIELD |
Type mismatch when setting field value. |
5150 |
ERR_TEXT_COMMON_STREAM_ALREADY_OPEN |
Attempt to open an already open stream. |
5151 |
ERR_TEXT_COMMON_STREAM_CLOSED |
Attempt to transact with a closed stream. |
5152 |
ERR_TEXT_COMMON_READ_PAST_END_OF_STREAM |
Attempt to read past end of stream. |
5153 |
ERR_TEXT_COMMON_STREAM_FAILED_READ_OPEN |
Failed to open stream for reading. |
5154 |
ERR_TEXT_COMMON_STREAM_FAILED_WRITE_OPEN |
Failed to open stream for writing. |
5155 |
ERR_TEXT_COMMON_STREAM_READ_ERROR |
Stream read error. |
5156 |
ERR_TEXT_COMMON_INVALID_TYPE_DURING_WRITE |
Invalid type specifier during stream write. |
5157 |
ERR_TEXT_COMMON_STREAM_WRITE_FAILED |
Stream write failed. |
5158 |
ERR_TEXT_COMMON_INVALID_TYPE_DURING_READ |
Invalid type specifier during stream read. |
5159 |
ERR_TEXT_COMMON_XML_PARSE_DURING_PARSE |
Attempt to initiate parsing while progressive parse is in progress. |
5160 |
ERR_TEXT_COMMON_XML_PARSE_DURING_NO_PARSE |
Attempt to continue progressive parse before it has started. |
5161 |
ERR_TEXT_COMMON_MISSING_LANGUAGE_DIR_CONFIG |
Language directory property (LanguageDir) was not found in the Configuration. |
5162 |
ERR_TEXT_COMMON_LANGUAGE_DIR_DOES_NOT_EXIST |
Language directory specified in the configuration does not exist. |
5163 |
ERR_TEXT_COMMON_LANGUAGE_DIR_NOT_ACCESSIBLE |
Language directory specified in the configuration is not accessible. |
5164 |
ERR_TEXT_COMMON_LANGUAGE_DIR_IS_NOT_A_DIRECTORY |
Language directory specified in the configuration is not a directory. |
5165 |
ERR_TEXT_COMMON_LANGUAGE_DIR_DIRECTORY_IS_EMPTY |
Language directory specified in the configuration is empty. |
5166 |
ERR_TEXT_COMMON_LANGUAGE_DIR_COULD_NOT_BE_READ |
Language directory specified in the configuration could not be read. |
5167 |
ERR_TEXT_COMMON_LANGUAGE_DIR_NAME_IS_TOO_LONG |
Language directory name specified in the configuration is too long. |
5168 |
ERR_TEXT_COMMON_XML_IS_NOT_A_CONFIGURATOR |
“Attempt to create a Configurator from XML representation of some other type of objector no object at all.” |
5169 |
ERR_TEXT_COMMON_INVALID_CONFIG_TYPE |
Configuration error: invalid type for configuration parameter value. |
5170 |
ERR_TEXT_COMMON_FILE_NOT_FOUND |
File not found. |
5171 |
ERR_TEXT_COMMON_LOGGER_REGISTER_OVERWRITE |
Attempted to register a MessageHandler when one was already registered. Must unregister previous one first. |
5172 |
ERR_TEXT_COMMON_INVALID_LENGTH |
Invalid length. |
5173 |
ERR_TEXT_COMMON_NULL_POINTER |
Operation attempted with a NULL pointer. |
5174 |
ERR_TEXT_COMMON_INVALID_ARRAY_ARGUMENT |
Attempt to allocate or grow an array to a size that exceeds the maximum allowed. |
5175 |
ERR_TEXT_COMMON_INVALID_INPUT_BUFFER_LENGTH |
Invalid buffer length for XML Input stream. |
5176 |
ERR_TEXT_COMMON_INPUT_BUFFER_EXCEEDS_USTRING_LIMIT_FOR_BASE64_ENCODING |
The XML output buffer length exceeds the UString limit required for base64 encoding |
5177 |
ERR_TEXT_COMMON_EXCEEDING_OUTPUT_BUFFER_CAPACITY |
Writing more data to the buffer would exceed the buffer capacity. |
5178 |
ERR_TEXT_COMMON_INVALID_CONFIGURATION |
Failure when parsing configuration information. |
5179 |
ERR_TEXT_COMMON_LID_INVALID_NGRAM_SIZE |
Size of specified n-gram did not match configured size |
5180 |
ERR_TEXT_COMMON_LIB_PATH_NOT_FOUND |
Unable to find path to TASDK shared libraries. |
5181 |
ERR_TEXT_COMMON_LANGUAGE_MODEL_NOT_FOUND |
Language model file not found for |
5182 |
ERR_TEXT_COMMON_FAILED_TO_REGISTER_LIB |
Unable to register text analysis classes in library. |
5183 |
ERR_TEXT_COMMON_LANGUAGE_MODEL_NULL_POINTER |
Canceling XML model string parsing due to a NULL Language Model pointer |
5184 |
ERR_TEXT_COMMON_LANGUAGE_MODEL_PARSER_LANGUAGE_UNMATCHED |
The parser identified language is different from the model’s assumed language. |
5185 |
ERR_TEXT_COMMON_LANGUAGE_MODEL_UNDEFINED_NGRAM_TYPE |
Language model has an undefined Ngram type |
5186 |
ERR_TEXT_COMMON_EMPTY_LANGUAGE_SET_FOR_LANGUAGE_IDENTIFICATION |
An empty set of candidate languages was supplied for language identification. |
5187 |
ERR_TEXT_COMMON_INVALID_LANGUAGE_MODEL_MANAGER |
Invalid LanguageModel Manager. |
5188 |
ERR_TEXT_COMMON_GETLOGGER_BEFORE_INIT |
Analyzer’s getLogger() called before analyzer was initialized. |
5189 |
ERR_TEXT_COMMON_INVALID_DEFAULT_LANGUAGE |
Default language specified is not in the language list |
5190 |
ERR_TEXT_COMMON_INVALID_MINIMUM_INPUT_LENGTH |
Minimum input length has to be not less than zero |
5191 |
ERR_TEXT_COMMON_INVALID_EVALUATION_SAMPLE_SIZE |
Evaluation sample size has to be not less than zero |
5192 |
ERR_TEXT_COMMON_INVALID_MINIMUM_CONFIDENCE |
Minimum confidence has to be in the range [0..100] |
5193 |
ERR_TEXT_COMMON_OVERFLOW_ERROR |
Internal overflow error |
5194 |
ERR_TEXT_COMMON_MUTEX_FAILED |
Mutex creation failed |
5195 |
ERR_TEXT_COMMON_LANGUAGE_IDENTIFICATION_MODEL_ACCESS_FAILED |
Failed to find one or more language identification models. |
5196 |
ERR_TEXT_COMMON_FILE_BASED_DICT_PATH_IN_CONFIGURATION_FILE |
Filed-based dictionary path is not allowed in Text Analysis configuration file. |
5197 |
ERR_TEXT_COMMON_CONVERTER_OPEN_FAILED |
ICU Converter opening failed. |
5198 |
ERR_TEXT_COMMON_CONV_TO_UNI_FAILED |
Conversion to Unicode failed. |
5199 |
ERR_TEXT_COMMON_CONV_FROM_UNI_FAILED |
Conversion from Unicode failed. |
5200 |
ERR_TEXT_COMMON_U16_APPEND_FAILED |
UChar32 character handling failed. |
5201 |
ERR_TEXT_COMMON_COMPOSED_FAILED |
Conversion to composed form failed. |
5202 |
ERR_TEXT_COMMON_DECOMPOSED_FAILED |
Conversion to decomposed form failed. |
5203 |
ERR_TEXT_COMMON_USTRING_CONSTRUCTION_FAILED |
Constructing a UString from another type failed. |
5204 |
ERR_TEXT_COMMON_CASE_CONVERSION_FAILED |
Error converting UChar case. |
5205 |
ERR_TEXT_COMMON_COMPARE_NO_CASE_FAILED |
Case insensitive string comparison failed. |
5206 |
ERR_TEXT_COMMON_FILE_BASED_RULE_SET_PATH_IN_CONFIGURATION_FILE |
File-based rule set path is not allowed in Text Analysis configuration file. |
5220 |
ERR_TEXT_EA_UNKNOWN |
Unknown error occurred. |
5221 |
ERR_TEXT_EA_NC_LOAD_ERROR |
Error when loading dictionary. |
5222 |
ERR_TEXT_EA_CONFIG_ERROR |
Error during configuration. |
5223 |
ERR_TEXT_EA_EXTRACT_ERROR |
Error during extraction. |
5224 |
ERR_TEXT_EA_CE_ERROR |
Error during core extraction. |
5225 |
ERR_TEXT_EA_NE_ERROR |
Error during name extraction. |
5226 |
ERR_TEXT_EA_PE_ERROR |
Error during pattern extraction. |
5227 |
ERR_TEXT_EA_PP_ERROR |
Error during post processing. |
5228 |
ERR_TEXT_EA_CR_LOAD_ERROR |
Error when loading custom rule. |
5229 |
ERR_TEXT_EA_OOB_ENTITY_LOAD |
Error when extracting entity types. |
5230 |
ERR_TEXT_EA_OOB_DIR_NOT_FOUND |
Error when trying to access directory that does not exist. |
5231 |
ERR_TEXT_EA_OOB_RES_INIT |
Error when initializing linguistic resources. |
5320 |
ERR_TEXT_LA_UNKNOWN |
Unknown error occurred. |
5321 |
ERR_TEXT_LA_INCORRECT_SCENARIO |
Incorrect scenario requested. |
5322 |
ERR_TEXT_LA_INXIGHT_SEGMENTATION |
Error occurred during segmentation. |
5323 |
ERR_TEXT_LA_SEGMENT_STRING_IFACE |
Error occurred when creating byte interface for input string pointed to by a document segment. |
5324 |
ERR_TEXT_LA_SEGMENT_GEN_IFACE |
Error occurred when creating segmentation interface for input string pointed to by a document segment. |
5325 |
ERR_TEXT_LA_SEGMENT_GEN_ENCODING |
Error occurred when setting encoding for input string pointed to by a document segment. |
5326 |
ERR_TEXT_LA_SEGMENT_GEN_LANGUAGE |
Error occurred when setting language for input string pointed to by a document segment. |
5327 |
ERR_TEXT_LA_CONTENT_STRING_IFACE |
Error occurred when creating byte interface for document content. |
5328 |
ERR_TEXT_LA_CONTENT_GEN_IFACE |
Error occurred when creating segmentation interface for document content. |
5329 |
ERR_TEXT_LA_CONTENT_GEN_ENCODING |
Error occurred when setting encoding for document content. |
5330 |
ERR_TEXT_LA_CONTENT_GEN_LANGUAGE |
Error occurred when setting language for document content. |
5331 |
ERR_TEXT_LA_ANN_SEGMENT |
Error occurred when creating a segment annotation. |
5332 |
ERR_TEXT_LA_ANN_PARAGRAPH |
Error occurred when creating a paragraph annotation. |
5333 |
ERR_TEXT_LA_ANN_SENTENCE |
Error occurred when creating a sentence annotation. |
5334 |
ERR_TEXT_LA_ANN_TERM |
Error occurred when creating a term annotation. |
5335 |
ERR_TEXT_LA_SCENARIO_1 |
Error occurred when analyzing a segment. |
5336 |
ERR_TEXT_LA_SCENARIO_2 |
Error occurred when analyzing a segment. |
5337 |
ERR_TEXT_LA_SCENARIO_3 |
Error occurred when analyzing a segment. |
5338 |
ERR_TEXT_LA_SCENARIO_4 |
Error occurred when analyzing a segment. |
5339 |
ERR_TEXT_LA_SCENARIO_5 |
Error occurred when analyzing a segment. |
5340 |
ERR_TEXT_LA_SCENARIO_6 |
Error occurred when analyzing a segment. |
5341 |
ERR_TEXT_LA_SCENARIO_7 |
Error occurred when analyzing a segment. |
5342 |
ERR_TEXT_LA_SCENARIO_8 |
Error occurred when analyzing a segment. |
5343 |
ERR_TEXT_LA_LXP_RES_INIT_1 |
Error occurred when initializing LxP resource. |
5344 |
ERR_TEXT_LA_LXP_RES_INIT_2 |
Error occurred when initializing LxP resource. |
5345 |
ERR_TEXT_LA_LXP_RES_INIT_3 |
Error occurred when initializing LxP resource. |
5346 |
ERR_TEXT_LA_LXP_RES_INIT_4 |
Error occurred when initializing LxP resource. |
5347 |
ERR_TEXT_LA_LXP_RES_INIT_5 |
Error occurred when initializing LxP resource. |
5348 |
ERR_TEXT_LA_LXP_RES_INIT_6 |
Error occurred when initializing LxP resource. |
5349 |
ERR_TEXT_LA_LXP_RES_INIT_7 |
Error occurred when initializing LxP resource. |
5350 |
ERR_TEXT_LA_INXIGHT_TEXT_CONV |
Error occurred during internal text manipulation. |
5351 |
ERR_TEXT_LA_INXIGHT_OFFSET |
Error occurred when getting annotation offsets. |
5352 |
ERR_TEXT_LA_ADD_NORMALIZED |
Error occurred when getting normalized case version of a token. |
5353 |
ERR_TEXT_LA_WRONG_LANG_FOLDER |
LinguisticAnalyzer was configured with nonexisting path to language resource files |
5354 |
ERR_TEXT_LA_INXIGHT_FSM_INIT |
Error occurred when initializing FSM. |
5355 |
ERR_TEXT_LA_INXIGHT_FSM_QUERY |
Error occurred when querying FSM. |
5356 |
ERR_TEXT_LA_LXP_POOL_ERROR |
Error occurred when trying to allocate the LA resource pool |
5420 |
ERR_TEXT_FCA_UNKNOWN |
Unknown error occurred in Content Filter. |
5421 |
ERR_TEXT_FCA_NULL_POINTER |
Operation attempted with a NULL pointer. |
5422 |
ERR_TEXT_FCA_INVALID_ARGUMENT |
A method was called with an invalid argument. |
5423 |
ERR_TEXT_FCA_UNSUPPORTED_DOCUMENT_TYPE |
The submitted document is of an unsupported type. |
5424 |
ERR_TEXT_FCA_UNSUPPORTED_FILTER |
The requested filter is unsupported. |
5425 |
ERR_TEXT_FCA_3RD_PARTY_FILTER_INITIALIZATION |
Initialization of 3rd party filter failed. Verify that filter is set up correctly. |
5426 |
ERR_TEXT_FCA_3RD_PARTY_FILTER_FILTERING |
A filtering operation error occurred in the 3rd party filter. |
5427 |
ERR_TEXT_FCA_FILE_OPEN |
A file open failed. |
5428 |
ERR_TEXT_FCA_FILE_READ |
A file read failed. |
5429 |
ERR_TEXT_FCA_FILE_CLOSE |
An error occurred while closing a file. |
5430 |
ERR_TEXT_FCA_FILE_WRITE |
A file write failed. |
5431 |
ERR_TEXT_FCA_UNSUPPORTED_ENCODING |
The requested encoding is unsupported. |
5432 |
ERR_TEXT_FCA_INTERNAL |
An internal FormatConversionAnalyzer error occurred. |
5433 |
ERR_TEXT_FCA_MEMORY_ALLOCATION |
An attempt to allocate memory failed. |
5434 |
ERR_TEXT_FCA_NAME_TOO_LONG |
The name supplied for a FormatConversionAnalyzer instance is too long. |
5435 |
ERR_TEXT_FCA_NOT_CONFIGURED |
Configuration error. |
5436 |
ERR_TEXT_FCA_MIME_TYPE_MISMATCH |
Data to mime type mismatch error. |
5437 |
ERR_TEXT_FCA_NO_DATA |
There was no input data provided. |
5438 |
ERR_TEXT_FCA_NOT_INITIALIZED |
Initialization error. |
5439 |
ERR_TEXT_FCA_DIRECTORY_NOT_FOUND |
Directory was not found. |
5440 |
ERR_TEXT_FCA_FIELD_CREATION |
AnnotationManager failed to create a Field object. |
5441 |
ERR_TEXT_FCA_NULL_CONFIGURATOR |
The provided Configurator object is null. |
5442 |
ERR_TEXT_FCA_CREATE_STREAM_FROM_MEM_BUFFER |
An error occurred while creating 3rd party filter stream from the memory buffer. |
5443 |
ERR_TEXT_FCA_OPEN_STREAM_FROM_MEM_BUFFER |
An error occurred while opening 3rd party filter stream created from the memory buffer. |
5444 |
ERR_TEXT_FCA_SHUTDOWN |
An error occurred while closing the 3rd party filter. |
5445 |
ERR_TEXT_FCA_INVALID_OUTPUT_FORMAT |
The requested output format is unknown. |
5446 |
ERR_TEXT_FCA_INVALID_FILE_HANDLE |
The binary data memory handle is invalid. |
5447 |
ERR_TEXT_FCA_INIT_WITH_EMPTY_NAMESPACE |
Attempted to initialize document converter with empty namespace string. |
5448 |
ERR_TEXT_FCA_UNSUPPORTED_FORMAT |
The input is in an unsupported format. |
5449 |
ERR_TEXT_FCA_FORMAT_WITH_NO_TEXT |
The input contains no text for Text Analysis to process. |
5450 |
ERR_TEXT_FCA_UNDEFINED |
Undefined error code. |
5520 |
ERR_TEXT_SA_UNKNOWN |
Unknown error occurred in Structure Analyzer. |
5521 |
ERR_TEXT_SA_LA_CALL |
Lxplatform call failed. |
5522 |
ERR_TEXT_SA_TEXT_CONFIGURE |
Failed to configure TextNormalizer. |
5523 |
ERR_TEXT_SA_TEXT_PROCESS |
Failed to process TextNormalizer. |
5524 |
ERR_TEXT_SA_HTML_CONFIGURE |
Failed to configure HTMLDetagger. |
5525 |
ERR_TEXT_SA_HTML_PROCESS |
Failed to process HTMLDetagger. |
5526 |
ERR_TEXT_SA_XML_CONFIGURE |
Failed to configure XMLDetagger. |
5527 |
ERR_TEXT_SA_XML_PROCESS |
Failed to process XMLDetagger. |
5528 |
ERR_TEXT_SA_LANGUAGE_CONFIGURE |
Failed to configure LanguageDetector. |
5529 |
ERR_TEXT_SA_LANGUAGE_PROCESS |
Failed to process LanguageDetector. |
5530 |
ERR_TEXT_SA_INVALID_TEXT_LIMIT |
Invalid text limit value. |
5531 |
ERR_TEXT_SA_LANGUAGE_MODEL_NOT_LOADED |
Requested language not loaded. |
5533 |
ERR_TEXT_PREPROCESSOR_FAILED |
Preprocessor: failed |
5534 |
ERR_TEXT_PREPROCESSOR_INCONSISTENT_DATA |
Preprocessor: inconsistent data |
5535 |
ERR_TEXT_PREPROCESSOR_EXCEPTION |
Preprocessor: exception |
5536 |
ERR_TEXT_PREPROCESSOR_INVALID_INPUT_DOCUMENT |
Preprocessor: invalid input document |
5537 |
ERR_TEXT_PREPROCESSOR_INVALID_OUTPUT_DOCUMENT |
Preprocessor: invalid output document |
5538 |
ERR_TEXT_PREPROCESSOR_DOC_NOT_CHANGED |
Preprocessor: doc not changed |
5539 |
ERR_TEXT_PREPROCESSOR_FILTER_ERROR |
Preprocessor: filter error |
5540 |
ERR_TEXT_PREPROCESSOR_NOT_REACHABLE |
“PreprocessorClient: Communication error can’t reach Preprocessor” |
5541 |
ERR_TEXT_PREPROCESSOR_ACTIVITY_ERROR |
Preprocessor: Error in Activity |
5542 |
ERR_TEXT_PREPROCESSOR_COMMUNICATION_ERROR |
Preprocessor: Communication error |
5543 |
ERR_TEXT_PREPROCESSOR_PROTOCOL_MISMATCH |
Preprocessor: protocol mismatch |
5544 |
ERR_TEXT_PREPROCESSOR_REQUEST_CANCELED |
Preprocessor: request canceled |
5547 |
ERR_TEXT_LEXICON_ERROR |
Lexicon: general failure |
5549 |
ERR_TEXT_DAF_TA_RESULT_INCONSISTENT |
Inconsistent TAResult |
5550 |
ERR_TEXT_DAF_INVALID |
Invalid DAF |
5633 |
ERR_CERTADM_UNKNOWN |
Unknown certificate administration error occurred |
5634 |
ERR_CERTADM_INVALID_CERT_DEFINITION |
Certificate definition inconsistent |
5635 |
ERR_CERTADM_EXST_CERTIFICATE |
Certificate with same hash already exists |
5636 |
ERR_CERTADM_NON_EXST_CERTIFICATE |
Certificate could not be found in certificate store |
5637 |
ERR_CERTADM_CERTIFICATE_IN_USE |
Certificate could not be dropped because it is still in use by at least one PSE |
5638 |
ERR_CERTADM_EXST_PSE |
PSE with same name already exists |
5639 |
ERR_CERTADM_NON_EXST_PSE |
PSE could not be found |
5640 |
ERR_CERTADM_INVALID_PURPOSE |
Invalid purpose for PSE |
5641 |
ERR_CERTADM_NO_SUCH_CERTIFICATE_IN_PSE |
PSE does not contain such certificate |
5642 |
ERR_CERTADM_PSE_WITH_DIFFERENT_PURPOSE |
PSE is already set to a different purpose |
5643 |
ERR_CERTADM_INVALID_PRIVATE_KEY |
Private key provided with own certificate is missing or invalid |
5644 |
ERR_CERTADM_NO_CERT_FOR_PRIVATE_KEY |
No certificate found for provided key |
5645 |
ERR_CERTADM_INCOMPLETE_CHAIN |
Incomplete certificate chain |
5646 |
ERR_CERTADM_INVALID_CHAIN |
Invalid certificate chain |
5647 |
ERR_CERTADM_DANGLING_CERTIFICATES |
Invalid certificate chain: dangling certificates in PEM |
5648 |
ERR_CERTADM_PSE_WITH_NO_PURPOSE |
PSE is not set to any purpose |
5734 |
ERR_MASKING_UNKNOWN |
Masking: unknown error occurred |
5735 |
ERR_MASKING_INVALID_MASK_EXPRESSION |
Masking: invalid mask expression |
5736 |
ERR_MASKING_INVALID_COLUMN_DATATYPE |
Masking: not supported data type |
5737 |
ERR_MASKING_INVALID_MASK_COLUMN |
Masking: invalid mask column |
One comment