InterBase Status Array Error Codes

From InterBase

Go Up to Error Codes and Messages


This section lists InterBase error codes and associated messages returned in the status array in the following tables. When code messages include the name of a database object or object type, the name is represented by a code in the Message column:

  • <string>: String value, such as the name of a database object or object type.
  • <digit>: Integer value, such as the identification number or code of a database object or object type.
  • <long>: Long integer value, such as the identification number or code of a database object or object type.

The following table lists SQL Status Array codes for embedded SQL programs, DSQL, and isql.

Error code Number Message

isc_arith_except

335544321L

arithmetic exception, numeric overflow, or string truncation

isc_bad_dbkey

335544322L

invalid database key

isc_bad_db_format

335544323L

file <string> is not a valid database

isc_bad_db_handle

335544324L

invalid database handle (no active connection)

isc_bad_dpb_content

335544325L

bad parameters on attach or create database

isc_bad_dpb_form

335544326L

unrecognized database parameter block

isc_bad_req_handle

335544327L

invalid request handle

isc_bad_segstr_handle

335544328L

invalid Blob handle

isc_bad_segstr_id

335544329L

invalid Blob ID

isc_bad_tpb_content

335544330L

invalid parameter in transaction parameter block

isc_bad_tpb_form

335544331L

invalid format for transaction parameter block

isc_bad_trans_handle

335544332L

invalid transaction handle (expecting explicit transaction start)

isc_bug_check

335544333L

internal isc software consistency check (<string>)

isc_convert_error

335544334L

conversion error from string “<string>”

isc_db_corrupt

335544335L

database file appears corrupt (<string>)

isc_deadlock

335544336L

deadlock

isc_excess_trans

335544337L

attempt to start more than <long> transactions

isc_from_no_match

335544338L

no match for first value expression

isc_infinap

335544339L

information type inappropriate for object specified

isc_infona

335544340L

no information of this type available for object specified

isc_infunk

335544341L

unknown information item

isc_integ_fail

335544342L

action cancelled by trigger (<long>) to preserve data integrity

isc_invalid_blr

335544343L

invalid request BLR at offset <long>

isc_io_error

335544344L

I/O error during “<string>” operation for file “<string>”

isc_lock_conflict

335544345L

lock conflict on no wait transaction

isc_metadata_corrupt

335544346L

corrupt system table

isc_not_valid

335544347L

validation error for column <string>, value “<string>”

isc_no_cur_rec

335544348L

no current record for fetch operation

isc_no_dup

335544349L

attempt to store duplicate value (visible to active transactions) in unique index “<string>”

isc_no_finish

335544350L

program attempted to exit without finishing database

isc_no_meta_update

335544351L

unsuccessful metadata update

isc_no_priv

335544352L

no permission for <string> access to <string> <string>

isc_no_recon

335544353L

transaction is not in limbo

isc_no_record

335544354L

invalid database key

isc_no_segstr_close

335544355L

Blob was not closed

isc_obsolete_metadata

335544356L

metadata is obsolete

isc_open_trans

335544357L

cannot disconnect database with open transactions (<long> active)

isc_port_len

335544358L

message length error (encountered <long>, expected <long>)

isc_read_only_field

335544359L

attempted update of read-only column

isc_read_only_rel

335544360L

attempted update of read-only table

isc_read_only_trans

335544361L

attempted update during read-only transaction

isc_read_only_view

335544362L

cannot update read-only view <string>

isc_req_no_trans

335544363L

no transaction for request

isc_req_sync

335544364L

request synchronization error

isc_req_wrong_db

335544365L

request referenced an unavailable database

isc_segment

335544366L

segment buffer length shorter than expected

isc_segstr_eof

335544367L

attempted retrieval of more segments than exist

isc_segstr_no_op

335544368L

attempted invalid operation on a Blob

isc_segstr_no_read

335544369L

attempted read of a new, open Blob

isc_segstr_no_trans

335544370L

attempted action on Blob outside transaction

isc_segstr_no_write

335544371L

attempted write to read-only Blob

isc_segstr_wrong_db

335544372L

attempted reference to Blob in unavailable database

isc_sys_request

335544373L

