mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
Regenerate files
This commit is contained in:
parent
2eea6bf0a7
commit
306d4d5f46
@ -1124,6 +1124,8 @@ C --
|
||||
PARAMETER (GDS__collation_not_installed = 335544855)
|
||||
INTEGER*4 GDS__att_shutdown
|
||||
PARAMETER (GDS__att_shutdown = 335544856)
|
||||
INTEGER*4 GDS__blobtoobig
|
||||
PARAMETER (GDS__blobtoobig = 335544857)
|
||||
INTEGER*4 GDS__gfix_db_name
|
||||
PARAMETER (GDS__gfix_db_name = 335740929)
|
||||
INTEGER*4 GDS__gfix_invalid_sw
|
||||
|
@ -569,6 +569,7 @@ const
|
||||
gds_charset_not_installed = 335544854;
|
||||
gds_collation_not_installed = 335544855;
|
||||
gds_att_shutdown = 335544856;
|
||||
gds_blobtoobig = 335544857;
|
||||
gds_gfix_db_name = 335740929;
|
||||
gds_gfix_invalid_sw = 335740930;
|
||||
gds_gfix_incmp_sw = 335740932;
|
||||
|
@ -558,6 +558,7 @@ static const struct {
|
||||
{"charset_not_installed", 335544854},
|
||||
{"collation_not_installed", 335544855},
|
||||
{"att_shutdown", 335544856},
|
||||
{"blobtoobig", 335544857},
|
||||
{"gfix_db_name", 335740929},
|
||||
{"gfix_invalid_sw", 335740930},
|
||||
{"gfix_incmp_sw", 335740932},
|
||||
|
@ -591,6 +591,7 @@ const SLONG isc_bad_substring_length = 335544853L;
|
||||
const SLONG isc_charset_not_installed = 335544854L;
|
||||
const SLONG isc_collation_not_installed = 335544855L;
|
||||
const SLONG isc_att_shutdown = 335544856L;
|
||||
const SLONG isc_blobtoobig = 335544857L;
|
||||
const SLONG isc_gfix_db_name = 335740929L;
|
||||
const SLONG isc_gfix_invalid_sw = 335740930L;
|
||||
const SLONG isc_gfix_incmp_sw = 335740932L;
|
||||
@ -809,7 +810,7 @@ const SLONG isc_gstat_unexpected_eof = 336920580L;
|
||||
const SLONG isc_gstat_open_err = 336920605L;
|
||||
const SLONG isc_gstat_read_err = 336920606L;
|
||||
const SLONG isc_gstat_sysmemex = 336920607L;
|
||||
const SLONG isc_err_max = 754;
|
||||
const SLONG isc_err_max = 755;
|
||||
|
||||
#else /* c definitions */
|
||||
|
||||
@ -1370,6 +1371,7 @@ const SLONG isc_err_max = 754;
|
||||
#define isc_charset_not_installed 335544854L
|
||||
#define isc_collation_not_installed 335544855L
|
||||
#define isc_att_shutdown 335544856L
|
||||
#define isc_blobtoobig 335544857L
|
||||
#define isc_gfix_db_name 335740929L
|
||||
#define isc_gfix_invalid_sw 335740930L
|
||||
#define isc_gfix_incmp_sw 335740932L
|
||||
@ -1588,7 +1590,7 @@ const SLONG isc_err_max = 754;
|
||||
#define isc_gstat_open_err 336920605L
|
||||
#define isc_gstat_read_err 336920606L
|
||||
#define isc_gstat_sysmemex 336920607L
|
||||
#define isc_err_max 754
|
||||
#define isc_err_max 755
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -556,223 +556,224 @@ static const SCHAR * const messages[] = {
|
||||
"CHARACTER SET %s is not installed", /* 534, charset_not_installed */
|
||||
"COLLATION %s for CHARACTER SET %s is not installed", /* 535, collation_not_installed */
|
||||
"connection shutdown", /* 536, att_shutdown */
|
||||
"data base file name (%s) already given", /* 537, gfix_db_name */
|
||||
"invalid switch %s", /* 538, gfix_invalid_sw */
|
||||
"incompatible switch combination", /* 539, gfix_incmp_sw */
|
||||
"replay log pathname required", /* 540, gfix_replay_req */
|
||||
"number of page buffers for cache required", /* 541, gfix_pgbuf_req */
|
||||
"numeric value required", /* 542, gfix_val_req */
|
||||
"positive numeric value required", /* 543, gfix_pval_req */
|
||||
"number of transactions per sweep required", /* 544, gfix_trn_req */
|
||||
"\"full\" or \"reserve\" required", /* 545, gfix_full_req */
|
||||
"user name required", /* 546, gfix_usrname_req */
|
||||
"password required", /* 547, gfix_pass_req */
|
||||
"subsystem name", /* 548, gfix_subs_name */
|
||||
"\"wal\" required", /* 549, gfix_wal_req */
|
||||
"number of seconds required", /* 550, gfix_sec_req */
|
||||
"numeric value between 0 and 32767 inclusive required", /* 551, gfix_nval_req */
|
||||
"must specify type of shutdown", /* 552, gfix_type_shut */
|
||||
"please retry, specifying an option", /* 553, gfix_retry */
|
||||
"please retry, giving a database name", /* 554, gfix_retry_db */
|
||||
"internal block exceeds maximum size", /* 555, gfix_exceed_max */
|
||||
"corrupt pool", /* 556, gfix_corrupt_pool */
|
||||
"virtual memory exhausted", /* 557, gfix_mem_exhausted */
|
||||
"bad pool id", /* 558, gfix_bad_pool */
|
||||
"Transaction state %d not in valid range.", /* 559, gfix_trn_not_valid */
|
||||
"unexpected end of input", /* 560, gfix_unexp_eoi */
|
||||
"failed to reconnect to a transaction in database %s", /* 561, gfix_recon_fail */
|
||||
"Transaction description item unknown", /* 562, gfix_trn_unknown */
|
||||
"\"read_only\" or \"read_write\" required", /* 563, gfix_mode_req */
|
||||
" -sql_dialect set database dialect n", /* 564, gfix_opt_SQL_dialect */
|
||||
"positive or zero numeric value required", /* 565, gfix_pzval_req */
|
||||
"Cannot SELECT RDB$DB_KEY from a stored procedure.", /* 566, dsql_dbkey_from_non_table */
|
||||
"Precision 10 to 18 changed from DOUBLE PRECISION in SQL dialect 1 to 64-bit scaled integer in SQL dialect 3", /* 567, dsql_transitional_numeric */
|
||||
"Use of %s expression that returns different results in dialect 1 and dialect 3", /* 568, dsql_dialect_warning_expr */
|
||||
"Database SQL dialect %d does not support reference to %s datatype", /* 569, sql_db_dialect_dtype_unsupport */
|
||||
"DB dialect %d and client dialect %d conflict with respect to numeric precision %d.", /* 570, isc_sql_dialect_conflict_num */
|
||||
"WARNING: Numeric literal %s is interpreted as a floating-point", /* 571, dsql_warning_number_ambiguous */
|
||||
"value in SQL dialect 1, but as an exact numeric value in SQL dialect 3.", /* 572, dsql_warning_number_ambiguous1 */
|
||||
"WARNING: NUMERIC and DECIMAL fields with precision 10 or greater are stored", /* 573, dsql_warn_precision_ambiguous */
|
||||
"as approximate floating-point values in SQL dialect 1, but as 64-bit", /* 574, dsql_warn_precision_ambiguous1 */
|
||||
"integers in SQL dialect 3.", /* 575, dsql_warn_precision_ambiguous2 */
|
||||
"Ambiguous field name between %s and %s", /* 576, dsql_ambiguous_field_name */
|
||||
"External function should have return position between 1 and %d", /* 577, dsql_udf_return_pos_err */
|
||||
"Label %s %s in the current scope", /* 578, dsql_invalid_label */
|
||||
"Datatypes %sare not comparable in expression %s", /* 579, dsql_datatypes_not_comparable */
|
||||
"Empty cursor name is not allowed", /* 580, dsql_cursor_invalid */
|
||||
"Statement already has a cursor %s assigned", /* 581, dsql_cursor_redefined */
|
||||
"Cursor %s is not found in the current context", /* 582, dsql_cursor_not_found */
|
||||
"Cursor %s already exists in the current context", /* 583, dsql_cursor_exists */
|
||||
"Relation %s is ambiguous in cursor %s", /* 584, dsql_cursor_rel_ambiguous */
|
||||
"Relation %s is not found in cursor %s", /* 585, dsql_cursor_rel_not_found */
|
||||
"Cursor is not open", /* 586, dsql_cursor_not_open */
|
||||
"Data type %s is not supported for EXTERNAL TABLES. Relation '%s', field '%s'", /* 587, dsql_type_not_supp_ext_tab */
|
||||
"SQL role %s does not exist", /* 588, dyn_role_does_not_exist */
|
||||
"user %s has no grant admin option on SQL role %s", /* 589, dyn_no_grant_admin_opt */
|
||||
"user %s is not a member of SQL role %s", /* 590, dyn_user_not_role_member */
|
||||
"%s is not the owner of SQL role %s", /* 591, dyn_delete_role_failed */
|
||||
"%s is a SQL role and not a user", /* 592, dyn_grant_role_to_user */
|
||||
"user name %s could not be used for SQL role", /* 593, dyn_inv_sql_role_name */
|
||||
"SQL role %s already exists", /* 594, dyn_dup_sql_role */
|
||||
"keyword %s can not be used as a SQL role name", /* 595, dyn_kywd_spec_for_role */
|
||||
"SQL roles are not supported in on older versions of the database. A backup and restore of the database is required.", /* 596, dyn_roles_not_supported */
|
||||
"Cannot rename domain %s to %s. A domain with that name already exists.", /* 597, dyn_domain_name_exists */
|
||||
"Cannot rename column %s to %s. A column with that name already exists in table %s.", /* 598, dyn_field_name_exists */
|
||||
"Column %s from table %s is referenced in %s", /* 599, dyn_dependency_exists */
|
||||
"Cannot change datatype for column %s. Changing datatype is not supported for BLOB or ARRAY columns.", /* 600, dyn_dtype_invalid */
|
||||
"New size specified for column %s must be at least %d characters.", /* 601, dyn_char_fld_too_small */
|
||||
"Cannot change datatype for %s. Conversion from base type %s to %s is not supported.", /* 602, dyn_invalid_dtype_conversion */
|
||||
"Cannot change datatype for column %s from a character type to a non-character type.", /* 603, dyn_dtype_conv_invalid */
|
||||
"Zero length identifiers are not allowed", /* 604, dyn_zero_len_id */
|
||||
"found unknown switch", /* 605, gbak_unknown_switch */
|
||||
"page size parameter missing", /* 606, gbak_page_size_missing */
|
||||
"Page size specified (%ld) greater than limit (8192 bytes)", /* 607, gbak_page_size_toobig */
|
||||
"redirect location for output is not specified", /* 608, gbak_redir_ouput_missing */
|
||||
"conflicting switches for backup/restore", /* 609, gbak_switches_conflict */
|
||||
"device type %s not known", /* 610, gbak_unknown_device */
|
||||
"protection is not there yet", /* 611, gbak_no_protection */
|
||||
"page size is allowed only on restore or create", /* 612, gbak_page_size_not_allowed */
|
||||
"multiple sources or destinations specified", /* 613, gbak_multi_source_dest */
|
||||
"requires both input and output filenames", /* 614, gbak_filename_missing */
|
||||
"input and output have the same name. Disallowed.", /* 615, gbak_dup_inout_names */
|
||||
"expected page size, encountered \"%s\"", /* 616, gbak_inv_page_size */
|
||||
"REPLACE specified, but the first file %s is a database", /* 617, gbak_db_specified */
|
||||
"database %s already exists. To replace it, use the -REP switch", /* 618, gbak_db_exists */
|
||||
"device type not specified", /* 619, gbak_unk_device */
|
||||
"gds_$blob_info failed", /* 620, gbak_blob_info_failed */
|
||||
"do not understand BLOB INFO item %ld", /* 621, gbak_unk_blob_item */
|
||||
"gds_$get_segment failed", /* 622, gbak_get_seg_failed */
|
||||
"gds_$close_blob failed", /* 623, gbak_close_blob_failed */
|
||||
"gds_$open_blob failed", /* 624, gbak_open_blob_failed */
|
||||
"Failed in put_blr_gen_id", /* 625, gbak_put_blr_gen_id_failed */
|
||||
"data type %ld not understood", /* 626, gbak_unk_type */
|
||||
"gds_$compile_request failed", /* 627, gbak_comp_req_failed */
|
||||
"gds_$start_request failed", /* 628, gbak_start_req_failed */
|
||||
" gds_$receive failed", /* 629, gbak_rec_failed */
|
||||
"gds_$release_request failed", /* 630, gbak_rel_req_failed */
|
||||
" gds_$database_info failed", /* 631, gbak_db_info_failed */
|
||||
"Expected database description record", /* 632, gbak_no_db_desc */
|
||||
"failed to create database %s", /* 633, gbak_db_create_failed */
|
||||
"RESTORE: decompression length error", /* 634, gbak_decomp_len_error */
|
||||
"cannot find table %s", /* 635, gbak_tbl_missing */
|
||||
"Cannot find column for BLOB", /* 636, gbak_blob_col_missing */
|
||||
"gds_$create_blob failed", /* 637, gbak_create_blob_failed */
|
||||
"gds_$put_segment failed", /* 638, gbak_put_seg_failed */
|
||||
"expected record length", /* 639, gbak_rec_len_exp */
|
||||
"wrong length record, expected %ld encountered %ld", /* 640, gbak_inv_rec_len */
|
||||
"expected data attribute", /* 641, gbak_exp_data_type */
|
||||
"Failed in store_blr_gen_id", /* 642, gbak_gen_id_failed */
|
||||
"do not recognize record type %ld", /* 643, gbak_unk_rec_type */
|
||||
"Expected backup version 1, 2, 3, 4, 5, 6, or 7. Found %ld", /* 644, gbak_inv_bkup_ver */
|
||||
"expected backup description record", /* 645, gbak_missing_bkup_desc */
|
||||
"string truncated", /* 646, gbak_string_trunc */
|
||||
" warning -- record could not be restored", /* 647, gbak_cant_rest_record */
|
||||
"gds_$send failed", /* 648, gbak_send_failed */
|
||||
"no table name for data", /* 649, gbak_no_tbl_name */
|
||||
"unexpected end of file on backup file", /* 650, gbak_unexp_eof */
|
||||
"database format %ld is too old to restore to", /* 651, gbak_db_format_too_old */
|
||||
"array dimension for column %s is invalid", /* 652, gbak_inv_array_dim */
|
||||
"Expected XDR record length", /* 653, gbak_xdr_len_expected */
|
||||
"cannot open backup file %s", /* 654, gbak_open_bkup_error */
|
||||
"cannot open status and error output file %s", /* 655, gbak_open_error */
|
||||
"blocking factor parameter missing", /* 656, gbak_missing_block_fac */
|
||||
"expected blocking factor, encountered \"%s\"", /* 657, gbak_inv_block_fac */
|
||||
"a blocking factor may not be used in conjunction with device CT", /* 658, gbak_block_fac_specified */
|
||||
"user name parameter missing", /* 659, gbak_missing_username */
|
||||
"password parameter missing", /* 660, gbak_missing_password */
|
||||
" missing parameter for the number of bytes to be skipped", /* 661, gbak_missing_skipped_bytes */
|
||||
"expected number of bytes to be skipped, encountered \"%s\"", /* 662, gbak_inv_skipped_bytes */
|
||||
"Bad attribute for RDB$CHARACTER_SETS", /* 663, gbak_err_restore_charset */
|
||||
"Bad attribute for RDB$COLLATIONS", /* 664, gbak_err_restore_collation */
|
||||
"Unexpected I/O error while reading from backup file", /* 665, gbak_read_error */
|
||||
"Unexpected I/O error while writing to backup file", /* 666, gbak_write_error */
|
||||
"could not drop database %s (database might be in use)", /* 667, gbak_db_in_use */
|
||||
"System memory exhausted", /* 668, gbak_sysmemex */
|
||||
"Bad attributes for restoring SQL role", /* 669, gbak_restore_role_failed */
|
||||
"SQL role parameter missing", /* 670, gbak_role_op_missing */
|
||||
"page buffers parameter missing", /* 671, gbak_page_buffers_missing */
|
||||
"expected page buffers, encountered \"%s\"", /* 672, gbak_page_buffers_wrong_param */
|
||||
"page buffers is allowed only on restore or create", /* 673, gbak_page_buffers_restore */
|
||||
"size specification either missing or incorrect for file %s", /* 674, gbak_inv_size */
|
||||
"file %s out of sequence", /* 675, gbak_file_outof_sequence */
|
||||
"can't join -- one of the files missing", /* 676, gbak_join_file_missing */
|
||||
" standard input is not supported when using join operation", /* 677, gbak_stdin_not_supptd */
|
||||
"standard output is not supported when using split operation", /* 678, gbak_stdout_not_supptd */
|
||||
"backup file %s might be corrupt", /* 679, gbak_bkup_corrupt */
|
||||
"database file specification missing", /* 680, gbak_unk_db_file_spec */
|
||||
"can't write a header record to file %s", /* 681, gbak_hdr_write_failed */
|
||||
"free disk space exhausted", /* 682, gbak_disk_space_ex */
|
||||
"file size given (%d) is less than minimum allowed (%d)", /* 683, gbak_size_lt_min */
|
||||
"service name parameter missing", /* 684, gbak_svc_name_missing */
|
||||
"Cannot restore over current database, must be SYSDBA or owner of the existing database.", /* 685, gbak_not_ownr */
|
||||
"\"read_only\" or \"read_write\" required", /* 686, gbak_mode_req */
|
||||
"just data ignore all constraints etc.", /* 687, gbak_just_data */
|
||||
"restoring data only ignoring foreign key, unique, not null & other constraints", /* 688, gbak_data_only */
|
||||
"Too many values (more than %d) in member list to match against", /* 689, dsql_too_many_values */
|
||||
"Column %s cannot be repeated in %s statement", /* 690, dsql_no_dup_name */
|
||||
"At unknown line and column", /* 691, dsql_unknown_pos */
|
||||
"At line %d, column %d", /* 692, dsql_line_col_error */
|
||||
"View %s does not exist", /* 693, dsql_view_not_found */
|
||||
"Table %s does not exist", /* 694, dsql_table_not_found */
|
||||
"ODS versions before ODS%d are not supported", /* 695, dsql_too_old_ods */
|
||||
"unable to open database", /* 696, gsec_cant_open_db */
|
||||
"error in switch specifications", /* 697, gsec_switches_error */
|
||||
"no operation specified", /* 698, gsec_no_op_spec */
|
||||
"no user name specified", /* 699, gsec_no_usr_name */
|
||||
"add record error", /* 700, gsec_err_add */
|
||||
"modify record error", /* 701, gsec_err_modify */
|
||||
"find/modify record error", /* 702, gsec_err_find_mod */
|
||||
"record not found for user: %s", /* 703, gsec_err_rec_not_found */
|
||||
"delete record error", /* 704, gsec_err_delete */
|
||||
"find/delete record error", /* 705, gsec_err_find_del */
|
||||
"find/display record error", /* 706, gsec_err_find_disp */
|
||||
"invalid parameter, no switch defined", /* 707, gsec_inv_param */
|
||||
"operation already specified", /* 708, gsec_op_specified */
|
||||
"password already specified", /* 709, gsec_pw_specified */
|
||||
"uid already specified", /* 710, gsec_uid_specified */
|
||||
"gid already specified", /* 711, gsec_gid_specified */
|
||||
"project already specified", /* 712, gsec_proj_specified */
|
||||
"organization already specified", /* 713, gsec_org_specified */
|
||||
"first name already specified", /* 714, gsec_fname_specified */
|
||||
"middle name already specified", /* 715, gsec_mname_specified */
|
||||
"last name already specified", /* 716, gsec_lname_specified */
|
||||
"invalid switch specified", /* 717, gsec_inv_switch */
|
||||
"ambiguous switch specified", /* 718, gsec_amb_switch */
|
||||
"no operation specified for parameters", /* 719, gsec_no_op_specified */
|
||||
"no parameters allowed for this operation", /* 720, gsec_params_not_allowed */
|
||||
"incompatible switches specified", /* 721, gsec_incompat_switch */
|
||||
"Invalid user name (maximum 31 bytes allowed)", /* 722, gsec_inv_username */
|
||||
"Warning - maximum 8 significant bytes of password used", /* 723, gsec_inv_pw_length */
|
||||
"database already specified", /* 724, gsec_db_specified */
|
||||
"database administrator name already specified", /* 725, gsec_db_admin_specified */
|
||||
"database administrator password already specified", /* 726, gsec_db_admin_pw_specified */
|
||||
"SQL role name already specified", /* 727, gsec_sql_role_specified */
|
||||
"The license file does not exist or could not be opened for read", /* 728, license_no_file */
|
||||
"operation already specified", /* 729, license_op_specified */
|
||||
"no operation specified", /* 730, license_op_missing */
|
||||
"invalid switch", /* 731, license_inv_switch */
|
||||
"invalid switch combination", /* 732, license_inv_switch_combo */
|
||||
"illegal operation/switch combination", /* 733, license_inv_op_combo */
|
||||
"ambiguous switch", /* 734, license_amb_switch */
|
||||
"invalid parameter, no switch specified", /* 735, license_inv_parameter */
|
||||
"switch does not take any parameter", /* 736, license_param_specified */
|
||||
"switch requires a parameter", /* 737, license_param_req */
|
||||
"syntax error in command line", /* 738, license_syntx_error */
|
||||
"The certificate was not added. A duplicate ID exists in the license file.", /* 739, license_dup_id */
|
||||
"The certificate was not added. Invalid certificate ID / Key combination.", /* 740, license_inv_id_key */
|
||||
"The certificate was not removed. The key does not exist or corresponds to a temporary evaluation license.", /* 741, license_err_remove */
|
||||
"An error occurred updating the license file. Operation cancelled.", /* 742, license_err_update */
|
||||
"The certificate could not be validated based on the information given. Please recheck the ID and key information.", /* 743, license_err_convert */
|
||||
"Operation failed. An unknown error occurred.", /* 744, license_err_unk */
|
||||
"Add license operation failed, KEY: %s ID: %s", /* 745, license_svc_err_add */
|
||||
"Remove license operation failed, KEY: %s", /* 746, license_svc_err_remove */
|
||||
"The evaluation license has already been used on this server. You need to purchase a non-evaluation license.", /* 747, license_eval_exists */
|
||||
"found unknown switch", /* 748, gstat_unknown_switch */
|
||||
"please retry, giving a database name", /* 749, gstat_retry */
|
||||
"Wrong ODS version, expected %d, encountered %d", /* 750, gstat_wrong_ods */
|
||||
"Unexpected end of database file.", /* 751, gstat_unexpected_eof */
|
||||
"Can't open database file %s", /* 752, gstat_open_err */
|
||||
"Can't read a database page", /* 753, gstat_read_err */
|
||||
"System memory exhausted", /* 754, gstat_sysmemex */
|
||||
"Maximum BLOB size exceeded", /* 537, blobtoobig */
|
||||
"data base file name (%s) already given", /* 538, gfix_db_name */
|
||||
"invalid switch %s", /* 539, gfix_invalid_sw */
|
||||
"incompatible switch combination", /* 540, gfix_incmp_sw */
|
||||
"replay log pathname required", /* 541, gfix_replay_req */
|
||||
"number of page buffers for cache required", /* 542, gfix_pgbuf_req */
|
||||
"numeric value required", /* 543, gfix_val_req */
|
||||
"positive numeric value required", /* 544, gfix_pval_req */
|
||||
"number of transactions per sweep required", /* 545, gfix_trn_req */
|
||||
"\"full\" or \"reserve\" required", /* 546, gfix_full_req */
|
||||
"user name required", /* 547, gfix_usrname_req */
|
||||
"password required", /* 548, gfix_pass_req */
|
||||
"subsystem name", /* 549, gfix_subs_name */
|
||||
"\"wal\" required", /* 550, gfix_wal_req */
|
||||
"number of seconds required", /* 551, gfix_sec_req */
|
||||
"numeric value between 0 and 32767 inclusive required", /* 552, gfix_nval_req */
|
||||
"must specify type of shutdown", /* 553, gfix_type_shut */
|
||||
"please retry, specifying an option", /* 554, gfix_retry */
|
||||
"please retry, giving a database name", /* 555, gfix_retry_db */
|
||||
"internal block exceeds maximum size", /* 556, gfix_exceed_max */
|
||||
"corrupt pool", /* 557, gfix_corrupt_pool */
|
||||
"virtual memory exhausted", /* 558, gfix_mem_exhausted */
|
||||
"bad pool id", /* 559, gfix_bad_pool */
|
||||
"Transaction state %d not in valid range.", /* 560, gfix_trn_not_valid */
|
||||
"unexpected end of input", /* 561, gfix_unexp_eoi */
|
||||
"failed to reconnect to a transaction in database %s", /* 562, gfix_recon_fail */
|
||||
"Transaction description item unknown", /* 563, gfix_trn_unknown */
|
||||
"\"read_only\" or \"read_write\" required", /* 564, gfix_mode_req */
|
||||
" -sql_dialect set database dialect n", /* 565, gfix_opt_SQL_dialect */
|
||||
"positive or zero numeric value required", /* 566, gfix_pzval_req */
|
||||
"Cannot SELECT RDB$DB_KEY from a stored procedure.", /* 567, dsql_dbkey_from_non_table */
|
||||
"Precision 10 to 18 changed from DOUBLE PRECISION in SQL dialect 1 to 64-bit scaled integer in SQL dialect 3", /* 568, dsql_transitional_numeric */
|
||||
"Use of %s expression that returns different results in dialect 1 and dialect 3", /* 569, dsql_dialect_warning_expr */
|
||||
"Database SQL dialect %d does not support reference to %s datatype", /* 570, sql_db_dialect_dtype_unsupport */
|
||||
"DB dialect %d and client dialect %d conflict with respect to numeric precision %d.", /* 571, isc_sql_dialect_conflict_num */
|
||||
"WARNING: Numeric literal %s is interpreted as a floating-point", /* 572, dsql_warning_number_ambiguous */
|
||||
"value in SQL dialect 1, but as an exact numeric value in SQL dialect 3.", /* 573, dsql_warning_number_ambiguous1 */
|
||||
"WARNING: NUMERIC and DECIMAL fields with precision 10 or greater are stored", /* 574, dsql_warn_precision_ambiguous */
|
||||
"as approximate floating-point values in SQL dialect 1, but as 64-bit", /* 575, dsql_warn_precision_ambiguous1 */
|
||||
"integers in SQL dialect 3.", /* 576, dsql_warn_precision_ambiguous2 */
|
||||
"Ambiguous field name between %s and %s", /* 577, dsql_ambiguous_field_name */
|
||||
"External function should have return position between 1 and %d", /* 578, dsql_udf_return_pos_err */
|
||||
"Label %s %s in the current scope", /* 579, dsql_invalid_label */
|
||||
"Datatypes %sare not comparable in expression %s", /* 580, dsql_datatypes_not_comparable */
|
||||
"Empty cursor name is not allowed", /* 581, dsql_cursor_invalid */
|
||||
"Statement already has a cursor %s assigned", /* 582, dsql_cursor_redefined */
|
||||
"Cursor %s is not found in the current context", /* 583, dsql_cursor_not_found */
|
||||
"Cursor %s already exists in the current context", /* 584, dsql_cursor_exists */
|
||||
"Relation %s is ambiguous in cursor %s", /* 585, dsql_cursor_rel_ambiguous */
|
||||
"Relation %s is not found in cursor %s", /* 586, dsql_cursor_rel_not_found */
|
||||
"Cursor is not open", /* 587, dsql_cursor_not_open */
|
||||
"Data type %s is not supported for EXTERNAL TABLES. Relation '%s', field '%s'", /* 588, dsql_type_not_supp_ext_tab */
|
||||
"SQL role %s does not exist", /* 589, dyn_role_does_not_exist */
|
||||
"user %s has no grant admin option on SQL role %s", /* 590, dyn_no_grant_admin_opt */
|
||||
"user %s is not a member of SQL role %s", /* 591, dyn_user_not_role_member */
|
||||
"%s is not the owner of SQL role %s", /* 592, dyn_delete_role_failed */
|
||||
"%s is a SQL role and not a user", /* 593, dyn_grant_role_to_user */
|
||||
"user name %s could not be used for SQL role", /* 594, dyn_inv_sql_role_name */
|
||||
"SQL role %s already exists", /* 595, dyn_dup_sql_role */
|
||||
"keyword %s can not be used as a SQL role name", /* 596, dyn_kywd_spec_for_role */
|
||||
"SQL roles are not supported in on older versions of the database. A backup and restore of the database is required.", /* 597, dyn_roles_not_supported */
|
||||
"Cannot rename domain %s to %s. A domain with that name already exists.", /* 598, dyn_domain_name_exists */
|
||||
"Cannot rename column %s to %s. A column with that name already exists in table %s.", /* 599, dyn_field_name_exists */
|
||||
"Column %s from table %s is referenced in %s", /* 600, dyn_dependency_exists */
|
||||
"Cannot change datatype for column %s. Changing datatype is not supported for BLOB or ARRAY columns.", /* 601, dyn_dtype_invalid */
|
||||
"New size specified for column %s must be at least %d characters.", /* 602, dyn_char_fld_too_small */
|
||||
"Cannot change datatype for %s. Conversion from base type %s to %s is not supported.", /* 603, dyn_invalid_dtype_conversion */
|
||||
"Cannot change datatype for column %s from a character type to a non-character type.", /* 604, dyn_dtype_conv_invalid */
|
||||
"Zero length identifiers are not allowed", /* 605, dyn_zero_len_id */
|
||||
"found unknown switch", /* 606, gbak_unknown_switch */
|
||||
"page size parameter missing", /* 607, gbak_page_size_missing */
|
||||
"Page size specified (%ld) greater than limit (8192 bytes)", /* 608, gbak_page_size_toobig */
|
||||
"redirect location for output is not specified", /* 609, gbak_redir_ouput_missing */
|
||||
"conflicting switches for backup/restore", /* 610, gbak_switches_conflict */
|
||||
"device type %s not known", /* 611, gbak_unknown_device */
|
||||
"protection is not there yet", /* 612, gbak_no_protection */
|
||||
"page size is allowed only on restore or create", /* 613, gbak_page_size_not_allowed */
|
||||
"multiple sources or destinations specified", /* 614, gbak_multi_source_dest */
|
||||
"requires both input and output filenames", /* 615, gbak_filename_missing */
|
||||
"input and output have the same name. Disallowed.", /* 616, gbak_dup_inout_names */
|
||||
"expected page size, encountered \"%s\"", /* 617, gbak_inv_page_size */
|
||||
"REPLACE specified, but the first file %s is a database", /* 618, gbak_db_specified */
|
||||
"database %s already exists. To replace it, use the -REP switch", /* 619, gbak_db_exists */
|
||||
"device type not specified", /* 620, gbak_unk_device */
|
||||
"gds_$blob_info failed", /* 621, gbak_blob_info_failed */
|
||||
"do not understand BLOB INFO item %ld", /* 622, gbak_unk_blob_item */
|
||||
"gds_$get_segment failed", /* 623, gbak_get_seg_failed */
|
||||
"gds_$close_blob failed", /* 624, gbak_close_blob_failed */
|
||||
"gds_$open_blob failed", /* 625, gbak_open_blob_failed */
|
||||
"Failed in put_blr_gen_id", /* 626, gbak_put_blr_gen_id_failed */
|
||||
"data type %ld not understood", /* 627, gbak_unk_type */
|
||||
"gds_$compile_request failed", /* 628, gbak_comp_req_failed */
|
||||
"gds_$start_request failed", /* 629, gbak_start_req_failed */
|
||||
" gds_$receive failed", /* 630, gbak_rec_failed */
|
||||
"gds_$release_request failed", /* 631, gbak_rel_req_failed */
|
||||
" gds_$database_info failed", /* 632, gbak_db_info_failed */
|
||||
"Expected database description record", /* 633, gbak_no_db_desc */
|
||||
"failed to create database %s", /* 634, gbak_db_create_failed */
|
||||
"RESTORE: decompression length error", /* 635, gbak_decomp_len_error */
|
||||
"cannot find table %s", /* 636, gbak_tbl_missing */
|
||||
"Cannot find column for BLOB", /* 637, gbak_blob_col_missing */
|
||||
"gds_$create_blob failed", /* 638, gbak_create_blob_failed */
|
||||
"gds_$put_segment failed", /* 639, gbak_put_seg_failed */
|
||||
"expected record length", /* 640, gbak_rec_len_exp */
|
||||
"wrong length record, expected %ld encountered %ld", /* 641, gbak_inv_rec_len */
|
||||
"expected data attribute", /* 642, gbak_exp_data_type */
|
||||
"Failed in store_blr_gen_id", /* 643, gbak_gen_id_failed */
|
||||
"do not recognize record type %ld", /* 644, gbak_unk_rec_type */
|
||||
"Expected backup version 1, 2, 3, 4, 5, 6, or 7. Found %ld", /* 645, gbak_inv_bkup_ver */
|
||||
"expected backup description record", /* 646, gbak_missing_bkup_desc */
|
||||
"string truncated", /* 647, gbak_string_trunc */
|
||||
" warning -- record could not be restored", /* 648, gbak_cant_rest_record */
|
||||
"gds_$send failed", /* 649, gbak_send_failed */
|
||||
"no table name for data", /* 650, gbak_no_tbl_name */
|
||||
"unexpected end of file on backup file", /* 651, gbak_unexp_eof */
|
||||
"database format %ld is too old to restore to", /* 652, gbak_db_format_too_old */
|
||||
"array dimension for column %s is invalid", /* 653, gbak_inv_array_dim */
|
||||
"Expected XDR record length", /* 654, gbak_xdr_len_expected */
|
||||
"cannot open backup file %s", /* 655, gbak_open_bkup_error */
|
||||
"cannot open status and error output file %s", /* 656, gbak_open_error */
|
||||
"blocking factor parameter missing", /* 657, gbak_missing_block_fac */
|
||||
"expected blocking factor, encountered \"%s\"", /* 658, gbak_inv_block_fac */
|
||||
"a blocking factor may not be used in conjunction with device CT", /* 659, gbak_block_fac_specified */
|
||||
"user name parameter missing", /* 660, gbak_missing_username */
|
||||
"password parameter missing", /* 661, gbak_missing_password */
|
||||
" missing parameter for the number of bytes to be skipped", /* 662, gbak_missing_skipped_bytes */
|
||||
"expected number of bytes to be skipped, encountered \"%s\"", /* 663, gbak_inv_skipped_bytes */
|
||||
"Bad attribute for RDB$CHARACTER_SETS", /* 664, gbak_err_restore_charset */
|
||||
"Bad attribute for RDB$COLLATIONS", /* 665, gbak_err_restore_collation */
|
||||
"Unexpected I/O error while reading from backup file", /* 666, gbak_read_error */
|
||||
"Unexpected I/O error while writing to backup file", /* 667, gbak_write_error */
|
||||
"could not drop database %s (database might be in use)", /* 668, gbak_db_in_use */
|
||||
"System memory exhausted", /* 669, gbak_sysmemex */
|
||||
"Bad attributes for restoring SQL role", /* 670, gbak_restore_role_failed */
|
||||
"SQL role parameter missing", /* 671, gbak_role_op_missing */
|
||||
"page buffers parameter missing", /* 672, gbak_page_buffers_missing */
|
||||
"expected page buffers, encountered \"%s\"", /* 673, gbak_page_buffers_wrong_param */
|
||||
"page buffers is allowed only on restore or create", /* 674, gbak_page_buffers_restore */
|
||||
"size specification either missing or incorrect for file %s", /* 675, gbak_inv_size */
|
||||
"file %s out of sequence", /* 676, gbak_file_outof_sequence */
|
||||
"can't join -- one of the files missing", /* 677, gbak_join_file_missing */
|
||||
" standard input is not supported when using join operation", /* 678, gbak_stdin_not_supptd */
|
||||
"standard output is not supported when using split operation", /* 679, gbak_stdout_not_supptd */
|
||||
"backup file %s might be corrupt", /* 680, gbak_bkup_corrupt */
|
||||
"database file specification missing", /* 681, gbak_unk_db_file_spec */
|
||||
"can't write a header record to file %s", /* 682, gbak_hdr_write_failed */
|
||||
"free disk space exhausted", /* 683, gbak_disk_space_ex */
|
||||
"file size given (%d) is less than minimum allowed (%d)", /* 684, gbak_size_lt_min */
|
||||
"service name parameter missing", /* 685, gbak_svc_name_missing */
|
||||
"Cannot restore over current database, must be SYSDBA or owner of the existing database.", /* 686, gbak_not_ownr */
|
||||
"\"read_only\" or \"read_write\" required", /* 687, gbak_mode_req */
|
||||
"just data ignore all constraints etc.", /* 688, gbak_just_data */
|
||||
"restoring data only ignoring foreign key, unique, not null & other constraints", /* 689, gbak_data_only */
|
||||
"Too many values (more than %d) in member list to match against", /* 690, dsql_too_many_values */
|
||||
"Column %s cannot be repeated in %s statement", /* 691, dsql_no_dup_name */
|
||||
"At unknown line and column", /* 692, dsql_unknown_pos */
|
||||
"At line %d, column %d", /* 693, dsql_line_col_error */
|
||||
"View %s does not exist", /* 694, dsql_view_not_found */
|
||||
"Table %s does not exist", /* 695, dsql_table_not_found */
|
||||
"ODS versions before ODS%d are not supported", /* 696, dsql_too_old_ods */
|
||||
"unable to open database", /* 697, gsec_cant_open_db */
|
||||
"error in switch specifications", /* 698, gsec_switches_error */
|
||||
"no operation specified", /* 699, gsec_no_op_spec */
|
||||
"no user name specified", /* 700, gsec_no_usr_name */
|
||||
"add record error", /* 701, gsec_err_add */
|
||||
"modify record error", /* 702, gsec_err_modify */
|
||||
"find/modify record error", /* 703, gsec_err_find_mod */
|
||||
"record not found for user: %s", /* 704, gsec_err_rec_not_found */
|
||||
"delete record error", /* 705, gsec_err_delete */
|
||||
"find/delete record error", /* 706, gsec_err_find_del */
|
||||
"find/display record error", /* 707, gsec_err_find_disp */
|
||||
"invalid parameter, no switch defined", /* 708, gsec_inv_param */
|
||||
"operation already specified", /* 709, gsec_op_specified */
|
||||
"password already specified", /* 710, gsec_pw_specified */
|
||||
"uid already specified", /* 711, gsec_uid_specified */
|
||||
"gid already specified", /* 712, gsec_gid_specified */
|
||||
"project already specified", /* 713, gsec_proj_specified */
|
||||
"organization already specified", /* 714, gsec_org_specified */
|
||||
"first name already specified", /* 715, gsec_fname_specified */
|
||||
"middle name already specified", /* 716, gsec_mname_specified */
|
||||
"last name already specified", /* 717, gsec_lname_specified */
|
||||
"invalid switch specified", /* 718, gsec_inv_switch */
|
||||
"ambiguous switch specified", /* 719, gsec_amb_switch */
|
||||
"no operation specified for parameters", /* 720, gsec_no_op_specified */
|
||||
"no parameters allowed for this operation", /* 721, gsec_params_not_allowed */
|
||||
"incompatible switches specified", /* 722, gsec_incompat_switch */
|
||||
"Invalid user name (maximum 31 bytes allowed)", /* 723, gsec_inv_username */
|
||||
"Warning - maximum 8 significant bytes of password used", /* 724, gsec_inv_pw_length */
|
||||
"database already specified", /* 725, gsec_db_specified */
|
||||
"database administrator name already specified", /* 726, gsec_db_admin_specified */
|
||||
"database administrator password already specified", /* 727, gsec_db_admin_pw_specified */
|
||||
"SQL role name already specified", /* 728, gsec_sql_role_specified */
|
||||
"The license file does not exist or could not be opened for read", /* 729, license_no_file */
|
||||
"operation already specified", /* 730, license_op_specified */
|
||||
"no operation specified", /* 731, license_op_missing */
|
||||
"invalid switch", /* 732, license_inv_switch */
|
||||
"invalid switch combination", /* 733, license_inv_switch_combo */
|
||||
"illegal operation/switch combination", /* 734, license_inv_op_combo */
|
||||
"ambiguous switch", /* 735, license_amb_switch */
|
||||
"invalid parameter, no switch specified", /* 736, license_inv_parameter */
|
||||
"switch does not take any parameter", /* 737, license_param_specified */
|
||||
"switch requires a parameter", /* 738, license_param_req */
|
||||
"syntax error in command line", /* 739, license_syntx_error */
|
||||
"The certificate was not added. A duplicate ID exists in the license file.", /* 740, license_dup_id */
|
||||
"The certificate was not added. Invalid certificate ID / Key combination.", /* 741, license_inv_id_key */
|
||||
"The certificate was not removed. The key does not exist or corresponds to a temporary evaluation license.", /* 742, license_err_remove */
|
||||
"An error occurred updating the license file. Operation cancelled.", /* 743, license_err_update */
|
||||
"The certificate could not be validated based on the information given. Please recheck the ID and key information.", /* 744, license_err_convert */
|
||||
"Operation failed. An unknown error occurred.", /* 745, license_err_unk */
|
||||
"Add license operation failed, KEY: %s ID: %s", /* 746, license_svc_err_add */
|
||||
"Remove license operation failed, KEY: %s", /* 747, license_svc_err_remove */
|
||||
"The evaluation license has already been used on this server. You need to purchase a non-evaluation license.", /* 748, license_eval_exists */
|
||||
"found unknown switch", /* 749, gstat_unknown_switch */
|
||||
"please retry, giving a database name", /* 750, gstat_retry */
|
||||
"Wrong ODS version, expected %d, encountered %d", /* 751, gstat_wrong_ods */
|
||||
"Unexpected end of database file.", /* 752, gstat_unexpected_eof */
|
||||
"Can't open database file %s", /* 753, gstat_open_err */
|
||||
"Can't read a database page", /* 754, gstat_read_err */
|
||||
"System memory exhausted", /* 755, gstat_sysmemex */
|
||||
0 /* Null entry to terminate list */
|
||||
};
|
||||
|
@ -773,4 +773,5 @@ static SLONG user_codes[] = {
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
};
|
||||
|
@ -555,6 +555,7 @@ static const SSHORT gds__sql_code [] = {
|
||||
-204 /* 534 charset_not_installed */,
|
||||
-204 /* 535 collation_not_installed */,
|
||||
-902 /* 536 att_shutdown */,
|
||||
-904 /* 537 blobtoobig */,
|
||||
-901 /* 1 gfix_db_name */,
|
||||
-901 /* 2 gfix_invalid_sw */,
|
||||
-901 /* 4 gfix_incmp_sw */,
|
||||
|
Loading…
Reference in New Issue
Block a user