[ln] User warned, disk space down to: xx
|
Disk space was low and a message box was presented to the user indicating that. The user continued anyway.
|
field (n) does not exist Older version: No data at: dfn sp ct xxx~yyy~zzz
|
The specifies a field number which is greater than the number of fields in this record. The record will be imported, this field will be blank. This should rarely occur.
Old version: The old version of this message indicates means the same thing, but reports different information: dfn: delimited field number sp: start position in field ct: number of characters xxx: data in first field of record yyy: data in second field of record zzz: data in third field of record
|
position (n) is beyond the record Older version: No data at: dfn sp ct
|
The import definition specifies a character position which is greater than the number of characters in this record. The record will be imported, this field will be blank. This is common in situations where the last fields in a record indicate optional information such as vehicle three data.
|
Couldn't load supp import: msg
|
An .IMS file was not available, or memory was too low to load it.
|
FAILED TO BEGIN IMPORT: <msg>
|
The database manager was unable to prepare the database for importing.
|
FAILED TO RESET IMPORT FILE: <DelFileName>
|
The source data file could not be opened. This generally means that the file was not accessible due to security.
|
FAILED TO SKIP TO VALID CHAR
|
The program could not find valid data to begin importing.
|
Insufficient memory for import buffer
|
Memory was too low.
|
Replacing record
|
The CaseId being imported already exists in the database. The program will delete that record and add a new one from this import. Note that the CaseId may have been added during this very import, earlier on.
|
Supplementing data
|
The CaseId being imported already exists in the database. The user has checked the box in the import dialog which tells the program not to erase the original record, but rather to fill in any valid fields from this second import.
|