operating system directive <string> failed

isc_stream_eof

335544374L

attempt to fetch past the last record in a record stream

isc_unavailable

335544375L

unavailable database

isc_unres_rel

335544376L

Table <string> was omitted from the transaction reserving list

isc_uns_ext

335544377L

request includes a DSRI extension not supported in this implementation

isc_wish_list

335544378L

feature is not supported

isc_wrong_ods

335544379L

unsupported on-disk structure for file <<string>>; found <<long>>, support <<long>>

isc_wronumarg

335544380L

wrong number of arguments on call

isc_imp_exc

335544381L

Implementation limit exceeded

isc_random

335544382L

<<string>>

isc_fatal_conflict

335544383L

unrecoverable conflict with limbo transaction <<long>>

isc_badblk

335544384L

internal error

isc_invpoolcl

335544385L

internal error

isc_nopoolids

335544386L

too many requests

isc_relbadblk

335544387L

internal error

isc_blktoobig

335544388L

block size exceeds implementation restriction

isc_bufexh

335544389L

buffer exhausted

isc_syntaxerr

335544390L

BLR syntax error: expected <string> at offset <long>, encountered <long>

isc_bufinuse

335544391L

buffer in use

isc_bdbincon

335544392L

internal error

isc_reqinuse

335544393L

request in use

isc_badodsver

335544394L

incompatible version of on-disk structure

isc_relnotdef

335544395L

table <string> is not defined

isc_fldnotdef

335544396L

column <string> is not defined in table <string>

isc_dirtypage

335544397L

internal error

isc_waifortra

335544398L

internal error

isc_doubleloc

335544399L

internal error

isc_nodnotfnd

335544400L

internal error

isc_dupnodfnd

335544401L

internal error

isc_locnotmar

335544402L

internal error

isc_badpagtyp

335544403L

page <long> is of wrong type (expected <long>, found <long>)

isc_corrupt

335544404L

database corrupted

isc_badpage

335544405L

checksum error on database page <long>

isc_badindex

335544406L

index is broken

isc_dbbnotzer

335544407L

database handle not zero

isc_tranotzer

335544408L

transaction handle not zero

isc_trareqmis

335544409L

transaction—request mismatch (synchronization error)

isc_badhndcnt

335544410L

bad handle count

isc_wrotpbver

335544411L

wrong version of transaction parameter block

isc_wroblrver

335544412L

unsupported BLR version (expected <long>, encountered <long>)

isc_wrodpbver

335544413L

wrong version of database parameter block

isc_blobnotsup

335544414L

Blob and array data types are not supported for <string> operation

isc_badrelation

335544415L

database corrupted

isc_nodetach

335544416L

internal error

isc_notremote

335544417L

internal error

isc_trainlim

335544418L

transaction in limbo

isc_notinlim

335544419L

transaction not in limbo

isc_traoutsta

335544420L

transaction outstanding

isc_connect_reject

335544421L

connection rejected by remote interface

isc_dbfile

335544422L

internal error

isc_orphan

335544423L

internal error

isc_no_lock_mgr

335544424L

no lock manager available

isc_ctxinuse

335544425L

context already in use (BLR error)

isc_ctxnotdef

335544426L

context not defined (BLR error)

isc_datnotsup

335544427L

data operation not supported

isc_badmsgnum

335544428L

undefined message number

isc_badparnum

335544429L

bad parameter number

isc_virmemexh

335544430L

unable to allocate memory from operating system

isc_blocking_signal

335544431L

blocking signal has been received

isc_lockmanerr

335544432L

lock manager error

isc_journerr

335544433L

communication error with journal “<string>”

isc_keytoobig

335544434L

key size exceeds implementation restriction for index “<string>”

isc_nullsegkey

335544435L

null segment of UNIQUE KEY

isc_sqlerr

335544436L

SQL error code = <long>

isc_wrodynver

335544437L

wrong DYN version

isc_funnotdef

335544438L

function <string> is not defined

isc_funmismat

335544439L

function <string> could not be matched

isc_bad_msg_vec

335544440L

isc_bad_detach

335544441L

database detach completed with errors

isc_noargacc_read

335544442L

