| Return Code | Short Error Description
| Possible Reason for Error |
| 25501
| EOF
| End of file error. An attempt was made to read a nonexistent record.
|
| 25502
| BADNAME
| The specified file name is invalid or the file does not exist.
|
| 25504
| READERR
| An error was encountered reading file or table.
|
| 25505
| NOMEM
| Out of memory
|
| 25507
| CREATERR
| Error creating a file or table
|
| 25508
| WRITERR
| Error writing to a file or table.
|
| 25509
| NOSPACE
| No space on disk.
|
| 25510
| INDEX_ERROR
| Index Error encountered.
|
| 25511
| RECTOOBIG
| Record definition is too large. The record layout contains too many fields or the combined size of each of the fields exceeds the maximum record length for the data format.
|
| 25512
| NOSOURCE
| An attempt was made to perform some operation on a data source and the data source is not connected.
|
| 25513
| BADLOGIC
| An internal error occurred while attempting to set a spoke option.
|
| 25514
| BADUPDATEOPTS
| An internal error occurred while initializing the update options settings after a target spoke is switched to update mode.
|
| 25515
| BADMATCH
| Target layout and target file or target definitions do not match.
|
| 25516
| BADMODE
| The application attempted to set an invalid output mode for a target data source.
|
| 25517
| INDEX_INVALID
| An attempt was made to define an invalid index. One or more of the fields in the index do not exist in the layout.
|
| 25518
| NOLAYOUT
| No fields defined for the target data source and an attempt was made to open the target for output.
|
| 25519
| OPENERR
| Error opening data source.
|
| 25520
| BADFILETYPE
| Invalid or corrupt data file.
|
| 25521
| DELETERR
| Unable to delete a file, drop a table, or delete all of the records from the target data source.
|
| 25522
| INDEX_UNSUP
| Unsupported index.
|
| 25523
| SQL_NOSERVER
| Bad or missing server name.
|
| 25524
| SQL_LOGERR
| Server login error.
|
| 25525
| BADTYPE
| Invalid data or record type.
|
| 25526
| FIELDNAME
| Invalid field name
|
| 25527
| CLOSERR
| Error closing target file.
|
| 25528
| DELETED
| Attempting to delete a record that is already marked as deleted
|
| 25529
| RECCRYPTERR
| Records are encrypted.
|
| 25530
| RNOTOOBIG
| The record number is greater than maximum allowed.
|
| 25531
| USERID
| Invalid UserId.
|
| 25532
| BADOPTIONNAME
| Invalid property name.
|
| 25533
| BADOPTIONVALUE
| Invalid property value.
|
| 25534
| INVALID
| Generic error meaning the spoke encountered some type of unusual error condition.
|
| 25535
| NOBROWSER
| Bad or missing data structure browser.
|
| 25536
| NOMEMOFILE
| Bad or missing memo file. Some data formats use a separate file to store memo fields. This error is returned if the data source layout includes memo fields, but the memo file cannot be found
|
| 25537
| SORTFILE
| The target spoke was unable to create a sort index file.
|
| 25538
| SORTDUP
| Returned when a duplicate is encountered and duplicates are not allowed.
|
| 25538
| SORTDUP
| Returned when a duplicate is encountered and duplicates are not allowed.
|
| 25539
| FIELDCOUNT
| Too many fields in structure.
|
| 25540
| MEMOCOUNT
| Too many memo fields in structure.
|
| 25541
| MEMOPOS
| Memo field in wrong position in structure.
|
| 25542
| TRUNCATE
| Returned by source and target spokes. For a target, this is returned only when the Truncation Handling option is set to ERROR. For a source, it is returned when the Truncation Handling option is either WARN or ERROR.
|
| 25543
| RUNTIMERR
| Runtime error evaluating expressions.
|
| 25544
| NOTSUP
| Indicates that a spoke does not support a particular method
|
| 25545
| NOTIMP
| Indicates that a spoke has not implemented a particular method
|
| 25546
| LICENSING
| Indicates that a particular spoke or browser is not licensed for the product version.
|
| 25547
| LOADLIBRARY
| Indicates that the Load Library for a particular spoke or browser failed to load or could not be found.
|
| 25548
| SUPPDLL
| Indicates that a Load Library required by the spoke or browser (supporting load library) failed to load or could not be found.
|
| 25549
| NEWPROC
| Indicates an error was encountered trying to get the address of a function in a Load Library.
|
| 25550
| UNSPECIFIED
| An error occurred while loading a new spoke or browser.
|
| 25551
| USERABORT
| The loading of a spoke or browser was aborted at the request of the user
|
| 25552
| OVERFLOW
| Returned by sources and targets. For a target, this is returned when the Overflow Handling option is set to ERROR. For a source, it is returned when the Overflow Handling option is set to WARN or ERROR.
|
| 25553
| NOCONNECTION
| No connection established.
|
| 25554
| SQLEXECERR
| SQL statement execution error.
|
| 25555
| EXTEXECERR
| External application execution error.
|
| 25556
| NULLINSERT
| Null value not allowed.
|
| 25557
| NOTUNIQUE
| Key value not unique.
|
| 25558
| CONSTRAINT
| Integrity constraint error.
|
| 25559
| DICTNOSOURCE
| Metadata source not defined.
|
| 25560
| DICTOPENERR
| Error opening metadata source
|
| 25561
| DICTREADERR
| Error reading metadata.
|
| 25562
| IOWAIT
| Waiting on input.
|
| 25563
| MISMATCH
| No matching records for update.
|
| 25564
| SQLTRANSACTIONDEADLOCK
| Transaction deadlock detected.
|
| 25565 | LICENSE_EXPIRED | Appears only in code that is commented out |
| 25566 | TIME_EXPIRED | Indicates when a Message expiration date is reached. |
| 25567 | ASSERTION_FAILED | Indicates an Assert Action failed. |
| 25568 | RECORD_INVALID | Returned when a Validate record action fails. |