SAP Fehlercodes / Error Codes
SAP ist ein großer deutscher Softwarehersteller. Außerdem ist SAT der größte Softwarehersteller in europa und der viert größte Weltweit. Die Firma hat sich spezialisiert auf die Herstellung von Software zur Abwicklung von Prozessen wie Controlling, Buchführung, aber auch Lagerhaltung und weiteren Geschäftsprozessen. SAP ist weltweit sehr verbreitet und bekannt. Aber SAP hat auch ab und zu Bugs oder Fehler, wie jede andere Software auch. Deshalb gibt es eine Liste von SAP Fehlercodes, welche vom System ausgegeben werden. Mit diesen SAP Error Codes kann man das Problem eingrenzen und den Fehler lösen. Eine Auflistung aller Fehlercodes in SAP finden Sie bei uns.
SAP Fehlercodes / Error Codes für SQL HANA
In der HANA SQL Datenbank von SAP stehen alle SAP Fehlercodes. Diese können wir mit einfachen SQL Querys abfragen lassen.
SAP SQL Fehlercodes abfragen
Die neuen SAP Systeme laufen auf einer HANA SQL Datenbank. In dieser Datenbank können auch Fehler auftreten. Mit einem SQL Query lassen sich alle Fehlercodes auflisten:
SELECT * FROM M_ERROR_CODES ORDER BY CODE ASC;
Möchte man Informationen zu einem speziellen Code ausgeben lassen, benötigen wir folgendes Statement:
SELECT * FROM M_ERROR_CODES WHERE CODE=<error-code-number>; /* BEISPIEL: */ SELECT * FROM M_ERROR_CODES WHERE CODE=17;
SAP SQL Fehlercodes Übersicht
Hier finden Sie alle SAP SQL Fehlercodes in der HANA Datenbank:
Fehlercode | Type | Beschreibung |
---|---|---|
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 building 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_AUDITING_ GENERAL |
[PlanViz] general error |
4097 | ERR_AUDITING_ PIN_GENERAL |
[PlanViz] invalid pin request |
4098 | ERR_AUDITING_ INVALID_PLAN_GENERAL |
[PlanViz] invalid plan |
4099 | ERR_AUDITING_ PLAN_CACHE_GENERAL |
[PlanViz] plan cache error |
4100 | ERR_AUDITING_ NO_PVPARAM |
[PlanViz] PlanVizParam does not exist |
4101 | ERR_AUDITING_ PROC_LANG_SUPPORT |
[PlanViz] procedure language not supported |
4102 | ERR_AUDITING_ MARK_MIN_COST_PLAN |
[PlanViz] cannot mark min-cost plan |
4103 | ERR_AUDITING_ PARSE_TREE_NOT_FOUND |
[PlanViz] parse tree not found |
4104 | ERR_AUDITING_ PLAN_NOT_FOUND |
[PlanViz] plan not found |
4105 | ERR_AUDITING_ UNSUPPORTED_STMT_TYPE |
[PlanViz] unsupported statement type |
4106 | ERR_AUDITING_ REMOTE_EXEC_STATS |
[PlanViz] error while gathering remote execution stats |
4107 | ERR_AUDITING_ ENV_NO_STATS_COLLECTOR |
[PlanViz] exec stats collector not found |
4108 | ERR_AUDITING_ EXPLAIN_PLAN_GENERAL |
[PlanViz] explain plan failed |
4109 | ERR_AUDITING_ TRACE_ONLY_GENERAL |
[PlanViz] error in trace-only mode |
4110 | ERR_AUDITING_ 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 data flow 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 |
Cancelling 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 |
SAP Fehlercodes / Error Codes für Gateway und CPIC
Diese Liste enthält die SAP Fehlercodes für Gateway und CPIC , inklusive Ursachen und Hinweise, wie der Fehler im SAP Gateway beseitigt werden kann.
Fehlercode | Typ | Beschreibung |
221 | CPIC_ERROR | interner CPI-C-Fehler |
222 | CANT_GET_MEMORY | Speicherengpass, weil entweder Shared Memory Blöcke oder Hauptspeicher knapp werden |
223 | NI_READ_FAILED | Netzlesefehler, Netzprobleme oder Partner hat sich beendet |
224 | NI_WRITE_FAILED | Netzschreibfehler, Netzprobleme oder Partner hat sich beendet |
225 | INVALID_REQUEST | Unbekannter Request-Type im APPC-Header |
229 | SHM_WRITE_FAILED | Schreiben in den Index-Bereich vom Gateway ist misslungen |
230 | CONN_EXCEEDED | Maximale Anzahl der Verbindungen im Gateway erreicht. Parameter gw/max_conn erhöhen. |
233 | WRONG_COMM_TYPE | Unbekannter Kommunikationstyp. Erlaubt sind nur:
I für interne Kommunikation, Partner ist im SAP NetWeaver E für externe Kommunikation, Partner ist extern R für externe Kommunikation, Partner ist registriert |
234 | CONNECT_FAILED | Verbindungsaufbau zum Gateway misslungen. Überprüfen Sie Rechnernamen und Service. Falls diese in Ordnung sind, überprüfen Sie, ob das Gateway auch wirklich läuft und auch auf den richtigen Port hört. Die eigene(n) Rechnernamen und die Gateway-Ports stehen als erste Zeilen in der Trace-Datei ( dev_rd). |
235 | COMM_TABLE_ERROR | Fehler in der Verwaltungsstruktur, die sich das Gateway mit dem SAP-System teilt (Comm-Table ). |
236 | GW_CONNECT_FAILED | Siehe CONNECT_FAILED |
237 | GW_DISCONNECTED | Die Verbindung zum Gateway wurde abgebaut (CPIC-SS ) oder das Gateway soll eine Verbindung zu einem anderen Gateway aufbauen und eine vorheriger Versuch war schon fehlgeschlagen. Wenn die Verbindung zu einem anderen Gateway misslingt, dann wird erst wieder nach 60 Sekunden versucht, eine neue Verbindung aufzubauen. Wenn in der Zwischenzeit Verbindungsrequests zu diesem Gateway kommen, werden sie mit diesem Fehler abgewiesen. |
238 | WRITE_TO_GW_FAILED | Netzschreibfehler, Netzprobleme oder das entfernte Gateway wurde beendet. |
239 | READ_FROM_GW_FAILED | Netzlesefehler, Netzprobleme oder das entfernte Gateway wurde beendet. |
240 | INVALID_LEN | Empfangslänge größer als ein Appc-Request-Block oder die Länge des Datenpaketes ist kleiner als die Länge des APPC-Headers |
242 | GW_TIMEOUT | Der Verbindungsaufbau zum entfernten Gateway wurde wegen Zeitüberschreitung abgebrochen. |
244 | SYSTEM_DISCONNECTED | Die Verbindung zu dem Partner wurde schon abgebaut, trotzdem wird versucht nochmals mit dem Partner zu kommunizieren. |
245 | MEM_OVERFLOW | Der Overflow-Bereich kann die Daten nicht mehr speichern. Wenn ein Partner die Daten viel schneller sendet als sie der Partner empfangen kann, dann werden die Daten im Overflow-Bereich zwischengespeichert. Dieser Bereich wird durch den Parameter gw/max_overflow_size bestimmt. Es handelt sich um prozesslokalen Speicher. Der Default beträgt 1 MByte und sollte entsprechend vergrößert werden. |
246 | WRONG_APPCHDR_VERSION | Der Protokoll-Header, der zwischen Gateways und CPIC/RFC-Clients ausgetauscht wird, enthält eine ungültige Versionsnummer. |
247 | GW_APPC_SERVER_DOWN | Die Daten konnten vom SAP-System nicht an das Gateway geschickt werden. Überprüfen Sie, ob das Gateway läuft. |
248 | TXCOM_TABLE_FAILED | Eintrag in der Tabelle TXCOM nicht gefunden oder ein Problem mit der Datenbanktabelle selbst. Überprüfen Sie, ob die symbolische Destination vorhanden ist (Transaktion SM54). |
249 | COMM_TABLE_OVERFLOW | Die Kommunikationstabelle ist übergelaufen. Die Größe der Tabelle bzw. die Anzahl der Einträge kann mit dem Parameter rdisp/max_comm_entries definiert werden. Der Wert sollte mindestens so groß wie der Wert des Parameters gw/max_conn sein. |
450 | C_NO_MEM | Speicheranforderung misslungen |
455 | C_SIGNAL | Setzen des Signals SIGALRM ist misslungen |
472 | C_NO_SIDE_INFO_ENTRY | Der Sideinfo-Eintrag wurde nicht gefunden. |
473 | C_NO_CONV | Conversation-Id nicht gefunden |
474 | C_MANUAL_CANCELD | Die Verbindung wurde manuell ( z.B. durch den Systemadministrator ) beendet. |
476 | C_NO_PARTNER | Die Verbindungspartner konnten nicht zugeordnet werden |
485 | C_GETHOSTNAME | Der eigene Rechnername konnte nicht bestimmt werden |
486 | C_NO_SAP_CMACCP | Der Aufruf SAP_CMACCP fehlt. Dieser Aufruf muss als erster Aufruf in einem CPIC-Programm gemacht werden, das von einem anderen Programm gestartet werden soll. |
487 | C_NO_PROGRAM_NAME_ARG | Der eigene Programmname konnte aus der Argumentliste nicht bestimmt werden. Überprüfen Sie, ob alle Argumente dem Programm übergeben wurden. |
488 | C_NO_HOST_ARG | Der Gateway-Rechnername konnte aus der Argumentliste nicht bestimmt werden. Überprüfen Sie, ob alle Argumente dem Programm übergeben wurden. |
489 | C_NO_SERV_ARG | Der Gateway-Service konnte aus der Argumentliste nicht bestimmt werden. Überprüfen Sie, ob alle Argumente dem Programm übergeben wurden. |
490 | C_NO_CONVID_ARG | Die Conversation-Id konnte aus der Argumentliste nicht bestimmt werden. Überprüfen ob alle Argumente dem Programm übergeben wurden. |
491 | C_ILLEGAL_PARAMETER | Ein CPIC-Aufruf wurde falsch aufgerufen, beachten Sie weitergehende Fehlermeldungen. |
497 | C_NIHOSTTOADDR | Die Auflösung der IP-Adresse aus dem Rechnernamen ist nicht gelungen |
498 | C_NIADDRTOHOST | Die Auflösung des Rechnernamens aus der IP-Adresse ist nicht gelungen |
499 | C_THOST_FAILED | Die Konvertierung des kurzen zu langem Rechnername aus der Tabelle THOST ist misslungen. |
635 | FORK_FAILED | Das Anstarten eines lokalen Programms ist misslungen. Mögliche Fehlerursachen sind:
|
636 | BAD_NI_HANDLE | Der Netzwerk-Schicht wurde ein ungültiger Handle übergeben |
637 | REXEC_FAILED | Anstarten eines entfernten Programms mittels rexec() ist misslungen. Mögliche Fehlerursachen sind:
|
638 | TP_START_FAILED | Anstarten eines entfernten Programms mittels remsh() ist misslungen. Mögliche Fehlerursachen sind:
|
676 | GW_SECURITY_ERROR | Das Anstarten eines Programms ist nicht erlaubt. In der Datei secinfo wird definiert, wer welche Programme starten darf. |
677 | GW_TIMEOUT_REG_PRGM | Zeitüberschreitung beim Warten auf das Freiwerden eines registrierten Programms. D.h. das registrierte Programm war die ganze Zeit von einem anderen Partner belegt. Schaffen Sie Abhilfe durch paralleles Starten des registrierten Programms geschehen oder durch Minimieren der Zeit, in der das Programm belegt ist. |
678 | TP_REGISTERED | Transaktionsprogramm ist registriert. |
679 | TP_NOTREGISTERED | Transaktionsprogramm ist nicht registriert. |
720 | TP_REG_SECU_ERROR | Die Registrierung des Programm ist nicht erlaubt. In der Datei secinfo wird definiert, welche Programme sich von welchem Rechner aus registrieren dürfen. |
721 | GW_SNC_DISABLED | Ein Client möchte mittels SNC kommunizieren, SNC ist jedoch im Gateway deaktiviert. Ob das Gateway mittels SNC kommunizieren kann wird mit dem Parameter snc/enable gesteuert. |
722 | GW_SNC_REQUIRED | Ein Client möchte ohne SNC kommunizieren, SNC ist aber für alle Verbindungen zwingend vorgeschrieben |
728 | CONV_ID_NOT_FOUND | Conversation-Id nicht gefunden |
731 | GW_SHUTDOWN | Gateway wird heruntergefahren. An alle offenen Verbindungen wird dieser Return-Code gesendet. |
732 | GW_REM_PRGM_DISABLED | Das Anstarten von remote Programmen ist nicht erlaubt. Dies geschieht über den Parameter gw/rem_start . |
737 | GW_CONNECT_TIMEOUT | Timeout beim Verbindungsaufbau zu einem entfernten Gateway. Das Gateway unterbricht die Aktion und setzt sie später fort, sobald auf dem Netzwerkkanal (socket) wieder geschrieben oder gelesen werden kann. |
738 | GW_REQ_TO_DP_FAILED | Das Gateway konnte den Auftrag nicht in die Warteschlange des Dispatchers stellen. Vermutlich ist die Anzahl der möglichen Aufträge, die gleichzeitig in der Warteschlange stehen können, überschritten. |
765 | C_SNC_DISABLED | Ein Client möchte mittels SNC kommunizieren, SNC ist jedoch deaktiviert |
766 | C_SNC_ERROR | Allgemeiner SNC-Fehler, ausführliche Informationen sind in der Error-Info enthalten. |
767 | C_SNC_MODE_ON | Ein Client möchte ohne SNC kommunizieren, SNC ist aber für diese Verbindungen zwingend vorgeschrieben |
768 | C_SNC_NOT_AVAILABLE | SNC ist nicht verfügbar |
SAP Fehlercodes der API
Auch die SAP API hat Error Codes die ausgegeben werden. Hier die SAP Fehlercodes für die API SChnittstelle:
0 Success.
-103 Connection to the company database has failed.
-104 Connection to the license database has failed.
-105 The observer.dll init has failed.
-106 You are not connected to a company.
-107 Wrong username and/or password.
-108 Error reading company definitions.
-109 Error copying dll to temp directory.
-110 Error opening observer.dll.
-111 Connection to SBO-Common has failed.
-112 Error extracting dll from cab.
-113 Error creating temporary dll folder.
-114 No server defined.
-115 No database defined.
-116 Already connected to a company database.
-117 Language is not supported.
-118 Exceeded the number of max concurrent users.
-1001 The field is to small to accept the data.
-1002 Invalid row.
-1103 Object not supported.
-1104 Invalid XML file.
-1105 Invalid index.
-1106 Invalid field name.
-1107 Wrong object state.
-1108 The transaction is already active.
-1109 There is no active transaction in progress.
-1110 Invalid user entered.
-1111 Invalid file name.
-1112 Could not save the XML file.
-1113 Function not implemented.
-1114 XML validation failed.
-1115 No XML schema was found to support this object.
-1120 Ref count for this object is higher then 0.
-1130 Invalid edit state.
-2000 SQL native error.
-2050 No query string entered.
-2051 No value found.
-2052 No records found.
-2053 Invalid object.
-2054 Either BOF or EOF have been reached.
-2055 The value entered is invalid.
-3000 The logged on user does not have permission to use this object.
-3001 You do not have a permission to view this fields data.
-8004 Company connection is dead.
-8005 Server connection is dead.
-8006 Error opening language resource.
-8007 License failure.
-8008 Error initializing the DB layer.
-8009 Too many users connected.
-8010 No valid license is present.
-8011 Error initializing Business objects layer.
-8012 Company version mismatch.
-8013 Error initializing the application environment.
-8014 Invalid command.
-8015 Missing parameter.
-8016 Unsupported object.
-8017 Invalid command for this object.
-8018 Internal permission error.
-8019 Dll is not initialized.
-8020 Language init error.
-8021 Timeout encountered.
-8022 Init error.
-8023 Wrong user or password.
SAP Fehlercodes / Error Codes für SOFFICEINTEGRATION
Das SAP Modul SOFFICEINTEGRATION hat eigene SAP Fehlercodes, welche hier gelistet werden:
Fehlercode | Text (EN) | Text (DE) |
---|---|---|
000 | Unknown error | Unbekannter Fehler aufgetreten |
001 | System error occurred in control framework | Systemfehler im Control Framework aufgetreten |
002 | Control method does not exist or has incorrect parameter list | Control-Methode nicht vorhanden oder hat falsche Parameterliste |
003 | Unknown error occurred during method call for control | Unbekannter Fehler beim Methoden-Aufruf eines Controls aufgetreten |
004 | Error while generating &1 | Fehler beim Erzeugen von &1 |
005 | Error while installing &1 | Fehler beim Installieren von &1 |
006 | Cannot initialize control | Control konnte nicht initialisiert werden |
007 | Object not initialized | Objekt nicht initialisiert |
008 | No link item selected | Kein Link Item selektiert |
009 | No program installed for processing document | Kein Programm zum Bearbeiten des Dokumentes installiert |
010 | Error while opening document | Fehler beim Öffnen des Dokumentes |
011 | Error while closing document | Fehler beim Schließen des Dokumentes |
012 | Document already opened | Dokument bereits geöffnet |
013 | Object not initialized | Objekt nicht initialisiert |
014 | SAP link server is not active | SAP Link Server ist nicht aktiv |
015 | SAP link server is already active | SAP Link Server ist bereits aktiv |
016 | Standard document interface is not available | Standard-Dokument-Schnittstelle ist nicht vorhanden. |
017 | Document interface is not supported | Dokument-Schnittstelle wird nicht unterstützt |
018 | Document interface function has not been implemented | Funktion der Dokumenten-Schnittstelle nicht implementiert |
019 | Internal error in SAP OLE document container control | Interner Fehler im SAP OLE Document Container Control |
020 | Direct display for documents not activated | Direktanzeige von Dokumenten wurde nicht aktiviert |
021 | Document contains no presentation data | Dokument enthält keine Präsentationsdaten |
022 | No document opened | Kein Dokument geöffnet |
101 | Memory protection fault in OLE container control | Speicherschutzverletzung im OLE Container Control aufgetreten |
102 | Control error occurred due to lack of memory | Control-Fehler wegen zu wenig Speicher aufgetreten |
103 | COM object could not be generated | Ein COM Objekt konnte nicht erzeugt werden. |
104 | Direct display for documents not activated | Direktanzeige von Dokumenten wurde nicht aktiviert |
105 | Error occurred while reading object property | Fehler beim Lesen einer Objekt-Property |
106 | Error occurred while setting object property | Fehler beim Setzen einer Objekt-Property |
108 | No program available for processing document | Kein Programm zum Bearbeiten des Dokumentes vorhanden. |
109 | Object does not have required COM interface | Das Objekt besitzt nich die angeforderte COM-Schnittstelle. |
110 | Memory protection fault occurred in SAP data provider | Speicherschutzverletzung im SAP Data Provider aufgetreten |
111 | Memory protection fault occurred in OLE application | Speicherschutzverletzung in der OLE Applikation aufgetreten |
112 | Only one document at a time can be opened ‘in place’ | Nur ein Dokument kann gleichzeitig ‘in-place’ geöffnet sein |
113 | Unknown document format given | Unbekanntes Dokumentformat spezifiziert |
114 | Macro does not exist, or was called using the wrong parameter list | Makro nicht vorhanden oder mit falscher Parameterliste aufgerufen |
115 | Unable to find script | Script nicht gefunden |
116 | Error ‘&1’ occurred during macro execution | Fehler ‘&1’ beim Ausführen eines Makros aufgetreten |
117 | Application is not responding or is busy | Anwendung nicht ansprechbar oder beschäftigt |
118 | Script contains errors | Script fehlerhaft |
120 | SAP OLE link server is not active | SAP OLE Link Server ist nicht aktiv. |
121 | SAP OLE link server is already active | SAP OLE Link Server ist bereits aktiv. |
122 | SAP OLE link server could not be registered | SAP OLE Link Server konnte nicht registriert werden. |
123 | SAP OLE link server could not be initialized | SAP OLE Link Server konnte nicht initialisiert werden. |
124 | SAP OLE link server could not be shutdown | SAP OLE Link Server konnte nicht heruntergefahren werden. |
130 | Incorrect link item name entered | Falscher Link-Item-Name angegeben |
131 | Error occurred while generating link item | Fehler beim Erzeugen eines Link-Items |
132 | Error occurred while initializing link item | Fehler beim Initialisieren eines Link-Items |
133 | Incorrect URL entered for link item data | Falsche URL zu Link-Item-Daten angegeben |
134 | Wrong data format for a link item given | Falsches Datenformat für ein Link-Item angegeben |
140 | No document opened | Kein Dokument geöffnet |
141 | Error while generating document | Fehler beim Erzeugen des Dokumentes |
142 | Error while loading document | Fehler beim Laden des Dokumentes |
143 | Error while opening document | Fehler beim Öffnen des Dokumentes |
144 | Error while saving document | Fehler beim Speichern des Dokumentes |
145 | Document save was canceled | Speichern des Dokumentes wurde abgebrochen. |
146 | Error while generating standard document proxy | Fehler beim Erzeugen des Standard-Document-Proxy |
147 | Invalid URL entered for document | Ungültige URL zu einem Dokument wurde angegeben. |
148 | Internal error while opening document | Interner Fehler beim Öffnen des Dokumentes |
149 | Document contains no presentation data | Dokument enthält keine Präsentationsdaten |
150 | Data provider object not found | DataProvider-Objekt wurde nicht gefunden. |
151 | Error while creating data provider object | Fehler beim Erzeugen eines DataProvider-Objektes |
152 | Error while retrieving data from data provider object | Fehler beim Holen von Daten aus einem DataProvider-Objekt |
153 | Error while setting data in data provider object | Fehler beim Setzen von Daten in ein DataProvider-Objekt |
154 | Error setting the logon data in a Data Provider object | Fehler beim Setzen von Anmeldedaten in ein DataProvider-Objekt |
160 | Error while creating document interface manager | Fehler beim Erzeugen des Dokument-Schnittstellen-Managers |
170 | Error saving the document to a temporary file | Fehler beim Speichern des Dokumentes in eine temporäre Datei |
171 | Error loading the document from a temporary file | Fehler beim Laden des Dokumentes aus einer temporären Datei |
172 | Only one document may be open at any one time | Es kann nur ein Dokument gleichzeitig offen sein. |
201 | Memory protection fault occurred in document interface | Speicherschutzverletzung in Dokument-Schnittstelle aufgetreten |
202 | Error due to insufficient memory | Fehler wegen zu wenig Speicher aufgetreten |
203 | Error while creating COM object | Fehler beim Erzeugen eines COM-Objektes |
204 | Error while accessing COM object | Fehler beim Zugriff auf ein COM-Objekt |
205 | Error occurred while reading object property | Fehler beim Lesen einer Objekt-Property |
206 | Error occurred while setting object property | Fehler beim Setzen einer Objekt-Property |
207 | Error during method call | Fehler bei einem Methoden-Aufruf aufgetreten. |
208 | No program installed for processing document | Kein Programm zum Bearbeiten des Dokumentes installiert |
209 | Object does not have the required COM interface | Das Objekt besitzt nicht die angeforderte COM-Schnittstelle. |
210 | COM object not found | COM-Objekt nicht gefunden |
211 | Object property not found | Objekt-Property nicht gefunden |
212 | This document interface is not supported | Diese Dokumenten-Schnittstelle wird nicht unterstützt. |
213 | This SAP document interface function has not been implemented | Diese Funktion der SAP Dokumenten-Schnittstelle ist nicht implementiert. |
214 | Document interface not initialized | Dokumenten-Schnittstelle nicht initialisiert |
215 | Execution of action was canceled | Ausführung der Aktion wurde abgebrochen |
216 | This function is not permitted at present | Diese Funktion ist zur Zeit nicht erlaubt |
217 | Menu not found | Menü nicht gefunden |
218 | Menu entry not found | Menüeintrag nicht gefunden |
219 | Macro not found | Makro nicht gefunden |
220 | Incorrect URL entered | Falsche URL angegeben |
221 | File could not be created | Datei konnte nicht erzeugt werden |
222 | Could Not Open File | Datei konnte nicht geöffnet werden |
223 | File could not be deleted | Datei konnte nicht gelöscht werden |
224 | Menu or menu entry already exists | Menü oder Menüeintrag existiert bereits |
225 | No data selected | Keine Daten selektiert |
226 | Text not found | Text nicht gefunden |
227 | Method argument contains errors | Methoden-Argument fehlerhaft |
228 | Function is not supported | Funktionalität wird nicht unterstützt |
229 | Attribute is not supported | Eigenschaft wird nicht unterstützt |
230 | Error ‘&1’ occurred during macro execution | Fehler ‘&1’ beim Ausführen eines Makros aufgetreten |
231 | Unable to find template | Template nicht gefunden |
232 | Application is not responding or is busy | Anwendung nicht ansprechbar oder beschäftigt |
233 | Save the data in the spreadsheet | Daten in der Tabellenkalkulation sollten gespeichert werden |
800 | Document data not found in SAP Web Repository | Dokument-Daten in SAP Web Repository nicht gefunden |
801 | Internal error while loading document data | Interner Fehler beim Laden der Dokumentdaten |
802 | Error in SAP data provider while loading document data | Fehler im SAP Data Provider beim Laden von Dokument-Daten |
898 | Unknown error | Unbekannter Fehler aufgetreten |
899 | Method ‘&2’ of object ‘&1’ was not executed | Methode ‘&2’ des Objektes ‘&1’ wurde nicht ausgeführt. |
Ich hoffe wir konnten euch mit dieser langen Liste der SAP Fehlercodes weiterhelfen. Das lange suchen im Internet muss nicht sein, hier habt ihr alle Error Codes von SAP. 🙂