database system cannot read argument <long>

isc_noargacc_write

335544443L

database system cannot write argument <long>

isc_read_only

335544444L

operation not supported

isc_ext_err

335544445L

<string> extension error

isc_non_updatable

335544446L

not updatable

isc_no_rollback

335544447L

no rollback performed

isc_bad_sec_info

335544448L

isc_invalid_sec_info

335544449L

isc_misc_interpreted

335544450L

<string>

isc_update_conflict

335544451L

update conflicts with concurrent update

isc_unlicensed

335544452L

product <string> is not licensed

isc_obj_in_use

335544453L

object <string> is in use

isc_nofilter

335544454L

filter not found to convert type <long> to type <long>

isc_shadow_accessed

335544455L

cannot attach active shadow file

isc_invalid_sdl

335544456L

invalid slice description language at offset <long>

isc_out_of_bounds

335544457L

subscript out of bounds

isc_invalid_dimension

335544458L

column not array or invalid dimensions (expected <long>, encountered <long>)

isc_rec_in_limbo

335544459L

record from transaction <long> is stuck in limbo

isc_shadow_missing

335544460L

a file in manual shadow <long> is unavailable

isc_cant_validate

335544461L

secondary server attachments cannot validate databases

isc_cant_start_journal

335544462L

secondary server attachments cannot start journaling

isc_gennotdef

335544463L

generator <string> is not defined

isc_cant_start_logging

335544464L

secondary server attachments cannot start logging

isc_bad_segstr_type

335544465L

invalid Blob type for operation

isc_foreign_key

335544466L

violation of FOREIGN KEY constraint: “<string>”

isc_high_minor

335544467L

minor version too high found <long> expected <long>

isc_tra_state

335544468L

transaction <long> is <string>

isc_trans_invalid

335544469L

transaction marked invalid by I/O error

isc_buf_invalid

335544470L

cache buffer for page <long> invalid

isc_indexnotdefined

335544471L

there is no index in table <string> with id <digit>

isc_login

335544472L

Your user name and password are not defined. Ask your database administrator to set up an InterBase login.

isc_invalid_bookmark

335544473L

invalid bookmark handle

isc_bad_lock_level

335544474L

invalid lock level <digit>

isc_relation_lock

335544475L

lock on table <string> conflicts with existing lock

isc_record_lock

335544476L

requested record lock conflicts with existing lock

isc_max_idx

335544477L

maximum indexes per table (<digit>) exceeded

isc_jrn_enable

335544478L

enable journal for database before starting online dump

isc_old_failure

335544479L

online dump failure. Retry dump

isc_old_in_progress

335544480L

an online dump is already in progress

isc_old_no_space

335544481L

no more disk/tape space. Cannot continue online dump

isc_num_old_files

335544483L

maximum number of online dump files that can be specified is 16

isc_bad_stmt_handle

335544485L

invalid statement handle

isc_stream_not_defined

335544502L

reference to invalid stream number

isc_shutinprog

335544506L

database <string> shutdown in progress

isc_range_in_use

335544507L

refresh range number <long> already in use

isc_range_not_found

335544508L

refresh range number <long> not found

isc_charset_not_found

335544509L

character set <string> is not defined

isc_lock_timeout

335544510L

lock time-out on wait transaction

isc_prcnotdef

335544511L

procedure <string> is not defined

isc_prcmismat

335544512L

parameter mismatch for procedure <string>

isc_codnotdef

335544515L

status code <string> unknown

isc_xcpnotdef

335544516L

exception <string> not defined

isc_except

335544517L

exception <digit>

isc_cache_restart

335544518L

restart shared cache manager

isc_bad_lock_handle

335544519L

invalid lock handle

isc_shutdown

335544528L

database <string> shutdown

isc_existing_priv_mod

335544529L

cannot modify an existing user privilege

isc_primary_key_ref

335544530L

Cannot delete PRIMARY KEY being used in FOREIGN KEY definition.

isc_primary_key_notnull

335544531L

Column used in a PRIMARY / UNIQUE constraint must be NOT NULL.

isc_ref_cnstrnt_notfound

335544532L

Name of Referential Constraint not defined in constraints table.

