Difference between revisions of "Error Messages: C-ISAM RDD"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
The following errors relate to the use of the Recital CISAM Replaceable Database Driver (RDD). They can be received as an ’errno <expN>’ on Recital error messages: | The following errors relate to the use of the Recital CISAM Replaceable Database Driver (RDD). They can be received as an ’errno <expN>’ on Recital error messages: | ||
Line 53: | Line 51: | ||
|- | |- | ||
|} | |} | ||
+ | |||
+ | |||
+ | See also: [[C-ISAM Data Files]] | ||
+ | |||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Reference]] | [[Category:Reference]] |
Latest revision as of 16:17, 25 March 2009
The following errors relate to the use of the Recital CISAM Replaceable Database Driver (RDD). They can be received as an ’errno <expN>’ on Recital error messages:
ERRNO() | Error Description |
---|---|
100 | Duplicate record |
101 | File not open |
102 | Invalid argument |
103 | Invalid key description |
104 | Out of file descriptors |
105 | Invalid ISAM file format |
106 | Exclusive lock required |
107 | Record claimed by another user |
108 | Key already exists |
109 | Primary key may not be used |
110 | Beginning or end of file reached |
111 | No match was found |
112 | There is no "current" established |
113 | Entire file locked by another user |
114 | File name too long |
115 | Cannot create lock file |
116 | Memory allocation request failed |
117 | Bad custom collating |
118 | Duplicate primary key allowed |
119 | Invalid transaction identifier |
120 | Exclusively locked in a transaction |
121 | Internal error in journaling |
122 | Object not locked |
See also: C-ISAM Data Files