Código | Descrição |
---|---|
100 | No current ISAM record for data file isam_fil. |
101 | Could not satisfy ISAM search request for index isam_fil. The following 4 items are the most probable causes of the INOT_ERR. 1) Passing GetRecord a duplicate allowed index number (keyno). GetRecord does not support duplicate allowed indices. 2) 'Improper target padding. Review the section ''Key Segment Modes'' in the ''ISAM functions'' chapter. 3) 'Not calling TransformKey on target. See TransformKey function description for an example. 4) 'Improper segment mode. Review the section ''Key Segment Modes'' in the ''ISAM functions'' chapter.' |
102 | ISAM parameter file does not exist. Be sure that filnam parameter points to correct name. isam_fil value is undefined. |
103 | Could not read ISAM parameter file Initialization record. isam_fil is undefined. Be sure that parameter file is not empty, and that the correct short integer input conversion character has been specified in ctoptn.h. |
104 | Number of files opened exceeds fils parameter at initialization. Increase fils. Optionally change ctMAXFIL in ctoptn.h. isam_fil is undefined. |
105 | Could not undo a rejected ISAM update. Data file must be rebuilt. (During the rebuild, look for records with rejected duplicate key values.) |
106 | Could not read ISAM parameter file Data File Description record for isam_fil. Be sure parameter file is consistent with RTREE setting in ctoptn.h. |
107 | Too many indices for data file number isam_fil in ISAM parameter file. Change MAX_DAT_KEY in ctoptn.h. |
108 | keyno for index file member out of sequence. keyno must equal host index file keyno plus member number. |
109 | Too many key segments defined in ISAM parameter file for index number isam_fil. Change MAX_KEY_SEG in ctoptn.h. Be sure that parameter file is consistent with RTREE setting in ctoptn.h. |
110 | Could not read ISAM parameter file Key Segment Description record for index number isam_fil. |
111 | Could not read ISAM parameter file Index File Description record. isam_fil indicates the relative index number for an unspecified data file. |
112 | LockISAM(ENABLE) found pending locks. To help enforce two-phase lock protocol. |
113 | No space left in c-tree Plus's internal lock list |
114 | 1st byte of fixed-length data record found by ISAM routine equals delete flag. |
115 | Sum of key segment lengths does not match key length for index number isam_fil. |
116 | Bad mode parameter. |
117 | Could not read ISAM parameter file Index Member record. |
118 | NextInSet or PreviousInSet called with a keyno that does not match keyno in last call to FirstInSet or LastInSet. |
119 | FirstInSet called for numeric key type. |
120 | Not enough dynamic memory for record buffer in ctrbld.c. |
121 | Tried to update data with ctISAMKBUFhdr on. |
122 | Attempt to change between fixed and variable-length records during rebuild. Once a data file is created, its record length characteristic cannot be changed. |
123 | A variable-length data record is not preceded by a valid record mark. The file is apparently corrupted. |
124 | Number of indices in index file does not match IFIL structure in call to OpenIFile or the parameter file specified by OpenISAM. |
125 | c-tree Plus is already initialized via a previous call to InitISAM, OpenISAM, CreateISAM, or InitCTree. |
126 | Bad directory path get. |
127 | Could not send request. |
128 | Could not receive answer. |
129 | c-tree Plus not initialized. |
130 | NULL file name pointer in OpenIFile. |
131 | File name length exceeds message size. |
132 | No room for application message buffer. |
133 | Could not identify Server. |
134 | Could not get Servers message id. |
135 | Could not allocate application id. |
136 | Could not get application message status. |
137 | Could not set application message size. |
138 | Could not get rid of application message. |
139 | Badly formed file name. |
140 | Variable record length exceeds 65,529 bytes. |
141 | Required message size exceeds maximum. |
142 | Application MAXLEN > Server's MAXLEN ctoptn.h. |
143 | Communications handler not installed. |
144 | Application could not id output queue. |
145 | No message space. Was login ok? |
146 | Could not update available space information in variable-length data file. |
147 | Record pointed to by available space information is not marked deleted in variable-length data file. |
148 | Attempt to write a variable-length record into a file position which is too small for the record. |
149 | Variable-length passed to AddVRecord is less than minimum record length established at file creation. |
150 | Server is shutting down. |
151 | 'Could not shut down; transactions pending.' |
152 | Could not extend logfile. |
153 | Buffer in call to ReReadVRecord is too small for the variable-length record. |
154 | Attempt to read (ReReadVRecord) a zero length record from a variable-length data file. |
155 | Native system failure. |
156 | Timeout error. |
158 | ReReadVRecord record not marked active. |
159 | Zero data record position in variable-length function. |
160 | Multi-user interference: key value changed between index search and subsequent data record read. |
161 | User appears inactive. |
162 | Server has gone away. |
163 | No more room in Server lock table - free up memory. |
164 | File number out of range. |
165 | No c-tree file control block. |
166 | No more c-tree file control blocks in Server. |
167 | Could not read request. |
168 | Could not send answer. |
169 | Create file already opened (in recovery). |
170 | Bad function number at Server. |
171 | Application message size exceeds Server size. |
172 | Could not allocate Server message buffer. |
173 | Could not identify Server. |
174 | Could not get Server message id |
175 | Server could not allocate user message area |
176 | Could not get Server message status |
177 | Could not set message Server message size |
178 | Unexpected file number assigned to [si] in recovery. |
179 | Server is at full user capacity |
180 | Could not read r-tree symbolic index name. |
181 | Could not get dynamic memory for r-tree symbolic index name. |
182 | Cannot accommodate temporary r-tree files. Increase ctMAXFIL. |
183 | Could not read r-tree data field symbolic names. |
184 | Multiple set buffer space already allocated. |
185 | Not enough dynamic memory for multiple sets. |
186 | Set number out of range in ChangeSet. |
187 | Null buffer pointer in r-tree. |
188 | Null target buffer pointer in r-tree. |
189 | JOINS_TO skip condition in r-tree. |
190 | JOINS_TO error condition in r-tree. |
191 | JOINS_TO null fill condition in r-tree. |
192 | IS_DETAIL_FOR skip condition in r-tree. |
193 | IS_DETAIL_FOR error condition in r-tree. |
194 | IS_DETAIL_FOR null fill condition in r-tree. |
195 | Could not get dynamic memory for r-tree data field symbolic names. |
196 | Exceeded RETRY_LIMIT on error 160 in r-tree. |
197 | Could not get memory for IFIL block. |
198 | Improper IFIL block. |
199 | Key segment refers to schema but no schema is defined. |
Visão Geral
Import HTML Content
Conteúdo das Ferramentas