isc_foreign_key_notfound

335544533L

Non-existent PRIMARY or UNIQUE KEY specified for FOREIGN KEY.

isc_ref_cnstrnt_update

335544534L

Cannot update constraints (RDB$REF_CONSTRAINTS).

isc_check_cnstrnt_update

335544535L

Cannot update constraints (RDB$CHECK_CONSTRAINTS).

isc_check_cnstrnt_del

335544536L

Cannot delete CHECK constraint entry (RDB$CHECK_CONSTRAINTS)

isc_integ_index_seg_del

335544537L

Cannot delete index segment used by an Integrity Constraint

isc_integ_index_seg_mod

335544538L

Cannot update index segment used by an Integrity Constraint

isc_integ_index_del

335544539L

Cannot delete index used by an Integrity Constraint

isc_integ_index_mod

335544540L

Cannot modify index used by an Integrity Constraint

isc_check_trig_del

335544541L

Cannot delete trigger used by a CHECK Constraint

isc_check_trig_update

335544542L

Cannot update trigger used by a CHECK Constraint

isc_cnstrnt_fld_del

335544543L

Cannot delete column being used in an Integrity Constraint.

isc_cnstrnt_fld_rename

335544544L

Cannot rename column being used in an Integrity Constraint.

isc_rel_cnstrnt_update

335544545L

Cannot update constraints (RDB$RELATION_CONSTRAINTS).

isc_constaint_on_view

335544546L

Cannot define constraints on views

isc_invld_cnstrnt_type

335544547L

internal isc software consistency check (invalid RDB$CONSTRAINT_TYPE)

isc_primary_key_exists

335544548L

Attempt to define a second PRIMARY KEY for the same table

isc_systrig_update

335544549L

cannot modify or erase a system trigger

isc_not_rel_owner

335544550L

only the owner of a table may reassign ownership

isc_grant_obj_notfound

335544551L

could not find table/procedure for GRANT

isc_grant_fld_notfound

335544552L

could not find column for GRANT

isc_grant_nopriv

335544553L

user does not have GRANT privileges for operation

isc_nonsql_security_rel

335544554L

table/procedure has non-SQL security class defined

isc_nonsql_security_fld

335544555L

column has non-SQL security class defined

isc_shutfail

335544557L

database shutdown unsuccessful

isc_check_constraint

335544558L

Operation violates CHECK constraint <string> on view or table

isc_bad_svc_handle

335544559L

invalid service handle

isc_shutwarn

335544560L

database <string> shutdown in <digit> seconds

isc_wrospbver

335544561L

wrong version of service parameter block

isc_bad_spb_form

335544562L

unrecognized service parameter block

isc_svcnotdef

335544563L

service <string> is not defined

isc_no_jrn

335544564L

long-term journaling not enabled

isc_transliteration_failed

335544565L

Cannot transliterate character between character sets

isc_text_subtype

335544568L

Implementation of text subtype <digit> not located.

isc_dsql_error

335544569L

Dynamic SQL Error

isc_dsql_command_err

335544570L

Invalid command

isc_dsql_constant_err

335544571L

Datatype for constant unknown

isc_dsql_cursor_err

335544572L

Cursor unknown

isc_dsql_datatype_err

335544573L

Datatype unknown

isc_dsql_decl_err

335544574L

Declared cursor already exists

isc_dsql_cursor_update_err

335544575L

Cursor not updatable

isc_dsql_cursor_open_err

335544576L

Attempt to reopen an open cursor

isc_dsql_cursor_close_err

335544577L

Attempt to reclose a closed cursor

isc_dsql_field_err

335544578L

Column unknown

isc_dsql_internal_err

335544579L

Internal error

isc_dsql_relation_err

335544580L

Table unknown

isc_dsql_procedure_err

335544581L

Procedure unknown

isc_dsql_request_err

335544582L

Request unknown

isc_dsql_sqlda_err

335544583L

SQLDA missing or incorrect version, or incorrect number/type of variables

isc_dsql_var_count_err

335544584L

Count of columns not equal count of values

isc_dsql_stmt_handle

335544585L

Invalid statement handle

isc_dsql_function_err

335544586L

Function unknown

