mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Regenerate files
This commit is contained in:
parent
d91be7de26
commit
5fb46701d1
@ -665,6 +665,7 @@ static const struct {
|
||||
{"dyn_scale_too_big", 336068852},
|
||||
{"dyn_precision_too_small", 336068853},
|
||||
{"dyn_miss_priv_warning", 336068855},
|
||||
{"dyn_ods_not_supp_feature", 336068856},
|
||||
{"gbak_unknown_switch", 336330753},
|
||||
{"gbak_page_size_missing", 336330754},
|
||||
{"gbak_page_size_toobig", 336330755},
|
||||
|
@ -698,6 +698,7 @@ const ISC_LONG isc_dyn_wrong_gtt_scope = 336068840L;
|
||||
const ISC_LONG isc_dyn_scale_too_big = 336068852L;
|
||||
const ISC_LONG isc_dyn_precision_too_small = 336068853L;
|
||||
const ISC_LONG isc_dyn_miss_priv_warning = 336068855L;
|
||||
const ISC_LONG isc_dyn_ods_not_supp_feature = 336068856L;
|
||||
const ISC_LONG isc_gbak_unknown_switch = 336330753L;
|
||||
const ISC_LONG isc_gbak_page_size_missing = 336330754L;
|
||||
const ISC_LONG isc_gbak_page_size_toobig = 336330755L;
|
||||
@ -879,7 +880,7 @@ const ISC_LONG isc_fbsvcmgr_bad_rs = 336986115L;
|
||||
const ISC_LONG isc_fbsvcmgr_info_err = 336986116L;
|
||||
const ISC_LONG isc_fbsvcmgr_query_err = 336986117L;
|
||||
const ISC_LONG isc_fbsvcmgr_switch_unknown = 336986118L;
|
||||
const ISC_LONG isc_err_max = 824;
|
||||
const ISC_LONG isc_err_max = 825;
|
||||
|
||||
#else /* c definitions */
|
||||
|
||||
@ -1547,6 +1548,7 @@ const ISC_LONG isc_err_max = 824;
|
||||
#define isc_dyn_scale_too_big 336068852L
|
||||
#define isc_dyn_precision_too_small 336068853L
|
||||
#define isc_dyn_miss_priv_warning 336068855L
|
||||
#define isc_dyn_ods_not_supp_feature 336068856L
|
||||
#define isc_gbak_unknown_switch 336330753L
|
||||
#define isc_gbak_page_size_missing 336330754L
|
||||
#define isc_gbak_page_size_toobig 336330755L
|
||||
@ -1728,7 +1730,7 @@ const ISC_LONG isc_err_max = 824;
|
||||
#define isc_fbsvcmgr_info_err 336986116L
|
||||
#define isc_fbsvcmgr_query_err 336986117L
|
||||
#define isc_fbsvcmgr_switch_unknown 336986118L
|
||||
#define isc_err_max 824
|
||||
#define isc_err_max 825
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -665,186 +665,187 @@ static const struct {
|
||||
{336068852, "New scale specified for column @1 must be at most @2."}, /* 641, dyn_scale_too_big */
|
||||
{336068853, "New precision specified for column @1 must be at least @2."}, /* 642, dyn_precision_too_small */
|
||||
{336068855, "Warning: @1 on @2 is not granted to @3."}, /* 643, dyn_miss_priv_warning */
|
||||
{336330753, "found unknown switch"}, /* 644, gbak_unknown_switch */
|
||||
{336330754, "page size parameter missing"}, /* 645, gbak_page_size_missing */
|
||||
{336330755, "Page size specified (@1) greater than limit (16384 bytes)"}, /* 646, gbak_page_size_toobig */
|
||||
{336330756, "redirect location for output is not specified"}, /* 647, gbak_redir_ouput_missing */
|
||||
{336330757, "conflicting switches for backup/restore"}, /* 648, gbak_switches_conflict */
|
||||
{336330758, "device type @1 not known"}, /* 649, gbak_unknown_device */
|
||||
{336330759, "protection is not there yet"}, /* 650, gbak_no_protection */
|
||||
{336330760, "page size is allowed only on restore or create"}, /* 651, gbak_page_size_not_allowed */
|
||||
{336330761, "multiple sources or destinations specified"}, /* 652, gbak_multi_source_dest */
|
||||
{336330762, "requires both input and output filenames"}, /* 653, gbak_filename_missing */
|
||||
{336330763, "input and output have the same name. Disallowed."}, /* 654, gbak_dup_inout_names */
|
||||
{336330764, "expected page size, encountered \"@1\""}, /* 655, gbak_inv_page_size */
|
||||
{336330765, "REPLACE specified, but the first file @1 is a database"}, /* 656, gbak_db_specified */
|
||||
{336330766, "database @1 already exists. To replace it, use the -REP switch"}, /* 657, gbak_db_exists */
|
||||
{336330767, "device type not specified"}, /* 658, gbak_unk_device */
|
||||
{336330772, "gds_$blob_info failed"}, /* 659, gbak_blob_info_failed */
|
||||
{336330773, "do not understand BLOB INFO item @1"}, /* 660, gbak_unk_blob_item */
|
||||
{336330774, "gds_$get_segment failed"}, /* 661, gbak_get_seg_failed */
|
||||
{336330775, "gds_$close_blob failed"}, /* 662, gbak_close_blob_failed */
|
||||
{336330776, "gds_$open_blob failed"}, /* 663, gbak_open_blob_failed */
|
||||
{336330777, "Failed in put_blr_gen_id"}, /* 664, gbak_put_blr_gen_id_failed */
|
||||
{336330778, "data type @1 not understood"}, /* 665, gbak_unk_type */
|
||||
{336330779, "gds_$compile_request failed"}, /* 666, gbak_comp_req_failed */
|
||||
{336330780, "gds_$start_request failed"}, /* 667, gbak_start_req_failed */
|
||||
{336330781, " gds_$receive failed"}, /* 668, gbak_rec_failed */
|
||||
{336330782, "gds_$release_request failed"}, /* 669, gbak_rel_req_failed */
|
||||
{336330783, " gds_$database_info failed"}, /* 670, gbak_db_info_failed */
|
||||
{336330784, "Expected database description record"}, /* 671, gbak_no_db_desc */
|
||||
{336330785, "failed to create database @1"}, /* 672, gbak_db_create_failed */
|
||||
{336330786, "RESTORE: decompression length error"}, /* 673, gbak_decomp_len_error */
|
||||
{336330787, "cannot find table @1"}, /* 674, gbak_tbl_missing */
|
||||
{336330788, "Cannot find column for BLOB"}, /* 675, gbak_blob_col_missing */
|
||||
{336330789, "gds_$create_blob failed"}, /* 676, gbak_create_blob_failed */
|
||||
{336330790, "gds_$put_segment failed"}, /* 677, gbak_put_seg_failed */
|
||||
{336330791, "expected record length"}, /* 678, gbak_rec_len_exp */
|
||||
{336330792, "wrong length record, expected @1 encountered @2"}, /* 679, gbak_inv_rec_len */
|
||||
{336330793, "expected data attribute"}, /* 680, gbak_exp_data_type */
|
||||
{336330794, "Failed in store_blr_gen_id"}, /* 681, gbak_gen_id_failed */
|
||||
{336330795, "do not recognize record type @1"}, /* 682, gbak_unk_rec_type */
|
||||
{336330796, "Expected backup version 1..8. Found @1"}, /* 683, gbak_inv_bkup_ver */
|
||||
{336330797, "expected backup description record"}, /* 684, gbak_missing_bkup_desc */
|
||||
{336330798, "string truncated"}, /* 685, gbak_string_trunc */
|
||||
{336330799, " warning -- record could not be restored"}, /* 686, gbak_cant_rest_record */
|
||||
{336330800, "gds_$send failed"}, /* 687, gbak_send_failed */
|
||||
{336330801, "no table name for data"}, /* 688, gbak_no_tbl_name */
|
||||
{336330802, "unexpected end of file on backup file"}, /* 689, gbak_unexp_eof */
|
||||
{336330803, "database format @1 is too old to restore to"}, /* 690, gbak_db_format_too_old */
|
||||
{336330804, "array dimension for column @1 is invalid"}, /* 691, gbak_inv_array_dim */
|
||||
{336330807, "Expected XDR record length"}, /* 692, gbak_xdr_len_expected */
|
||||
{336330817, "cannot open backup file @1"}, /* 693, gbak_open_bkup_error */
|
||||
{336330818, "cannot open status and error output file @1"}, /* 694, gbak_open_error */
|
||||
{336330934, "blocking factor parameter missing"}, /* 695, gbak_missing_block_fac */
|
||||
{336330935, "expected blocking factor, encountered \"@1\""}, /* 696, gbak_inv_block_fac */
|
||||
{336330936, "a blocking factor may not be used in conjunction with device CT"}, /* 697, gbak_block_fac_specified */
|
||||
{336330940, "user name parameter missing"}, /* 698, gbak_missing_username */
|
||||
{336330941, "password parameter missing"}, /* 699, gbak_missing_password */
|
||||
{336330952, " missing parameter for the number of bytes to be skipped"}, /* 700, gbak_missing_skipped_bytes */
|
||||
{336330953, "expected number of bytes to be skipped, encountered \"@1\""}, /* 701, gbak_inv_skipped_bytes */
|
||||
{336330965, "character set"}, /* 702, gbak_err_restore_charset */
|
||||
{336330967, "collation"}, /* 703, gbak_err_restore_collation */
|
||||
{336330972, "Unexpected I/O error while reading from backup file"}, /* 704, gbak_read_error */
|
||||
{336330973, "Unexpected I/O error while writing to backup file"}, /* 705, gbak_write_error */
|
||||
{336330985, "could not drop database @1 (database might be in use)"}, /* 706, gbak_db_in_use */
|
||||
{336330990, "System memory exhausted"}, /* 707, gbak_sysmemex */
|
||||
{336331002, "SQL role"}, /* 708, gbak_restore_role_failed */
|
||||
{336331005, "SQL role parameter missing"}, /* 709, gbak_role_op_missing */
|
||||
{336331010, "page buffers parameter missing"}, /* 710, gbak_page_buffers_missing */
|
||||
{336331011, "expected page buffers, encountered \"@1\""}, /* 711, gbak_page_buffers_wrong_param */
|
||||
{336331012, "page buffers is allowed only on restore or create"}, /* 712, gbak_page_buffers_restore */
|
||||
{336331014, "size specification either missing or incorrect for file @1"}, /* 713, gbak_inv_size */
|
||||
{336331015, "file @1 out of sequence"}, /* 714, gbak_file_outof_sequence */
|
||||
{336331016, "can't join -- one of the files missing"}, /* 715, gbak_join_file_missing */
|
||||
{336331017, " standard input is not supported when using join operation"}, /* 716, gbak_stdin_not_supptd */
|
||||
{336331018, "standard output is not supported when using split operation"}, /* 717, gbak_stdout_not_supptd */
|
||||
{336331019, "backup file @1 might be corrupt"}, /* 718, gbak_bkup_corrupt */
|
||||
{336331020, "database file specification missing"}, /* 719, gbak_unk_db_file_spec */
|
||||
{336331021, "can't write a header record to file @1"}, /* 720, gbak_hdr_write_failed */
|
||||
{336331022, "free disk space exhausted"}, /* 721, gbak_disk_space_ex */
|
||||
{336331023, "file size given (@1) is less than minimum allowed (@2)"}, /* 722, gbak_size_lt_min */
|
||||
{336331025, "service name parameter missing"}, /* 723, gbak_svc_name_missing */
|
||||
{336331026, "Cannot restore over current database, must be SYSDBA or owner of the existing database."}, /* 724, gbak_not_ownr */
|
||||
{336331031, "\"read_only\" or \"read_write\" required"}, /* 725, gbak_mode_req */
|
||||
{336331033, "just data ignore all constraints etc."}, /* 726, gbak_just_data */
|
||||
{336331034, "restoring data only ignoring foreign key, unique, not null & other constraints"}, /* 727, gbak_data_only */
|
||||
{336397205, "ODS versions before ODS@1 are not supported"}, /* 728, dsql_too_old_ods */
|
||||
{336397206, "Table @1 does not exist"}, /* 729, dsql_table_not_found */
|
||||
{336397207, "View @1 does not exist"}, /* 730, dsql_view_not_found */
|
||||
{336397208, "At line @1, column @2"}, /* 731, dsql_line_col_error */
|
||||
{336397209, "At unknown line and column"}, /* 732, dsql_unknown_pos */
|
||||
{336397210, "Column @1 cannot be repeated in @2 statement"}, /* 733, dsql_no_dup_name */
|
||||
{336397211, "Too many values (more than @1) in member list to match against"}, /* 734, dsql_too_many_values */
|
||||
{336397212, "Array and BLOB data types not allowed in computed field"}, /* 735, dsql_no_array_computed */
|
||||
{336397213, "Implicit domain name @1 not allowed in user created domain"}, /* 736, dsql_implicit_domain_name */
|
||||
{336397214, "scalar operator used on field @1 which is not an array"}, /* 737, dsql_only_can_subscript_array */
|
||||
{336397215, "cannot sort on more than 255 items"}, /* 738, dsql_max_sort_items */
|
||||
{336397216, "cannot group on more than 255 items"}, /* 739, dsql_max_group_items */
|
||||
{336397217, "Cannot include the same field (@1.@2) twice in the ORDER BY clause with conflicting sorting options"}, /* 740, dsql_conflicting_sort_field */
|
||||
{336397218, "column list from derived table @1 has more columns than the number of items in its SELECT statement"}, /* 741, dsql_derived_table_more_columns */
|
||||
{336397219, "column list from derived table @1 has less columns than the number of items in its SELECT statement"}, /* 742, dsql_derived_table_less_columns */
|
||||
{336397220, "no column name specified for column number @1 in derived table @2"}, /* 743, dsql_derived_field_unnamed */
|
||||
{336397221, "column @1 was specified multiple times for derived table @2"}, /* 744, dsql_derived_field_dup_name */
|
||||
{336397222, "Internal dsql error: alias type expected by pass1_expand_select_node"}, /* 745, dsql_derived_alias_select */
|
||||
{336397223, "Internal dsql error: alias type expected by pass1_field"}, /* 746, dsql_derived_alias_field */
|
||||
{336397224, "Internal dsql error: column position out of range in pass1_union_auto_cast"}, /* 747, dsql_auto_field_bad_pos */
|
||||
{336397225, "Recursive CTE member (@1) can refer itself only in FROM clause"}, /* 748, dsql_cte_wrong_reference */
|
||||
{336397226, "CTE '@1' has cyclic dependencies"}, /* 749, dsql_cte_cycle */
|
||||
{336397227, "Recursive member of CTE can't be member of an outer join"}, /* 750, dsql_cte_outer_join */
|
||||
{336397228, "Recursive member of CTE can't reference itself more than once"}, /* 751, dsql_cte_mult_references */
|
||||
{336397229, "Recursive CTE (@1) must be an UNION"}, /* 752, dsql_cte_not_a_union */
|
||||
{336397230, "CTE '@1' defined non-recursive member after recursive"}, /* 753, dsql_cte_nonrecurs_after_recurs */
|
||||
{336397231, "Recursive member of CTE '@1' has @2 clause"}, /* 754, dsql_cte_wrong_clause */
|
||||
{336397232, "Recursive members of CTE (@1) must be linked with another members via UNION ALL"}, /* 755, dsql_cte_union_all */
|
||||
{336397233, "Non-recursive member is missing in CTE '@1'"}, /* 756, dsql_cte_miss_nonrecursive */
|
||||
{336397234, "WITH clause can't be nested"}, /* 757, dsql_cte_nested_with */
|
||||
{336397235, "column @1 appears more than once in USING clause"}, /* 758, dsql_col_more_than_once_using */
|
||||
{336397236, "feature is not supported in dialect @1"}, /* 759, dsql_unsupp_feature_dialect */
|
||||
{336723983, "unable to open database"}, /* 760, gsec_cant_open_db */
|
||||
{336723984, "error in switch specifications"}, /* 761, gsec_switches_error */
|
||||
{336723985, "no operation specified"}, /* 762, gsec_no_op_spec */
|
||||
{336723986, "no user name specified"}, /* 763, gsec_no_usr_name */
|
||||
{336723987, "add record error"}, /* 764, gsec_err_add */
|
||||
{336723988, "modify record error"}, /* 765, gsec_err_modify */
|
||||
{336723989, "find/modify record error"}, /* 766, gsec_err_find_mod */
|
||||
{336723990, "record not found for user: @1"}, /* 767, gsec_err_rec_not_found */
|
||||
{336723991, "delete record error"}, /* 768, gsec_err_delete */
|
||||
{336723992, "find/delete record error"}, /* 769, gsec_err_find_del */
|
||||
{336723996, "find/display record error"}, /* 770, gsec_err_find_disp */
|
||||
{336723997, "invalid parameter, no switch defined"}, /* 771, gsec_inv_param */
|
||||
{336723998, "operation already specified"}, /* 772, gsec_op_specified */
|
||||
{336723999, "password already specified"}, /* 773, gsec_pw_specified */
|
||||
{336724000, "uid already specified"}, /* 774, gsec_uid_specified */
|
||||
{336724001, "gid already specified"}, /* 775, gsec_gid_specified */
|
||||
{336724002, "project already specified"}, /* 776, gsec_proj_specified */
|
||||
{336724003, "organization already specified"}, /* 777, gsec_org_specified */
|
||||
{336724004, "first name already specified"}, /* 778, gsec_fname_specified */
|
||||
{336724005, "middle name already specified"}, /* 779, gsec_mname_specified */
|
||||
{336724006, "last name already specified"}, /* 780, gsec_lname_specified */
|
||||
{336724008, "invalid switch specified"}, /* 781, gsec_inv_switch */
|
||||
{336724009, "ambiguous switch specified"}, /* 782, gsec_amb_switch */
|
||||
{336724010, "no operation specified for parameters"}, /* 783, gsec_no_op_specified */
|
||||
{336724011, "no parameters allowed for this operation"}, /* 784, gsec_params_not_allowed */
|
||||
{336724012, "incompatible switches specified"}, /* 785, gsec_incompat_switch */
|
||||
{336724044, "Invalid user name (maximum 31 bytes allowed)"}, /* 786, gsec_inv_username */
|
||||
{336724045, "Warning - maximum 8 significant bytes of password used"}, /* 787, gsec_inv_pw_length */
|
||||
{336724046, "database already specified"}, /* 788, gsec_db_specified */
|
||||
{336724047, "database administrator name already specified"}, /* 789, gsec_db_admin_specified */
|
||||
{336724048, "database administrator password already specified"}, /* 790, gsec_db_admin_pw_specified */
|
||||
{336724049, "SQL role name already specified"}, /* 791, gsec_sql_role_specified */
|
||||
{336789504, "The license file does not exist or could not be opened for read"}, /* 792, license_no_file */
|
||||
{336789523, "operation already specified"}, /* 793, license_op_specified */
|
||||
{336789524, "no operation specified"}, /* 794, license_op_missing */
|
||||
{336789525, "invalid switch"}, /* 795, license_inv_switch */
|
||||
{336789526, "invalid switch combination"}, /* 796, license_inv_switch_combo */
|
||||
{336789527, "illegal operation/switch combination"}, /* 797, license_inv_op_combo */
|
||||
{336789528, "ambiguous switch"}, /* 798, license_amb_switch */
|
||||
{336789529, "invalid parameter, no switch specified"}, /* 799, license_inv_parameter */
|
||||
{336789530, "switch does not take any parameter"}, /* 800, license_param_specified */
|
||||
{336789531, "switch requires a parameter"}, /* 801, license_param_req */
|
||||
{336789532, "syntax error in command line"}, /* 802, license_syntx_error */
|
||||
{336789534, "The certificate was not added. A duplicate ID exists in the license file."}, /* 803, license_dup_id */
|
||||
{336789535, "The certificate was not added. Invalid certificate ID / Key combination."}, /* 804, license_inv_id_key */
|
||||
{336789536, "The certificate was not removed. The key does not exist or corresponds to a temporary evaluation license."}, /* 805, license_err_remove */
|
||||
{336789537, "An error occurred updating the license file. Operation cancelled."}, /* 806, license_err_update */
|
||||
{336789538, "The certificate could not be validated based on the information given. Please recheck the ID and key information."}, /* 807, license_err_convert */
|
||||
{336789539, "Operation failed. An unknown error occurred."}, /* 808, license_err_unk */
|
||||
{336789540, "Add license operation failed, KEY: @1 ID: @2"}, /* 809, license_svc_err_add */
|
||||
{336789541, "Remove license operation failed, KEY: @1"}, /* 810, license_svc_err_remove */
|
||||
{336789563, "The evaluation license has already been used on this server. You need to purchase a non-evaluation license."}, /* 811, license_eval_exists */
|
||||
{336920577, "found unknown switch"}, /* 812, gstat_unknown_switch */
|
||||
{336920578, "please retry, giving a database name"}, /* 813, gstat_retry */
|
||||
{336920579, "Wrong ODS version, expected @1, encountered @2"}, /* 814, gstat_wrong_ods */
|
||||
{336920580, "Unexpected end of database file."}, /* 815, gstat_unexpected_eof */
|
||||
{336920605, "Can't open database file @1"}, /* 816, gstat_open_err */
|
||||
{336920606, "Can't read a database page"}, /* 817, gstat_read_err */
|
||||
{336920607, "System memory exhausted"}, /* 818, gstat_sysmemex */
|
||||
{336986113, "Wrong value for access mode"}, /* 819, fbsvcmgr_bad_am */
|
||||
{336986114, "Wrong value for write mode"}, /* 820, fbsvcmgr_bad_wm */
|
||||
{336986115, "Wrong value for reserve space"}, /* 821, fbsvcmgr_bad_rs */
|
||||
{336986116, "Unknown tag (@1) in info_svr_db_info block after isc_svc_query()"}, /* 822, fbsvcmgr_info_err */
|
||||
{336986117, "Unknown tag (@1) in isc_svc_query() results"}, /* 823, fbsvcmgr_query_err */
|
||||
{336986118, "Unknown switch \"@1\""}, /* 824, fbsvcmgr_switch_unknown */
|
||||
{336068856, "Feature '@1' is not supported in ODS @2.@3"}, /* 644, dyn_ods_not_supp_feature */
|
||||
{336330753, "found unknown switch"}, /* 645, gbak_unknown_switch */
|
||||
{336330754, "page size parameter missing"}, /* 646, gbak_page_size_missing */
|
||||
{336330755, "Page size specified (@1) greater than limit (16384 bytes)"}, /* 647, gbak_page_size_toobig */
|
||||
{336330756, "redirect location for output is not specified"}, /* 648, gbak_redir_ouput_missing */
|
||||
{336330757, "conflicting switches for backup/restore"}, /* 649, gbak_switches_conflict */
|
||||
{336330758, "device type @1 not known"}, /* 650, gbak_unknown_device */
|
||||
{336330759, "protection is not there yet"}, /* 651, gbak_no_protection */
|
||||
{336330760, "page size is allowed only on restore or create"}, /* 652, gbak_page_size_not_allowed */
|
||||
{336330761, "multiple sources or destinations specified"}, /* 653, gbak_multi_source_dest */
|
||||
{336330762, "requires both input and output filenames"}, /* 654, gbak_filename_missing */
|
||||
{336330763, "input and output have the same name. Disallowed."}, /* 655, gbak_dup_inout_names */
|
||||
{336330764, "expected page size, encountered \"@1\""}, /* 656, gbak_inv_page_size */
|
||||
{336330765, "REPLACE specified, but the first file @1 is a database"}, /* 657, gbak_db_specified */
|
||||
{336330766, "database @1 already exists. To replace it, use the -REP switch"}, /* 658, gbak_db_exists */
|
||||
{336330767, "device type not specified"}, /* 659, gbak_unk_device */
|
||||
{336330772, "gds_$blob_info failed"}, /* 660, gbak_blob_info_failed */
|
||||
{336330773, "do not understand BLOB INFO item @1"}, /* 661, gbak_unk_blob_item */
|
||||
{336330774, "gds_$get_segment failed"}, /* 662, gbak_get_seg_failed */
|
||||
{336330775, "gds_$close_blob failed"}, /* 663, gbak_close_blob_failed */
|
||||
{336330776, "gds_$open_blob failed"}, /* 664, gbak_open_blob_failed */
|
||||
{336330777, "Failed in put_blr_gen_id"}, /* 665, gbak_put_blr_gen_id_failed */
|
||||
{336330778, "data type @1 not understood"}, /* 666, gbak_unk_type */
|
||||
{336330779, "gds_$compile_request failed"}, /* 667, gbak_comp_req_failed */
|
||||
{336330780, "gds_$start_request failed"}, /* 668, gbak_start_req_failed */
|
||||
{336330781, " gds_$receive failed"}, /* 669, gbak_rec_failed */
|
||||
{336330782, "gds_$release_request failed"}, /* 670, gbak_rel_req_failed */
|
||||
{336330783, " gds_$database_info failed"}, /* 671, gbak_db_info_failed */
|
||||
{336330784, "Expected database description record"}, /* 672, gbak_no_db_desc */
|
||||
{336330785, "failed to create database @1"}, /* 673, gbak_db_create_failed */
|
||||
{336330786, "RESTORE: decompression length error"}, /* 674, gbak_decomp_len_error */
|
||||
{336330787, "cannot find table @1"}, /* 675, gbak_tbl_missing */
|
||||
{336330788, "Cannot find column for BLOB"}, /* 676, gbak_blob_col_missing */
|
||||
{336330789, "gds_$create_blob failed"}, /* 677, gbak_create_blob_failed */
|
||||
{336330790, "gds_$put_segment failed"}, /* 678, gbak_put_seg_failed */
|
||||
{336330791, "expected record length"}, /* 679, gbak_rec_len_exp */
|
||||
{336330792, "wrong length record, expected @1 encountered @2"}, /* 680, gbak_inv_rec_len */
|
||||
{336330793, "expected data attribute"}, /* 681, gbak_exp_data_type */
|
||||
{336330794, "Failed in store_blr_gen_id"}, /* 682, gbak_gen_id_failed */
|
||||
{336330795, "do not recognize record type @1"}, /* 683, gbak_unk_rec_type */
|
||||
{336330796, "Expected backup version 1..8. Found @1"}, /* 684, gbak_inv_bkup_ver */
|
||||
{336330797, "expected backup description record"}, /* 685, gbak_missing_bkup_desc */
|
||||
{336330798, "string truncated"}, /* 686, gbak_string_trunc */
|
||||
{336330799, " warning -- record could not be restored"}, /* 687, gbak_cant_rest_record */
|
||||
{336330800, "gds_$send failed"}, /* 688, gbak_send_failed */
|
||||
{336330801, "no table name for data"}, /* 689, gbak_no_tbl_name */
|
||||
{336330802, "unexpected end of file on backup file"}, /* 690, gbak_unexp_eof */
|
||||
{336330803, "database format @1 is too old to restore to"}, /* 691, gbak_db_format_too_old */
|
||||
{336330804, "array dimension for column @1 is invalid"}, /* 692, gbak_inv_array_dim */
|
||||
{336330807, "Expected XDR record length"}, /* 693, gbak_xdr_len_expected */
|
||||
{336330817, "cannot open backup file @1"}, /* 694, gbak_open_bkup_error */
|
||||
{336330818, "cannot open status and error output file @1"}, /* 695, gbak_open_error */
|
||||
{336330934, "blocking factor parameter missing"}, /* 696, gbak_missing_block_fac */
|
||||
{336330935, "expected blocking factor, encountered \"@1\""}, /* 697, gbak_inv_block_fac */
|
||||
{336330936, "a blocking factor may not be used in conjunction with device CT"}, /* 698, gbak_block_fac_specified */
|
||||
{336330940, "user name parameter missing"}, /* 699, gbak_missing_username */
|
||||
{336330941, "password parameter missing"}, /* 700, gbak_missing_password */
|
||||
{336330952, " missing parameter for the number of bytes to be skipped"}, /* 701, gbak_missing_skipped_bytes */
|
||||
{336330953, "expected number of bytes to be skipped, encountered \"@1\""}, /* 702, gbak_inv_skipped_bytes */
|
||||
{336330965, "character set"}, /* 703, gbak_err_restore_charset */
|
||||
{336330967, "collation"}, /* 704, gbak_err_restore_collation */
|
||||
{336330972, "Unexpected I/O error while reading from backup file"}, /* 705, gbak_read_error */
|
||||
{336330973, "Unexpected I/O error while writing to backup file"}, /* 706, gbak_write_error */
|
||||
{336330985, "could not drop database @1 (database might be in use)"}, /* 707, gbak_db_in_use */
|
||||
{336330990, "System memory exhausted"}, /* 708, gbak_sysmemex */
|
||||
{336331002, "SQL role"}, /* 709, gbak_restore_role_failed */
|
||||
{336331005, "SQL role parameter missing"}, /* 710, gbak_role_op_missing */
|
||||
{336331010, "page buffers parameter missing"}, /* 711, gbak_page_buffers_missing */
|
||||
{336331011, "expected page buffers, encountered \"@1\""}, /* 712, gbak_page_buffers_wrong_param */
|
||||
{336331012, "page buffers is allowed only on restore or create"}, /* 713, gbak_page_buffers_restore */
|
||||
{336331014, "size specification either missing or incorrect for file @1"}, /* 714, gbak_inv_size */
|
||||
{336331015, "file @1 out of sequence"}, /* 715, gbak_file_outof_sequence */
|
||||
{336331016, "can't join -- one of the files missing"}, /* 716, gbak_join_file_missing */
|
||||
{336331017, " standard input is not supported when using join operation"}, /* 717, gbak_stdin_not_supptd */
|
||||
{336331018, "standard output is not supported when using split operation"}, /* 718, gbak_stdout_not_supptd */
|
||||
{336331019, "backup file @1 might be corrupt"}, /* 719, gbak_bkup_corrupt */
|
||||
{336331020, "database file specification missing"}, /* 720, gbak_unk_db_file_spec */
|
||||
{336331021, "can't write a header record to file @1"}, /* 721, gbak_hdr_write_failed */
|
||||
{336331022, "free disk space exhausted"}, /* 722, gbak_disk_space_ex */
|
||||
{336331023, "file size given (@1) is less than minimum allowed (@2)"}, /* 723, gbak_size_lt_min */
|
||||
{336331025, "service name parameter missing"}, /* 724, gbak_svc_name_missing */
|
||||
{336331026, "Cannot restore over current database, must be SYSDBA or owner of the existing database."}, /* 725, gbak_not_ownr */
|
||||
{336331031, "\"read_only\" or \"read_write\" required"}, /* 726, gbak_mode_req */
|
||||
{336331033, "just data ignore all constraints etc."}, /* 727, gbak_just_data */
|
||||
{336331034, "restoring data only ignoring foreign key, unique, not null & other constraints"}, /* 728, gbak_data_only */
|
||||
{336397205, "ODS versions before ODS@1 are not supported"}, /* 729, dsql_too_old_ods */
|
||||
{336397206, "Table @1 does not exist"}, /* 730, dsql_table_not_found */
|
||||
{336397207, "View @1 does not exist"}, /* 731, dsql_view_not_found */
|
||||
{336397208, "At line @1, column @2"}, /* 732, dsql_line_col_error */
|
||||
{336397209, "At unknown line and column"}, /* 733, dsql_unknown_pos */
|
||||
{336397210, "Column @1 cannot be repeated in @2 statement"}, /* 734, dsql_no_dup_name */
|
||||
{336397211, "Too many values (more than @1) in member list to match against"}, /* 735, dsql_too_many_values */
|
||||
{336397212, "Array and BLOB data types not allowed in computed field"}, /* 736, dsql_no_array_computed */
|
||||
{336397213, "Implicit domain name @1 not allowed in user created domain"}, /* 737, dsql_implicit_domain_name */
|
||||
{336397214, "scalar operator used on field @1 which is not an array"}, /* 738, dsql_only_can_subscript_array */
|
||||
{336397215, "cannot sort on more than 255 items"}, /* 739, dsql_max_sort_items */
|
||||
{336397216, "cannot group on more than 255 items"}, /* 740, dsql_max_group_items */
|
||||
{336397217, "Cannot include the same field (@1.@2) twice in the ORDER BY clause with conflicting sorting options"}, /* 741, dsql_conflicting_sort_field */
|
||||
{336397218, "column list from derived table @1 has more columns than the number of items in its SELECT statement"}, /* 742, dsql_derived_table_more_columns */
|
||||
{336397219, "column list from derived table @1 has less columns than the number of items in its SELECT statement"}, /* 743, dsql_derived_table_less_columns */
|
||||
{336397220, "no column name specified for column number @1 in derived table @2"}, /* 744, dsql_derived_field_unnamed */
|
||||
{336397221, "column @1 was specified multiple times for derived table @2"}, /* 745, dsql_derived_field_dup_name */
|
||||
{336397222, "Internal dsql error: alias type expected by pass1_expand_select_node"}, /* 746, dsql_derived_alias_select */
|
||||
{336397223, "Internal dsql error: alias type expected by pass1_field"}, /* 747, dsql_derived_alias_field */
|
||||
{336397224, "Internal dsql error: column position out of range in pass1_union_auto_cast"}, /* 748, dsql_auto_field_bad_pos */
|
||||
{336397225, "Recursive CTE member (@1) can refer itself only in FROM clause"}, /* 749, dsql_cte_wrong_reference */
|
||||
{336397226, "CTE '@1' has cyclic dependencies"}, /* 750, dsql_cte_cycle */
|
||||
{336397227, "Recursive member of CTE can't be member of an outer join"}, /* 751, dsql_cte_outer_join */
|
||||
{336397228, "Recursive member of CTE can't reference itself more than once"}, /* 752, dsql_cte_mult_references */
|
||||
{336397229, "Recursive CTE (@1) must be an UNION"}, /* 753, dsql_cte_not_a_union */
|
||||
{336397230, "CTE '@1' defined non-recursive member after recursive"}, /* 754, dsql_cte_nonrecurs_after_recurs */
|
||||
{336397231, "Recursive member of CTE '@1' has @2 clause"}, /* 755, dsql_cte_wrong_clause */
|
||||
{336397232, "Recursive members of CTE (@1) must be linked with another members via UNION ALL"}, /* 756, dsql_cte_union_all */
|
||||
{336397233, "Non-recursive member is missing in CTE '@1'"}, /* 757, dsql_cte_miss_nonrecursive */
|
||||
{336397234, "WITH clause can't be nested"}, /* 758, dsql_cte_nested_with */
|
||||
{336397235, "column @1 appears more than once in USING clause"}, /* 759, dsql_col_more_than_once_using */
|
||||
{336397236, "feature is not supported in dialect @1"}, /* 760, dsql_unsupp_feature_dialect */
|
||||
{336723983, "unable to open database"}, /* 761, gsec_cant_open_db */
|
||||
{336723984, "error in switch specifications"}, /* 762, gsec_switches_error */
|
||||
{336723985, "no operation specified"}, /* 763, gsec_no_op_spec */
|
||||
{336723986, "no user name specified"}, /* 764, gsec_no_usr_name */
|
||||
{336723987, "add record error"}, /* 765, gsec_err_add */
|
||||
{336723988, "modify record error"}, /* 766, gsec_err_modify */
|
||||
{336723989, "find/modify record error"}, /* 767, gsec_err_find_mod */
|
||||
{336723990, "record not found for user: @1"}, /* 768, gsec_err_rec_not_found */
|
||||
{336723991, "delete record error"}, /* 769, gsec_err_delete */
|
||||
{336723992, "find/delete record error"}, /* 770, gsec_err_find_del */
|
||||
{336723996, "find/display record error"}, /* 771, gsec_err_find_disp */
|
||||
{336723997, "invalid parameter, no switch defined"}, /* 772, gsec_inv_param */
|
||||
{336723998, "operation already specified"}, /* 773, gsec_op_specified */
|
||||
{336723999, "password already specified"}, /* 774, gsec_pw_specified */
|
||||
{336724000, "uid already specified"}, /* 775, gsec_uid_specified */
|
||||
{336724001, "gid already specified"}, /* 776, gsec_gid_specified */
|
||||
{336724002, "project already specified"}, /* 777, gsec_proj_specified */
|
||||
{336724003, "organization already specified"}, /* 778, gsec_org_specified */
|
||||
{336724004, "first name already specified"}, /* 779, gsec_fname_specified */
|
||||
{336724005, "middle name already specified"}, /* 780, gsec_mname_specified */
|
||||
{336724006, "last name already specified"}, /* 781, gsec_lname_specified */
|
||||
{336724008, "invalid switch specified"}, /* 782, gsec_inv_switch */
|
||||
{336724009, "ambiguous switch specified"}, /* 783, gsec_amb_switch */
|
||||
{336724010, "no operation specified for parameters"}, /* 784, gsec_no_op_specified */
|
||||
{336724011, "no parameters allowed for this operation"}, /* 785, gsec_params_not_allowed */
|
||||
{336724012, "incompatible switches specified"}, /* 786, gsec_incompat_switch */
|
||||
{336724044, "Invalid user name (maximum 31 bytes allowed)"}, /* 787, gsec_inv_username */
|
||||
{336724045, "Warning - maximum 8 significant bytes of password used"}, /* 788, gsec_inv_pw_length */
|
||||
{336724046, "database already specified"}, /* 789, gsec_db_specified */
|
||||
{336724047, "database administrator name already specified"}, /* 790, gsec_db_admin_specified */
|
||||
{336724048, "database administrator password already specified"}, /* 791, gsec_db_admin_pw_specified */
|
||||
{336724049, "SQL role name already specified"}, /* 792, gsec_sql_role_specified */
|
||||
{336789504, "The license file does not exist or could not be opened for read"}, /* 793, license_no_file */
|
||||
{336789523, "operation already specified"}, /* 794, license_op_specified */
|
||||
{336789524, "no operation specified"}, /* 795, license_op_missing */
|
||||
{336789525, "invalid switch"}, /* 796, license_inv_switch */
|
||||
{336789526, "invalid switch combination"}, /* 797, license_inv_switch_combo */
|
||||
{336789527, "illegal operation/switch combination"}, /* 798, license_inv_op_combo */
|
||||
{336789528, "ambiguous switch"}, /* 799, license_amb_switch */
|
||||
{336789529, "invalid parameter, no switch specified"}, /* 800, license_inv_parameter */
|
||||
{336789530, "switch does not take any parameter"}, /* 801, license_param_specified */
|
||||
{336789531, "switch requires a parameter"}, /* 802, license_param_req */
|
||||
{336789532, "syntax error in command line"}, /* 803, license_syntx_error */
|
||||
{336789534, "The certificate was not added. A duplicate ID exists in the license file."}, /* 804, license_dup_id */
|
||||
{336789535, "The certificate was not added. Invalid certificate ID / Key combination."}, /* 805, license_inv_id_key */
|
||||
{336789536, "The certificate was not removed. The key does not exist or corresponds to a temporary evaluation license."}, /* 806, license_err_remove */
|
||||
{336789537, "An error occurred updating the license file. Operation cancelled."}, /* 807, license_err_update */
|
||||
{336789538, "The certificate could not be validated based on the information given. Please recheck the ID and key information."}, /* 808, license_err_convert */
|
||||
{336789539, "Operation failed. An unknown error occurred."}, /* 809, license_err_unk */
|
||||
{336789540, "Add license operation failed, KEY: @1 ID: @2"}, /* 810, license_svc_err_add */
|
||||
{336789541, "Remove license operation failed, KEY: @1"}, /* 811, license_svc_err_remove */
|
||||
{336789563, "The evaluation license has already been used on this server. You need to purchase a non-evaluation license."}, /* 812, license_eval_exists */
|
||||
{336920577, "found unknown switch"}, /* 813, gstat_unknown_switch */
|
||||
{336920578, "please retry, giving a database name"}, /* 814, gstat_retry */
|
||||
{336920579, "Wrong ODS version, expected @1, encountered @2"}, /* 815, gstat_wrong_ods */
|
||||
{336920580, "Unexpected end of database file."}, /* 816, gstat_unexpected_eof */
|
||||
{336920605, "Can't open database file @1"}, /* 817, gstat_open_err */
|
||||
{336920606, "Can't read a database page"}, /* 818, gstat_read_err */
|
||||
{336920607, "System memory exhausted"}, /* 819, gstat_sysmemex */
|
||||
{336986113, "Wrong value for access mode"}, /* 820, fbsvcmgr_bad_am */
|
||||
{336986114, "Wrong value for write mode"}, /* 821, fbsvcmgr_bad_wm */
|
||||
{336986115, "Wrong value for reserve space"}, /* 822, fbsvcmgr_bad_rs */
|
||||
{336986116, "Unknown tag (@1) in info_svr_db_info block after isc_svc_query()"}, /* 823, fbsvcmgr_info_err */
|
||||
{336986117, "Unknown tag (@1) in isc_svc_query() results"}, /* 824, fbsvcmgr_query_err */
|
||||
{336986118, "Unknown switch \"@1\""}, /* 825, fbsvcmgr_switch_unknown */
|
||||
{0, NULL}
|
||||
};
|
||||
|
@ -843,4 +843,5 @@ static SLONG user_codes[] = {
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
};
|
||||
|
@ -664,6 +664,7 @@ static const struct {
|
||||
{336068852, -829}, /* 244 dyn_scale_too_big */
|
||||
{336068853, -829}, /* 245 dyn_precision_too_small */
|
||||
{336068855, 106}, /* 247 dyn_miss_priv_warning */
|
||||
{336068856, -901}, /* 248 dyn_ods_not_supp_feature */
|
||||
{336330753, -901}, /* 1 gbak_unknown_switch */
|
||||
{336330754, -901}, /* 2 gbak_page_size_missing */
|
||||
{336330755, -901}, /* 3 gbak_page_size_toobig */
|
||||
|
Loading…
Reference in New Issue
Block a user