8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-31 20:43:03 +01:00
firebird-mirror/src/msgs/system_errors2.sql

870 lines
56 KiB
SQL

-- Take note the new format uses FAC_CODE, NUMBER in the same order as messages2.sql.
set bulk_insert INSERT INTO SYSTEM_ERRORS (SQL_CODE, SQL_CLASS, SQL_SUBCLASS, FAC_CODE, NUMBER, VMS_CODE, GDS_SYMBOL, SEVERITY, SEVERITY_TEXT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?);
-- JRD
(-802, '22', '003', 0, 1, 195919882, 'arith_except', NULL, 'ERROR')
(-901, 'HY', '000', 0, 2, 195919890, 'bad_dbkey', NULL, 'ERROR')
(-922, 'HY', '000', 0, 3, 195919898, 'bad_db_format', NULL, 'ERROR')
(-904, '08', '003', 0, 4, 195919906, 'bad_db_handle', NULL, 'ERROR')
(-924, 'HY', '000', 0, 5, 195919914, 'bad_dpb_content', NULL, 'ERROR')
(-901, 'HY', '000', 0, 6, 195919922, 'bad_dpb_form', NULL, 'ERROR')
(-901, '42', '000', 0, 7, 195919930, 'bad_req_handle', NULL, 'ERROR')
(-901, '42', '000', 0, 8, 195919938, 'bad_segstr_handle', NULL, 'ERROR')
(-901, '42', '000', 0, 9, 195919946, 'bad_segstr_id', NULL, 'ERROR')
(-901, 'HY', '000', 0, 10, 195919954, 'bad_tpb_content', NULL, 'ERROR')
(-901, 'HY', '000', 0, 11, 195919962, 'bad_tpb_form', NULL, 'ERROR')
(-901, '08', '003', 0, 12, 195919970, 'bad_trans_handle', NULL, 'ERROR')
(-902, 'XX', '000', 0, 13, 195919978, 'bug_check', NULL, 'SEVERE')
(-413, '22', '018', 0, 14, 195919987, 'convert_error', NULL, 'ERROR')
(-902, 'XX', '001', 0, 15, 195919995, 'db_corrupt', NULL, 'SEVERE')
(-913, '40', '001', 0, 16, 195920002, 'deadlock', NULL, 'ERROR')
(-901, 'HY', '000', 0, 17, 195920011, 'excess_trans', NULL, 'ERROR')
(100, '01', '000', 0, 18, 195920019, 'from_no_match', NULL, 'ERROR')
(-901, 'HY', '000', 0, 19, 20480152, 'infinap', 0, 'WARNING')
(-901, 'HY', '000', 0, 20, 195920027, 'infona', NULL, 'WARNING')
(-901, 'HY', '000', 0, 21, 195920036, 'infunk', NULL, 'WARNING')
(-901, '27', '000', 0, 22, 195920044, 'integ_fail', NULL, 'ERROR')
(-104, 'HY', '000', 0, 23, 195920051, 'invalid_blr', NULL, 'ERROR')
(-902, '08', '001', 0, 24, 20480196, 'io_error', 4, 'SEVERE')
(-901, '40', '001', 0, 25, 195920059, 'lock_conflict', NULL, 'ERROR')
(-902, 'XX', '001', 0, 26, 195920066, 'metadata_corrupt', NULL, 'SEVERE')
(-625, '23', '000', 0, 27, 195920074, 'not_valid', NULL, 'ERROR')
(-508, 'HY', '000', 0, 28, 195920082, 'no_cur_rec', NULL, 'ERROR')
(-803, '23', '000', 0, 29, 195920090, 'no_dup', NULL, 'ERROR')
(-901, 'HY', '000', 0, 30, 195920098, 'no_finish', NULL, 'INFO')
(-607, '42', '000', 0, 31, 195920106, 'no_meta_update', NULL, 'ERROR')
(-551, '28', '000', 0, 32, 195920114, 'no_priv', NULL, 'ERROR')
(-901, 'HY', '000', 0, 33, 195920122, 'no_recon', NULL, 'ERROR')
(100, '01', '000', 0, 34, 195920130, 'no_record', NULL, 'ERROR')
(-901, 'HY', '000', 0, 35, 195920139, 'no_segstr_close', NULL, 'ERROR')
(-820, 'HY', '000', 0, 36, 20480290, 'obsolete_metadata', 2, 'ERROR')
(-901, '01', '002', 0, 37, 20480298, 'open_trans', 2, 'ERROR')
(-901, 'HY', '000', 0, 38, 20480306, 'port_len', 2, 'ERROR')
(-151, '42', '000', 0, 39, 20480314, 'read_only_field', 2, 'ERROR')
(-150, '42', '000', 0, 40, 20480322, 'read_only_rel', 2, 'ERROR')
(-817, '42', '000', 0, 41, 20480330, 'read_only_trans', 2, 'ERROR')
(-150, '42', '000', 0, 42, 20480338, 'read_only_view', 2, 'ERROR')
(-901, '25', '000', 0, 43, 20480346, 'req_no_trans', 2, 'ERROR')
(-901, 'HY', '000', 0, 44, 20480354, 'req_sync', 2, 'ERROR')
(-901, 'HY', '000', 0, 45, 20480362, 'req_wrong_db', 2, 'ERROR')
(101, '01', '000', 0, 46, 20480369, 'segment', 1, 'SUCCESS')
(100, '01', '000', 0, 47, 20480378, 'segstr_eof', 2, 'ERROR')
(-402, 'HY', '000', 0, 48, 20480386, 'segstr_no_op', 2, 'ERROR')
(-901, 'HY', '000', 0, 49, 20480394, 'segstr_no_read', 2, 'ERROR')
(-901, 'HY', '000', 0, 50, 20480402, 'segstr_no_trans', 2, 'ERROR')
(-817, 'HY', '000', 0, 51, 20480410, 'segstr_no_write', 2, 'ERROR')
(-901, 'HY', '000', 0, 52, 20480418, 'segstr_wrong_db', 2, 'ERROR')
(-902, 'HY', '000', 0, 53, 20480436, 'sys_request', 4, 'SEVERE')
(100, 'HY', '000', 0, 54, 20480426, 'stream_eof', 2, 'ERROR')
(-904, '08', '001', 0, 55, 195920146, 'unavailable', NULL, 'ERROR')
(-901, 'HY', '000', 0, 56, 195920154, 'unres_rel', NULL, 'ERROR')
(-901, 'HY', '000', 0, 57, 195920162, 'uns_ext', NULL, 'SEVERE')
(-901, '0A', '000', 0, 58, 195920170, 'wish_list', NULL, 'SEVERE')
(-820, 'HY', '000', 0, 59, 20480546, 'wrong_ods', NULL, 'SEVERE')
(-804, '07', '001', 0, 60, 195920186, 'wronumarg', NULL, 'ERROR')
(-904, '54', '000', 0, 61, 195920195, 'imp_exc', NULL, 'ERROR')
(-901, '00', '000', 0, 62, NULL, 'random', NULL, 'ERROR')
(-901, 'HY', '000', 0, 63, NULL, 'fatal_conflict', NULL, 'ERROR')
(-902, 'XX', '000', 0, 64, NULL, 'badblk', NULL, NULL)
(-902, 'XX', '000', 0, 65, NULL, 'invpoolcl', NULL, NULL)
(-904, 'HY', '000', 0, 66, NULL, 'nopoolids', NULL, NULL)
(-902, 'XX', '000', 0, 67, NULL, 'relbadblk', NULL, NULL)
(-902, '54', '000', 0, 68, NULL, 'blktoobig', NULL, NULL)
(-904, 'HY', '001', 0, 69, NULL, 'bufexh', NULL, NULL)
(-104, 'HY', '000', 0, 70, NULL, 'syntaxerr', NULL, NULL)
(-904, 'HY', '000', 0, 71, NULL, 'bufinuse', NULL, NULL)
(-901, 'XX', '000', 0, 72, NULL, 'bdbincon', NULL, NULL)
(-904, 'HY', '000', 0, 73, NULL, 'reqinuse', NULL, NULL)
(-902, 'HY', '000', 0, 74, NULL, 'badodsver', NULL, NULL)
(-219, '42', 'S02', 0, 75, NULL, 'relnotdef', NULL, NULL)
(-205, '42', 'S22', 0, 76, NULL, 'fldnotdef', NULL, NULL)
(-902, 'XX', '000', 0, 77, NULL, 'dirtypage', NULL, NULL)
(-902, 'XX', '000', 0, 78, 20480498, 'waifortra', NULL, NULL)
(-902, 'XX', '000', 0, 79, 20480504, 'doubleloc', NULL, NULL)
(-902, 'XX', '000', 0, 80, 20480516, 'nodnotfnd', NULL, NULL)
(-902, 'XX', '000', 0, 81, 20480524, 'dupnodfnd', NULL, NULL)
(-902, 'XX', '000', 0, 82, 20480530, 'locnotmar', NULL, NULL)
(-689, '42', '000', 0, 83, 20480538, 'badpagtyp', NULL, NULL)
(-902, 'XX', '000', 0, 84, 20480554, 'corrupt', NULL, NULL)
(-902, '42', '000', 0, 85, 20480562, 'badpage', NULL, NULL)
(-902, 'XX', '002', 0, 86, NULL, 'badindex', NULL, NULL)
(-901, 'HY', '000', 0, 87, NULL, 'dbbnotzer', NULL, NULL)
(-901, '25', '000', 0, 88, 195920202, 'tranotzer', 2, NULL)
(-902, '25', '000', 0, 89, NULL, 'trareqmis', NULL, NULL)
(-902, 'HY', '000', 0, 90, NULL, 'badhndcnt', NULL, NULL)
(-902, 'HY', '000', 0, 91, NULL, 'wrotpbver', NULL, NULL)
(-902, 'HY', '000', 0, 92, NULL, 'wroblrver', NULL, NULL)
(-902, 'HY', '000', 0, 93, NULL, 'wrodpbver', NULL, NULL)
(-402, '42', '000', 0, 94, NULL, 'blobnotsup', NULL, NULL)
(-902, 'XX', '001', 0, 95, NULL, 'badrelation', NULL, NULL)
(-902, 'XX', '000', 0, 96, NULL, 'nodetach', NULL, NULL)
(-902, 'XX', '000', 0, 97, NULL, 'notremote', NULL, NULL)
(-901, '25', '000', 0, 98, NULL, 'trainlim', NULL, NULL)
(-901, '25', '000', 0, 99, NULL, 'notinlim', NULL, NULL)
(-901, '25', '000', 0, 100, NULL, 'traoutsta', NULL, NULL)
(-923, '08', '004', 0, 101, NULL, 'connect_reject', NULL, NULL)
(-902, 'XX', '000', 0, 102, NULL, 'dbfile', NULL, NULL)
(-902, 'XX', '000', 0, 103, NULL, 'orphan', NULL, NULL)
(-904, 'HY', '000', 0, 104, NULL, 'no_lock_mgr', NULL, NULL)
(-104, 'HY', '000', 0, 105, NULL, 'ctxinuse', NULL, NULL)
(-104, 'HY', '000', 0, 106, NULL, 'ctxnotdef', NULL, NULL)
(-402, '42', '000', 0, 107, NULL, 'datnotsup', NULL, NULL)
(-901, 'HY', '000', 0, 108, NULL, 'badmsgnum', NULL, NULL)
(-104, '07', '001', 0, 109, NULL, 'badparnum', NULL, NULL)
(-904, 'HY', '001', 0, 110, NULL, 'virmemexh', NULL, NULL)
(-901, 'HY', '000', 0, 111, NULL, 'blocking_signal', NULL, NULL)
(-902, '40', '001', 0, 112, NULL, 'lockmanerr', NULL, NULL)
(-924, 'HY', '000', 0, 113, NULL, 'journerr', NULL, NULL)
(-664, '42', '000', 0, 114, NULL, 'keytoobig', NULL, NULL)
(-407, 'HY', '000', 0, 115, NULL, 'nullsegkey', NULL, NULL)
(-902, '00', '000', 0, 116, NULL, 'sqlerr', NULL, NULL)
(-820, 'HY', '000', 0, 117, NULL, 'wrodynver', NULL, NULL)
(-172, '39', '000', 0, 118, NULL, 'funnotdef', NULL, NULL)
(-171, '39', '000', 0, 119, NULL, 'funmismat', NULL, NULL)
(-104, '22', '001', 0, 120, NULL, 'bad_msg_vec', NULL, NULL)
(-924, '08', '007', 0, 121, NULL, 'bad_detach', NULL, NULL)
(-901, 'HY', '000', 0, 122, NULL, 'noargacc_read', NULL, NULL)
(-901, 'HY', '000', 0, 123, NULL, 'noargacc_write', NULL, NULL)
(-817, '42', '000', 0, 124, NULL, 'read_only', NULL, NULL)
(-677, '42', '000', 0, 125, NULL, 'ext_err', NULL, NULL)
(-150, '42', '000', 0, 126, NULL, 'non_updatable', NULL, NULL)
(-926, '25', 'S02', 0, 127, NULL, 'no_rollback', NULL, NULL)
(-902, 'HY', '000', 0, 128, NULL, 'bad_sec_info', NULL, NULL)
(-902, '28', '000', 0, 129, NULL, 'invalid_sec_info', NULL, NULL)
(-901, 'HY', '000', 0, 130, NULL, 'misc_interpreted', NULL, NULL)
(-904, '40', '001', 0, 131, NULL, 'update_conflict', NULL, NULL)
(-906, 'HY', '000', 0, 132, NULL, 'unlicensed', NULL, NULL)
(-904, '42', '000', 0, 133, NULL, 'obj_in_use', NULL, NULL)
(-413, 'HY', '000', 0, 134, NULL, 'nofilter', NULL, NULL)
(-904, '00', '000', 0, 135, NULL, 'shadow_accessed', NULL, NULL)
(-104, 'HY', '000', 0, 136, NULL, 'invalid_sdl', NULL, NULL)
(-406, '42', '000', 0, 137, NULL, 'out_of_bounds', NULL, NULL)
(-171, '42', '000', 0, 138, NULL, 'invalid_dimension', NULL, NULL)
(-911, 'HY', '000', 0, 139, NULL, 'rec_in_limbo', NULL, NULL)
(-904, 'HY', '000', 0, 140, NULL, 'shadow_missing', NULL, NULL)
(-923, 'HY', '000', 0, 141, NULL, 'cant_validate', NULL, NULL)
(-923, 'HY', '000', 0, 142, NULL, 'cant_start_journal', NULL, NULL)
(-204, '42', '000', 0, 143, NULL, 'gennotdef', NULL, NULL)
(-923, 'HY', '000', 0, 144, NULL, 'cant_start_logging', NULL, NULL)
(-685, '42', '000', 0, 145, NULL, 'bad_segstr_type', NULL, NULL)
(-530, '23', '000', 0, 146, NULL, 'foreign_key', NULL, NULL)
(-820, 'HY', '000', 0, 147, NULL, 'high_minor', NULL, NULL)
(-901, '00', '000', 0, 148, NULL, 'tra_state', NULL, NULL)
(-532, '25', '000', 0, 149, NULL, 'trans_invalid', NULL, NULL)
(-902, 'HY', '000', 0, 150, NULL, 'buf_invalid', NULL, NULL)
(-902, '42', 'S12', 0, 151, NULL, 'indexnotdefined', NULL, NULL)
(-902, '28', '000', 0, 152, NULL, 'login', NULL, NULL)
(-823, 'HY', '111', 0, 153, NULL, 'invalid_bookmark', NULL, NULL)
(-824, 'HY', '000', 0, 154, NULL, 'bad_lock_level', NULL, NULL)
(-615, '40', '001', 0, 155, NULL, 'relation_lock', NULL, NULL)
(-615, '40', '001', 0, 156, NULL, 'record_lock', NULL, NULL)
(-692, '54', '000', 0, 157, NULL, 'max_idx', NULL, NULL)
(-902, 'HY', '000', 0, 158, NULL, 'jrn_enable', NULL, NULL)
(-902, 'HY', '000', 0, 159, NULL, 'old_failure', NULL, NULL)
(-902, 'HY', '000', 0, 160, NULL, 'old_in_progress', NULL, NULL)
(-902, 'HY', '000', 0, 161, NULL, 'old_no_space', NULL, NULL)
(-902, 'HY', '000', 0, 162, NULL, 'no_wal_no_jrn', NULL, NULL)
(-902, 'HY', '000', 0, 163, NULL, 'num_old_files', NULL, NULL)
(-902, 'HY', '000', 0, 164, NULL, 'wal_file_open', NULL, NULL)
(-901, '26', '000', 0, 165, NULL, 'bad_stmt_handle', NULL, NULL)
(-902, 'HY', '000', 0, 166, NULL, 'wal_failure', NULL, NULL)
(-230, 'HY', '000', 0, 167, NULL, 'walw_err', NULL, NULL)
(-231, 'HY', '000', 0, 168, NULL, 'logh_small', NULL, NULL)
(-232, 'HY', '000', 0, 169, NULL, 'logh_inv_version', NULL, NULL)
(-233, 'HY', '000', 0, 170, NULL, 'logh_open_flag', NULL, NULL)
(-234, 'HY', '000', 0, 171, NULL, 'logh_open_flag2', NULL, NULL)
(-235, 'HY', '000', 0, 172, NULL, 'logh_diff_dbname', NULL, NULL)
(-236, 'HY', '000', 0, 173, NULL, 'logf_unexpected_eof', NULL, NULL)
(-237, 'HY', '000', 0, 174, NULL, 'logr_incomplete', NULL, NULL)
(-238, 'HY', '000', 0, 175, NULL, 'logr_header_small', NULL, NULL)
(-239, 'HY', '000', 0, 176, NULL, 'logb_small', NULL, NULL)
(-240, 'HY', '000', 0, 177, NULL, 'wal_illegal_attach', NULL, NULL)
(-241, 'HY', '000', 0, 178, NULL, 'wal_invalid_wpb', NULL, NULL)
(-242, 'HY', '000', 0, 179, NULL, 'wal_err_rollover', NULL, NULL)
(-243, 'HY', '000', 0, 180, NULL, 'no_wal', NULL, NULL)
(-615, 'HY', '000', 0, 181, NULL, 'drop_wal', NULL, NULL)
(-204, 'HY', '000', 0, 182, NULL, 'stream_not_defined', NULL, NULL)
(-244, 'HY', '000', 0, 183, NULL, 'wal_subsys_error', NULL, NULL)
(-245, 'XX', '000', 0, 184, NULL, 'wal_subsys_corrupt', NULL, NULL)
(-902, 'HY', '000', 0, 185, NULL, 'no_archive', NULL, NULL)
(-902, 'HY', '000', 0, 186, NULL, 'shutinprog', NULL, NULL)
(-615, '42', '000', 0, 187, NULL, 'range_in_use', NULL, NULL)
(-834, '42', '000', 0, 188, NULL, 'range_not_found', NULL, NULL)
(-204, '2C', '000', 0, 189, NULL, 'charset_not_found', NULL, NULL)
(-901, '40', '001', 0, 190, NULL, 'lock_timeout', NULL, NULL)
(-204, '42', '000', 0, 191, NULL, 'prcnotdef', NULL, NULL)
(-170, '07', '000', 0, 192, NULL, 'prcmismat', NULL, NULL)
(-246, 'XX', '000', 0, 193, NULL, 'wal_bugcheck', NULL, NULL)
(-247, 'HY', '000', 0, 194, NULL, 'wal_cant_expand', NULL, NULL)
(-204, 'HY', '000', 0, 195, NULL, 'codnotdef', NULL, NULL)
(-204, 'HY', '000', 0, 196, NULL, 'xcpnotdef', NULL, NULL)
(-836, 'HY', '000', 0, 197, NULL, 'except', NULL, NULL)
(-837, 'HY', '013', 0, 198, NULL, 'cache_restart', NULL, NULL)
(-825, 'HY', '000', 0, 199, NULL, 'bad_lock_handle', NULL, NULL)
(-902, 'HY', '000', 0, 200, NULL, 'jrn_present', NULL, NULL)
(-248, 'HY', '000', 0, 201, NULL, 'wal_err_rollover2', NULL, NULL)
(-249, 'HY', '000', 0, 202, NULL, 'wal_err_logwrite', NULL, NULL)
(-250, 'HY', '000', 0, 203, NULL, 'wal_err_jrn_comm', NULL, NULL)
(-251, 'HY', '000', 0, 204, NULL, 'wal_err_expansion', NULL, NULL)
(-252, 'HY', '000', 0, 205, NULL, 'wal_err_setup', NULL, NULL)
(-253, 'HY', '000', 0, 206, NULL, 'wal_err_ww_sync', NULL, NULL)
(-254, 'HY', '000', 0, 207, NULL, 'wal_err_ww_start', NULL, NULL)
(-902, 'HY', '000', 0, 208, NULL, 'shutdown', NULL, NULL)
(-553, '28', '000', 0, 209, NULL, 'existing_priv_mod', NULL, NULL)
(-616, '42', '000', 0, 210, NULL, 'primary_key_ref', NULL, NULL)
(-291, '42', '000', 0, 211, NULL, 'primary_key_notnull', NULL, NULL)
(-204, '42', '000', 0, 212, NULL, 'ref_cnstrnt_notfound', NULL, NULL)
(-660, '42', '000', 0, 213, NULL, 'foreign_key_notfound', NULL, NULL)
(-292, '42', '000', 0, 214, NULL, 'ref_cnstrnt_update', NULL, NULL)
(-293, '44', '000', 0, 215, NULL, 'check_cnstrnt_update', NULL, NULL)
(-294, '44', '000', 0, 216, NULL, 'check_cnstrnt_del', NULL, NULL)
(-618, '42', '000', 0, 217, NULL, 'integ_index_seg_del', NULL, NULL)
(-618, '42', '000', 0, 218, NULL, 'integ_index_seg_mod', NULL, NULL)
(-616, '42', '000', 0, 219, NULL, 'integ_index_del', NULL, NULL)
(-616, '42', '000', 0, 220, NULL, 'integ_index_mod', NULL, NULL)
(-616, '44', '000', 0, 221, NULL, 'check_trig_del', NULL, NULL)
(-617, '44', '000', 0, 222, NULL, 'check_trig_update', NULL, NULL)
(-616, '23', '000', 0, 223, NULL, 'cnstrnt_fld_del', NULL, NULL)
(-617, '23', '000', 0, 224, NULL, 'cnstrnt_fld_rename', NULL, NULL)
(-295, '42', '000', 0, 225, NULL, 'rel_cnstrnt_update', NULL, NULL)
(-150, '42', '000', 0, 226, NULL, 'constaint_on_view', NULL, NULL)
(-296, '42', '000', 0, 227, NULL, 'invld_cnstrnt_type', NULL, NULL)
(-831, '42', 'S11', 0, 228, NULL, 'primary_key_exists', NULL, NULL)
(-607, 'HY', '000', 0, 229, NULL, 'systrig_update', NULL, NULL)
(-552, '28', '000', 0, 230, NULL, 'not_rel_owner', NULL, NULL)
(-204, '01', '007', 0, 231, NULL, 'grant_obj_notfound', NULL, NULL)
(-205, '01', '007', 0, 232, NULL, 'grant_fld_notfound', NULL, NULL)
(-552, '01', '007', 0, 233, NULL, 'grant_nopriv', NULL, NULL)
(-84, '28', '000', 0, 234, NULL, 'nonsql_security_rel', NULL, NULL)
(-84, '28', '000', 0, 235, NULL, 'nonsql_security_fld', NULL, NULL)
(-255, 'HY', '000', 0, 236, NULL, 'wal_cache_err', NULL, NULL)
(-902, 'HY', '000', 0, 237, NULL, 'shutfail', NULL, NULL)
(-297, '23', '000', 0, 238, NULL, 'check_constraint', NULL, NULL)
(-901, 'HY', '000', 0, 239, NULL, 'bad_svc_handle', NULL, NULL)
(-838, 'HY', '000', 0, 240, NULL, 'shutwarn', NULL, NULL)
(-901, 'HY', '000', 0, 241, NULL, 'wrospbver', NULL, NULL)
(-901, '42', '000', 0, 242, NULL, 'bad_spb_form', NULL, NULL)
(-901, 'HY', '000', 0, 243, NULL, 'svcnotdef', NULL, NULL)
(-902, 'HY', '000', 0, 244, NULL, 'no_jrn', NULL, NULL)
(-314, '22', '018', 0, 245, NULL, 'transliteration_failed', NULL, NULL)
(-257, 'HY', '000', 0, 246, NULL, 'start_cm_for_wal', NULL, NULL)
(-258, 'HY', '000', 0, 247, NULL, 'wal_ovflow_log_required', NULL, NULL)
(-204, '42', '000', 0, 248, NULL, 'text_subtype', NULL, NULL)
(-902, '42', '000', 0, 249, NULL, 'dsql_error', NULL, NULL)
(-104, '42', '000', 0, 250, NULL, 'dsql_command_err', NULL, NULL)
(-103, 'HY', '004', 0, 251, NULL, 'dsql_constant_err', NULL, NULL)
(-504, 'HY', '015', 0, 252, NULL, 'dsql_cursor_err', NULL, NULL)
(-204, 'HY', '004', 0, 253, NULL, 'dsql_datatype_err', NULL, NULL)
(-502, '34', '000', 0, 254, NULL, 'dsql_decl_err', NULL, NULL)
(-510, '24', '000', 0, 255, NULL, 'dsql_cursor_update_err', NULL, NULL)
(-502, '24', '000', 0, 256, NULL, 'dsql_cursor_open_err', NULL, NULL)
(-501, '24', '000', 0, 257, NULL, 'dsql_cursor_close_err', NULL, NULL)
(-206, '42', 'S22', 0, 258, NULL, 'dsql_field_err', NULL, NULL)
(-104, 'XX', '000', 0, 259, NULL, 'dsql_internal_err', NULL, NULL)
(-204, '42', 'S02', 0, 260, NULL, 'dsql_relation_err', NULL, NULL)
(-204, '42', '000', 0, 261, NULL, 'dsql_procedure_err', NULL, NULL)
(-518, '42', '000', 0, 262, NULL, 'dsql_request_err', NULL, NULL)
(-804, '07', '002', 0, 263, NULL, 'dsql_sqlda_err', NULL, NULL)
(-804, '21', 'S01', 0, 264, NULL, 'dsql_var_count_err', NULL, NULL)
(-826, 'HY', '000', 0, 265, NULL, 'dsql_stmt_handle', NULL, NULL)
(-804, '39', '000', 0, 266, NULL, 'dsql_function_err', NULL, NULL)
(-206, '42', '000', 0, 267, NULL, 'dsql_blob_err', NULL, NULL)
(-204, '22', '021', 0, 268, NULL, 'collation_not_found', NULL, NULL)
(-204, '22', '021', 0, 269, NULL, 'collation_not_for_charset', NULL, NULL)
(-104, '42', '000', 0, 270, NULL, 'dsql_dup_option', NULL, NULL)
(-104, '25', '000', 0, 271, NULL, 'dsql_tran_err', NULL, NULL)
(-104, 'HY', '000', 0, 272, NULL, 'dsql_invalid_array', NULL, NULL)
(-604, '54', '000', 0, 273, NULL, 'dsql_max_arr_dim_exceeded', NULL, NULL)
(-604, '42', '000', 0, 274, NULL, 'dsql_arr_range_error', NULL, NULL)
(-204, 'HY', '000', 0, 275, NULL, 'dsql_trigger_err', NULL, NULL)
(-206, '42', '000', 0, 276, NULL, 'dsql_subselect_err', NULL, NULL)
(-531, '42', '000', 0, 277, NULL, 'dsql_crdb_prepare_err', NULL, NULL)
(-157, '42', '000', 0, 278, NULL, 'specify_field_err', NULL, NULL)
(-158, '07', '002', 0, 279, NULL, 'num_field_err', NULL, NULL)
(-806, '42', '000', 0, 280, NULL, 'col_name_err', NULL, NULL)
(-807, '42', '000', 0, 281, NULL, 'where_err', NULL, NULL)
(-808, '42', '000', 0, 282, NULL, 'table_view_err', NULL, NULL)
(-809, '42', '000', 0, 283, NULL, 'distinct_err', NULL, NULL)
(-832, '42', '000', 0, 284, NULL, 'key_field_count_err', NULL, NULL)
(-810, '42', '000', 0, 285, NULL, 'subquery_err', NULL, NULL)
(-833, '42', '000', 0, 286, NULL, 'expression_eval_err', NULL, NULL)
(-599, 'HY', '000', 0, 287, NULL, 'node_err', NULL, NULL)
(-104, '42', '000', 0, 288, NULL, 'command_end_err', NULL, NULL)
(-901, '42', '000', 0, 289, NULL, 'index_name', NULL, NULL)
(-901, '22', '000', 0, 290, NULL, 'exception_name', NULL, NULL)
(-901, '42', '000', 0, 291, NULL, 'field_name', NULL, NULL)
(-104, '42', '000', 0, 292, NULL, 'token_err', NULL, NULL)
(-901, '42', '000', 0, 293, NULL, 'union_err', NULL, NULL)
(-901, '42', '000', 0, 294, NULL, 'dsql_construct_err', NULL, NULL)
(-830, '42', '000', 0, 295, NULL, 'field_aggregate_err', NULL, NULL)
(-829, '42', 'S22', 0, 296, NULL, 'field_ref_err', NULL, NULL)
(-208, '42', '000', 0, 297, NULL, 'order_by_err', NULL, NULL)
(-171, 'HY', '000', 0, 298, NULL, 'return_mode_err', NULL, NULL)
(-170, '38', '000', 0, 299, NULL, 'extern_func_err', NULL, NULL)
(-204, '08', '001', 0, 300, NULL, 'alias_conflict_err', NULL, NULL)
(-204, '42', '000', 0, 301, NULL, 'procedure_conflict_error', NULL, NULL)
(-204, '42', '000', 0, 302, NULL, 'relation_conflict_err', NULL, NULL)
(-901, '42', '000', 0, 303, NULL, 'dsql_domain_err', NULL, NULL)
(-663, '42', '000', 0, 304, NULL, 'idx_seg_err', NULL, NULL)
(-599, 'HY', '000', 0, 305, NULL, 'node_name_err', NULL, NULL)
(-901, '00', '000', 0, 306, NULL, 'table_name', NULL, NULL)
(-901, '42', '000', 0, 307, NULL, 'proc_name', NULL, NULL)
(-660, '42', '000', 0, 308, NULL, 'idx_create_err', NULL, NULL)
(-259, 'HY', '000', 0, 309, NULL, 'wal_shadow_err', NULL, NULL)
(-616, '42', '000', 0, 310, NULL, 'dependency', NULL, NULL)
(-663, '42', '000', 0, 311, NULL, 'idx_key_err', NULL, NULL)
(-597, '42', '000', 0, 312, NULL, 'dsql_file_length_err', NULL, NULL)
(-598, 'HY', '000', 0, 313, NULL, 'dsql_shadow_number_err', NULL, NULL)
(-104, '42', '000', 0, 314, NULL, 'dsql_token_unk_err', NULL, NULL)
(-204, '42', 'S02', 0, 315, NULL, 'dsql_no_relation_alias', NULL, NULL)
(-204, '42', '000', 0, 316, NULL, 'indexname', NULL, NULL)
(-281, 'HY', '000', 0, 317, NULL, 'no_stream_plan', NULL, NULL)
(-282, 'HY', '000', 0, 318, NULL, 'stream_twice', NULL, NULL)
(-283, 'HY', '000', 0, 319, NULL, 'stream_not_found', NULL, NULL)
(-204, '22', '021', 0, 320, NULL, 'collation_requires_text', NULL, NULL)
(-901, '42', '000', 0, 321, NULL, 'dsql_domain_not_found', NULL, NULL)
(-284, '42', '000', 0, 322, NULL, 'index_unused', NULL, NULL)
(-282, '42', '000', 0, 323, NULL, 'dsql_self_join', NULL, NULL)
(-596, 'HY', '000', 0, 324, NULL, 'stream_bof', NULL, NULL)
(-595, 'HY', '000', 0, 325, NULL, 'stream_crack', NULL, NULL)
(-601, 'HY', '000', 0, 326, NULL, 'db_or_file_exists', NULL, NULL)
(-401, '42', '000', 0, 327, NULL, 'invalid_operator', NULL, NULL)
(-924, 'HY', '000', 0, 328, NULL, 'conn_lost', NULL, NULL)
(-835, '42', '000', 0, 329, NULL, 'bad_checksum', NULL, NULL)
(-689, 'HY', '000', 0, 330, NULL, 'page_type_err', NULL, NULL)
(-816, '42', '000', 0, 331, NULL, 'ext_readonly_err', NULL, NULL)
(-811, '21', '000', 0, 332, NULL, 'sing_select_err', NULL, NULL)
(-902, '28', '000', 0, 333, NULL, 'psw_attach', NULL, NULL)
(-902, '28', '000', 0, 334, NULL, 'psw_start_trans', NULL, NULL)
(-827, '42', '000', 0, 335, NULL, 'invalid_direction', NULL, NULL)
(-901, 'HY', '000', 0, 336, NULL, 'dsql_var_conflict', NULL, NULL)
(-607, 'HY', '000', 0, 337, NULL, 'dsql_no_blob_array', NULL, NULL)
(-155, '42', '000', 0, 338, NULL, 'dsql_base_table', NULL, NULL)
(-282, '42', '000', 0, 339, NULL, 'duplicate_base_table', NULL, NULL)
(-282, '42', '000', 0, 340, NULL, 'view_alias', NULL, NULL)
(-904, '54', '000', 0, 341, NULL, 'index_root_page_full', NULL, NULL)
(-204, '42', '000', 0, 342, NULL, 'dsql_blob_type_unknown', NULL, NULL)
(-693, '54', '001', 0, 343, NULL, 'req_max_clones_exceeded', NULL, NULL)
(-637, '42', '000', 0, 344, NULL, 'dsql_duplicate_spec', NULL, NULL)
(-803, '23', '000', 0, 345, NULL, 'unique_key_violation', NULL, NULL)
(-901, 'HY', '000', 0, 346, NULL, 'srvr_version_too_old', NULL, NULL)
(-909, 'HY', '000', 0, 347, NULL, 'drdb_completed_with_errs', NULL, NULL)
(-84, '42', '000', 0, 348, NULL, 'dsql_procedure_use_err', NULL, NULL)
(-313, '07', '002', 0, 349, NULL, 'dsql_count_mismatch', NULL, NULL)
(-685, '42', '000', 0, 350, NULL, 'blob_idx_err', NULL, NULL)
(-685, '42', '000', 0, 351, NULL, 'array_idx_err', NULL, NULL)
(-663, '42', '000', 0, 352, NULL, 'key_field_err', NULL, NULL)
(-901, 'HY', '000', 0, 353, NULL, 'no_delete', NULL, NULL)
(-616, '42', '000', 0, 354, NULL, 'del_last_field', NULL, NULL)
(-901, 'HY', '000', 0, 355, NULL, 'sort_err', NULL, NULL)
(-904, 'HY', '001', 0, 356, NULL, 'sort_mem_err', NULL, NULL)
(-841, 'HY', '001', 0, 357, NULL, 'version_err', NULL, NULL)
(-828, 'HY', '000', 0, 358, NULL, 'inval_key_posn', NULL, NULL)
(-690, 'HY', '000', 0, 359, NULL, 'no_segments_err', NULL, NULL)
(-600, 'XX', '000', 0, 360, NULL, 'crrp_data_err', NULL, NULL)
(-691, '54', '000', 0, 361, NULL, 'rec_size_err', NULL, NULL)
(-605, '42', '000', 0, 362, NULL, 'dsql_field_ref', NULL, NULL)
(-904, '54', '001', 0, 363, NULL, 'req_depth_exceeded', NULL, NULL)
(-694, '42', 'S22', 0, 364, NULL, 'no_field_access', NULL, NULL)
(-162, 'HY', '000', 0, 365, NULL, 'no_dbkey', NULL, NULL)
(-839, 'HY', '000', 0, 366, NULL, 'jrn_format_err', NULL, NULL)
(-840, 'HY', '000', 0, 367, NULL, 'jrn_file_full', NULL, NULL)
(-519, '24', '000', 0, 368, NULL, 'dsql_open_cursor_request', NULL, NULL)
(-999, 'HY', '000', 0, 369, NULL, 'ib_error', NULL, NULL)
(-260, 'HY', '013', 0, 370, NULL, 'cache_redef', NULL, NULL)
(-239, 'HY', '013', 0, 371, NULL, 'cache_too_small', NULL, NULL)
(-260, 'HY', '000', 0, 372, NULL, 'log_redef', NULL, NULL)
(-239, 'HY', '000', 0, 373, NULL, 'log_too_small', NULL, NULL)
(-239, 'HY', '000', 0, 374, NULL, 'partition_too_small', NULL, NULL)
(-261, 'HY', '000', 0, 375, NULL, 'partition_not_supp', NULL, NULL)
(-261, 'HY', '000', 0, 376, NULL, 'log_length_spec', NULL, NULL)
(-842, 'HY', '104', 0, 377, NULL, 'precision_err', NULL, NULL)
(-842, 'HY', '104', 0, 378, NULL, 'scale_nogt', NULL, NULL)
(-842, 'HY', '000', 0, 379, NULL, 'expec_short', NULL, NULL)
(-842, 'HY', '000', 0, 380, NULL, 'expec_long', NULL, NULL)
(-842, 'HY', '000', 0, 381, NULL, 'expec_ushort', NULL, NULL)
(-105, '22', '025', 0, 382, NULL, 'escape_invalid', NULL, NULL)
(-901, 'HY', '000', 0, 383, NULL, 'svcnoexe', NULL, NULL)
(-901, '08', '006', 0, 384, NULL, 'net_lookup_err', NULL, NULL)
(-901, 'HY', '000', 0, 385, NULL, 'service_unknown', NULL, NULL)
(-901, '08', '001', 0, 386, NULL, 'host_unknown', NULL, NULL)
(-552, '01', '007', 0, 387, NULL, 'grant_nopriv_on_base', NULL, NULL)
(-203, '42', '702', 0, 388, NULL, 'dyn_fld_ambiguous', NULL, NULL)
(-104, '42', '000', 0, 389, NULL, 'dsql_agg_ref_err', NULL, NULL)
(-282, 'HY', '000', 0, 390, NULL, 'complex_view', NULL, NULL)
(-901, 'HY', '007', 0, 391, NULL, 'unprepared_stmt', NULL, NULL)
(-842, '42', '000', 0, 392, NULL, 'expec_positive', NULL, NULL)
(-804, 'HY', '000', 0, 393, NULL, 'dsql_sqlda_value_err', NULL, NULL)
(-104, 'HY', '000', 0, 394, NULL, 'invalid_array_id', NULL, NULL)
(-816, '42', '000', 0, 395, NULL, 'extfile_uns_op', NULL, NULL)
(-901, 'HY', '000', 0, 396, NULL, 'svc_in_use', NULL, NULL)
(-902, 'HY', '013', 0, 397, NULL, 'err_stack_limit', NULL, NULL)
(-827, '42', '000', 0, 398, NULL, 'invalid_key', NULL, NULL)
(-901, '08', '006', 0, 399, NULL, 'net_init_error', NULL, NULL)
(-901, 'HY', '000', 0, 400, NULL, 'loadlib_failure', NULL, NULL)
(-902, '08', '006', 0, 401, NULL, 'network_error', NULL, NULL)
(-902, '08', '006', 0, 402, NULL, 'net_connect_err', NULL, NULL)
(-902, '08', '006', 0, 403, NULL, 'net_connect_listen_err', NULL, NULL)
(-902, '08', '006', 0, 404, NULL, 'net_event_connect_err', NULL, NULL)
(-902, '08', '006', 0, 405, NULL, 'net_event_listen_err', NULL, NULL)
(-902, '08', '006', 0, 406, NULL, 'net_read_err', NULL, NULL)
(-902, '08', '006', 0, 407, NULL, 'net_write_err', NULL, NULL)
(-616, '42', '000', 0, 408, NULL, 'integ_index_deactivate', NULL, NULL)
(-616, '42', '000', 0, 409, NULL, 'integ_deactivate_primary', NULL, NULL)
(-104, 'HY', '000', 0, 410, NULL, 'cse_not_supported', NULL, NULL)
(-901, 'HY', '000', 0, 411, NULL, 'tra_must_sweep', NULL, NULL)
(-902, 'HY', '000', 0, 412, NULL, 'unsupported_network_drive', NULL, NULL)
(-902, '08', '001', 0, 413, NULL, 'io_create_err', NULL, NULL)
(-902, '08', '001', 0, 414, NULL, 'io_open_err', NULL, NULL)
(-902, 'HY', '000', 0, 415, NULL, 'io_close_err', NULL, NULL)
(-902, 'HY', '000', 0, 416, NULL, 'io_read_err', NULL, NULL)
(-902, 'HY', '000', 0, 417, NULL, 'io_write_err', NULL, NULL)
(-902, 'HY', '000', 0, 418, NULL, 'io_delete_err', NULL, NULL)
(-902, 'HY', '000', 0, 419, NULL, 'io_access_err', NULL, NULL)
(-901, '38', '000', 0, 420, NULL, 'udf_exception', NULL, NULL)
(-901, '08', '006', 0, 421, NULL, 'lost_db_connection', NULL, NULL)
(-901, '28', '000', 0, 422, NULL, 'no_write_user_priv', NULL, NULL)
(-104, '42', '000', 0, 423, NULL, 'token_too_long', NULL, NULL)
(-906, '08', '001', 0, 424, NULL, 'max_att_exceeded', NULL, NULL)
(-902, '28', '000', 0, 425, NULL, 'login_same_as_role_name', NULL, NULL)
(-607, '42', '000', 0, 426, NULL, 'reftable_requires_pk', NULL, NULL)
(-85, '28', '000', 0, 427, NULL, 'usrname_too_long', NULL, NULL)
(-85, '28', '000', 0, 428, NULL, 'password_too_long', NULL, NULL)
(-85, '28', '000', 0, 429, NULL, 'usrname_required', NULL, NULL)
(-85, '28', '000', 0, 430, NULL, 'password_required', NULL, NULL)
(-85, '42', '000', 0, 431, NULL, 'bad_protocol', NULL, NULL)
(-85, '28', '000', 0, 432, NULL, 'dup_usrname_found', NULL, NULL)
(-85, '28', '000', 0, 433, NULL, 'usrname_not_found', NULL, NULL)
(-85, '28', '000', 0, 434, NULL, 'error_adding_sec_record', NULL, NULL)
(-85, '28', '000', 0, 435, NULL, 'error_modifying_sec_record', NULL, NULL)
(-85, '28', '000', 0, 436, NULL, 'error_deleting_sec_record', NULL, NULL)
(-85, '28', '000', 0, 437, NULL, 'error_updating_sec_db', NULL, NULL)
(-904, 'HY', '000', 0, 438, NULL, 'sort_rec_size_err', NULL, NULL)
(-204, '42', '000', 0, 439, NULL, 'bad_default_value', NULL, NULL)
(-204, '42', '000', 0, 440, NULL, 'invalid_clause', NULL, NULL)
(-904, 'HY', '000', 0, 441, NULL, 'too_many_handles', NULL, NULL)
(-904, 'HY', '000', 0, 442, NULL, 'optimizer_blk_exc', NULL, NULL)
(-104, '42', '000', 0, 443, NULL, 'invalid_string_constant', NULL, NULL)
(-104, 'HY', '000', 0, 444, NULL, 'transitional_date', NULL, NULL)
(-817, '42', '000', 0, 445, NULL, 'read_only_database', NULL, NULL)
(-817, 'HY', '000', 0, 446, NULL, 'must_be_dialect_2_and_up', NULL, NULL)
(-901, 'HY', '000', 0, 447, NULL, 'blob_filter_exception', NULL, NULL)
(-901, 'HY', '000', 0, 448, NULL, 'exception_access_violation', NULL, NULL)
(-901, '22', '000', 0, 449, NULL, 'exception_datatype_missalignment', NULL, NULL)
(-901, '22', '000', 0, 450, NULL, 'exception_array_bounds_exceeded', NULL, NULL)
(-901, '22', '000', 0, 451, NULL, 'exception_float_denormal_operand', NULL, NULL)
(-901, '22', '012', 0, 452, NULL, 'exception_float_divide_by_zero', NULL, NULL)
(-901, '22', '000', 0, 453, NULL, 'exception_float_inexact_result', NULL, NULL)
(-901, '22', '000', 0, 454, NULL, 'exception_float_invalid_operand', NULL, NULL)
(-901, '22', '003', 0, 455, NULL, 'exception_float_overflow', NULL, NULL)
(-901, '22', '000', 0, 456, NULL, 'exception_float_stack_check', NULL, NULL)
(-901, '22', '003', 0, 457, NULL, 'exception_float_underflow', NULL, NULL)
(-901, '22', '012', 0, 458, NULL, 'exception_integer_divide_by_zero', NULL, NULL)
(-901, '22', '000', 0, 459, NULL, 'exception_integer_overflow', NULL, NULL)
(-901, 'HY', '000', 0, 460, NULL, 'exception_unknown', NULL, NULL)
(-901, 'HY', '001', 0, 461, NULL, 'exception_stack_overflow', NULL, NULL)
(-901, 'HY', '000', 0, 462, NULL, 'exception_sigsegv', NULL, NULL)
(-901, 'HY', '000', 0, 463, NULL, 'exception_sigill', NULL, NULL)
(-901, 'HY', '000', 0, 464, NULL, 'exception_sigbus', NULL, NULL)
(-901, 'HY', '000', 0, 465, NULL, 'exception_sigfpe', NULL, NULL)
(-901, '42', '000', 0, 466, NULL, 'ext_file_delete', NULL, NULL)
(-901, '42', '000', 0, 467, NULL, 'ext_file_modify', NULL, NULL)
(-901, '28', '000', 0, 468, NULL, 'adm_task_denied', NULL, NULL)
(-105, '42', '000', 0, 469, NULL, 'extract_input_mismatch', NULL, NULL)
(-551, '28', '000', 0, 470, NULL, 'insufficient_svc_privileges', NULL, NULL)
(-902, 'HY', '000', 0, 471, NULL, 'file_in_use', NULL, NULL)
(-904, 'HY', '000', 0, 472, NULL, 'service_att_err', NULL, NULL)
(-817, '42', '000', 0, 473, NULL, 'ddl_not_allowed_by_db_sql_dial', NULL, NULL)
(-901, 'HY', '008', 0, 474, NULL, 'cancelled', NULL, NULL)
(-902, 'HY', '000', 0, 475, NULL, 'unexp_spb_form', NULL, NULL)
(-104, 'HY', '000', 0, 476, NULL, 'sql_dialect_datatype_unsupport', NULL, NULL)
(-901, 'HY', '000', 0, 477, NULL, 'svcnouser', NULL, NULL)
(-104, '42', '000', 0, 478, NULL, 'depend_on_uncommitted_rel', NULL, NULL)
(-904, 'HY', '000', 0, 479, NULL, 'svc_name_missing', NULL, NULL)
(-204, '54', '001', 0, 480, NULL, 'too_many_contexts', NULL, NULL)
(-901, '22', '008', 0, 481, NULL, 'datype_notsup', NULL, NULL)
(501, '01', '000', 0, 482, NULL, 'dialect_reset_warning', NULL, NULL)
(-901, 'HY', '000', 0, 483, NULL, 'dialect_not_changed', NULL, NULL)
(-901, 'HY', '000', 0, 484, NULL, 'database_create_failed', NULL, NULL)
(-901, '42', '000', 0, 485, NULL, 'inv_dialect_specified', NULL, NULL)
(-901, '00', '000', 0, 486, NULL, 'valid_db_dialects', NULL, NULL)
(300, '00', '000', 0, 487, NULL, 'sqlwarn', NULL, NULL)
(301, 'HY', '000', 0, 488, NULL, 'dtype_renamed', NULL, NULL)
(-902, '38', '000', 0, 489, NULL, 'extern_func_dir_error', NULL, NULL)
(-833, '22', '008', 0, 490, NULL, 'date_range_exceeded', NULL, NULL)
(-901, '42', '000', 0, 491, NULL, 'inv_client_dialect_specified', NULL, NULL)
(-901, '00', '000', 0, 492, NULL, 'valid_client_dialects', NULL, NULL)
(-904, 'HY', '004', 0, 493, NULL, 'optimizer_between_err', NULL, NULL)
(-901, 'HY', '000', 0, 494, NULL, 'service_not_supported', NULL, NULL)
(-607, '00', '000', 0, 495, NULL, 'generator_name', NULL, NULL)
(-607, '38', '000', 0, 496, NULL, 'udf_name', NULL, NULL)
(-204, 'HY', '000', 0, 497, NULL, 'bad_limit_param', NULL, NULL)
(-204, '42', '000', 0, 498, NULL, 'bad_skip_param', NULL, NULL)
(-902, '54', '000', 0, 499, NULL, 'io_32bit_exceeded_err', NULL, NULL)
(-901, '3B', '000', 0, 500, NULL, 'invalid_savepoint', NULL, NULL)
(-104, '42', '000', 0, 501, NULL, 'dsql_column_pos_err', NULL, NULL)
(-104, '42', '000', 0, 502, NULL, 'dsql_agg_where_err', NULL, NULL)
(-104, '42', '000', 0, 503, NULL, 'dsql_agg_group_err', NULL, NULL)
(-104, '42', '000', 0, 504, NULL, 'dsql_agg_column_err', NULL, NULL)
(-104, '42', '000', 0, 505, NULL, 'dsql_agg_having_err', NULL, NULL)
(-104, '42', '000', 0, 506, NULL, 'dsql_agg_nested_err', NULL, NULL)
(-904, '42', '000', 0, 507, NULL, 'exec_sql_invalid_arg', NULL, NULL)
(-904, '42', '000', 0, 508, NULL, 'exec_sql_invalid_req', NULL, NULL)
(-904, '42', '000', 0, 509, NULL, 'exec_sql_invalid_var', NULL, NULL)
(-904, '42', '000', 0, 510, NULL, 'exec_sql_max_call_exceeded', NULL, NULL)
(-902, '28', '000', 0, 511, NULL, 'conf_access_denied', NULL, NULL)
(-904, 'HY', '000', 0, 512, NULL, 'wrong_backup_state', NULL, NULL)
(-904, 'HY', '000', 0, 513, NULL, 'wal_backup_err', NULL, NULL)
(-902, '24', '000', 0, 514, NULL, 'cursor_not_open', NULL, NULL)
(-901, '08', '007', 0, 515, NULL, 'bad_shutdown_mode', NULL, NULL)
(-802, 'HY', '000', 0, 516, NULL, 'concat_overflow', NULL, NULL)
(-204, '22', '011', 0, 517, NULL, 'bad_substring_offset', NULL, NULL)
(-530, '42', '000', 0, 518, NULL, 'foreign_key_target_doesnt_exist', NULL, NULL)
(-530, '42', '000', 0, 519, NULL, 'foreign_key_references_present', NULL, NULL)
(-901, 'HY', '000', 0, 520, NULL, 'no_update', NULL, NULL)
(-902, '24', '000', 0, 521, NULL, 'cursor_already_open', NULL, NULL)
(-901, '42', '000', 0, 522, NULL, 'stack_trace', NULL, NULL)
(-901, 'HY', '000', 0, 523, NULL, 'ctx_var_not_found', NULL, NULL)
(-901, 'HY', '000', 0, 524, NULL, 'ctx_namespace_invalid', NULL, NULL)
(-901, '54', '000', 0, 525, NULL, 'ctx_too_big', NULL, NULL)
(-901, 'HY', '000', 0, 526, NULL, 'ctx_bad_argument', NULL, NULL)
(-901, '37', '001', 0, 527, NULL, 'identifier_too_long', NULL, NULL)
(-836, 'HY', '000', 0, 528, NULL, 'except2', NULL, NULL)
(-104, '42', '000', 0, 529, NULL, 'malformed_string', NULL, NULL)
(-170, '07', '001', 0, 530, NULL, 'prc_out_param_mismatch', NULL, NULL)
(-104, '42', '000', 0, 531, NULL, 'command_end_err2', NULL, NULL)
(-904, '42', '000', 0, 532, NULL, 'partner_idx_incompat_type', NULL, NULL)
(-204, '22', '011', 0, 533, NULL, 'bad_substring_length', NULL, NULL)
(-204, '2C', '000', 0, 534, NULL, 'charset_not_installed', NULL, NULL)
(-204, '22', '021', 0, 535, NULL, 'collation_not_installed', NULL, NULL)
(-902, '08', '003', 0, 536, NULL, 'att_shutdown', NULL, NULL)
(-904, '54', '000', 0, 537, NULL, 'blobtoobig', NULL, NULL)
(-607, 'HY', '000', 0, 538, NULL, 'must_have_phys_field', NULL, NULL)
(-901, '22', '007', 0, 539, NULL, 'invalid_time_precision', NULL, NULL)
(-413, 'HY', '000', 0, 540, NULL, 'blob_convert_error', NULL, NULL)
(-413, '22', '000', 0, 541, NULL, 'array_convert_error', NULL, NULL)
(-904, '40', '001', 0, 542, NULL, 'record_lock_not_supp', NULL, NULL)
(-904, '42', '000', 0, 543, NULL, 'partner_idx_not_found', NULL, NULL)
(-904, '54', '000', 0, 544, NULL, 'tra_num_exc', NULL, NULL)
(-904, '42', '000', 0, 545, NULL, 'field_disappeared', NULL, NULL)
(-901, 'HY', '000', 0, 546, NULL, 'met_wrong_gtt_scope', NULL, NULL)
(-204, 'HY', '000', 0, 547, NULL, 'subtype_for_internal_use', NULL, NULL)
(-901, '42', '000', 0, 548, NULL, 'illegal_prc_type', NULL, NULL)
(-901, '42', '000', 0, 549, NULL, 'invalid_sort_datatype', NULL, NULL)
(-901, '00', '000', 0, 550, NULL, 'collation_name', NULL, NULL)
(-901, '00', '000', 0, 551, NULL, 'domain_name', NULL, NULL)
(-219, '42', '000', 0, 552, NULL, 'domnotdef', NULL, NULL)
(-171, '54', '000', 0, 553, NULL, 'array_max_dimensions', NULL, NULL)
(-901, '54', '000', 0, 554, NULL, 'max_db_per_trans_allowed', NULL, NULL)
(0, '00', '000', 0, 555, NULL, 'bad_debug_format', NULL, NULL)
(-901, '2F', '000', 0, 556, NULL, 'bad_proc_BLR', NULL, NULL)
(-901, '54', '000', 0, 557, NULL, 'key_too_big', NULL, NULL)
(-904, 'HY', '000', 0, 558, NULL, 'concurrent_transaction', NULL, NULL)
(-625, '42', '000', 0, 559, NULL, 'not_valid_for_var', NULL, NULL)
(-625, '42', '000', 0, 560, NULL, 'not_valid_for', NULL, NULL)
(-820, 'HY', '000', 0, 561, NULL, 'need_difference', NULL, NULL)
(-902, 'HY', '000', 0, 562, NULL, 'long_login', NULL, NULL)
(-205, '42', 'S22', 0, 563, NULL, 'fldnotdef2', NULL, NULL)
(-105, '42', '000', 0, 564, NULL, 'invalid_similar_pattern', NULL, NULL)
(-901, 'HY', '000', 0, 565, NULL, 'bad_teb_form', NULL, NULL)
(-901, 'HY', '000', 0, 566, NULL, 'tpb_multiple_txn_isolation', NULL, NULL)
(-901, 'HY', '000', 0, 567, NULL, 'tpb_reserv_before_table', NULL, NULL)
(-901, 'HY', '000', 0, 568, NULL, 'tpb_multiple_spec', NULL, NULL)
(-901, 'HY', '000', 0, 569, NULL, 'tpb_option_without_rc', NULL, NULL)
(-901, 'HY', '000', 0, 570, NULL, 'tpb_nowait_after_timeout', NULL, NULL)
(-901, 'HY', '000', 0, 571, NULL, 'tpb_reserv_missing_tlen', NULL, NULL)
(-901, 'HY', '000', 0, 572, NULL, 'tpb_reserv_long_tname', NULL, NULL)
(-901, 'HY', '000', 0, 573, NULL, 'tpb_reserv_missing_tname', NULL, NULL)
(-901, 'HY', '000', 0, 574, NULL, 'tpb_reserv_corrup_tlen', NULL, NULL)
(-901, 'HY', '000', 0, 575, NULL, 'tpb_reserv_relnotfound', NULL, NULL)
(-901, 'HY', '000', 0, 576, NULL, 'tpb_reserv_baserelnotfound', NULL, NULL)
(-901, 'HY', '000', 0, 577, NULL, 'tpb_missing_len', NULL, NULL)
(-901, 'HY', '000', 0, 578, NULL, 'tpb_missing_value', NULL, NULL)
(-901, 'HY', '000', 0, 579, NULL, 'tpb_corrupt_len', NULL, NULL)
(-901, 'HY', '000', 0, 580, NULL, 'tpb_overflow_len', NULL, NULL)
(-901, 'HY', '000', 0, 581, NULL, 'tpb_invalid_value', NULL, NULL)
-- GFIX
(-901, '00', '000', 3, 1, NULL, 'gfix_db_name', NULL, NULL)
(-901, '00', '000', 3, 2, NULL, 'gfix_invalid_sw', NULL, NULL)
(-901, '00', '000', 3, 4, NULL, 'gfix_incmp_sw', NULL, NULL)
(-901, '00', '000', 3, 5, NULL, 'gfix_replay_req', NULL, NULL)
(-901, '00', '000', 3, 6, NULL, 'gfix_pgbuf_req', NULL, NULL)
(-901, '00', '000', 3, 7, NULL, 'gfix_val_req', NULL, NULL)
(-901, '00', '000', 3, 8, NULL, 'gfix_pval_req', NULL, NULL)
(-901, '00', '000', 3, 9, NULL, 'gfix_trn_req', NULL, NULL)
(-901, '00', '000', 3, 12, NULL, 'gfix_full_req', NULL, NULL)
(-901, '00', '000', 3, 13, NULL, 'gfix_usrname_req', NULL, NULL)
(-901, '00', '000', 3, 14, NULL, 'gfix_pass_req', NULL, NULL)
(-901, '00', '000', 3, 15, NULL, 'gfix_subs_name', NULL, NULL)
(-901, '00', '000', 3, 16, NULL, 'gfix_wal_req', NULL, NULL)
(-901, '00', '000', 3, 17, NULL, 'gfix_sec_req', NULL, NULL)
(-901, '00', '000', 3, 18, NULL, 'gfix_nval_req', NULL, NULL)
(-901, '00', '000', 3, 19, NULL, 'gfix_type_shut', NULL, NULL)
(-901, '00', '000', 3, 20, NULL, 'gfix_retry', NULL, NULL)
(-901, '00', '000', 3, 23, NULL, 'gfix_retry_db', NULL, NULL)
(-901, '00', '000', 3, 63, NULL, 'gfix_exceed_max', NULL, NULL)
(-901, '00', '000', 3, 64, NULL, 'gfix_corrupt_pool', NULL, NULL)
(-901, '00', '000', 3, 65, NULL, 'gfix_mem_exhausted', NULL, NULL)
(-901, '00', '000', 3, 66, NULL, 'gfix_bad_pool', NULL, NULL)
(-901, '00', '000', 3, 67, NULL, 'gfix_trn_not_valid', NULL, NULL)
(-901, '00', '000', 3, 84, NULL, 'gfix_unexp_eoi', NULL, NULL)
(-901, '00', '000', 3, 90, NULL, 'gfix_recon_fail', NULL, NULL)
(-901, '00', '000', 3, 108, NULL, 'gfix_trn_unknown', NULL, NULL)
(-901, '00', '000', 3, 110, NULL, 'gfix_mode_req', NULL, NULL)
(0, '00', '000', 3, 111, NULL, 'gfix_opt_SQL_dialect', NULL, NULL)
(-901, '00', '000', 3, 114, NULL, 'gfix_pzval_req', NULL, NULL)
-- DSQL
(-607, 'HY', '000', 7, 2, NULL, 'dsql_dbkey_from_non_table', NULL, NULL)
(-104, 'HY', '000', 7, 3, NULL, 'dsql_transitional_numeric', NULL, NULL)
(301, '01', '000', 7, 4, NULL, 'dsql_dialect_warning_expr', NULL, NULL)
(-104, 'HY', '000', 7, 5, NULL, 'sql_db_dialect_dtype_unsupport', NULL, NULL)
(-817, 'HY', '000', 7, 7, NULL, 'isc_sql_dialect_conflict_num', NULL, NULL)
(301, 'HY', '104', 7, 8, NULL, 'dsql_warning_number_ambiguous', NULL, NULL)
(301, 'HY', '104', 7, 9, NULL, 'dsql_warning_number_ambiguous1', NULL, NULL)
(301, 'HY', '104', 7, 10, NULL, 'dsql_warn_precision_ambiguous', NULL, NULL)
(301, 'HY', '104', 7, 11, NULL, 'dsql_warn_precision_ambiguous1', NULL, NULL)
(301, 'HY', '104', 7, 12, NULL, 'dsql_warn_precision_ambiguous2', NULL, NULL)
(-204, '42', '702', 7, 13, NULL, 'dsql_ambiguous_field_name', NULL, NULL)
(-607, '38', '000', 7, 14, NULL, 'dsql_udf_return_pos_err', NULL, NULL)
(-104, 'HY', '000', 7, 15, NULL, 'dsql_invalid_label', NULL, NULL)
(-104, 'HY', '004', 7, 16, NULL, 'dsql_datatypes_not_comparable', NULL, NULL)
(-504, '24', '000', 7, 17, NULL, 'dsql_cursor_invalid', NULL, NULL)
(-502, '24', '000', 7, 18, NULL, 'dsql_cursor_redefined', NULL, NULL)
(-502, '34', '000', 7, 19, NULL, 'dsql_cursor_not_found', NULL, NULL)
(-502, '24', '000', 7, 20, NULL, 'dsql_cursor_exists', NULL, NULL)
(-502, '34', '000', 7, 21, NULL, 'dsql_cursor_rel_ambiguous', NULL, NULL)
(-502, '34', '000', 7, 22, NULL, 'dsql_cursor_rel_not_found', NULL, NULL)
(-502, '24', '000', 7, 23, NULL, 'dsql_cursor_not_open', NULL, NULL)
(-607, 'HY', '004', 7, 24, NULL, 'dsql_type_not_supp_ext_tab', NULL, NULL)
(-804, '0A', '000', 7, 25, NULL, 'dsql_feature_not_supported_ods', NULL, NULL)
(-660, '22', '000', 7, 26, NULL, 'primary_key_required', NULL, NULL)
(-313, '42', '000', 7, 27, NULL, 'upd_ins_doesnt_match_pk', NULL, NULL)
(-313, '42', '000', 7, 28, NULL, 'upd_ins_doesnt_match_matching', NULL, NULL)
(-817, '54', '001', 7, 29, NULL, 'upd_ins_with_complex_view', NULL, NULL)
(-817, '42', '000', 7, 30, NULL, 'dsql_incompatible_trigger_type', NULL, NULL)
(-817, '42', '000', 7, 31, NULL, 'dsql_db_trigger_type_cant_change', NULL, NULL)
-- DYN
(-901, '42', 'S22', 8, 176, NULL, 'dyn_column_does_not_exist', NULL, NULL)
(-901, '28', '000', 8, 188, NULL, 'dyn_role_does_not_exist', NULL, NULL)
(-901, '28', '000', 8, 189, NULL, 'dyn_no_grant_admin_opt', NULL, NULL)
(-901, '28', '000', 8, 190, NULL, 'dyn_user_not_role_member', NULL, NULL)
(-901, '28', '000', 8, 191, NULL, 'dyn_delete_role_failed', NULL, NULL)
(-901, '28', '000', 8, 192, NULL, 'dyn_grant_role_to_user', NULL, NULL)
(-901, '28', '000', 8, 193, NULL, 'dyn_inv_sql_role_name', NULL, NULL)
(-901, '42', '000', 8, 194, NULL, 'dyn_dup_sql_role', NULL, NULL)
(-901, '28', '000', 8, 195, NULL, 'dyn_kywd_spec_for_role', NULL, NULL)
(-901, '28', '000', 8, 196, NULL, 'dyn_roles_not_supported', NULL, NULL)
(-612, '42', '000', 8, 204, NULL, 'dyn_domain_name_exists', NULL, NULL)
(-612, '42', 'S01', 8, 205, NULL, 'dyn_field_name_exists', NULL, NULL)
(-383, '42', '000', 8, 206, NULL, 'dyn_dependency_exists', NULL, NULL)
(-315, '42', '000', 8, 207, NULL, 'dyn_dtype_invalid', NULL, NULL)
(-829, '42', '000', 8, 208, NULL, 'dyn_char_fld_too_small', NULL, NULL)
(-829, '42', '000', 8, 209, NULL, 'dyn_invalid_dtype_conversion', NULL, NULL)
(-829, '42', '000', 8, 210, NULL, 'dyn_dtype_conv_invalid', NULL, NULL)
(-901, '42', '000', 8, 212, NULL, 'dyn_zero_len_id', NULL, NULL)
(-829, '2C', '000', 8, 221, NULL, 'max_coll_per_charset', NULL, NULL)
(-829, 'HY', '000', 8, 222, NULL, 'invalid_coll_attr', NULL, NULL)
(-901, 'HY', '000', 8, 232, NULL, 'dyn_wrong_gtt_scope', NULL, NULL)
(-829, '42', '000', 8, 244, NULL, 'dyn_scale_too_big', NULL, NULL)
(-829, '42', '000', 8, 245, NULL, 'dyn_precision_too_small', NULL, NULL)
(106, '42', '000', 8, 247, NULL, 'dyn_miss_priv_warning', NULL, NULL)
(-901, '0A', '000', 8, 248, NULL, 'dyn_ods_not_supp_feature', NULL, NULL)
(-829, '42', '000', 8, 249, NULL, 'dyn_cannot_addrem_computed', NULL, NULL)
(-901, '42', '000', 8, 250, NULL, 'dyn_no_empty_pw', NULL, NULL)
-- GBAK
(-901, '00', '000', 12, 1, NULL, 'gbak_unknown_switch', NULL, NULL)
(-901, '00', '000', 12, 2, NULL, 'gbak_page_size_missing', NULL, NULL)
(-901, '00', '000', 12, 3, NULL, 'gbak_page_size_toobig', NULL, NULL)
(-901, '00', '000', 12, 4, NULL, 'gbak_redir_ouput_missing', NULL, NULL)
(-901, '00', '000', 12, 5, NULL, 'gbak_switches_conflict', NULL, NULL)
(-901, '00', '000', 12, 6, NULL, 'gbak_unknown_device', NULL, NULL)
(-901, '00', '000', 12, 7, NULL, 'gbak_no_protection', NULL, NULL)
(-901, '00', '000', 12, 8, NULL, 'gbak_page_size_not_allowed', NULL, NULL)
(-901, '00', '000', 12, 9, NULL, 'gbak_multi_source_dest', NULL, NULL)
(-901, '00', '000', 12, 10, NULL, 'gbak_filename_missing', NULL, NULL)
(-901, '00', '000', 12, 11, NULL, 'gbak_dup_inout_names', NULL, NULL)
(-901, '00', '000', 12, 12, NULL, 'gbak_inv_page_size', NULL, NULL)
(-901, '00', '000', 12, 13, NULL, 'gbak_db_specified', NULL, NULL)
(-901, '00', '000', 12, 14, NULL, 'gbak_db_exists', NULL, NULL)
(-901, '00', '000', 12, 15, NULL, 'gbak_unk_device', NULL, NULL)
(-901, '00', '000', 12, 20, NULL, 'gbak_blob_info_failed', NULL, NULL)
(-901, '00', '000', 12, 21, NULL, 'gbak_unk_blob_item', NULL, NULL)
(-901, '00', '000', 12, 22, NULL, 'gbak_get_seg_failed', NULL, NULL)
(-901, '00', '000', 12, 23, NULL, 'gbak_close_blob_failed', NULL, NULL)
(-901, '00', '000', 12, 24, NULL, 'gbak_open_blob_failed', NULL, NULL)
COMMIT WORK;
(-901, '00', '000', 12, 25, NULL, 'gbak_put_blr_gen_id_failed', NULL, NULL)
(-901, '00', '000', 12, 26, NULL, 'gbak_unk_type', NULL, NULL)
(-901, '00', '000', 12, 27, NULL, 'gbak_comp_req_failed', NULL, NULL)
(-901, '00', '000', 12, 28, NULL, 'gbak_start_req_failed', NULL, NULL)
(-901, '00', '000', 12, 29, NULL, 'gbak_rec_failed', NULL, NULL)
(-901, '00', '000', 12, 30, NULL, 'gbak_rel_req_failed', NULL, NULL)
(-901, '00', '000', 12, 31, NULL, 'gbak_db_info_failed', NULL, NULL)
(-901, '00', '000', 12, 32, NULL, 'gbak_no_db_desc', NULL, NULL)
(-901, '00', '000', 12, 33, NULL, 'gbak_db_create_failed', NULL, NULL)
(-901, '00', '000', 12, 34, NULL, 'gbak_decomp_len_error', NULL, NULL)
(-901, '00', '000', 12, 35, NULL, 'gbak_tbl_missing', NULL, NULL)
(-901, '00', '000', 12, 36, NULL, 'gbak_blob_col_missing', NULL, NULL)
(-901, '00', '000', 12, 37, NULL, 'gbak_create_blob_failed', NULL, NULL)
(-901, '00', '000', 12, 38, NULL, 'gbak_put_seg_failed', NULL, NULL)
(-901, '00', '000', 12, 39, NULL, 'gbak_rec_len_exp', NULL, NULL)
(-901, '00', '000', 12, 40, NULL, 'gbak_inv_rec_len', NULL, NULL)
(-901, '00', '000', 12, 41, NULL, 'gbak_exp_data_type', NULL, NULL)
(-901, '00', '000', 12, 42, NULL, 'gbak_gen_id_failed', NULL, NULL)
(-901, '00', '000', 12, 43, NULL, 'gbak_unk_rec_type', NULL, NULL)
(-901, '00', '000', 12, 44, NULL, 'gbak_inv_bkup_ver', NULL, NULL)
(-901, '00', '000', 12, 45, NULL, 'gbak_missing_bkup_desc', NULL, NULL)
(-901, '00', '000', 12, 46, NULL, 'gbak_string_trunc', NULL, NULL)
(-901, '00', '000', 12, 47, NULL, 'gbak_cant_rest_record', NULL, NULL)
(-901, '00', '000', 12, 48, NULL, 'gbak_send_failed', NULL, NULL)
(-901, '00', '000', 12, 49, NULL, 'gbak_no_tbl_name', NULL, NULL)
(-901, '00', '000', 12, 50, NULL, 'gbak_unexp_eof', NULL, NULL)
(-901, '00', '000', 12, 51, NULL, 'gbak_db_format_too_old', NULL, NULL)
(-901, '00', '000', 12, 52, NULL, 'gbak_inv_array_dim', NULL, NULL)
(-901, '00', '000', 12, 55, NULL, 'gbak_xdr_len_expected', NULL, NULL)
(-901, '00', '000', 12, 65, NULL, 'gbak_open_bkup_error', NULL, NULL)
(-901, '00', '000', 12, 66, NULL, 'gbak_open_error', NULL, NULL)
(-901, '00', '000', 12, 182, NULL, 'gbak_missing_block_fac', NULL, NULL)
(-901, '00', '000', 12, 183, NULL, 'gbak_inv_block_fac', NULL, NULL)
(-901, '00', '000', 12, 184, NULL, 'gbak_block_fac_specified', NULL, NULL)
(-901, '00', '000', 12, 188, NULL, 'gbak_missing_username', NULL, NULL)
(-901, '00', '000', 12, 189, NULL, 'gbak_missing_password', NULL, NULL)
(-901, '00', '000', 12, 200, NULL, 'gbak_missing_skipped_bytes', NULL, NULL)
(-901, '00', '000', 12, 201, NULL, 'gbak_inv_skipped_bytes', NULL, NULL)
(-901, '00', '000', 12, 213, NULL, 'gbak_err_restore_charset', NULL, NULL)
(-901, '00', '000', 12, 215, NULL, 'gbak_err_restore_collation', NULL, NULL)
(-901, '00', '000', 12, 220, NULL, 'gbak_read_error', NULL, NULL)
(-901, '00', '000', 12, 221, NULL, 'gbak_write_error', NULL, NULL)
(-901, '00', '000', 12, 233, NULL, 'gbak_db_in_use', NULL, NULL)
(-901, '00', '000', 12, 238, NULL, 'gbak_sysmemex', NULL, NULL)
(-901, '00', '000', 12, 250, NULL, 'gbak_restore_role_failed', NULL, NULL)
(-901, '00', '000', 12, 253, NULL, 'gbak_role_op_missing', NULL, NULL)
(-901, '00', '000', 12, 258, NULL, 'gbak_page_buffers_missing', NULL, NULL)
(-901, '00', '000', 12, 259, NULL, 'gbak_page_buffers_wrong_param', NULL, NULL)
(-901, '00', '000', 12, 260, NULL, 'gbak_page_buffers_restore', NULL, NULL)
(-901, '00', '000', 12, 262, NULL, 'gbak_inv_size', NULL, NULL)
(-901, '00', '000', 12, 263, NULL, 'gbak_file_outof_sequence', NULL, NULL)
(-901, '00', '000', 12, 264, NULL, 'gbak_join_file_missing', NULL, NULL)
(-901, '00', '000', 12, 265, NULL, 'gbak_stdin_not_supptd', NULL, NULL)
(-901, '00', '000', 12, 266, NULL, 'gbak_stdout_not_supptd', NULL, NULL)
(-901, '00', '000', 12, 267, NULL, 'gbak_bkup_corrupt', NULL, NULL)
(-901, '00', '000', 12, 268, NULL, 'gbak_unk_db_file_spec', NULL, NULL)
(-901, '00', '000', 12, 269, NULL, 'gbak_hdr_write_failed', NULL, NULL)
(-901, '00', '000', 12, 270, NULL, 'gbak_disk_space_ex', NULL, NULL)
(-901, '00', '000', 12, 271, NULL, 'gbak_size_lt_min', NULL, NULL)
(-901, '00', '000', 12, 273, NULL, 'gbak_svc_name_missing', NULL, NULL)
(-901, '00', '000', 12, 274, NULL, 'gbak_not_ownr', NULL, NULL)
(-901, '00', '000', 12, 279, NULL, 'gbak_mode_req', NULL, NULL)
(-901, '00', '000', 12, 281, NULL, 'gbak_just_data', NULL, NULL)
(-901, '00', '000', 12, 282, NULL, 'gbak_data_only', NULL, NULL)
-- SQLERR
(-804, 'HY', '000', 13, 917, NULL, 'dsql_too_old_ods', NULL, NULL)
(-607, '42', 'S02', 13, 918, NULL, 'dsql_table_not_found', NULL, NULL)
(-607, '42', 'S02', 13, 919, NULL, 'dsql_view_not_found', NULL, NULL)
(-206, '42', '000', 13, 920, NULL, 'dsql_line_col_error', NULL, NULL)
(-206, '42', '000', 13, 921, NULL, 'dsql_unknown_pos', NULL, NULL)
(-206, 'HY', '000', 13, 922, NULL, 'dsql_no_dup_name', NULL, NULL)
(-901, '07', '002', 13, 923, NULL, 'dsql_too_many_values', NULL, NULL)
(-607, 'HY', '000', 13, 924, NULL, 'dsql_no_array_computed', NULL, NULL)
(-637, '00', '000', 13, 925, NULL, 'dsql_implicit_domain_name', NULL, NULL)
(-607, '42', '000', 13, 926, NULL, 'dsql_only_can_subscript_array', NULL, NULL)
(-104, '54', '000', 13, 927, NULL, 'dsql_max_sort_items', NULL, NULL)
(-104, '54', '000', 13, 928, NULL, 'dsql_max_group_items', NULL, NULL)
(-104, '42', '000', 13, 929, NULL, 'dsql_conflicting_sort_field', NULL, NULL)
(-104, '54', '001', 13, 930, NULL, 'dsql_derived_table_more_columns', NULL, NULL)
(-104, '54', '001', 13, 931, NULL, 'dsql_derived_table_less_columns', NULL, NULL)
(-104, '42', '000', 13, 932, NULL, 'dsql_derived_field_unnamed', NULL, NULL)
(-104, '42', '000', 13, 933, NULL, 'dsql_derived_field_dup_name', NULL, NULL)
(-104, '42', '000', 13, 934, NULL, 'dsql_derived_alias_select', NULL, NULL)
(-104, '42', '000', 13, 935, NULL, 'dsql_derived_alias_field', NULL, NULL)
(-104, '42', '000', 13, 936, NULL, 'dsql_auto_field_bad_pos', NULL, NULL)
(-104, '42', '000', 13, 937, NULL, 'dsql_cte_wrong_reference', NULL, NULL)
(-104, '42', '000', 13, 938, NULL, 'dsql_cte_cycle', NULL, NULL)
(-104, '42', '000', 13, 939, NULL, 'dsql_cte_outer_join', NULL, NULL)
(-104, '42', '000', 13, 940, NULL, 'dsql_cte_mult_references', NULL, NULL)
(-104, '42', '000', 13, 941, NULL, 'dsql_cte_not_a_union', NULL, NULL)
(-104, '42', '000', 13, 942, NULL, 'dsql_cte_nonrecurs_after_recurs', NULL, NULL)
(-104, '42', '000', 13, 943, NULL, 'dsql_cte_wrong_clause', NULL, NULL)
(-104, '42', '000', 13, 944, NULL, 'dsql_cte_union_all', NULL, NULL)
(-104, '42', '000', 13, 945, NULL, 'dsql_cte_miss_nonrecursive', NULL, NULL)
(-104, '42', '000', 13, 946, NULL, 'dsql_cte_nested_with', NULL, NULL)
(-104, '42', '000', 13, 947, NULL, 'dsql_col_more_than_once_using', NULL, NULL)
(-901, 'HY', '000', 13, 948, NULL, 'dsql_unsupp_feature_dialect', NULL, NULL)
(-104, '42', '000', 13, 949, NULL, 'dsql_col_more_than_once_view', NULL, NULL)
(-901, 'HY', '000', 13, 950, NULL, 'dsql_unsupported_in_auto_trans', NULL, NULL)
-- GSEC
(-901, '00', '000', 18, 15, NULL, 'gsec_cant_open_db', NULL, NULL)
(-901, '00', '000', 18, 16, NULL, 'gsec_switches_error', NULL, NULL)
(-901, '00', '000', 18, 17, NULL, 'gsec_no_op_spec', NULL, NULL)
(-901, '00', '000', 18, 18, NULL, 'gsec_no_usr_name', NULL, NULL)
(-901, '00', '000', 18, 19, NULL, 'gsec_err_add', NULL, NULL)
(-901, '00', '000', 18, 20, NULL, 'gsec_err_modify', NULL, NULL)
(-901, '00', '000', 18, 21, NULL, 'gsec_err_find_mod', NULL, NULL)
(-901, '00', '000', 18, 22, NULL, 'gsec_err_rec_not_found', NULL, NULL)
(-901, '00', '000', 18, 23, NULL, 'gsec_err_delete', NULL, NULL)
(-901, '00', '000', 18, 24, NULL, 'gsec_err_find_del', NULL, NULL)
(-901, '00', '000', 18, 28, NULL, 'gsec_err_find_disp', NULL, NULL)
(-901, '00', '000', 18, 29, NULL, 'gsec_inv_param', NULL, NULL)
(-901, '00', '000', 18, 30, NULL, 'gsec_op_specified', NULL, NULL)
(-901, '00', '000', 18, 31, NULL, 'gsec_pw_specified', NULL, NULL)
(-901, '00', '000', 18, 32, NULL, 'gsec_uid_specified', NULL, NULL)
(-901, '00', '000', 18, 33, NULL, 'gsec_gid_specified', NULL, NULL)
(-901, '00', '000', 18, 34, NULL, 'gsec_proj_specified', NULL, NULL)
(-901, '00', '000', 18, 35, NULL, 'gsec_org_specified', NULL, NULL)
(-901, '00', '000', 18, 36, NULL, 'gsec_fname_specified', NULL, NULL)
(-901, '00', '000', 18, 37, NULL, 'gsec_mname_specified', NULL, NULL)
(-901, '00', '000', 18, 38, NULL, 'gsec_lname_specified', NULL, NULL)
(-901, '00', '000', 18, 40, NULL, 'gsec_inv_switch', NULL, NULL)
(-901, '00', '000', 18, 41, NULL, 'gsec_amb_switch', NULL, NULL)
(-901, '00', '000', 18, 42, NULL, 'gsec_no_op_specified', NULL, NULL)
(-901, '00', '000', 18, 43, NULL, 'gsec_params_not_allowed', NULL, NULL)
(-901, '00', '000', 18, 44, NULL, 'gsec_incompat_switch', NULL, NULL)
(-901, '00', '000', 18, 76, NULL, 'gsec_inv_username', NULL, NULL)
(-901, '00', '000', 18, 77, NULL, 'gsec_inv_pw_length', NULL, NULL)
(-901, '00', '000', 18, 78, NULL, 'gsec_db_specified', NULL, NULL)
(-901, '00', '000', 18, 79, NULL, 'gsec_db_admin_specified', NULL, NULL)
(-901, '00', '000', 18, 80, NULL, 'gsec_db_admin_pw_specified', NULL, NULL)
(-901, '00', '000', 18, 81, NULL, 'gsec_sql_role_specified', NULL, NULL)
-- LICENSE
(-901, '00', '000', 19, 0, NULL, 'license_no_file', NULL, NULL)
(-901, '00', '000', 19, 19, NULL, 'license_op_specified', NULL, NULL)
(-901, '00', '000', 19, 20, NULL, 'license_op_missing', NULL, NULL)
(-901, '00', '000', 19, 21, NULL, 'license_inv_switch', NULL, NULL)
(-901, '00', '000', 19, 22, NULL, 'license_inv_switch_combo', NULL, NULL)
(-901, '00', '000', 19, 23, NULL, 'license_inv_op_combo', NULL, NULL)
(-901, '00', '000', 19, 24, NULL, 'license_amb_switch', NULL, NULL)
(-901, '00', '000', 19, 25, NULL, 'license_inv_parameter', NULL, NULL)
(-901, '00', '000', 19, 26, NULL, 'license_param_specified', NULL, NULL)
(-901, '00', '000', 19, 27, NULL, 'license_param_req', NULL, NULL)
(-901, '00', '000', 19, 28, NULL, 'license_syntx_error', NULL, NULL)
(-901, '00', '000', 19, 30, NULL, 'license_dup_id', NULL, NULL)
(-901, '00', '000', 19, 31, NULL, 'license_inv_id_key', NULL, NULL)
(-901, '00', '000', 19, 32, NULL, 'license_err_remove', NULL, NULL)
(-901, '00', '000', 19, 33, NULL, 'license_err_update', NULL, NULL)
(-901, '00', '000', 19, 34, NULL, 'license_err_convert', NULL, NULL)
(-901, '00', '000', 19, 35, NULL, 'license_err_unk', NULL, NULL)
(-901, '00', '000', 19, 36, NULL, 'license_svc_err_add', NULL, NULL)
(-901, '00', '000', 19, 37, NULL, 'license_svc_err_remove', NULL, NULL)
(-901, '00', '000', 19, 59, NULL, 'license_eval_exists', NULL, NULL)
-- GSTAT
(-901, '00', '000', 21, 1, NULL, 'gstat_unknown_switch', NULL, NULL)
(-901, '00', '000', 21, 2, NULL, 'gstat_retry', NULL, NULL)
(-901, '00', '000', 21, 3, NULL, 'gstat_wrong_ods', NULL, NULL)
(-901, '00', '000', 21, 4, NULL, 'gstat_unexpected_eof', NULL, NULL)
(-901, '00', '000', 21, 29, NULL, 'gstat_open_err', NULL, NULL)
(-901, '00', '000', 21, 30, NULL, 'gstat_read_err', NULL, NULL)
(-901, '00', '000', 21, 31, NULL, 'gstat_sysmemex', NULL, NULL)
-- FBSVCMGR
(-901, '00', '000', 22, 1, NULL, 'fbsvcmgr_bad_am', NULL, NULL)
(-901, '00', '000', 22, 2, NULL, 'fbsvcmgr_bad_wm', NULL, NULL)
(-901, '00', '000', 22, 3, NULL, 'fbsvcmgr_bad_rs', NULL, NULL)
(-901, '00', '000', 22, 4, NULL, 'fbsvcmgr_info_err', NULL, NULL)
(-901, '00', '000', 22, 5, NULL, 'fbsvcmgr_query_err', NULL, NULL)
(-901, '00', '000', 22, 6, NULL, 'fbsvcmgr_switch_unknown', NULL, NULL)
-- UTILITIES
(-901, '00', '000', 23, 1, NULL, 'utl_trusted_switch', NULL, NULL)
--
stop
COMMIT WORK;