isc_dsql_blob_err

335544587L

Column is not a Blob

isc_collation_not_found

335544588L

COLLATION <string> is not defined

isc_collation_not_for_charset

335544589L

COLLATION <string> is not valid for specified CHARACTER SET

isc_dsql_dup_option

335544590L

Option specified more than once

isc_dsql_tran_err

335544591L

Unknown transaction option

isc_dsql_invalid_array

335544592L

Invalid array reference

isc_dsql_max_arr_dim_exceeded

335544593L

Array declared with too many dimensions

isc_dsql_arr_range_error

335544594L

Illegal array dimension range

isc_dsql_trigger_err

335544595L

Trigger unknown

isc_dsql_subselect_err

335544596L

Subselect illegal in this context

isc_dsql_crdb_prepare_err

335544597L

Cannot prepare a CREATE DATABASE/SCHEMA statement

isc_specify_field_err

335544598L

must specify column name for view select expression

isc_num_field_err

335544599L

number of columns does not match select list

isc_col_name_err

335544600L

Only simple column names permitted for VIEW WITH CHECK OPTION

isc_where_err

335544601L

No WHERE clause for VIEW WITH CHECK OPTION

isc_table_view_err

335544602L

Only one table allowed for VIEW WITH CHECK OPTION

isc_distinct_err

335544603L

DISTINCT, GROUP or HAVING not permitted for VIEW WITH CHECK OPTION

isc_key_field_count_err

335544604L

FOREIGN KEY column count does not match PRIMARY KEY

isc_subquery_err

335544605L

No subqueries permitted for VIEW WITH CHECK OPTION

isc_expression_eval_err

335544606L

expression evaluation not supported

isc_node_err

335544607L

gen.c: node not supported

isc_command_end_err

335544608L

Unexpected end of command

isc_index_name

335544609L

INDEX <string>

isc_exception_name

335544610L

EXCEPTION <string>

isc_field_name

335544611L

COLUMN <string>

isc_token_err

335544612L

Token unknown

isc_union_err

335544613L

union not supported

isc_dsql_construct_err

335544614L

Unsupported DSQL construct

isc_field_aggregate_err

335544615L

column used with aggregate

isc_field_ref_err

335544616L

invalid column reference

isc_order_by_err

335544617L

invalid ORDER BY clause

isc_return_mode_err

335544618L

Return mode by value not allowed for this datatype

isc_extern_func_err

335544619L

External functions cannot have more than 10 parameters

isc_alias_conflict_err

335544620L

alias <string> conflicts with an alias in the same statement

isc_procedure_conflict_error

335544621L

alias <string> conflicts with a procedure in the same statement

isc_relation_conflict_err

335544622L

alias <string> conflicts with a table in the same statement

isc_dsql_domain_err

335544623L

Illegal use of keyword VALUE

isc_idx_seg_err

335544624L

segment count of 0 defined for index <string>

isc_node_name_err

335544625L

A node name is not permitted in a secondary, shadow, cache or log file name

isc_table_name

335544626L

TABLE <string>

isc_proc_name

335544627L

PROCEDURE <string>

isc_idx_create_err

335544628L

cannot create index <string>

isc_dependency

335544630L

there are <long> dependencies

isc_idx_key_err

335544631L

too many keys defined for index <string>

isc_dsql_file_length_err

335544632L

Preceding file did not specify length, so <string> must include starting page number

isc_dsql_shadow_number_err

335544633L

Shadow number must be a positive integer

isc_dsql_token_unk_err

335544634L

Token unknown - line <long>, char <long>

isc_dsql_no_relation_alias

335544635L

there is no alias or table named <string> at this scope level

isc_indexname

335544636L

there is no index <string> for table <string>

isc_no_stream_plan

335544637L

table <string> is not referenced in plan

isc_stream_twice

335544638L

table <string> is referenced more than once in plan; use aliases to distinguish

isc_stream_not_found

335544639L

table <string> is referenced in the plan but not the from list

isc_collation_requires_text

335544640L

Invalid use of CHARACTER SET or COLLATE

isc_dsql_domain_not_found

335544641L

Specified domain or source column does not exist

isc_index_unused

