When exceptional conditions occur, the UD7/Xml-Data 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
$Revision: 1.10 $ $Date: 2011/02/28 02:56:33 $ | [go to top] |