|
|
|
@ -888,176 +888,178 @@ Data source : @4"}, /* 606, eds_statement */
|
|
|
|
|
{336331084, "options -@1 and -@2 are mutually exclusive"}, /* 861, gbak_option_conflict */
|
|
|
|
|
{336331085, "parameter for option -@1 was already specified with value \"@2\""}, /* 862, gbak_param_conflict */
|
|
|
|
|
{336331086, "option -@1 was already specified"}, /* 863, gbak_option_repeated */
|
|
|
|
|
{336397205, "ODS versions before ODS@1 are not supported"}, /* 864, dsql_too_old_ods */
|
|
|
|
|
{336397206, "Table @1 does not exist"}, /* 865, dsql_table_not_found */
|
|
|
|
|
{336397207, "View @1 does not exist"}, /* 866, dsql_view_not_found */
|
|
|
|
|
{336397208, "At line @1, column @2"}, /* 867, dsql_line_col_error */
|
|
|
|
|
{336397209, "At unknown line and column"}, /* 868, dsql_unknown_pos */
|
|
|
|
|
{336397210, "Column @1 cannot be repeated in @2 statement"}, /* 869, dsql_no_dup_name */
|
|
|
|
|
{336397211, "Too many values (more than @1) in member list to match against"}, /* 870, dsql_too_many_values */
|
|
|
|
|
{336397212, "Array and BLOB data types not allowed in computed field"}, /* 871, dsql_no_array_computed */
|
|
|
|
|
{336397213, "Implicit domain name @1 not allowed in user created domain"}, /* 872, dsql_implicit_domain_name */
|
|
|
|
|
{336397214, "scalar operator used on field @1 which is not an array"}, /* 873, dsql_only_can_subscript_array */
|
|
|
|
|
{336397215, "cannot sort on more than 255 items"}, /* 874, dsql_max_sort_items */
|
|
|
|
|
{336397216, "cannot group on more than 255 items"}, /* 875, dsql_max_group_items */
|
|
|
|
|
{336397217, "Cannot include the same field (@1.@2) twice in the ORDER BY clause with conflicting sorting options"}, /* 876, dsql_conflicting_sort_field */
|
|
|
|
|
{336397218, "column list from derived table @1 has more columns than the number of items in its SELECT statement"}, /* 877, dsql_derived_table_more_columns */
|
|
|
|
|
{336397219, "column list from derived table @1 has less columns than the number of items in its SELECT statement"}, /* 878, dsql_derived_table_less_columns */
|
|
|
|
|
{336397220, "no column name specified for column number @1 in derived table @2"}, /* 879, dsql_derived_field_unnamed */
|
|
|
|
|
{336397221, "column @1 was specified multiple times for derived table @2"}, /* 880, dsql_derived_field_dup_name */
|
|
|
|
|
{336397222, "Internal dsql error: alias type expected by pass1_expand_select_node"}, /* 881, dsql_derived_alias_select */
|
|
|
|
|
{336397223, "Internal dsql error: alias type expected by pass1_field"}, /* 882, dsql_derived_alias_field */
|
|
|
|
|
{336397224, "Internal dsql error: column position out of range in pass1_union_auto_cast"}, /* 883, dsql_auto_field_bad_pos */
|
|
|
|
|
{336397225, "Recursive CTE member (@1) can refer itself only in FROM clause"}, /* 884, dsql_cte_wrong_reference */
|
|
|
|
|
{336397226, "CTE '@1' has cyclic dependencies"}, /* 885, dsql_cte_cycle */
|
|
|
|
|
{336397227, "Recursive member of CTE can't be member of an outer join"}, /* 886, dsql_cte_outer_join */
|
|
|
|
|
{336397228, "Recursive member of CTE can't reference itself more than once"}, /* 887, dsql_cte_mult_references */
|
|
|
|
|
{336397229, "Recursive CTE (@1) must be an UNION"}, /* 888, dsql_cte_not_a_union */
|
|
|
|
|
{336397230, "CTE '@1' defined non-recursive member after recursive"}, /* 889, dsql_cte_nonrecurs_after_recurs */
|
|
|
|
|
{336397231, "Recursive member of CTE '@1' has @2 clause"}, /* 890, dsql_cte_wrong_clause */
|
|
|
|
|
{336397232, "Recursive members of CTE (@1) must be linked with another members via UNION ALL"}, /* 891, dsql_cte_union_all */
|
|
|
|
|
{336397233, "Non-recursive member is missing in CTE '@1'"}, /* 892, dsql_cte_miss_nonrecursive */
|
|
|
|
|
{336397234, "WITH clause can't be nested"}, /* 893, dsql_cte_nested_with */
|
|
|
|
|
{336397235, "column @1 appears more than once in USING clause"}, /* 894, dsql_col_more_than_once_using */
|
|
|
|
|
{336397236, "feature is not supported in dialect @1"}, /* 895, dsql_unsupp_feature_dialect */
|
|
|
|
|
{336397237, "CTE \"@1\" is not used in query"}, /* 896, dsql_cte_not_used */
|
|
|
|
|
{336397238, "column @1 appears more than once in ALTER VIEW"}, /* 897, dsql_col_more_than_once_view */
|
|
|
|
|
{336397239, "@1 is not supported inside IN AUTONOMOUS TRANSACTION block"}, /* 898, dsql_unsupported_in_auto_trans */
|
|
|
|
|
{336397240, "Unknown node type @1 in dsql/GEN_expr"}, /* 899, dsql_eval_unknode */
|
|
|
|
|
{336397241, "Argument for @1 in dialect 1 must be string or numeric"}, /* 900, dsql_agg_wrongarg */
|
|
|
|
|
{336397242, "Argument for @1 in dialect 3 must be numeric"}, /* 901, dsql_agg2_wrongarg */
|
|
|
|
|
{336397243, "Strings cannot be added to or subtracted from DATE or TIME types"}, /* 902, dsql_nodateortime_pm_string */
|
|
|
|
|
{336397244, "Invalid data type for subtraction involving DATE, TIME or TIMESTAMP types"}, /* 903, dsql_invalid_datetime_subtract */
|
|
|
|
|
{336397245, "Adding two DATE values or two TIME values is not allowed"}, /* 904, dsql_invalid_dateortime_add */
|
|
|
|
|
{336397246, "DATE value cannot be subtracted from the provided data type"}, /* 905, dsql_invalid_type_minus_date */
|
|
|
|
|
{336397247, "Strings cannot be added or subtracted in dialect 3"}, /* 906, dsql_nostring_addsub_dial3 */
|
|
|
|
|
{336397248, "Invalid data type for addition or subtraction in dialect 3"}, /* 907, dsql_invalid_type_addsub_dial3 */
|
|
|
|
|
{336397249, "Invalid data type for multiplication in dialect 1"}, /* 908, dsql_invalid_type_multip_dial1 */
|
|
|
|
|
{336397250, "Strings cannot be multiplied in dialect 3"}, /* 909, dsql_nostring_multip_dial3 */
|
|
|
|
|
{336397251, "Invalid data type for multiplication in dialect 3"}, /* 910, dsql_invalid_type_multip_dial3 */
|
|
|
|
|
{336397252, "Division in dialect 1 must be between numeric data types"}, /* 911, dsql_mustuse_numeric_div_dial1 */
|
|
|
|
|
{336397253, "Strings cannot be divided in dialect 3"}, /* 912, dsql_nostring_div_dial3 */
|
|
|
|
|
{336397254, "Invalid data type for division in dialect 3"}, /* 913, dsql_invalid_type_div_dial3 */
|
|
|
|
|
{336397255, "Strings cannot be negated (applied the minus operator) in dialect 3"}, /* 914, dsql_nostring_neg_dial3 */
|
|
|
|
|
{336397256, "Invalid data type for negation (minus operator)"}, /* 915, dsql_invalid_type_neg */
|
|
|
|
|
{336397257, "Cannot have more than 255 items in DISTINCT list"}, /* 916, dsql_max_distinct_items */
|
|
|
|
|
{336723983, "unable to open database"}, /* 917, gsec_cant_open_db */
|
|
|
|
|
{336723984, "error in switch specifications"}, /* 918, gsec_switches_error */
|
|
|
|
|
{336723985, "no operation specified"}, /* 919, gsec_no_op_spec */
|
|
|
|
|
{336723986, "no user name specified"}, /* 920, gsec_no_usr_name */
|
|
|
|
|
{336723987, "add record error"}, /* 921, gsec_err_add */
|
|
|
|
|
{336723988, "modify record error"}, /* 922, gsec_err_modify */
|
|
|
|
|
{336723989, "find/modify record error"}, /* 923, gsec_err_find_mod */
|
|
|
|
|
{336723990, "record not found for user: @1"}, /* 924, gsec_err_rec_not_found */
|
|
|
|
|
{336723991, "delete record error"}, /* 925, gsec_err_delete */
|
|
|
|
|
{336723992, "find/delete record error"}, /* 926, gsec_err_find_del */
|
|
|
|
|
{336723996, "find/display record error"}, /* 927, gsec_err_find_disp */
|
|
|
|
|
{336723997, "invalid parameter, no switch defined"}, /* 928, gsec_inv_param */
|
|
|
|
|
{336723998, "operation already specified"}, /* 929, gsec_op_specified */
|
|
|
|
|
{336723999, "password already specified"}, /* 930, gsec_pw_specified */
|
|
|
|
|
{336724000, "uid already specified"}, /* 931, gsec_uid_specified */
|
|
|
|
|
{336724001, "gid already specified"}, /* 932, gsec_gid_specified */
|
|
|
|
|
{336724002, "project already specified"}, /* 933, gsec_proj_specified */
|
|
|
|
|
{336724003, "organization already specified"}, /* 934, gsec_org_specified */
|
|
|
|
|
{336724004, "first name already specified"}, /* 935, gsec_fname_specified */
|
|
|
|
|
{336724005, "middle name already specified"}, /* 936, gsec_mname_specified */
|
|
|
|
|
{336724006, "last name already specified"}, /* 937, gsec_lname_specified */
|
|
|
|
|
{336724008, "invalid switch specified"}, /* 938, gsec_inv_switch */
|
|
|
|
|
{336724009, "ambiguous switch specified"}, /* 939, gsec_amb_switch */
|
|
|
|
|
{336724010, "no operation specified for parameters"}, /* 940, gsec_no_op_specified */
|
|
|
|
|
{336724011, "no parameters allowed for this operation"}, /* 941, gsec_params_not_allowed */
|
|
|
|
|
{336724012, "incompatible switches specified"}, /* 942, gsec_incompat_switch */
|
|
|
|
|
{336724044, "Invalid user name (maximum 31 bytes allowed)"}, /* 943, gsec_inv_username */
|
|
|
|
|
{336724045, "Warning - maximum 8 significant bytes of password used"}, /* 944, gsec_inv_pw_length */
|
|
|
|
|
{336724046, "database already specified"}, /* 945, gsec_db_specified */
|
|
|
|
|
{336724047, "database administrator name already specified"}, /* 946, gsec_db_admin_specified */
|
|
|
|
|
{336724048, "database administrator password already specified"}, /* 947, gsec_db_admin_pw_specified */
|
|
|
|
|
{336724049, "SQL role name already specified"}, /* 948, gsec_sql_role_specified */
|
|
|
|
|
{336789504, "The license file does not exist or could not be opened for read"}, /* 949, license_no_file */
|
|
|
|
|
{336789523, "operation already specified"}, /* 950, license_op_specified */
|
|
|
|
|
{336789524, "no operation specified"}, /* 951, license_op_missing */
|
|
|
|
|
{336789525, "invalid switch"}, /* 952, license_inv_switch */
|
|
|
|
|
{336789526, "invalid switch combination"}, /* 953, license_inv_switch_combo */
|
|
|
|
|
{336789527, "illegal operation/switch combination"}, /* 954, license_inv_op_combo */
|
|
|
|
|
{336789528, "ambiguous switch"}, /* 955, license_amb_switch */
|
|
|
|
|
{336789529, "invalid parameter, no switch specified"}, /* 956, license_inv_parameter */
|
|
|
|
|
{336789530, "switch does not take any parameter"}, /* 957, license_param_specified */
|
|
|
|
|
{336789531, "switch requires a parameter"}, /* 958, license_param_req */
|
|
|
|
|
{336789532, "syntax error in command line"}, /* 959, license_syntx_error */
|
|
|
|
|
{336789534, "The certificate was not added. A duplicate ID exists in the license file."}, /* 960, license_dup_id */
|
|
|
|
|
{336789535, "The certificate was not added. Invalid certificate ID / Key combination."}, /* 961, license_inv_id_key */
|
|
|
|
|
{336789536, "The certificate was not removed. The key does not exist or corresponds to a temporary evaluation license."}, /* 962, license_err_remove */
|
|
|
|
|
{336789537, "An error occurred updating the license file. Operation cancelled."}, /* 963, license_err_update */
|
|
|
|
|
{336789538, "The certificate could not be validated based on the information given. Please recheck the ID and key information."}, /* 964, license_err_convert */
|
|
|
|
|
{336789539, "Operation failed. An unknown error occurred."}, /* 965, license_err_unk */
|
|
|
|
|
{336789540, "Add license operation failed, KEY: @1 ID: @2"}, /* 966, license_svc_err_add */
|
|
|
|
|
{336789541, "Remove license operation failed, KEY: @1"}, /* 967, license_svc_err_remove */
|
|
|
|
|
{336789563, "The evaluation license has already been used on this server. You need to purchase a non-evaluation license."}, /* 968, license_eval_exists */
|
|
|
|
|
{336920577, "found unknown switch"}, /* 969, gstat_unknown_switch */
|
|
|
|
|
{336920578, "please retry, giving a database name"}, /* 970, gstat_retry */
|
|
|
|
|
{336920579, "Wrong ODS version, expected @1, encountered @2"}, /* 971, gstat_wrong_ods */
|
|
|
|
|
{336920580, "Unexpected end of database file."}, /* 972, gstat_unexpected_eof */
|
|
|
|
|
{336920605, "Can't open database file @1"}, /* 973, gstat_open_err */
|
|
|
|
|
{336920606, "Can't read a database page"}, /* 974, gstat_read_err */
|
|
|
|
|
{336920607, "System memory exhausted"}, /* 975, gstat_sysmemex */
|
|
|
|
|
{336986113, "Wrong value for access mode"}, /* 976, fbsvcmgr_bad_am */
|
|
|
|
|
{336986114, "Wrong value for write mode"}, /* 977, fbsvcmgr_bad_wm */
|
|
|
|
|
{336986115, "Wrong value for reserve space"}, /* 978, fbsvcmgr_bad_rs */
|
|
|
|
|
{336986116, "Unknown tag (@1) in info_svr_db_info block after isc_svc_query()"}, /* 979, fbsvcmgr_info_err */
|
|
|
|
|
{336986117, "Unknown tag (@1) in isc_svc_query() results"}, /* 980, fbsvcmgr_query_err */
|
|
|
|
|
{336986118, "Unknown switch \"@1\""}, /* 981, fbsvcmgr_switch_unknown */
|
|
|
|
|
{336986159, "Wrong value for shutdown mode"}, /* 982, fbsvcmgr_bad_sm */
|
|
|
|
|
{336986160, "could not open file @1"}, /* 983, fbsvcmgr_fp_open */
|
|
|
|
|
{336986161, "could not read file @1"}, /* 984, fbsvcmgr_fp_read */
|
|
|
|
|
{336986162, "empty file @1"}, /* 985, fbsvcmgr_fp_empty */
|
|
|
|
|
{337051649, "Switches trusted_user and trusted_role are not supported from command line"}, /* 986, utl_trusted_switch */
|
|
|
|
|
{337117213, "Missing parameter for switch @1"}, /* 987, nbackup_missing_param */
|
|
|
|
|
{337117214, "Only one of -LOCK, -UNLOCK, -FIXUP, -BACKUP or -RESTORE should be specified"}, /* 988, nbackup_allowed_switches */
|
|
|
|
|
{337117215, "Unrecognized parameter @1"}, /* 989, nbackup_unknown_param */
|
|
|
|
|
{337117216, "Unknown switch @1"}, /* 990, nbackup_unknown_switch */
|
|
|
|
|
{337117217, "Fetch password can't be used in service mode"}, /* 991, nbackup_nofetchpw_svc */
|
|
|
|
|
{337117218, "Error working with password file \"@1\""}, /* 992, nbackup_pwfile_error */
|
|
|
|
|
{337117219, "Switch -SIZE can be used only with -LOCK"}, /* 993, nbackup_size_with_lock */
|
|
|
|
|
{337117220, "None of -LOCK, -UNLOCK, -FIXUP, -BACKUP or -RESTORE specified"}, /* 994, nbackup_no_switch */
|
|
|
|
|
{337117223, "IO error (@1) reading file: @2"}, /* 995, nbackup_err_read */
|
|
|
|
|
{337117224, "IO error (@1) writing file: @2"}, /* 996, nbackup_err_write */
|
|
|
|
|
{337117225, "IO error (@1) seeking file: @2"}, /* 997, nbackup_err_seek */
|
|
|
|
|
{337117226, "Error (@1) opening database file: @2"}, /* 998, nbackup_err_opendb */
|
|
|
|
|
{337117227, "Error (@1) in posix_fadvise(@2) for database @3"}, /* 999, nbackup_err_fadvice */
|
|
|
|
|
{337117228, "Error (@1) creating database file: @2"}, /* 1000, nbackup_err_createdb */
|
|
|
|
|
{337117229, "Error (@1) opening backup file: @2"}, /* 1001, nbackup_err_openbk */
|
|
|
|
|
{337117230, "Error (@1) creating backup file: @2"}, /* 1002, nbackup_err_createbk */
|
|
|
|
|
{337117231, "Unexpected end of database file @1"}, /* 1003, nbackup_err_eofdb */
|
|
|
|
|
{337117232, "Database @1 is not in state (@2) to be safely fixed up"}, /* 1004, nbackup_fixup_wrongstate */
|
|
|
|
|
{337117233, "Database error"}, /* 1005, nbackup_err_db */
|
|
|
|
|
{337117234, "Username or password is too long"}, /* 1006, nbackup_userpw_toolong */
|
|
|
|
|
{337117235, "Cannot find record for database \"@1\" backup level @2 in the backup history"}, /* 1007, nbackup_lostrec_db */
|
|
|
|
|
{337117236, "Internal error. History query returned null SCN or GUID"}, /* 1008, nbackup_lostguid_db */
|
|
|
|
|
{337117237, "Unexpected end of file when reading header of database file \"@1\" (stage @2)"}, /* 1009, nbackup_err_eofhdrdb */
|
|
|
|
|
{337117238, "Internal error. Database file is not locked. Flags are @1"}, /* 1010, nbackup_db_notlock */
|
|
|
|
|
{337117239, "Internal error. Cannot get backup guid clumplet"}, /* 1011, nbackup_lostguid_bk */
|
|
|
|
|
{337117240, "Internal error. Database page @1 had been changed during backup (page SCN=@2, backup SCN=@3)"}, /* 1012, nbackup_page_changed */
|
|
|
|
|
{337117241, "Database file size is not a multiple of page size"}, /* 1013, nbackup_dbsize_inconsistent */
|
|
|
|
|
{337117242, "Level 0 backup is not restored"}, /* 1014, nbackup_failed_lzbk */
|
|
|
|
|
{337117243, "Unexpected end of file when reading header of backup file: @1"}, /* 1015, nbackup_err_eofhdrbk */
|
|
|
|
|
{337117244, "Invalid incremental backup file: @1"}, /* 1016, nbackup_invalid_incbk */
|
|
|
|
|
{337117245, "Unsupported version @1 of incremental backup file: @2"}, /* 1017, nbackup_unsupvers_incbk */
|
|
|
|
|
{337117246, "Invalid level @1 of incremental backup file: @2, expected @3"}, /* 1018, nbackup_invlevel_incbk */
|
|
|
|
|
{337117247, "Wrong order of backup files or invalid incremental backup file detected, file: @1"}, /* 1019, nbackup_wrong_orderbk */
|
|
|
|
|
{337117248, "Unexpected end of backup file: @1"}, /* 1020, nbackup_err_eofbk */
|
|
|
|
|
{337117249, "Error (@1) creating database file: @2 via copying from: @3"}, /* 1021, nbackup_err_copy */
|
|
|
|
|
{337117250, "Unexpected end of file when reading header of restored database file (stage @1)"}, /* 1022, nbackup_err_eofhdr_restdb */
|
|
|
|
|
{337117251, "Cannot get backup guid clumplet from L0 backup"}, /* 1023, nbackup_lostguid_l0bk */
|
|
|
|
|
{337182750, "conflicting actions \"@1\" and \"@2\" found"}, /* 1024, trace_conflict_acts */
|
|
|
|
|
{337182751, "action switch not found"}, /* 1025, trace_act_notfound */
|
|
|
|
|
{337182752, "switch \"@1\" must be set only once"}, /* 1026, trace_switch_once */
|
|
|
|
|
{337182753, "value for switch \"@1\" is missing"}, /* 1027, trace_param_val_miss */
|
|
|
|
|
{337182754, "invalid value (\"@1\") for switch \"@2\""}, /* 1028, trace_param_invalid */
|
|
|
|
|
{337182755, "unknown switch \"@1\" encountered"}, /* 1029, trace_switch_unknown */
|
|
|
|
|
{337182756, "switch \"@1\" can be used by service only"}, /* 1030, trace_switch_svc_only */
|
|
|
|
|
{337182757, "switch \"@1\" can be used by interactive user only"}, /* 1031, trace_switch_user_only */
|
|
|
|
|
{337182758, "mandatory parameter \"@1\" for switch \"@2\" is missing"}, /* 1032, trace_switch_param_miss */
|
|
|
|
|
{337182759, "parameter \"@1\" is incompatible with action \"@2\""}, /* 1033, trace_param_act_notcompat */
|
|
|
|
|
{337182760, "mandatory switch \"@1\" is missing"}, /* 1034, trace_mandatory_switch_miss */
|
|
|
|
|
{336331091, "dependency depth greater than @1 for view @2"}, /* 864, gbak_max_dbkey_recursion */
|
|
|
|
|
{336331092, "value greater than @1 when calculating length of rdb$db_key for view @2"}, /* 865, gbak_max_dbkey_length */
|
|
|
|
|
{336397205, "ODS versions before ODS@1 are not supported"}, /* 866, dsql_too_old_ods */
|
|
|
|
|
{336397206, "Table @1 does not exist"}, /* 867, dsql_table_not_found */
|
|
|
|
|
{336397207, "View @1 does not exist"}, /* 868, dsql_view_not_found */
|
|
|
|
|
{336397208, "At line @1, column @2"}, /* 869, dsql_line_col_error */
|
|
|
|
|
{336397209, "At unknown line and column"}, /* 870, dsql_unknown_pos */
|
|
|
|
|
{336397210, "Column @1 cannot be repeated in @2 statement"}, /* 871, dsql_no_dup_name */
|
|
|
|
|
{336397211, "Too many values (more than @1) in member list to match against"}, /* 872, dsql_too_many_values */
|
|
|
|
|
{336397212, "Array and BLOB data types not allowed in computed field"}, /* 873, dsql_no_array_computed */
|
|
|
|
|
{336397213, "Implicit domain name @1 not allowed in user created domain"}, /* 874, dsql_implicit_domain_name */
|
|
|
|
|
{336397214, "scalar operator used on field @1 which is not an array"}, /* 875, dsql_only_can_subscript_array */
|
|
|
|
|
{336397215, "cannot sort on more than 255 items"}, /* 876, dsql_max_sort_items */
|
|
|
|
|
{336397216, "cannot group on more than 255 items"}, /* 877, dsql_max_group_items */
|
|
|
|
|
{336397217, "Cannot include the same field (@1.@2) twice in the ORDER BY clause with conflicting sorting options"}, /* 878, dsql_conflicting_sort_field */
|
|
|
|
|
{336397218, "column list from derived table @1 has more columns than the number of items in its SELECT statement"}, /* 879, dsql_derived_table_more_columns */
|
|
|
|
|
{336397219, "column list from derived table @1 has less columns than the number of items in its SELECT statement"}, /* 880, dsql_derived_table_less_columns */
|
|
|
|
|
{336397220, "no column name specified for column number @1 in derived table @2"}, /* 881, dsql_derived_field_unnamed */
|
|
|
|
|
{336397221, "column @1 was specified multiple times for derived table @2"}, /* 882, dsql_derived_field_dup_name */
|
|
|
|
|
{336397222, "Internal dsql error: alias type expected by pass1_expand_select_node"}, /* 883, dsql_derived_alias_select */
|
|
|
|
|
{336397223, "Internal dsql error: alias type expected by pass1_field"}, /* 884, dsql_derived_alias_field */
|
|
|
|
|
{336397224, "Internal dsql error: column position out of range in pass1_union_auto_cast"}, /* 885, dsql_auto_field_bad_pos */
|
|
|
|
|
{336397225, "Recursive CTE member (@1) can refer itself only in FROM clause"}, /* 886, dsql_cte_wrong_reference */
|
|
|
|
|
{336397226, "CTE '@1' has cyclic dependencies"}, /* 887, dsql_cte_cycle */
|
|
|
|
|
{336397227, "Recursive member of CTE can't be member of an outer join"}, /* 888, dsql_cte_outer_join */
|
|
|
|
|
{336397228, "Recursive member of CTE can't reference itself more than once"}, /* 889, dsql_cte_mult_references */
|
|
|
|
|
{336397229, "Recursive CTE (@1) must be an UNION"}, /* 890, dsql_cte_not_a_union */
|
|
|
|
|
{336397230, "CTE '@1' defined non-recursive member after recursive"}, /* 891, dsql_cte_nonrecurs_after_recurs */
|
|
|
|
|
{336397231, "Recursive member of CTE '@1' has @2 clause"}, /* 892, dsql_cte_wrong_clause */
|
|
|
|
|
{336397232, "Recursive members of CTE (@1) must be linked with another members via UNION ALL"}, /* 893, dsql_cte_union_all */
|
|
|
|
|
{336397233, "Non-recursive member is missing in CTE '@1'"}, /* 894, dsql_cte_miss_nonrecursive */
|
|
|
|
|
{336397234, "WITH clause can't be nested"}, /* 895, dsql_cte_nested_with */
|
|
|
|
|
{336397235, "column @1 appears more than once in USING clause"}, /* 896, dsql_col_more_than_once_using */
|
|
|
|
|
{336397236, "feature is not supported in dialect @1"}, /* 897, dsql_unsupp_feature_dialect */
|
|
|
|
|
{336397237, "CTE \"@1\" is not used in query"}, /* 898, dsql_cte_not_used */
|
|
|
|
|
{336397238, "column @1 appears more than once in ALTER VIEW"}, /* 899, dsql_col_more_than_once_view */
|
|
|
|
|
{336397239, "@1 is not supported inside IN AUTONOMOUS TRANSACTION block"}, /* 900, dsql_unsupported_in_auto_trans */
|
|
|
|
|
{336397240, "Unknown node type @1 in dsql/GEN_expr"}, /* 901, dsql_eval_unknode */
|
|
|
|
|
{336397241, "Argument for @1 in dialect 1 must be string or numeric"}, /* 902, dsql_agg_wrongarg */
|
|
|
|
|
{336397242, "Argument for @1 in dialect 3 must be numeric"}, /* 903, dsql_agg2_wrongarg */
|
|
|
|
|
{336397243, "Strings cannot be added to or subtracted from DATE or TIME types"}, /* 904, dsql_nodateortime_pm_string */
|
|
|
|
|
{336397244, "Invalid data type for subtraction involving DATE, TIME or TIMESTAMP types"}, /* 905, dsql_invalid_datetime_subtract */
|
|
|
|
|
{336397245, "Adding two DATE values or two TIME values is not allowed"}, /* 906, dsql_invalid_dateortime_add */
|
|
|
|
|
{336397246, "DATE value cannot be subtracted from the provided data type"}, /* 907, dsql_invalid_type_minus_date */
|
|
|
|
|
{336397247, "Strings cannot be added or subtracted in dialect 3"}, /* 908, dsql_nostring_addsub_dial3 */
|
|
|
|
|
{336397248, "Invalid data type for addition or subtraction in dialect 3"}, /* 909, dsql_invalid_type_addsub_dial3 */
|
|
|
|
|
{336397249, "Invalid data type for multiplication in dialect 1"}, /* 910, dsql_invalid_type_multip_dial1 */
|
|
|
|
|
{336397250, "Strings cannot be multiplied in dialect 3"}, /* 911, dsql_nostring_multip_dial3 */
|
|
|
|
|
{336397251, "Invalid data type for multiplication in dialect 3"}, /* 912, dsql_invalid_type_multip_dial3 */
|
|
|
|
|
{336397252, "Division in dialect 1 must be between numeric data types"}, /* 913, dsql_mustuse_numeric_div_dial1 */
|
|
|
|
|
{336397253, "Strings cannot be divided in dialect 3"}, /* 914, dsql_nostring_div_dial3 */
|
|
|
|
|
{336397254, "Invalid data type for division in dialect 3"}, /* 915, dsql_invalid_type_div_dial3 */
|
|
|
|
|
{336397255, "Strings cannot be negated (applied the minus operator) in dialect 3"}, /* 916, dsql_nostring_neg_dial3 */
|
|
|
|
|
{336397256, "Invalid data type for negation (minus operator)"}, /* 917, dsql_invalid_type_neg */
|
|
|
|
|
{336397257, "Cannot have more than 255 items in DISTINCT list"}, /* 918, dsql_max_distinct_items */
|
|
|
|
|
{336723983, "unable to open database"}, /* 919, gsec_cant_open_db */
|
|
|
|
|
{336723984, "error in switch specifications"}, /* 920, gsec_switches_error */
|
|
|
|
|
{336723985, "no operation specified"}, /* 921, gsec_no_op_spec */
|
|
|
|
|
{336723986, "no user name specified"}, /* 922, gsec_no_usr_name */
|
|
|
|
|
{336723987, "add record error"}, /* 923, gsec_err_add */
|
|
|
|
|
{336723988, "modify record error"}, /* 924, gsec_err_modify */
|
|
|
|
|
{336723989, "find/modify record error"}, /* 925, gsec_err_find_mod */
|
|
|
|
|
{336723990, "record not found for user: @1"}, /* 926, gsec_err_rec_not_found */
|
|
|
|
|
{336723991, "delete record error"}, /* 927, gsec_err_delete */
|
|
|
|
|
{336723992, "find/delete record error"}, /* 928, gsec_err_find_del */
|
|
|
|
|
{336723996, "find/display record error"}, /* 929, gsec_err_find_disp */
|
|
|
|
|
{336723997, "invalid parameter, no switch defined"}, /* 930, gsec_inv_param */
|
|
|
|
|
{336723998, "operation already specified"}, /* 931, gsec_op_specified */
|
|
|
|
|
{336723999, "password already specified"}, /* 932, gsec_pw_specified */
|
|
|
|
|
{336724000, "uid already specified"}, /* 933, gsec_uid_specified */
|
|
|
|
|
{336724001, "gid already specified"}, /* 934, gsec_gid_specified */
|
|
|
|
|
{336724002, "project already specified"}, /* 935, gsec_proj_specified */
|
|
|
|
|
{336724003, "organization already specified"}, /* 936, gsec_org_specified */
|
|
|
|
|
{336724004, "first name already specified"}, /* 937, gsec_fname_specified */
|
|
|
|
|
{336724005, "middle name already specified"}, /* 938, gsec_mname_specified */
|
|
|
|
|
{336724006, "last name already specified"}, /* 939, gsec_lname_specified */
|
|
|
|
|
{336724008, "invalid switch specified"}, /* 940, gsec_inv_switch */
|
|
|
|
|
{336724009, "ambiguous switch specified"}, /* 941, gsec_amb_switch */
|
|
|
|
|
{336724010, "no operation specified for parameters"}, /* 942, gsec_no_op_specified */
|
|
|
|
|
{336724011, "no parameters allowed for this operation"}, /* 943, gsec_params_not_allowed */
|
|
|
|
|
{336724012, "incompatible switches specified"}, /* 944, gsec_incompat_switch */
|
|
|
|
|
{336724044, "Invalid user name (maximum 31 bytes allowed)"}, /* 945, gsec_inv_username */
|
|
|
|
|
{336724045, "Warning - maximum 8 significant bytes of password used"}, /* 946, gsec_inv_pw_length */
|
|
|
|
|
{336724046, "database already specified"}, /* 947, gsec_db_specified */
|
|
|
|
|
{336724047, "database administrator name already specified"}, /* 948, gsec_db_admin_specified */
|
|
|
|
|
{336724048, "database administrator password already specified"}, /* 949, gsec_db_admin_pw_specified */
|
|
|
|
|
{336724049, "SQL role name already specified"}, /* 950, gsec_sql_role_specified */
|
|
|
|
|
{336789504, "The license file does not exist or could not be opened for read"}, /* 951, license_no_file */
|
|
|
|
|
{336789523, "operation already specified"}, /* 952, license_op_specified */
|
|
|
|
|
{336789524, "no operation specified"}, /* 953, license_op_missing */
|
|
|
|
|
{336789525, "invalid switch"}, /* 954, license_inv_switch */
|
|
|
|
|
{336789526, "invalid switch combination"}, /* 955, license_inv_switch_combo */
|
|
|
|
|
{336789527, "illegal operation/switch combination"}, /* 956, license_inv_op_combo */
|
|
|
|
|
{336789528, "ambiguous switch"}, /* 957, license_amb_switch */
|
|
|
|
|
{336789529, "invalid parameter, no switch specified"}, /* 958, license_inv_parameter */
|
|
|
|
|
{336789530, "switch does not take any parameter"}, /* 959, license_param_specified */
|
|
|
|
|
{336789531, "switch requires a parameter"}, /* 960, license_param_req */
|
|
|
|
|
{336789532, "syntax error in command line"}, /* 961, license_syntx_error */
|
|
|
|
|
{336789534, "The certificate was not added. A duplicate ID exists in the license file."}, /* 962, license_dup_id */
|
|
|
|
|
{336789535, "The certificate was not added. Invalid certificate ID / Key combination."}, /* 963, license_inv_id_key */
|
|
|
|
|
{336789536, "The certificate was not removed. The key does not exist or corresponds to a temporary evaluation license."}, /* 964, license_err_remove */
|
|
|
|
|
{336789537, "An error occurred updating the license file. Operation cancelled."}, /* 965, license_err_update */
|
|
|
|
|
{336789538, "The certificate could not be validated based on the information given. Please recheck the ID and key information."}, /* 966, license_err_convert */
|
|
|
|
|
{336789539, "Operation failed. An unknown error occurred."}, /* 967, license_err_unk */
|
|
|
|
|
{336789540, "Add license operation failed, KEY: @1 ID: @2"}, /* 968, license_svc_err_add */
|
|
|
|
|
{336789541, "Remove license operation failed, KEY: @1"}, /* 969, license_svc_err_remove */
|
|
|
|
|
{336789563, "The evaluation license has already been used on this server. You need to purchase a non-evaluation license."}, /* 970, license_eval_exists */
|
|
|
|
|
{336920577, "found unknown switch"}, /* 971, gstat_unknown_switch */
|
|
|
|
|
{336920578, "please retry, giving a database name"}, /* 972, gstat_retry */
|
|
|
|
|
{336920579, "Wrong ODS version, expected @1, encountered @2"}, /* 973, gstat_wrong_ods */
|
|
|
|
|
{336920580, "Unexpected end of database file."}, /* 974, gstat_unexpected_eof */
|
|
|
|
|
{336920605, "Can't open database file @1"}, /* 975, gstat_open_err */
|
|
|
|
|
{336920606, "Can't read a database page"}, /* 976, gstat_read_err */
|
|
|
|
|
{336920607, "System memory exhausted"}, /* 977, gstat_sysmemex */
|
|
|
|
|
{336986113, "Wrong value for access mode"}, /* 978, fbsvcmgr_bad_am */
|
|
|
|
|
{336986114, "Wrong value for write mode"}, /* 979, fbsvcmgr_bad_wm */
|
|
|
|
|
{336986115, "Wrong value for reserve space"}, /* 980, fbsvcmgr_bad_rs */
|
|
|
|
|
{336986116, "Unknown tag (@1) in info_svr_db_info block after isc_svc_query()"}, /* 981, fbsvcmgr_info_err */
|
|
|
|
|
{336986117, "Unknown tag (@1) in isc_svc_query() results"}, /* 982, fbsvcmgr_query_err */
|
|
|
|
|
{336986118, "Unknown switch \"@1\""}, /* 983, fbsvcmgr_switch_unknown */
|
|
|
|
|
{336986159, "Wrong value for shutdown mode"}, /* 984, fbsvcmgr_bad_sm */
|
|
|
|
|
{336986160, "could not open file @1"}, /* 985, fbsvcmgr_fp_open */
|
|
|
|
|
{336986161, "could not read file @1"}, /* 986, fbsvcmgr_fp_read */
|
|
|
|
|
{336986162, "empty file @1"}, /* 987, fbsvcmgr_fp_empty */
|
|
|
|
|
{337051649, "Switches trusted_user and trusted_role are not supported from command line"}, /* 988, utl_trusted_switch */
|
|
|
|
|
{337117213, "Missing parameter for switch @1"}, /* 989, nbackup_missing_param */
|
|
|
|
|
{337117214, "Only one of -LOCK, -UNLOCK, -FIXUP, -BACKUP or -RESTORE should be specified"}, /* 990, nbackup_allowed_switches */
|
|
|
|
|
{337117215, "Unrecognized parameter @1"}, /* 991, nbackup_unknown_param */
|
|
|
|
|
{337117216, "Unknown switch @1"}, /* 992, nbackup_unknown_switch */
|
|
|
|
|
{337117217, "Fetch password can't be used in service mode"}, /* 993, nbackup_nofetchpw_svc */
|
|
|
|
|
{337117218, "Error working with password file \"@1\""}, /* 994, nbackup_pwfile_error */
|
|
|
|
|
{337117219, "Switch -SIZE can be used only with -LOCK"}, /* 995, nbackup_size_with_lock */
|
|
|
|
|
{337117220, "None of -LOCK, -UNLOCK, -FIXUP, -BACKUP or -RESTORE specified"}, /* 996, nbackup_no_switch */
|
|
|
|
|
{337117223, "IO error (@1) reading file: @2"}, /* 997, nbackup_err_read */
|
|
|
|
|
{337117224, "IO error (@1) writing file: @2"}, /* 998, nbackup_err_write */
|
|
|
|
|
{337117225, "IO error (@1) seeking file: @2"}, /* 999, nbackup_err_seek */
|
|
|
|
|
{337117226, "Error (@1) opening database file: @2"}, /* 1000, nbackup_err_opendb */
|
|
|
|
|
{337117227, "Error (@1) in posix_fadvise(@2) for database @3"}, /* 1001, nbackup_err_fadvice */
|
|
|
|
|
{337117228, "Error (@1) creating database file: @2"}, /* 1002, nbackup_err_createdb */
|
|
|
|
|
{337117229, "Error (@1) opening backup file: @2"}, /* 1003, nbackup_err_openbk */
|
|
|
|
|
{337117230, "Error (@1) creating backup file: @2"}, /* 1004, nbackup_err_createbk */
|
|
|
|
|
{337117231, "Unexpected end of database file @1"}, /* 1005, nbackup_err_eofdb */
|
|
|
|
|
{337117232, "Database @1 is not in state (@2) to be safely fixed up"}, /* 1006, nbackup_fixup_wrongstate */
|
|
|
|
|
{337117233, "Database error"}, /* 1007, nbackup_err_db */
|
|
|
|
|
{337117234, "Username or password is too long"}, /* 1008, nbackup_userpw_toolong */
|
|
|
|
|
{337117235, "Cannot find record for database \"@1\" backup level @2 in the backup history"}, /* 1009, nbackup_lostrec_db */
|
|
|
|
|
{337117236, "Internal error. History query returned null SCN or GUID"}, /* 1010, nbackup_lostguid_db */
|
|
|
|
|
{337117237, "Unexpected end of file when reading header of database file \"@1\" (stage @2)"}, /* 1011, nbackup_err_eofhdrdb */
|
|
|
|
|
{337117238, "Internal error. Database file is not locked. Flags are @1"}, /* 1012, nbackup_db_notlock */
|
|
|
|
|
{337117239, "Internal error. Cannot get backup guid clumplet"}, /* 1013, nbackup_lostguid_bk */
|
|
|
|
|
{337117240, "Internal error. Database page @1 had been changed during backup (page SCN=@2, backup SCN=@3)"}, /* 1014, nbackup_page_changed */
|
|
|
|
|
{337117241, "Database file size is not a multiple of page size"}, /* 1015, nbackup_dbsize_inconsistent */
|
|
|
|
|
{337117242, "Level 0 backup is not restored"}, /* 1016, nbackup_failed_lzbk */
|
|
|
|
|
{337117243, "Unexpected end of file when reading header of backup file: @1"}, /* 1017, nbackup_err_eofhdrbk */
|
|
|
|
|
{337117244, "Invalid incremental backup file: @1"}, /* 1018, nbackup_invalid_incbk */
|
|
|
|
|
{337117245, "Unsupported version @1 of incremental backup file: @2"}, /* 1019, nbackup_unsupvers_incbk */
|
|
|
|
|
{337117246, "Invalid level @1 of incremental backup file: @2, expected @3"}, /* 1020, nbackup_invlevel_incbk */
|
|
|
|
|
{337117247, "Wrong order of backup files or invalid incremental backup file detected, file: @1"}, /* 1021, nbackup_wrong_orderbk */
|
|
|
|
|
{337117248, "Unexpected end of backup file: @1"}, /* 1022, nbackup_err_eofbk */
|
|
|
|
|
{337117249, "Error (@1) creating database file: @2 via copying from: @3"}, /* 1023, nbackup_err_copy */
|
|
|
|
|
{337117250, "Unexpected end of file when reading header of restored database file (stage @1)"}, /* 1024, nbackup_err_eofhdr_restdb */
|
|
|
|
|
{337117251, "Cannot get backup guid clumplet from L0 backup"}, /* 1025, nbackup_lostguid_l0bk */
|
|
|
|
|
{337182750, "conflicting actions \"@1\" and \"@2\" found"}, /* 1026, trace_conflict_acts */
|
|
|
|
|
{337182751, "action switch not found"}, /* 1027, trace_act_notfound */
|
|
|
|
|
{337182752, "switch \"@1\" must be set only once"}, /* 1028, trace_switch_once */
|
|
|
|
|
{337182753, "value for switch \"@1\" is missing"}, /* 1029, trace_param_val_miss */
|
|
|
|
|
{337182754, "invalid value (\"@1\") for switch \"@2\""}, /* 1030, trace_param_invalid */
|
|
|
|
|
{337182755, "unknown switch \"@1\" encountered"}, /* 1031, trace_switch_unknown */
|
|
|
|
|
{337182756, "switch \"@1\" can be used by service only"}, /* 1032, trace_switch_svc_only */
|
|
|
|
|
{337182757, "switch \"@1\" can be used by interactive user only"}, /* 1033, trace_switch_user_only */
|
|
|
|
|
{337182758, "mandatory parameter \"@1\" for switch \"@2\" is missing"}, /* 1034, trace_switch_param_miss */
|
|
|
|
|
{337182759, "parameter \"@1\" is incompatible with action \"@2\""}, /* 1035, trace_param_act_notcompat */
|
|
|
|
|
{337182760, "mandatory switch \"@1\" is missing"}, /* 1036, trace_mandatory_switch_miss */
|
|
|
|
|
{0, NULL}
|
|
|
|
|
};
|
|
|
|
|