335544642L

index <string> cannot be used in the specified plan

isc_dsql_self_join

335544643L

the table <string> is referenced twice; use aliases to differentiate

isc_stream_bof

335544644L

illegal operation when at beginning of stream

isc_stream_crack

335544645L

the current position is on a crack

isc_db_or_file_exists

335544646L

database or file exists

isc_invalid_operator

335544647L

invalid comparison operator for find operation

isc_conn_lost

335544648L

Connection lost to pipe server

isc_bad_checksum

335544649L

bad checksum

isc_page_type_err

335544650L

wrong page type

isc_ext_readonly_err

335544651L

external file could not be opened for output

isc_sing_select_err

335544652L

multiple rows in singleton select

isc_psw_attach

335544653L

cannot attach to password database

isc_psw_start_trans

335544654L

cannot start transaction for password database

isc_invalid_direction

335544655L

invalid direction for find operation

isc_dsql_var_conflict

335544656L

variable <string> conflicts with parameter in same procedure

isc_dsql_no_blob_array

335544657L

Array/Blob/DATE / TIME/TIMESTAMP data types not allowed in arithmetic

isc_dsql_base_table

335544658L

<string> is not a valid base table of the specified view

isc_duplicate_base_table

335544659L

table <string> is referenced twice in view; use an alias to distinguish

isc_view_alias

335544660L

view <string> has more than one base table; use aliases to distinguish

isc_index_root_page_full

335544661L

cannot add index, index root page is full.

isc_dsql_blob_type_unknown

335544662L

BLOB SUB_TYPE <string> is not defined

isc_req_max_clones_exceeded

335544663L

Too many concurrent executions of the same request

isc_dsql_duplicate_spec

335544664L

duplicate specification of <string> - not supported

isc_unique_key_violation

335544665L

violation of PRIMARY or UNIQUE KEY constraint: “<string>”

isc_srvr_version_too_old

335544666L

server version too old to support all CREATE DATABASE options

isc_drdb_completed_with_errs

335544667L

drop database completed with errors

isc_dsql_procedure_use_err

335544668L

procedure <string> does not return any values

isc_dsql_count_mismatch

335544669L

count of column list and variable list do not match

isc_blob_idx_err

335544670L

attempt to index Blob column in index <string>

isc_array_idx_err

335544671L

attempt to index array column in index <string>

isc_key_field_err

335544672L

too few key columns found for index <string> (incorrect column name?)

isc_no_delete

335544673L

cannot delete

isc_del_last_field

335544674L

last column in a table cannot be deleted

isc_sort_err

335544675L

sort error

isc_sort_mem_err

335544676L

sort error: not enough memory

isc_version_err

335544677L

too many versions

isc_inval_key_posn

335544678L

invalid key position

isc_no_segments_err

335544679L

segments not allowed in expression index <string>

isc_crrp_data_err

335544680L

sort error: corruption in data structure

isc_rec_size_err

335544681L

new record size of <long> bytes is too big

isc_dsql_field_ref

335544682L

Inappropriate self-reference of column

isc_req_depth_exceeded

335544683L

request depth exceeded. (Recursive definition?)

isc_no_field_access

335544684L

cannot access column <string> in view <string>

isc_no_dbkey

335544685L

dbkey not available for multi-table views

isc_dsql_open_cursor_request

335544688L

The prepare statement identifies a prepare statement with an open cursor

isc_ib_error

335544689L

InterBase error

isc_cache_redef

335544690L

Cache redefined

isc_cache_too_small

335544691L

Cache length too small

isc_precision_err

335544697L

Precision should be greater than 0

isc_scale_nogt

335544698L

Scale cannot be greater than precision

isc_expec_short

335544699L

Short integer expected

isc_expec_long

335544700L

Long integer expected

isc_expec_ushort

335544701L

Unsigned short integer expected

isc_like_escape_invalid

335544702L

Invalid ESCAPE sequence

isc_svcnoexe

335544703L

service <string> does not have an associated executable

isc_net_lookup_err

335544704L

Network lookup failure for host “<string>”

isc_service_unknown

335544705L

Undefined service <string>/<string>

isc_host_unknown

335544706L

