Código | Descrição |
---|---|
0 | Successful operation. |
2 | Key value already exists in index. |
3 | Could not delete target key value since recbyt does not match associated data record position in index. |
4 | Could not find target key value in index. No deletion performed. May indicate improper use of buffers during ReWriteRecord or ReWriteVRecord. |
5 | Cannot call DeleteKeyBlind with an index that supports duplicate keys. |
6 | ctree() function jump table error. |
7 | Terminate user. |
-8 | sysiocod value when FNOP_ERR caused by conflicting open requests (Server). |
-9 | sysiocod value when FNOP_ERR, DCRAT_ERR, or KCRAT_ERR caused by device access error. |
10 | InitCTree parameters require too much space. |
11 | Bad InitCTree parameter(s): either bufs < 3, idxs <0, sect <1, or dats < 0. |
12 | Could not open file. Either file does not exist, filnam points to incorrect file name, or file is locked by another process. Check sysiocod for the system-level error.For the client/server model only, if a file open returns FNOP_ERR, check sysiocod. If sysiocod = FCNF_COD, (-8), the file exists but there is file mode conflict preventing the file from being opened. For example, requesting an EXCLUSIVE open when the file is already open SHARED. |
13 | OpenIFile cannot determine type of file. Version 3.3 files must be rebuilt before using OpenIFile. |
14 | 'File appears corrupt at open. This occurs if a file is updated; and the disk protocol is set at NOTFORCE; and CloseIFile is not executed. Rebuild file.' |
15 | Data file has been compacted, but not rebuilt. Rebuild data file, but do not force rebuild. |
16 | Could not create index file. Either no space is available on disk or filnam points to improper name. |
17 | Could not create data file. Either no space is available on disk or filnam points to improper name. |
18 | Tried to create existing index file. |
19 | Tried to create existing data file. |
20 | Key length too large for node size. There must be room for at least 3 key values per node. The node size is given by sect * 128 where sect is 3rd InitCTree parameter. |
21 | Cannot create data file with record length smaller than 5. |
22 | filno out of range: 0 <= filno < fils, where fils is 2nd InitCTree parameter. This error may occur if c-tree Plus has not been initialized (via InitISAM, OpenISAM, CreateISAM, or InitCTree). |
23 | Illegal index member number. |
24 | Could not close file. Usually indicates that memory is clobbered. |
25 | Bad link in deleted node list. Rebuild file. |
26 | File number (datno, keyno, or filno) is not in use. |
27 | Data record position before 1st actual data record. |
28 | AddKey called with recbyt = 0. |
29 | Data file routine called with recbyt = 0. |
30 | recbyt exceeds logical end of file. If recbyt is correct, then data file header record may be incorrect. If so, rebuild data file. |
31 | 'Next record in delete chain of a fixed-length data file does not have 1st byte set to 0xff. Data file header record may be corrupt; if so, rebuild data file. Or C255 constant is incorrect: see ctcmpl.h.' |
32 | Attempt to delete data record twice in a row. |
33 | recptr is NULL. |
34 | Could not find correct predecessor node. Should not show up in a single user system. Indicates that an index insertion was interrupted before completion. Rebuild index. |
35 | lseek failed in function ctio (ctclib.c). Possible causes are: out of disk space, corrupted record position in file, or corrupted file descriptor. |
36 | Read failed in function ctio (ctclib.c). Possible cause: corrupted data record position in file. |
37 | Write failed in function ctio. See 35 above. |
38 | Could not convert a virtually opened file to an actually opened file. This might occur if your application uses up some file descriptors after a virtual file has been automatically closed. You can protect against this by lowering the MAXVFIL parameter in ctoptn.h. |
39 | The four-byte data record position (or node position) address space has been exhausted. |
40 | sect * 128 (where sect is 3rd InitCTree parameter) was larger when index was created. Buffers are too small for nodes. |
41 | Could not unlock data record. If dummy lock file is in use, be sure it has a file mode of 3. |
42 | Could not obtain data record lock. In a DOS system, be sure that the network is up or share is loaded. |
43 | Current configuration parameters are inconsistent with the configuration parameters at the time of file creation. |
44 | Data file serial number overflow. |
45 | Index key length exceeds MAXLEN parameter. Change MAXLEN in ctoptn.h and recompile c-tree Plus. |
46 | File number is already in use |
47 | c-tree Plus has not been initialized |
48 | A function has been called for the wrong type of file: e.g., a variable-length function is called for a fixed-length data file. |
49 | Could not write file directory updates to disk during file extension. |
50 | Could not lock index file node. |
51 | Could not unlock index file node. If a dummy lock file is in use, be sure it has a file mode of 3. |
52 | Variable-length and/or floating point keys disabled in ctoptn.h. |
53 | The file's file mode is inconsistent with the compile time options selected in ctoptn.h. |
54 | Attempt to write a read only file. |
55 | File deletion failed. |
56 | File must be opened exclusive for delete. |
57 | Proper lock is not held (CHECKLOCK/READ). |
58 | LoadKey called with incorrect key number. You cannot continue. |
59 | LoadKey called with key out of order. You may skip this key and continue. |
60 | Percent out of range. |
61 | NULL fcb detected during I/O. |
62 | File must be opened exclusively. |
63 | Start file/log file serial number error. |
64 | Checkpoint past end of log file. |
65 | Not enough memory during transaction processing. |
66 | Log file entry failed to find checkpoint. |
67 | Could not rename file. |
68 | Could not allocate memory for control list. |
69 | Node does not belong to index. |
70 | Transaction already pending. |
71 | No active transaction. |
72 | No space for shadow buffer. |
73 | LOGFIL encountered during shadow only. |
74 | Recovery: two active transactions for user. |
75 | Recovery: bad transaction owner. |
76 | Recovery: bad transaction type. |
77 | Recovery: file name too long. |
78 | Transaction abandoned: too many log extents or dynamic dump wait exhausted. |
79 | Could not log file opn/cre/cls/del. |
80 | NULL target or bad keyno. |
81 | Transaction allocation error. |
82 | User allocation error. |
83 | ISAM allocation error. |
84 | Maximum users exceeded. |
85 | Attempt to reduce write lock to read lock after update. |
86 | Dead lock detected. |
87 | System not quiet: files in use. |
88 | Linked list memory allocation error. |
89 | Memory allocation during tran processing. |
90 | Could not create queue. |
91 | Queue write error. |
92 | Queue memory error during write. |
93 | Queue read error. |
94 | Pending error: cannot save or commit tran. |
95 | Could not start task. |
96 | Start-file/log open error. |
97 | Bad user handle. |
98 | Bad transaction mode. |
99 | transaction type / mode conflict. |
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