mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Updated error codes
This commit is contained in:
parent
d5e0bf5999
commit
7f4a770050
@ -621,6 +621,13 @@ static const struct {
|
||||
{"shutdown_timeout", 335544917},
|
||||
{"att_handle_busy", 335544918},
|
||||
{"bad_udf_freeit", 335544919},
|
||||
{"eds_provider_not_found", 335544920},
|
||||
{"eds_connection", 335544921},
|
||||
{"eds_preprocess", 335544922},
|
||||
{"eds_stmt_expected", 335544923},
|
||||
{"eds_prm_name_expected", 335544924},
|
||||
{"eds_unclosed_comment", 335544925},
|
||||
{"eds_statement", 335544926},
|
||||
{"gfix_db_name", 335740929},
|
||||
{"gfix_invalid_sw", 335740930},
|
||||
{"gfix_incmp_sw", 335740932},
|
||||
|
@ -655,6 +655,13 @@ const ISC_STATUS isc_numeric_out_of_range = 335544916L;
|
||||
const ISC_STATUS isc_shutdown_timeout = 335544917L;
|
||||
const ISC_STATUS isc_att_handle_busy = 335544918L;
|
||||
const ISC_STATUS isc_bad_udf_freeit = 335544919L;
|
||||
const ISC_STATUS isc_eds_provider_not_found = 335544920L;
|
||||
const ISC_STATUS isc_eds_connection = 335544921L;
|
||||
const ISC_STATUS isc_eds_preprocess = 335544922L;
|
||||
const ISC_STATUS isc_eds_stmt_expected = 335544923L;
|
||||
const ISC_STATUS isc_eds_prm_name_expected = 335544924L;
|
||||
const ISC_STATUS isc_eds_unclosed_comment = 335544925L;
|
||||
const ISC_STATUS isc_eds_statement = 335544926L;
|
||||
const ISC_STATUS isc_gfix_db_name = 335740929L;
|
||||
const ISC_STATUS isc_gfix_invalid_sw = 335740930L;
|
||||
const ISC_STATUS isc_gfix_incmp_sw = 335740932L;
|
||||
@ -927,7 +934,7 @@ const ISC_STATUS isc_fbsvcmgr_info_err = 336986116L;
|
||||
const ISC_STATUS isc_fbsvcmgr_query_err = 336986117L;
|
||||
const ISC_STATUS isc_fbsvcmgr_switch_unknown = 336986118L;
|
||||
const ISC_STATUS isc_utl_trusted_switch = 337051649L;
|
||||
const ISC_STATUS isc_err_max = 871;
|
||||
const ISC_STATUS isc_err_max = 878;
|
||||
|
||||
#else /* c definitions */
|
||||
|
||||
@ -1552,6 +1559,13 @@ const ISC_STATUS isc_err_max = 871;
|
||||
#define isc_shutdown_timeout 335544917L
|
||||
#define isc_att_handle_busy 335544918L
|
||||
#define isc_bad_udf_freeit 335544919L
|
||||
#define isc_eds_provider_not_found 335544920L
|
||||
#define isc_eds_connection 335544921L
|
||||
#define isc_eds_preprocess 335544922L
|
||||
#define isc_eds_stmt_expected 335544923L
|
||||
#define isc_eds_prm_name_expected 335544924L
|
||||
#define isc_eds_unclosed_comment 335544925L
|
||||
#define isc_eds_statement 335544926L
|
||||
#define isc_gfix_db_name 335740929L
|
||||
#define isc_gfix_invalid_sw 335740930L
|
||||
#define isc_gfix_incmp_sw 335740932L
|
||||
@ -1824,7 +1838,7 @@ const ISC_STATUS isc_err_max = 871;
|
||||
#define isc_fbsvcmgr_query_err 336986117L
|
||||
#define isc_fbsvcmgr_switch_unknown 336986118L
|
||||
#define isc_utl_trusted_switch 337051649L
|
||||
#define isc_err_max 871
|
||||
#define isc_err_max 878
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -29,14 +29,12 @@
|
||||
/* ISC message facilities */
|
||||
/******************************/
|
||||
|
||||
struct _facilities
|
||||
{
|
||||
struct _facilities {
|
||||
int fac_code;
|
||||
const char* facility;
|
||||
};
|
||||
|
||||
static const struct _facilities facilities[] =
|
||||
{
|
||||
static const struct _facilities facilities[] = {
|
||||
{0, "JRD "},
|
||||
{3, "GFIX "},
|
||||
{7, "DSQL "},
|
||||
|
@ -621,277 +621,284 @@ static const struct {
|
||||
{335544917, "Firebird shutdown is still in progress after the specified timeout"}, /* 597, shutdown_timeout */
|
||||
{335544918, "Attachment handle is busy"}, /* 598, att_handle_busy */
|
||||
{335544919, "Bad written UDF detected: pointer returned in FREE_IT function was not allocated by ib_util_malloc"}, /* 599, bad_udf_freeit */
|
||||
{335740929, "data base file name (@1) already given"}, /* 600, gfix_db_name */
|
||||
{335740930, "invalid switch @1"}, /* 601, gfix_invalid_sw */
|
||||
{335740932, "incompatible switch combination"}, /* 602, gfix_incmp_sw */
|
||||
{335740933, "replay log pathname required"}, /* 603, gfix_replay_req */
|
||||
{335740934, "number of page buffers for cache required"}, /* 604, gfix_pgbuf_req */
|
||||
{335740935, "numeric value required"}, /* 605, gfix_val_req */
|
||||
{335740936, "positive numeric value required"}, /* 606, gfix_pval_req */
|
||||
{335740937, "number of transactions per sweep required"}, /* 607, gfix_trn_req */
|
||||
{335740940, "\"full\" or \"reserve\" required"}, /* 608, gfix_full_req */
|
||||
{335740941, "user name required"}, /* 609, gfix_usrname_req */
|
||||
{335740942, "password required"}, /* 610, gfix_pass_req */
|
||||
{335740943, "subsystem name"}, /* 611, gfix_subs_name */
|
||||
{335740944, "\"wal\" required"}, /* 612, gfix_wal_req */
|
||||
{335740945, "number of seconds required"}, /* 613, gfix_sec_req */
|
||||
{335740946, "numeric value between 0 and 32767 inclusive required"}, /* 614, gfix_nval_req */
|
||||
{335740947, "must specify type of shutdown"}, /* 615, gfix_type_shut */
|
||||
{335740948, "please retry, specifying an option"}, /* 616, gfix_retry */
|
||||
{335740951, "please retry, giving a database name"}, /* 617, gfix_retry_db */
|
||||
{335740991, "internal block exceeds maximum size"}, /* 618, gfix_exceed_max */
|
||||
{335740992, "corrupt pool"}, /* 619, gfix_corrupt_pool */
|
||||
{335740993, "virtual memory exhausted"}, /* 620, gfix_mem_exhausted */
|
||||
{335740994, "bad pool id"}, /* 621, gfix_bad_pool */
|
||||
{335740995, "Transaction state @1 not in valid range."}, /* 622, gfix_trn_not_valid */
|
||||
{335741012, "unexpected end of input"}, /* 623, gfix_unexp_eoi */
|
||||
{335741018, "failed to reconnect to a transaction in database @1"}, /* 624, gfix_recon_fail */
|
||||
{335741036, "Transaction description item unknown"}, /* 625, gfix_trn_unknown */
|
||||
{335741038, "\"read_only\" or \"read_write\" required"}, /* 626, gfix_mode_req */
|
||||
{335741039, " -sql_dialect set database dialect n"}, /* 627, gfix_opt_SQL_dialect */
|
||||
{335741042, "positive or zero numeric value required"}, /* 628, gfix_pzval_req */
|
||||
{336003074, "Cannot SELECT RDB$DB_KEY from a stored procedure."}, /* 629, dsql_dbkey_from_non_table */
|
||||
{336003075, "Precision 10 to 18 changed from DOUBLE PRECISION in SQL dialect 1 to 64-bit scaled integer in SQL dialect 3"}, /* 630, dsql_transitional_numeric */
|
||||
{336003076, "Use of @1 expression that returns different results in dialect 1 and dialect 3"}, /* 631, dsql_dialect_warning_expr */
|
||||
{336003077, "Database SQL dialect @1 does not support reference to @2 datatype"}, /* 632, sql_db_dialect_dtype_unsupport */
|
||||
{336003079, "DB dialect @1 and client dialect @2 conflict with respect to numeric precision @3."}, /* 633, isc_sql_dialect_conflict_num */
|
||||
{336003080, "WARNING: Numeric literal @1 is interpreted as a floating-point"}, /* 634, dsql_warning_number_ambiguous */
|
||||
{336003081, "value in SQL dialect 1, but as an exact numeric value in SQL dialect 3."}, /* 635, dsql_warning_number_ambiguous1 */
|
||||
{336003082, "WARNING: NUMERIC and DECIMAL fields with precision 10 or greater are stored"}, /* 636, dsql_warn_precision_ambiguous */
|
||||
{336003083, "as approximate floating-point values in SQL dialect 1, but as 64-bit"}, /* 637, dsql_warn_precision_ambiguous1 */
|
||||
{336003084, "integers in SQL dialect 3."}, /* 638, dsql_warn_precision_ambiguous2 */
|
||||
{336003085, "Ambiguous field name between @1 and @2"}, /* 639, dsql_ambiguous_field_name */
|
||||
{336003086, "External function should have return position between 1 and @1"}, /* 640, dsql_udf_return_pos_err */
|
||||
{336003087, "Label @1 @2 in the current scope"}, /* 641, dsql_invalid_label */
|
||||
{336003088, "Datatypes @1are not comparable in expression @2"}, /* 642, dsql_datatypes_not_comparable */
|
||||
{336003089, "Empty cursor name is not allowed"}, /* 643, dsql_cursor_invalid */
|
||||
{336003090, "Statement already has a cursor @1 assigned"}, /* 644, dsql_cursor_redefined */
|
||||
{336003091, "Cursor @1 is not found in the current context"}, /* 645, dsql_cursor_not_found */
|
||||
{336003092, "Cursor @1 already exists in the current context"}, /* 646, dsql_cursor_exists */
|
||||
{336003093, "Relation @1 is ambiguous in cursor @2"}, /* 647, dsql_cursor_rel_ambiguous */
|
||||
{336003094, "Relation @1 is not found in cursor @2"}, /* 648, dsql_cursor_rel_not_found */
|
||||
{336003095, "Cursor is not open"}, /* 649, dsql_cursor_not_open */
|
||||
{336003096, "Data type @1 is not supported for EXTERNAL TABLES. Relation '@2', field '@3'"}, /* 650, dsql_type_not_supp_ext_tab */
|
||||
{336003097, "Feature not supported on ODS version older than @1.@2"}, /* 651, dsql_feature_not_supported_ods */
|
||||
{336003098, "Primary key required on table @1"}, /* 652, primary_key_required */
|
||||
{336003099, "UPDATE OR INSERT field list does not match primary key of table @1"}, /* 653, upd_ins_doesnt_match_pk */
|
||||
{336003100, "UPDATE OR INSERT field list does not match MATCHING clause"}, /* 654, upd_ins_doesnt_match_matching */
|
||||
{336003101, "UPDATE OR INSERT without MATCHING could not be used with views based on more than one table"}, /* 655, upd_ins_with_complex_view */
|
||||
{336003102, "Incompatible trigger type"}, /* 656, dsql_incompatible_trigger_type */
|
||||
{336003103, "Database trigger type can't be changed"}, /* 657, dsql_db_trigger_type_cant_change */
|
||||
{336068740, "Table @1 already exists"}, /* 658, dyn_dup_table */
|
||||
{336068784, "column @1 does not exist in table/view @2"}, /* 659, dyn_column_does_not_exist */
|
||||
{336068796, "SQL role @1 does not exist"}, /* 660, dyn_role_does_not_exist */
|
||||
{336068797, "user @1 has no grant admin option on SQL role @2"}, /* 661, dyn_no_grant_admin_opt */
|
||||
{336068798, "user @1 is not a member of SQL role @2"}, /* 662, dyn_user_not_role_member */
|
||||
{336068799, "@1 is not the owner of SQL role @2"}, /* 663, dyn_delete_role_failed */
|
||||
{336068800, "@1 is a SQL role and not a user"}, /* 664, dyn_grant_role_to_user */
|
||||
{336068801, "user name @1 could not be used for SQL role"}, /* 665, dyn_inv_sql_role_name */
|
||||
{336068802, "SQL role @1 already exists"}, /* 666, dyn_dup_sql_role */
|
||||
{336068803, "keyword @1 can not be used as a SQL role name"}, /* 667, dyn_kywd_spec_for_role */
|
||||
{336068804, "SQL roles are not supported in on older versions of the database. A backup and restore of the database is required."}, /* 668, dyn_roles_not_supported */
|
||||
{336068812, "Cannot rename domain @1 to @2. A domain with that name already exists."}, /* 669, dyn_domain_name_exists */
|
||||
{336068813, "Cannot rename column @1 to @2. A column with that name already exists in table @3."}, /* 670, dyn_field_name_exists */
|
||||
{336068814, "Column @1 from table @2 is referenced in @3"}, /* 671, dyn_dependency_exists */
|
||||
{336068815, "Cannot change datatype for column @1. Changing datatype is not supported for BLOB or ARRAY columns."}, /* 672, dyn_dtype_invalid */
|
||||
{336068816, "New size specified for column @1 must be at least @2 characters."}, /* 673, dyn_char_fld_too_small */
|
||||
{336068817, "Cannot change datatype for @1. Conversion from base type @2 to @3 is not supported."}, /* 674, dyn_invalid_dtype_conversion */
|
||||
{336068818, "Cannot change datatype for column @1 from a character type to a non-character type."}, /* 675, dyn_dtype_conv_invalid */
|
||||
{336068820, "Zero length identifiers are not allowed"}, /* 676, dyn_zero_len_id */
|
||||
{336068829, "Maximum number of collations per character set exceeded"}, /* 677, max_coll_per_charset */
|
||||
{336068830, "Invalid collation attributes"}, /* 678, invalid_coll_attr */
|
||||
{336068840, "@1 cannot reference @2"}, /* 679, dyn_wrong_gtt_scope */
|
||||
{336068852, "New scale specified for column @1 must be at most @2."}, /* 680, dyn_scale_too_big */
|
||||
{336068853, "New precision specified for column @1 must be at least @2."}, /* 681, dyn_precision_too_small */
|
||||
{336068855, "Warning: @1 on @2 is not granted to @3."}, /* 682, dyn_miss_priv_warning */
|
||||
{336068856, "Feature '@1' is not supported in ODS @2.@3"}, /* 683, dyn_ods_not_supp_feature */
|
||||
{336068857, "Cannot add or remove COMPUTED from column @1"}, /* 684, dyn_cannot_addrem_computed */
|
||||
{336068858, "Password should not be empty string"}, /* 685, dyn_no_empty_pw */
|
||||
{336068859, "Index @1 already exists"}, /* 686, dyn_dup_index */
|
||||
{336330753, "found unknown switch"}, /* 687, gbak_unknown_switch */
|
||||
{336330754, "page size parameter missing"}, /* 688, gbak_page_size_missing */
|
||||
{336330755, "Page size specified (@1) greater than limit (16384 bytes)"}, /* 689, gbak_page_size_toobig */
|
||||
{336330756, "redirect location for output is not specified"}, /* 690, gbak_redir_ouput_missing */
|
||||
{336330757, "conflicting switches for backup/restore"}, /* 691, gbak_switches_conflict */
|
||||
{336330758, "device type @1 not known"}, /* 692, gbak_unknown_device */
|
||||
{336330759, "protection is not there yet"}, /* 693, gbak_no_protection */
|
||||
{336330760, "page size is allowed only on restore or create"}, /* 694, gbak_page_size_not_allowed */
|
||||
{336330761, "multiple sources or destinations specified"}, /* 695, gbak_multi_source_dest */
|
||||
{336330762, "requires both input and output filenames"}, /* 696, gbak_filename_missing */
|
||||
{336330763, "input and output have the same name. Disallowed."}, /* 697, gbak_dup_inout_names */
|
||||
{336330764, "expected page size, encountered \"@1\""}, /* 698, gbak_inv_page_size */
|
||||
{336330765, "REPLACE specified, but the first file @1 is a database"}, /* 699, gbak_db_specified */
|
||||
{336330766, "database @1 already exists. To replace it, use the -REP switch"}, /* 700, gbak_db_exists */
|
||||
{336330767, "device type not specified"}, /* 701, gbak_unk_device */
|
||||
{336330772, "gds_$blob_info failed"}, /* 702, gbak_blob_info_failed */
|
||||
{336330773, "do not understand BLOB INFO item @1"}, /* 703, gbak_unk_blob_item */
|
||||
{336330774, "gds_$get_segment failed"}, /* 704, gbak_get_seg_failed */
|
||||
{336330775, "gds_$close_blob failed"}, /* 705, gbak_close_blob_failed */
|
||||
{336330776, "gds_$open_blob failed"}, /* 706, gbak_open_blob_failed */
|
||||
{336330777, "Failed in put_blr_gen_id"}, /* 707, gbak_put_blr_gen_id_failed */
|
||||
{336330778, "data type @1 not understood"}, /* 708, gbak_unk_type */
|
||||
{336330779, "gds_$compile_request failed"}, /* 709, gbak_comp_req_failed */
|
||||
{336330780, "gds_$start_request failed"}, /* 710, gbak_start_req_failed */
|
||||
{336330781, "gds_$receive failed"}, /* 711, gbak_rec_failed */
|
||||
{336330782, "gds_$release_request failed"}, /* 712, gbak_rel_req_failed */
|
||||
{336330783, "gds_$database_info failed"}, /* 713, gbak_db_info_failed */
|
||||
{336330784, "Expected database description record"}, /* 714, gbak_no_db_desc */
|
||||
{336330785, "failed to create database @1"}, /* 715, gbak_db_create_failed */
|
||||
{336330786, "RESTORE: decompression length error"}, /* 716, gbak_decomp_len_error */
|
||||
{336330787, "cannot find table @1"}, /* 717, gbak_tbl_missing */
|
||||
{336330788, "Cannot find column for BLOB"}, /* 718, gbak_blob_col_missing */
|
||||
{336330789, "gds_$create_blob failed"}, /* 719, gbak_create_blob_failed */
|
||||
{336330790, "gds_$put_segment failed"}, /* 720, gbak_put_seg_failed */
|
||||
{336330791, "expected record length"}, /* 721, gbak_rec_len_exp */
|
||||
{336330792, "wrong length record, expected @1 encountered @2"}, /* 722, gbak_inv_rec_len */
|
||||
{336330793, "expected data attribute"}, /* 723, gbak_exp_data_type */
|
||||
{336330794, "Failed in store_blr_gen_id"}, /* 724, gbak_gen_id_failed */
|
||||
{336330795, "do not recognize record type @1"}, /* 725, gbak_unk_rec_type */
|
||||
{336330796, "Expected backup version 1..8. Found @1"}, /* 726, gbak_inv_bkup_ver */
|
||||
{336330797, "expected backup description record"}, /* 727, gbak_missing_bkup_desc */
|
||||
{336330798, "string truncated"}, /* 728, gbak_string_trunc */
|
||||
{336330799, "warning -- record could not be restored"}, /* 729, gbak_cant_rest_record */
|
||||
{336330800, "gds_$send failed"}, /* 730, gbak_send_failed */
|
||||
{336330801, "no table name for data"}, /* 731, gbak_no_tbl_name */
|
||||
{336330802, "unexpected end of file on backup file"}, /* 732, gbak_unexp_eof */
|
||||
{336330803, "database format @1 is too old to restore to"}, /* 733, gbak_db_format_too_old */
|
||||
{336330804, "array dimension for column @1 is invalid"}, /* 734, gbak_inv_array_dim */
|
||||
{336330807, "Expected XDR record length"}, /* 735, gbak_xdr_len_expected */
|
||||
{336330817, "cannot open backup file @1"}, /* 736, gbak_open_bkup_error */
|
||||
{336330818, "cannot open status and error output file @1"}, /* 737, gbak_open_error */
|
||||
{336330934, "blocking factor parameter missing"}, /* 738, gbak_missing_block_fac */
|
||||
{336330935, "expected blocking factor, encountered \"@1\""}, /* 739, gbak_inv_block_fac */
|
||||
{336330936, "a blocking factor may not be used in conjunction with device CT"}, /* 740, gbak_block_fac_specified */
|
||||
{336330940, "user name parameter missing"}, /* 741, gbak_missing_username */
|
||||
{336330941, "password parameter missing"}, /* 742, gbak_missing_password */
|
||||
{336330952, " missing parameter for the number of bytes to be skipped"}, /* 743, gbak_missing_skipped_bytes */
|
||||
{336330953, "expected number of bytes to be skipped, encountered \"@1\""}, /* 744, gbak_inv_skipped_bytes */
|
||||
{336330965, "character set"}, /* 745, gbak_err_restore_charset */
|
||||
{336330967, "collation"}, /* 746, gbak_err_restore_collation */
|
||||
{336330972, "Unexpected I/O error while reading from backup file"}, /* 747, gbak_read_error */
|
||||
{336330973, "Unexpected I/O error while writing to backup file"}, /* 748, gbak_write_error */
|
||||
{336330985, "could not drop database @1 (database might be in use)"}, /* 749, gbak_db_in_use */
|
||||
{336330990, "System memory exhausted"}, /* 750, gbak_sysmemex */
|
||||
{336331002, "SQL role"}, /* 751, gbak_restore_role_failed */
|
||||
{336331005, "SQL role parameter missing"}, /* 752, gbak_role_op_missing */
|
||||
{336331010, "page buffers parameter missing"}, /* 753, gbak_page_buffers_missing */
|
||||
{336331011, "expected page buffers, encountered \"@1\""}, /* 754, gbak_page_buffers_wrong_param */
|
||||
{336331012, "page buffers is allowed only on restore or create"}, /* 755, gbak_page_buffers_restore */
|
||||
{336331014, "size specification either missing or incorrect for file @1"}, /* 756, gbak_inv_size */
|
||||
{336331015, "file @1 out of sequence"}, /* 757, gbak_file_outof_sequence */
|
||||
{336331016, "can't join -- one of the files missing"}, /* 758, gbak_join_file_missing */
|
||||
{336331017, " standard input is not supported when using join operation"}, /* 759, gbak_stdin_not_supptd */
|
||||
{336331018, "standard output is not supported when using split operation"}, /* 760, gbak_stdout_not_supptd */
|
||||
{336331019, "backup file @1 might be corrupt"}, /* 761, gbak_bkup_corrupt */
|
||||
{336331020, "database file specification missing"}, /* 762, gbak_unk_db_file_spec */
|
||||
{336331021, "can't write a header record to file @1"}, /* 763, gbak_hdr_write_failed */
|
||||
{336331022, "free disk space exhausted"}, /* 764, gbak_disk_space_ex */
|
||||
{336331023, "file size given (@1) is less than minimum allowed (@2)"}, /* 765, gbak_size_lt_min */
|
||||
{336331025, "service name parameter missing"}, /* 766, gbak_svc_name_missing */
|
||||
{336331026, "Cannot restore over current database, must be SYSDBA or owner of the existing database."}, /* 767, gbak_not_ownr */
|
||||
{336331031, "\"read_only\" or \"read_write\" required"}, /* 768, gbak_mode_req */
|
||||
{336331033, "just data ignore all constraints etc."}, /* 769, gbak_just_data */
|
||||
{336331034, "restoring data only ignoring foreign key, unique, not null & other constraints"}, /* 770, gbak_data_only */
|
||||
{336397205, "ODS versions before ODS@1 are not supported"}, /* 771, dsql_too_old_ods */
|
||||
{336397206, "Table @1 does not exist"}, /* 772, dsql_table_not_found */
|
||||
{336397207, "View @1 does not exist"}, /* 773, dsql_view_not_found */
|
||||
{336397208, "At line @1, column @2"}, /* 774, dsql_line_col_error */
|
||||
{336397209, "At unknown line and column"}, /* 775, dsql_unknown_pos */
|
||||
{336397210, "Column @1 cannot be repeated in @2 statement"}, /* 776, dsql_no_dup_name */
|
||||
{336397211, "Too many values (more than @1) in member list to match against"}, /* 777, dsql_too_many_values */
|
||||
{336397212, "Array and BLOB data types not allowed in computed field"}, /* 778, dsql_no_array_computed */
|
||||
{336397213, "Implicit domain name @1 not allowed in user created domain"}, /* 779, dsql_implicit_domain_name */
|
||||
{336397214, "scalar operator used on field @1 which is not an array"}, /* 780, dsql_only_can_subscript_array */
|
||||
{336397215, "cannot sort on more than 255 items"}, /* 781, dsql_max_sort_items */
|
||||
{336397216, "cannot group on more than 255 items"}, /* 782, dsql_max_group_items */
|
||||
{336397217, "Cannot include the same field (@1.@2) twice in the ORDER BY clause with conflicting sorting options"}, /* 783, dsql_conflicting_sort_field */
|
||||
{336397218, "column list from derived table @1 has more columns than the number of items in its SELECT statement"}, /* 784, dsql_derived_table_more_columns */
|
||||
{336397219, "column list from derived table @1 has less columns than the number of items in its SELECT statement"}, /* 785, dsql_derived_table_less_columns */
|
||||
{336397220, "no column name specified for column number @1 in derived table @2"}, /* 786, dsql_derived_field_unnamed */
|
||||
{336397221, "column @1 was specified multiple times for derived table @2"}, /* 787, dsql_derived_field_dup_name */
|
||||
{336397222, "Internal dsql error: alias type expected by pass1_expand_select_node"}, /* 788, dsql_derived_alias_select */
|
||||
{336397223, "Internal dsql error: alias type expected by pass1_field"}, /* 789, dsql_derived_alias_field */
|
||||
{336397224, "Internal dsql error: column position out of range in pass1_union_auto_cast"}, /* 790, dsql_auto_field_bad_pos */
|
||||
{336397225, "Recursive CTE member (@1) can refer itself only in FROM clause"}, /* 791, dsql_cte_wrong_reference */
|
||||
{336397226, "CTE '@1' has cyclic dependencies"}, /* 792, dsql_cte_cycle */
|
||||
{336397227, "Recursive member of CTE can't be member of an outer join"}, /* 793, dsql_cte_outer_join */
|
||||
{336397228, "Recursive member of CTE can't reference itself more than once"}, /* 794, dsql_cte_mult_references */
|
||||
{336397229, "Recursive CTE (@1) must be an UNION"}, /* 795, dsql_cte_not_a_union */
|
||||
{336397230, "CTE '@1' defined non-recursive member after recursive"}, /* 796, dsql_cte_nonrecurs_after_recurs */
|
||||
{336397231, "Recursive member of CTE '@1' has @2 clause"}, /* 797, dsql_cte_wrong_clause */
|
||||
{336397232, "Recursive members of CTE (@1) must be linked with another members via UNION ALL"}, /* 798, dsql_cte_union_all */
|
||||
{336397233, "Non-recursive member is missing in CTE '@1'"}, /* 799, dsql_cte_miss_nonrecursive */
|
||||
{336397234, "WITH clause can't be nested"}, /* 800, dsql_cte_nested_with */
|
||||
{336397235, "column @1 appears more than once in USING clause"}, /* 801, dsql_col_more_than_once_using */
|
||||
{336397236, "feature is not supported in dialect @1"}, /* 802, dsql_unsupp_feature_dialect */
|
||||
{336397237, "CTE \"@1\" is not used in query"}, /* 803, dsql_cte_not_used */
|
||||
{336397238, "column @1 appears more than once in ALTER VIEW"}, /* 804, dsql_col_more_than_once_view */
|
||||
{336397239, "@1 is not supported inside IN AUTONOMOUS TRANSACTION block"}, /* 805, dsql_unsupported_in_auto_trans */
|
||||
{336723983, "unable to open database"}, /* 806, gsec_cant_open_db */
|
||||
{336723984, "error in switch specifications"}, /* 807, gsec_switches_error */
|
||||
{336723985, "no operation specified"}, /* 808, gsec_no_op_spec */
|
||||
{336723986, "no user name specified"}, /* 809, gsec_no_usr_name */
|
||||
{336723987, "add record error"}, /* 810, gsec_err_add */
|
||||
{336723988, "modify record error"}, /* 811, gsec_err_modify */
|
||||
{336723989, "find/modify record error"}, /* 812, gsec_err_find_mod */
|
||||
{336723990, "record not found for user: @1"}, /* 813, gsec_err_rec_not_found */
|
||||
{336723991, "delete record error"}, /* 814, gsec_err_delete */
|
||||
{336723992, "find/delete record error"}, /* 815, gsec_err_find_del */
|
||||
{336723996, "find/display record error"}, /* 816, gsec_err_find_disp */
|
||||
{336723997, "invalid parameter, no switch defined"}, /* 817, gsec_inv_param */
|
||||
{336723998, "operation already specified"}, /* 818, gsec_op_specified */
|
||||
{336723999, "password already specified"}, /* 819, gsec_pw_specified */
|
||||
{336724000, "uid already specified"}, /* 820, gsec_uid_specified */
|
||||
{336724001, "gid already specified"}, /* 821, gsec_gid_specified */
|
||||
{336724002, "project already specified"}, /* 822, gsec_proj_specified */
|
||||
{336724003, "organization already specified"}, /* 823, gsec_org_specified */
|
||||
{336724004, "first name already specified"}, /* 824, gsec_fname_specified */
|
||||
{336724005, "middle name already specified"}, /* 825, gsec_mname_specified */
|
||||
{336724006, "last name already specified"}, /* 826, gsec_lname_specified */
|
||||
{336724008, "invalid switch specified"}, /* 827, gsec_inv_switch */
|
||||
{336724009, "ambiguous switch specified"}, /* 828, gsec_amb_switch */
|
||||
{336724010, "no operation specified for parameters"}, /* 829, gsec_no_op_specified */
|
||||
{336724011, "no parameters allowed for this operation"}, /* 830, gsec_params_not_allowed */
|
||||
{336724012, "incompatible switches specified"}, /* 831, gsec_incompat_switch */
|
||||
{336724044, "Invalid user name (maximum 31 bytes allowed)"}, /* 832, gsec_inv_username */
|
||||
{336724045, "Warning - maximum 8 significant bytes of password used"}, /* 833, gsec_inv_pw_length */
|
||||
{336724046, "database already specified"}, /* 834, gsec_db_specified */
|
||||
{336724047, "database administrator name already specified"}, /* 835, gsec_db_admin_specified */
|
||||
{336724048, "database administrator password already specified"}, /* 836, gsec_db_admin_pw_specified */
|
||||
{336724049, "SQL role name already specified"}, /* 837, gsec_sql_role_specified */
|
||||
{336789504, "The license file does not exist or could not be opened for read"}, /* 838, license_no_file */
|
||||
{336789523, "operation already specified"}, /* 839, license_op_specified */
|
||||
{336789524, "no operation specified"}, /* 840, license_op_missing */
|
||||
{336789525, "invalid switch"}, /* 841, license_inv_switch */
|
||||
{336789526, "invalid switch combination"}, /* 842, license_inv_switch_combo */
|
||||
{336789527, "illegal operation/switch combination"}, /* 843, license_inv_op_combo */
|
||||
{336789528, "ambiguous switch"}, /* 844, license_amb_switch */
|
||||
{336789529, "invalid parameter, no switch specified"}, /* 845, license_inv_parameter */
|
||||
{336789530, "switch does not take any parameter"}, /* 846, license_param_specified */
|
||||
{336789531, "switch requires a parameter"}, /* 847, license_param_req */
|
||||
{336789532, "syntax error in command line"}, /* 848, license_syntx_error */
|
||||
{336789534, "The certificate was not added. A duplicate ID exists in the license file."}, /* 849, license_dup_id */
|
||||
{336789535, "The certificate was not added. Invalid certificate ID / Key combination."}, /* 850, license_inv_id_key */
|
||||
{336789536, "The certificate was not removed. The key does not exist or corresponds to a temporary evaluation license."}, /* 851, license_err_remove */
|
||||
{336789537, "An error occurred updating the license file. Operation cancelled."}, /* 852, license_err_update */
|
||||
{336789538, "The certificate could not be validated based on the information given. Please recheck the ID and key information."}, /* 853, license_err_convert */
|
||||
{336789539, "Operation failed. An unknown error occurred."}, /* 854, license_err_unk */
|
||||
{336789540, "Add license operation failed, KEY: @1 ID: @2"}, /* 855, license_svc_err_add */
|
||||
{336789541, "Remove license operation failed, KEY: @1"}, /* 856, license_svc_err_remove */
|
||||
{336789563, "The evaluation license has already been used on this server. You need to purchase a non-evaluation license."}, /* 857, license_eval_exists */
|
||||
{336920577, "found unknown switch"}, /* 858, gstat_unknown_switch */
|
||||
{336920578, "please retry, giving a database name"}, /* 859, gstat_retry */
|
||||
{336920579, "Wrong ODS version, expected @1, encountered @2"}, /* 860, gstat_wrong_ods */
|
||||
{336920580, "Unexpected end of database file."}, /* 861, gstat_unexpected_eof */
|
||||
{336920605, "Can't open database file @1"}, /* 862, gstat_open_err */
|
||||
{336920606, "Can't read a database page"}, /* 863, gstat_read_err */
|
||||
{336920607, "System memory exhausted"}, /* 864, gstat_sysmemex */
|
||||
{336986113, "Wrong value for access mode"}, /* 865, fbsvcmgr_bad_am */
|
||||
{336986114, "Wrong value for write mode"}, /* 866, fbsvcmgr_bad_wm */
|
||||
{336986115, "Wrong value for reserve space"}, /* 867, fbsvcmgr_bad_rs */
|
||||
{336986116, "Unknown tag (@1) in info_svr_db_info block after isc_svc_query()"}, /* 868, fbsvcmgr_info_err */
|
||||
{336986117, "Unknown tag (@1) in isc_svc_query() results"}, /* 869, fbsvcmgr_query_err */
|
||||
{336986118, "Unknown switch \"@1\""}, /* 870, fbsvcmgr_switch_unknown */
|
||||
{337051649, "Switches trusted_svc and trusted_role are not supported from command line"}, /* 871, utl_trusted_switch */
|
||||
{335544920, "External Data Source provider '@1' not found"}, /* 600, eds_provider_not_found */
|
||||
{335544921, "Execute statement error at @1 :\n@2Data source : @3"}, /* 601, eds_connection */
|
||||
{335544922, "Execute statement preprocess SQL error"}, /* 602, eds_preprocess */
|
||||
{335544923, "Statement expected"}, /* 603, eds_stmt_expected */
|
||||
{335544924, "Parameter name expected"}, /* 604, eds_prm_name_expected */
|
||||
{335544925, "Unclosed comment found near '@1'"}, /* 605, eds_unclosed_comment */
|
||||
{335544926, "Execute statement error at @1 :\n@2Statement : @3\nData source : @4"}, /* 606, eds_statement */
|
||||
{335740929, "data base file name (@1) already given"}, /* 607, gfix_db_name */
|
||||
{335740930, "invalid switch @1"}, /* 608, gfix_invalid_sw */
|
||||
{335740932, "incompatible switch combination"}, /* 609, gfix_incmp_sw */
|
||||
{335740933, "replay log pathname required"}, /* 610, gfix_replay_req */
|
||||
{335740934, "number of page buffers for cache required"}, /* 611, gfix_pgbuf_req */
|
||||
{335740935, "numeric value required"}, /* 612, gfix_val_req */
|
||||
{335740936, "positive numeric value required"}, /* 613, gfix_pval_req */
|
||||
{335740937, "number of transactions per sweep required"}, /* 614, gfix_trn_req */
|
||||
{335740940, "\"full\" or \"reserve\" required"}, /* 615, gfix_full_req */
|
||||
{335740941, "user name required"}, /* 616, gfix_usrname_req */
|
||||
{335740942, "password required"}, /* 617, gfix_pass_req */
|
||||
{335740943, "subsystem name"}, /* 618, gfix_subs_name */
|
||||
{335740944, "\"wal\" required"}, /* 619, gfix_wal_req */
|
||||
{335740945, "number of seconds required"}, /* 620, gfix_sec_req */
|
||||
{335740946, "numeric value between 0 and 32767 inclusive required"}, /* 621, gfix_nval_req */
|
||||
{335740947, "must specify type of shutdown"}, /* 622, gfix_type_shut */
|
||||
{335740948, "please retry, specifying an option"}, /* 623, gfix_retry */
|
||||
{335740951, "please retry, giving a database name"}, /* 624, gfix_retry_db */
|
||||
{335740991, "internal block exceeds maximum size"}, /* 625, gfix_exceed_max */
|
||||
{335740992, "corrupt pool"}, /* 626, gfix_corrupt_pool */
|
||||
{335740993, "virtual memory exhausted"}, /* 627, gfix_mem_exhausted */
|
||||
{335740994, "bad pool id"}, /* 628, gfix_bad_pool */
|
||||
{335740995, "Transaction state @1 not in valid range."}, /* 629, gfix_trn_not_valid */
|
||||
{335741012, "unexpected end of input"}, /* 630, gfix_unexp_eoi */
|
||||
{335741018, "failed to reconnect to a transaction in database @1"}, /* 631, gfix_recon_fail */
|
||||
{335741036, "Transaction description item unknown"}, /* 632, gfix_trn_unknown */
|
||||
{335741038, "\"read_only\" or \"read_write\" required"}, /* 633, gfix_mode_req */
|
||||
{335741039, " -sql_dialect set database dialect n"}, /* 634, gfix_opt_SQL_dialect */
|
||||
{335741042, "positive or zero numeric value required"}, /* 635, gfix_pzval_req */
|
||||
{336003074, "Cannot SELECT RDB$DB_KEY from a stored procedure."}, /* 636, dsql_dbkey_from_non_table */
|
||||
{336003075, "Precision 10 to 18 changed from DOUBLE PRECISION in SQL dialect 1 to 64-bit scaled integer in SQL dialect 3"}, /* 637, dsql_transitional_numeric */
|
||||
{336003076, "Use of @1 expression that returns different results in dialect 1 and dialect 3"}, /* 638, dsql_dialect_warning_expr */
|
||||
{336003077, "Database SQL dialect @1 does not support reference to @2 datatype"}, /* 639, sql_db_dialect_dtype_unsupport */
|
||||
{336003079, "DB dialect @1 and client dialect @2 conflict with respect to numeric precision @3."}, /* 640, isc_sql_dialect_conflict_num */
|
||||
{336003080, "WARNING: Numeric literal @1 is interpreted as a floating-point"}, /* 641, dsql_warning_number_ambiguous */
|
||||
{336003081, "value in SQL dialect 1, but as an exact numeric value in SQL dialect 3."}, /* 642, dsql_warning_number_ambiguous1 */
|
||||
{336003082, "WARNING: NUMERIC and DECIMAL fields with precision 10 or greater are stored"}, /* 643, dsql_warn_precision_ambiguous */
|
||||
{336003083, "as approximate floating-point values in SQL dialect 1, but as 64-bit"}, /* 644, dsql_warn_precision_ambiguous1 */
|
||||
{336003084, "integers in SQL dialect 3."}, /* 645, dsql_warn_precision_ambiguous2 */
|
||||
{336003085, "Ambiguous field name between @1 and @2"}, /* 646, dsql_ambiguous_field_name */
|
||||
{336003086, "External function should have return position between 1 and @1"}, /* 647, dsql_udf_return_pos_err */
|
||||
{336003087, "Label @1 @2 in the current scope"}, /* 648, dsql_invalid_label */
|
||||
{336003088, "Datatypes @1are not comparable in expression @2"}, /* 649, dsql_datatypes_not_comparable */
|
||||
{336003089, "Empty cursor name is not allowed"}, /* 650, dsql_cursor_invalid */
|
||||
{336003090, "Statement already has a cursor @1 assigned"}, /* 651, dsql_cursor_redefined */
|
||||
{336003091, "Cursor @1 is not found in the current context"}, /* 652, dsql_cursor_not_found */
|
||||
{336003092, "Cursor @1 already exists in the current context"}, /* 653, dsql_cursor_exists */
|
||||
{336003093, "Relation @1 is ambiguous in cursor @2"}, /* 654, dsql_cursor_rel_ambiguous */
|
||||
{336003094, "Relation @1 is not found in cursor @2"}, /* 655, dsql_cursor_rel_not_found */
|
||||
{336003095, "Cursor is not open"}, /* 656, dsql_cursor_not_open */
|
||||
{336003096, "Data type @1 is not supported for EXTERNAL TABLES. Relation '@2', field '@3'"}, /* 657, dsql_type_not_supp_ext_tab */
|
||||
{336003097, "Feature not supported on ODS version older than @1.@2"}, /* 658, dsql_feature_not_supported_ods */
|
||||
{336003098, "Primary key required on table @1"}, /* 659, primary_key_required */
|
||||
{336003099, "UPDATE OR INSERT field list does not match primary key of table @1"}, /* 660, upd_ins_doesnt_match_pk */
|
||||
{336003100, "UPDATE OR INSERT field list does not match MATCHING clause"}, /* 661, upd_ins_doesnt_match_matching */
|
||||
{336003101, "UPDATE OR INSERT without MATCHING could not be used with views based on more than one table"}, /* 662, upd_ins_with_complex_view */
|
||||
{336003102, "Incompatible trigger type"}, /* 663, dsql_incompatible_trigger_type */
|
||||
{336003103, "Database trigger type can't be changed"}, /* 664, dsql_db_trigger_type_cant_change */
|
||||
{336068740, "Table @1 already exists"}, /* 665, dyn_dup_table */
|
||||
{336068784, "column @1 does not exist in table/view @2"}, /* 666, dyn_column_does_not_exist */
|
||||
{336068796, "SQL role @1 does not exist"}, /* 667, dyn_role_does_not_exist */
|
||||
{336068797, "user @1 has no grant admin option on SQL role @2"}, /* 668, dyn_no_grant_admin_opt */
|
||||
{336068798, "user @1 is not a member of SQL role @2"}, /* 669, dyn_user_not_role_member */
|
||||
{336068799, "@1 is not the owner of SQL role @2"}, /* 670, dyn_delete_role_failed */
|
||||
{336068800, "@1 is a SQL role and not a user"}, /* 671, dyn_grant_role_to_user */
|
||||
{336068801, "user name @1 could not be used for SQL role"}, /* 672, dyn_inv_sql_role_name */
|
||||
{336068802, "SQL role @1 already exists"}, /* 673, dyn_dup_sql_role */
|
||||
{336068803, "keyword @1 can not be used as a SQL role name"}, /* 674, dyn_kywd_spec_for_role */
|
||||
{336068804, "SQL roles are not supported in on older versions of the database. A backup and restore of the database is required."}, /* 675, dyn_roles_not_supported */
|
||||
{336068812, "Cannot rename domain @1 to @2. A domain with that name already exists."}, /* 676, dyn_domain_name_exists */
|
||||
{336068813, "Cannot rename column @1 to @2. A column with that name already exists in table @3."}, /* 677, dyn_field_name_exists */
|
||||
{336068814, "Column @1 from table @2 is referenced in @3"}, /* 678, dyn_dependency_exists */
|
||||
{336068815, "Cannot change datatype for column @1. Changing datatype is not supported for BLOB or ARRAY columns."}, /* 679, dyn_dtype_invalid */
|
||||
{336068816, "New size specified for column @1 must be at least @2 characters."}, /* 680, dyn_char_fld_too_small */
|
||||
{336068817, "Cannot change datatype for @1. Conversion from base type @2 to @3 is not supported."}, /* 681, dyn_invalid_dtype_conversion */
|
||||
{336068818, "Cannot change datatype for column @1 from a character type to a non-character type."}, /* 682, dyn_dtype_conv_invalid */
|
||||
{336068820, "Zero length identifiers are not allowed"}, /* 683, dyn_zero_len_id */
|
||||
{336068829, "Maximum number of collations per character set exceeded"}, /* 684, max_coll_per_charset */
|
||||
{336068830, "Invalid collation attributes"}, /* 685, invalid_coll_attr */
|
||||
{336068840, "@1 cannot reference @2"}, /* 686, dyn_wrong_gtt_scope */
|
||||
{336068852, "New scale specified for column @1 must be at most @2."}, /* 687, dyn_scale_too_big */
|
||||
{336068853, "New precision specified for column @1 must be at least @2."}, /* 688, dyn_precision_too_small */
|
||||
{336068855, "Warning: @1 on @2 is not granted to @3."}, /* 689, dyn_miss_priv_warning */
|
||||
{336068856, "Feature '@1' is not supported in ODS @2.@3"}, /* 690, dyn_ods_not_supp_feature */
|
||||
{336068857, "Cannot add or remove COMPUTED from column @1"}, /* 691, dyn_cannot_addrem_computed */
|
||||
{336068858, "Password should not be empty string"}, /* 692, dyn_no_empty_pw */
|
||||
{336068859, "Index @1 already exists"}, /* 693, dyn_dup_index */
|
||||
{336330753, "found unknown switch"}, /* 694, gbak_unknown_switch */
|
||||
{336330754, "page size parameter missing"}, /* 695, gbak_page_size_missing */
|
||||
{336330755, "Page size specified (@1) greater than limit (16384 bytes)"}, /* 696, gbak_page_size_toobig */
|
||||
{336330756, "redirect location for output is not specified"}, /* 697, gbak_redir_ouput_missing */
|
||||
{336330757, "conflicting switches for backup/restore"}, /* 698, gbak_switches_conflict */
|
||||
{336330758, "device type @1 not known"}, /* 699, gbak_unknown_device */
|
||||
{336330759, "protection is not there yet"}, /* 700, gbak_no_protection */
|
||||
{336330760, "page size is allowed only on restore or create"}, /* 701, gbak_page_size_not_allowed */
|
||||
{336330761, "multiple sources or destinations specified"}, /* 702, gbak_multi_source_dest */
|
||||
{336330762, "requires both input and output filenames"}, /* 703, gbak_filename_missing */
|
||||
{336330763, "input and output have the same name. Disallowed."}, /* 704, gbak_dup_inout_names */
|
||||
{336330764, "expected page size, encountered \"@1\""}, /* 705, gbak_inv_page_size */
|
||||
{336330765, "REPLACE specified, but the first file @1 is a database"}, /* 706, gbak_db_specified */
|
||||
{336330766, "database @1 already exists. To replace it, use the -REP switch"}, /* 707, gbak_db_exists */
|
||||
{336330767, "device type not specified"}, /* 708, gbak_unk_device */
|
||||
{336330772, "gds_$blob_info failed"}, /* 709, gbak_blob_info_failed */
|
||||
{336330773, "do not understand BLOB INFO item @1"}, /* 710, gbak_unk_blob_item */
|
||||
{336330774, "gds_$get_segment failed"}, /* 711, gbak_get_seg_failed */
|
||||
{336330775, "gds_$close_blob failed"}, /* 712, gbak_close_blob_failed */
|
||||
{336330776, "gds_$open_blob failed"}, /* 713, gbak_open_blob_failed */
|
||||
{336330777, "Failed in put_blr_gen_id"}, /* 714, gbak_put_blr_gen_id_failed */
|
||||
{336330778, "data type @1 not understood"}, /* 715, gbak_unk_type */
|
||||
{336330779, "gds_$compile_request failed"}, /* 716, gbak_comp_req_failed */
|
||||
{336330780, "gds_$start_request failed"}, /* 717, gbak_start_req_failed */
|
||||
{336330781, "gds_$receive failed"}, /* 718, gbak_rec_failed */
|
||||
{336330782, "gds_$release_request failed"}, /* 719, gbak_rel_req_failed */
|
||||
{336330783, "gds_$database_info failed"}, /* 720, gbak_db_info_failed */
|
||||
{336330784, "Expected database description record"}, /* 721, gbak_no_db_desc */
|
||||
{336330785, "failed to create database @1"}, /* 722, gbak_db_create_failed */
|
||||
{336330786, "RESTORE: decompression length error"}, /* 723, gbak_decomp_len_error */
|
||||
{336330787, "cannot find table @1"}, /* 724, gbak_tbl_missing */
|
||||
{336330788, "Cannot find column for BLOB"}, /* 725, gbak_blob_col_missing */
|
||||
{336330789, "gds_$create_blob failed"}, /* 726, gbak_create_blob_failed */
|
||||
{336330790, "gds_$put_segment failed"}, /* 727, gbak_put_seg_failed */
|
||||
{336330791, "expected record length"}, /* 728, gbak_rec_len_exp */
|
||||
{336330792, "wrong length record, expected @1 encountered @2"}, /* 729, gbak_inv_rec_len */
|
||||
{336330793, "expected data attribute"}, /* 730, gbak_exp_data_type */
|
||||
{336330794, "Failed in store_blr_gen_id"}, /* 731, gbak_gen_id_failed */
|
||||
{336330795, "do not recognize record type @1"}, /* 732, gbak_unk_rec_type */
|
||||
{336330796, "Expected backup version 1..8. Found @1"}, /* 733, gbak_inv_bkup_ver */
|
||||
{336330797, "expected backup description record"}, /* 734, gbak_missing_bkup_desc */
|
||||
{336330798, "string truncated"}, /* 735, gbak_string_trunc */
|
||||
{336330799, "warning -- record could not be restored"}, /* 736, gbak_cant_rest_record */
|
||||
{336330800, "gds_$send failed"}, /* 737, gbak_send_failed */
|
||||
{336330801, "no table name for data"}, /* 738, gbak_no_tbl_name */
|
||||
{336330802, "unexpected end of file on backup file"}, /* 739, gbak_unexp_eof */
|
||||
{336330803, "database format @1 is too old to restore to"}, /* 740, gbak_db_format_too_old */
|
||||
{336330804, "array dimension for column @1 is invalid"}, /* 741, gbak_inv_array_dim */
|
||||
{336330807, "Expected XDR record length"}, /* 742, gbak_xdr_len_expected */
|
||||
{336330817, "cannot open backup file @1"}, /* 743, gbak_open_bkup_error */
|
||||
{336330818, "cannot open status and error output file @1"}, /* 744, gbak_open_error */
|
||||
{336330934, "blocking factor parameter missing"}, /* 745, gbak_missing_block_fac */
|
||||
{336330935, "expected blocking factor, encountered \"@1\""}, /* 746, gbak_inv_block_fac */
|
||||
{336330936, "a blocking factor may not be used in conjunction with device CT"}, /* 747, gbak_block_fac_specified */
|
||||
{336330940, "user name parameter missing"}, /* 748, gbak_missing_username */
|
||||
{336330941, "password parameter missing"}, /* 749, gbak_missing_password */
|
||||
{336330952, " missing parameter for the number of bytes to be skipped"}, /* 750, gbak_missing_skipped_bytes */
|
||||
{336330953, "expected number of bytes to be skipped, encountered \"@1\""}, /* 751, gbak_inv_skipped_bytes */
|
||||
{336330965, "character set"}, /* 752, gbak_err_restore_charset */
|
||||
{336330967, "collation"}, /* 753, gbak_err_restore_collation */
|
||||
{336330972, "Unexpected I/O error while reading from backup file"}, /* 754, gbak_read_error */
|
||||
{336330973, "Unexpected I/O error while writing to backup file"}, /* 755, gbak_write_error */
|
||||
{336330985, "could not drop database @1 (database might be in use)"}, /* 756, gbak_db_in_use */
|
||||
{336330990, "System memory exhausted"}, /* 757, gbak_sysmemex */
|
||||
{336331002, "SQL role"}, /* 758, gbak_restore_role_failed */
|
||||
{336331005, "SQL role parameter missing"}, /* 759, gbak_role_op_missing */
|
||||
{336331010, "page buffers parameter missing"}, /* 760, gbak_page_buffers_missing */
|
||||
{336331011, "expected page buffers, encountered \"@1\""}, /* 761, gbak_page_buffers_wrong_param */
|
||||
{336331012, "page buffers is allowed only on restore or create"}, /* 762, gbak_page_buffers_restore */
|
||||
{336331014, "size specification either missing or incorrect for file @1"}, /* 763, gbak_inv_size */
|
||||
{336331015, "file @1 out of sequence"}, /* 764, gbak_file_outof_sequence */
|
||||
{336331016, "can't join -- one of the files missing"}, /* 765, gbak_join_file_missing */
|
||||
{336331017, " standard input is not supported when using join operation"}, /* 766, gbak_stdin_not_supptd */
|
||||
{336331018, "standard output is not supported when using split operation"}, /* 767, gbak_stdout_not_supptd */
|
||||
{336331019, "backup file @1 might be corrupt"}, /* 768, gbak_bkup_corrupt */
|
||||
{336331020, "database file specification missing"}, /* 769, gbak_unk_db_file_spec */
|
||||
{336331021, "can't write a header record to file @1"}, /* 770, gbak_hdr_write_failed */
|
||||
{336331022, "free disk space exhausted"}, /* 771, gbak_disk_space_ex */
|
||||
{336331023, "file size given (@1) is less than minimum allowed (@2)"}, /* 772, gbak_size_lt_min */
|
||||
{336331025, "service name parameter missing"}, /* 773, gbak_svc_name_missing */
|
||||
{336331026, "Cannot restore over current database, must be SYSDBA or owner of the existing database."}, /* 774, gbak_not_ownr */
|
||||
{336331031, "\"read_only\" or \"read_write\" required"}, /* 775, gbak_mode_req */
|
||||
{336331033, "just data ignore all constraints etc."}, /* 776, gbak_just_data */
|
||||
{336331034, "restoring data only ignoring foreign key, unique, not null & other constraints"}, /* 777, gbak_data_only */
|
||||
{336397205, "ODS versions before ODS@1 are not supported"}, /* 778, dsql_too_old_ods */
|
||||
{336397206, "Table @1 does not exist"}, /* 779, dsql_table_not_found */
|
||||
{336397207, "View @1 does not exist"}, /* 780, dsql_view_not_found */
|
||||
{336397208, "At line @1, column @2"}, /* 781, dsql_line_col_error */
|
||||
{336397209, "At unknown line and column"}, /* 782, dsql_unknown_pos */
|
||||
{336397210, "Column @1 cannot be repeated in @2 statement"}, /* 783, dsql_no_dup_name */
|
||||
{336397211, "Too many values (more than @1) in member list to match against"}, /* 784, dsql_too_many_values */
|
||||
{336397212, "Array and BLOB data types not allowed in computed field"}, /* 785, dsql_no_array_computed */
|
||||
{336397213, "Implicit domain name @1 not allowed in user created domain"}, /* 786, dsql_implicit_domain_name */
|
||||
{336397214, "scalar operator used on field @1 which is not an array"}, /* 787, dsql_only_can_subscript_array */
|
||||
{336397215, "cannot sort on more than 255 items"}, /* 788, dsql_max_sort_items */
|
||||
{336397216, "cannot group on more than 255 items"}, /* 789, dsql_max_group_items */
|
||||
{336397217, "Cannot include the same field (@1.@2) twice in the ORDER BY clause with conflicting sorting options"}, /* 790, dsql_conflicting_sort_field */
|
||||
{336397218, "column list from derived table @1 has more columns than the number of items in its SELECT statement"}, /* 791, dsql_derived_table_more_columns */
|
||||
{336397219, "column list from derived table @1 has less columns than the number of items in its SELECT statement"}, /* 792, dsql_derived_table_less_columns */
|
||||
{336397220, "no column name specified for column number @1 in derived table @2"}, /* 793, dsql_derived_field_unnamed */
|
||||
{336397221, "column @1 was specified multiple times for derived table @2"}, /* 794, dsql_derived_field_dup_name */
|
||||
{336397222, "Internal dsql error: alias type expected by pass1_expand_select_node"}, /* 795, dsql_derived_alias_select */
|
||||
{336397223, "Internal dsql error: alias type expected by pass1_field"}, /* 796, dsql_derived_alias_field */
|
||||
{336397224, "Internal dsql error: column position out of range in pass1_union_auto_cast"}, /* 797, dsql_auto_field_bad_pos */
|
||||
{336397225, "Recursive CTE member (@1) can refer itself only in FROM clause"}, /* 798, dsql_cte_wrong_reference */
|
||||
{336397226, "CTE '@1' has cyclic dependencies"}, /* 799, dsql_cte_cycle */
|
||||
{336397227, "Recursive member of CTE can't be member of an outer join"}, /* 800, dsql_cte_outer_join */
|
||||
{336397228, "Recursive member of CTE can't reference itself more than once"}, /* 801, dsql_cte_mult_references */
|
||||
{336397229, "Recursive CTE (@1) must be an UNION"}, /* 802, dsql_cte_not_a_union */
|
||||
{336397230, "CTE '@1' defined non-recursive member after recursive"}, /* 803, dsql_cte_nonrecurs_after_recurs */
|
||||
{336397231, "Recursive member of CTE '@1' has @2 clause"}, /* 804, dsql_cte_wrong_clause */
|
||||
{336397232, "Recursive members of CTE (@1) must be linked with another members via UNION ALL"}, /* 805, dsql_cte_union_all */
|
||||
{336397233, "Non-recursive member is missing in CTE '@1'"}, /* 806, dsql_cte_miss_nonrecursive */
|
||||
{336397234, "WITH clause can't be nested"}, /* 807, dsql_cte_nested_with */
|
||||
{336397235, "column @1 appears more than once in USING clause"}, /* 808, dsql_col_more_than_once_using */
|
||||
{336397236, "feature is not supported in dialect @1"}, /* 809, dsql_unsupp_feature_dialect */
|
||||
{336397237, "CTE \"@1\" is not used in query"}, /* 810, dsql_cte_not_used */
|
||||
{336397238, "column @1 appears more than once in ALTER VIEW"}, /* 811, dsql_col_more_than_once_view */
|
||||
{336397239, "@1 is not supported inside IN AUTONOMOUS TRANSACTION block"}, /* 812, dsql_unsupported_in_auto_trans */
|
||||
{336723983, "unable to open database"}, /* 813, gsec_cant_open_db */
|
||||
{336723984, "error in switch specifications"}, /* 814, gsec_switches_error */
|
||||
{336723985, "no operation specified"}, /* 815, gsec_no_op_spec */
|
||||
{336723986, "no user name specified"}, /* 816, gsec_no_usr_name */
|
||||
{336723987, "add record error"}, /* 817, gsec_err_add */
|
||||
{336723988, "modify record error"}, /* 818, gsec_err_modify */
|
||||
{336723989, "find/modify record error"}, /* 819, gsec_err_find_mod */
|
||||
{336723990, "record not found for user: @1"}, /* 820, gsec_err_rec_not_found */
|
||||
{336723991, "delete record error"}, /* 821, gsec_err_delete */
|
||||
{336723992, "find/delete record error"}, /* 822, gsec_err_find_del */
|
||||
{336723996, "find/display record error"}, /* 823, gsec_err_find_disp */
|
||||
{336723997, "invalid parameter, no switch defined"}, /* 824, gsec_inv_param */
|
||||
{336723998, "operation already specified"}, /* 825, gsec_op_specified */
|
||||
{336723999, "password already specified"}, /* 826, gsec_pw_specified */
|
||||
{336724000, "uid already specified"}, /* 827, gsec_uid_specified */
|
||||
{336724001, "gid already specified"}, /* 828, gsec_gid_specified */
|
||||
{336724002, "project already specified"}, /* 829, gsec_proj_specified */
|
||||
{336724003, "organization already specified"}, /* 830, gsec_org_specified */
|
||||
{336724004, "first name already specified"}, /* 831, gsec_fname_specified */
|
||||
{336724005, "middle name already specified"}, /* 832, gsec_mname_specified */
|
||||
{336724006, "last name already specified"}, /* 833, gsec_lname_specified */
|
||||
{336724008, "invalid switch specified"}, /* 834, gsec_inv_switch */
|
||||
{336724009, "ambiguous switch specified"}, /* 835, gsec_amb_switch */
|
||||
{336724010, "no operation specified for parameters"}, /* 836, gsec_no_op_specified */
|
||||
{336724011, "no parameters allowed for this operation"}, /* 837, gsec_params_not_allowed */
|
||||
{336724012, "incompatible switches specified"}, /* 838, gsec_incompat_switch */
|
||||
{336724044, "Invalid user name (maximum 31 bytes allowed)"}, /* 839, gsec_inv_username */
|
||||
{336724045, "Warning - maximum 8 significant bytes of password used"}, /* 840, gsec_inv_pw_length */
|
||||
{336724046, "database already specified"}, /* 841, gsec_db_specified */
|
||||
{336724047, "database administrator name already specified"}, /* 842, gsec_db_admin_specified */
|
||||
{336724048, "database administrator password already specified"}, /* 843, gsec_db_admin_pw_specified */
|
||||
{336724049, "SQL role name already specified"}, /* 844, gsec_sql_role_specified */
|
||||
{336789504, "The license file does not exist or could not be opened for read"}, /* 845, license_no_file */
|
||||
{336789523, "operation already specified"}, /* 846, license_op_specified */
|
||||
{336789524, "no operation specified"}, /* 847, license_op_missing */
|
||||
{336789525, "invalid switch"}, /* 848, license_inv_switch */
|
||||
{336789526, "invalid switch combination"}, /* 849, license_inv_switch_combo */
|
||||
{336789527, "illegal operation/switch combination"}, /* 850, license_inv_op_combo */
|
||||
{336789528, "ambiguous switch"}, /* 851, license_amb_switch */
|
||||
{336789529, "invalid parameter, no switch specified"}, /* 852, license_inv_parameter */
|
||||
{336789530, "switch does not take any parameter"}, /* 853, license_param_specified */
|
||||
{336789531, "switch requires a parameter"}, /* 854, license_param_req */
|
||||
{336789532, "syntax error in command line"}, /* 855, license_syntx_error */
|
||||
{336789534, "The certificate was not added. A duplicate ID exists in the license file."}, /* 856, license_dup_id */
|
||||
{336789535, "The certificate was not added. Invalid certificate ID / Key combination."}, /* 857, license_inv_id_key */
|
||||
{336789536, "The certificate was not removed. The key does not exist or corresponds to a temporary evaluation license."}, /* 858, license_err_remove */
|
||||
{336789537, "An error occurred updating the license file. Operation cancelled."}, /* 859, license_err_update */
|
||||
{336789538, "The certificate could not be validated based on the information given. Please recheck the ID and key information."}, /* 860, license_err_convert */
|
||||
{336789539, "Operation failed. An unknown error occurred."}, /* 861, license_err_unk */
|
||||
{336789540, "Add license operation failed, KEY: @1 ID: @2"}, /* 862, license_svc_err_add */
|
||||
{336789541, "Remove license operation failed, KEY: @1"}, /* 863, license_svc_err_remove */
|
||||
{336789563, "The evaluation license has already been used on this server. You need to purchase a non-evaluation license."}, /* 864, license_eval_exists */
|
||||
{336920577, "found unknown switch"}, /* 865, gstat_unknown_switch */
|
||||
{336920578, "please retry, giving a database name"}, /* 866, gstat_retry */
|
||||
{336920579, "Wrong ODS version, expected @1, encountered @2"}, /* 867, gstat_wrong_ods */
|
||||
{336920580, "Unexpected end of database file."}, /* 868, gstat_unexpected_eof */
|
||||
{336920605, "Can't open database file @1"}, /* 869, gstat_open_err */
|
||||
{336920606, "Can't read a database page"}, /* 870, gstat_read_err */
|
||||
{336920607, "System memory exhausted"}, /* 871, gstat_sysmemex */
|
||||
{336986113, "Wrong value for access mode"}, /* 872, fbsvcmgr_bad_am */
|
||||
{336986114, "Wrong value for write mode"}, /* 873, fbsvcmgr_bad_wm */
|
||||
{336986115, "Wrong value for reserve space"}, /* 874, fbsvcmgr_bad_rs */
|
||||
{336986116, "Unknown tag (@1) in info_svr_db_info block after isc_svc_query()"}, /* 875, fbsvcmgr_info_err */
|
||||
{336986117, "Unknown tag (@1) in isc_svc_query() results"}, /* 876, fbsvcmgr_query_err */
|
||||
{336986118, "Unknown switch \"@1\""}, /* 877, fbsvcmgr_switch_unknown */
|
||||
{337051649, "Switches trusted_svc and trusted_role are not supported from command line"}, /* 878, utl_trusted_switch */
|
||||
{0, NULL}
|
||||
};
|
||||
|
@ -620,6 +620,13 @@ static const struct {
|
||||
{335544917, -901}, /* 597 shutdown_timeout */
|
||||
{335544918, -901}, /* 598 att_handle_busy */
|
||||
{335544919, -901}, /* 599 bad_udf_freeit */
|
||||
{335544920, -901}, /* 600 eds_provider_not_found */
|
||||
{335544921, -901}, /* 601 eds_connection */
|
||||
{335544922, -901}, /* 602 eds_preprocess */
|
||||
{335544923, -901}, /* 603 eds_stmt_expected */
|
||||
{335544924, -901}, /* 604 eds_prm_name_expected */
|
||||
{335544925, -901}, /* 605 eds_unclosed_comment */
|
||||
{335544926, -901}, /* 606 eds_statement */
|
||||
{335740929, -901}, /* 1 gfix_db_name */
|
||||
{335740930, -901}, /* 2 gfix_invalid_sw */
|
||||
{335740932, -901}, /* 4 gfix_incmp_sw */
|
||||
|
@ -620,6 +620,13 @@ static const struct {
|
||||
{335544917, "HYT00"}, // 597 shutdown_timeout
|
||||
{335544918, "42000"}, // 598 att_handle_busy
|
||||
{335544919, "39000"}, // 599 bad_udf_freeit
|
||||
{335544920, "42000"}, // 600 eds_provider_not_found
|
||||
{335544921, "42000"}, // 601 eds_connection
|
||||
{335544922, "42000"}, // 602 eds_preprocess
|
||||
{335544923, "42000"}, // 603 eds_stmt_expected
|
||||
{335544924, "42000"}, // 604 eds_prm_name_expected
|
||||
{335544925, "42000"}, // 605 eds_unclosed_comment
|
||||
{335544926, "42000"}, // 606 eds_statement
|
||||
{335740929, "00000"}, // 1 gfix_db_name
|
||||
{335740930, "00000"}, // 2 gfix_invalid_sw
|
||||
{335740932, "00000"}, // 4 gfix_incmp_sw
|
||||
|
Loading…
Reference in New Issue
Block a user