Host unknown

isc_grant_nopriv_on_base

335544707L

user does not have GRANT privileges on base table/view for operation

isc_dyn_fld_ambiguous

335544708L

Ambiguous column reference.

isc_dsql_agg_ref_err

335544709L

Invalid aggregate reference

isc_complex_view

335544710L

navigational stream <long> references a view with more than one base table.

isc_unprepared_stmt

335544711L

attempt to execute an unprepared dynamic SQL statement

isc_expec_positive

335544712L

Positive value expected.

isc_dsql_sqlda_value_err

335544713L

Incorrect values within SQLDA structure

isc_invalid_array_id

335544714L

invalid Blob id

isc_ext_file_uns_op

335544715L

operation not supported for EXTERNAL FILE table <string>

isc_svc_in_use

335544716L

service is currently busy: <<string>>

isc_err_stack_limit

335544717L

stack size insufficient to execute current request

isc_invalid_key

335544718L

invalid key for find operation

isc_net_init_error

335544719L

error initializing the network software

isc_loadlib_failure

335544720L

unable to load required library <<string>>

isc_network_error

335544721L

unable to complete network request to host “<<string>>”

isc_net_connect_err

335544722L

failed to establish a connection

isc_net_connect_listen_err

335544723L

error while listening for an incoming connection

isc_net_event_connect_err

335544724L

failed to establish a secondary connection for event processing

isc_net_event_listen_err

335544725L

error while listening for an incoming event connection request

isc_net_read_err

335544726L

error reading data from the connection

isc_net_write_err

335544727L

error writing data to the connection

isc_integ_index_deactivate

335544728L

cannot deactivate index used by an Integrity Constraint

isc_integ_deactivate_primary

335544729L

cannot deactivate primary index

isc_unsupported_network_drive

335544732L

access to databases on file servers is not supported

isc_io_create_err

335544733L

error while trying to create file

isc_io_open_err

335544734L

error while trying to open file

isc_io_close_err

335544735L

error while trying to close file

isc_io_read_err

335544736L

error while trying to read from file

isc_io_write_err

335544737L

error while trying to write to file

isc_io_delete_err

335544738L

error while trying to delete file

isc_io_access_err

335544739L

error while trying to access file

isc_udf_exception

335544740L

exception <<integer>> detected in blob filter or user defined function

isc_lost_db_connection

335544741L

connection lost to database

isc_no_write_user_priv

335544742L

user cannot write to RDB$USER_PRIVILEGES

isc_token_too_long

335544743L

token size exceeds limit

isc_max_att_exceeded

335544744L

maximum user count exceeded; contact your database administrator

isc_login_same_as_role_name

335544745L

your login <<string>> is same as one of the SQL role names; ask your database administrator to set up a valid InterBase login

isc_reftable_requires_pk

335544746L

REFERENCES table” without “(column)”; requires PRIMARY KEY on referenced table

isc_usrname_too_long

335544747L

the username entered is too long. Maximum length is 31 bytes.

isc_password_too_long

335544748L

the password specified is too long. Maximum length is 8 bytes.

isc_usrname_required

335544749L

a username is required for this operation.

isc_password_required

335544750L

a password is required for this operation

isc_bad_protocol

335544751L

the network protocol specified is invalid

isc_dup_usrname_found

335544752L

a duplicate user name was found in the security database

isc_usrname_not_found

335544753L

the user name specified was not found in the security database

isc_error_adding_sec_record

335544754L

error while attempting to add the user

isc_error_modifying_sec_record

335544755L

error while attempting to modify the user record

isc_error_deleting_sec_record

335544756L

error while attempting to delete the user record

eisc_rror_updating_sec_db

335544757L

error while updating the security database

isc_sort_rec_size_err

335544758L

sort record size is too big

isc_bad_default_value

335544759L

cannot assign a NULL default value to a column with a NOT NULL constraint

isc_invalid_clause

335544760L

the specified user-entered string is not valid

isc_too_many_handles

335544761L

too many open handles to database

isc_optimizer_blk_exc

335544762L

optimizer implementation limits are exceeded; for example, only 256 conjuncts (AND and OR) are allowed

Advance To: