-    UD8 ERROR MESSAGES    

UD8 Error Messages

When exceptional conditions occur, the UD8/CSV driver passes the following error codes and message to Uniface. Many of these errors are also reported with a message from the operating system that may give a stronger indication of what caused the condition to arise.

Error Codes:

not_implemented-1001Uniface requested a function that is not implemented in this driver
not_capable-1002Logon information is not available.
cant_open-1003Cannot open file
cant_close-1004Cannot close file
write_error-5005Write error on file
read_error-5006Read error on file
seek_error-1007Seek error on file
read_eof-5008End of File
cant_append-1009Cannot append to file
cant_unlock-1010Cannot unlock file
filenotexist-1011File does not exist
update_error-1012Update Error
at_eof-1013At End of File, not attempting requested operation
realloc_error-1014Could not increase buffer size.
read2many-5015The record found in the file has more fields than Uniface indicates that it should have.
malloc_error-1016Could not create buffer this size.
pkey_error-1017Update Error - Primary key already exists. Use nokeycheck to turn this feature off.
not_implemented_pra-1018Cannot implement this function when using PRA. Use nopra to turn this feature on.
delete_error-1019Delete Error
seek_end_fail-1020Failed to seek the end of a file (usually write)
demo_expired-1021Maximum operations for demo exceeded, demo version of UD8/CSV is limited to 100 operations or a PRA of 100, whichever occurs first.
failhit_error-1022Fetch failed while trying to find a hit (fetch mode 0).
notexist_error-1023Fetch could not find a matching record.
getpos_error-5024fgetpos returned an error.
begin_endrec_error-1025Could not add beginning or end of record tag (usually realloc)
begin_endfld_error-1026Could not add beginning or end or field tag (usually realloc)
writetrail_error-1027Write error of trailer on file
read_nomatch-1028Unexpected tag has no closing.
owrite_error-5029Write error on overflow file (generic - any number of reasons)
nopra_joined-1030Fetch by PRA not allowed for joined tables.
owrite_nostrt-5031Write error on overflow file (no start)
owrite_nomtch-5032Write error on overflow file (no match)
owrite_ffld-5033Write error on overflow file (find final field)
owrite_data-5034Write error on overflow file (find <data>)
owrite_datagt-5035Write error on overflow file (find next tag after <data>)
owrite_wprec-5036Write error on overflow file (fputs pRec)
owrite_wbkp-5037Write error on overflow file (fputs backup)
cant_openj-1038Cannot open joined file
cant_closej-1039Cannot close joined file
compare_fail-1040the record read does not match the WHERE LIST
badtag_error-5041Read error on file, got bad tag
text_error-5042Read error on file, got text
wrong_field-5043Read error on file, wrong field
noent_error-5044Read error on file, no entity, got field
stok_error-5045Read error on file, strtok()
size_exceeded-1046Size for parameter exceeded
dirlstfail-1047Directory listing failed
nopolyserver-1048Polyserver cannot be used with DEMO driver
$Revision: 1.11 $ $Date: 2011/02/28 02:56:32 $[go to top]