|
Value |
Label |
Description |
|
0 |
NO_ERROR |
No Error. |
|
2 |
KDUP_ERR |
Key value already exists. |
|
3 |
KMAT_ERR |
Could not delete since pntr's don't match. |
|
4 |
KDEL_ERR |
Could not find key to delete. |
|
5 |
KBLD_ERR |
Cannot call delete w/o verification with duplicate keys. |
|
6 |
BJMP_ERR |
C-tree(...) jump table error. |
|
7 |
TUSR_ERR |
Terminate user. |
|
8 |
FCNF_COD |
Sysiocod value when FNOP_ERR caused by conflicting open requests (server). |
|
9 |
FDEV_COD |
Sysiocod value when FNOP_ERR, DCRAT_ERR or KCRAT_ERR caused by device access error. |
|
10 |
SPAC_ERR |
INTREE parameters require too much space. |
|
11 |
SPRM_ERR |
Bad INTREE parameters. |
|
12 |
FNOP_ERR |
Could not open file: check sysiocod value. |
|
13 |
FUNK_ERR |
Unknown file type. |
|
14 |
FCRP_ERR |
File corrupt at open. |
|
15 |
FCMP_ERR |
File has been compacted. |
|
16 |
KCRAT_ERR |
Could not create index file. |
|
17 |
DCRAT_ERR |
Could not create data file. |
|
18 |
KOPN_ERR |
Tried to create existing index file. |
|
19 |
DOPN_ERR |
Tried to create existing data file. |
|
20 |
KMIN_ERR |
Key length too large for node size. |
|
21 |
DREC_ERR |
Record length too small. |
|
22 |
FNUM_ERR |
File number out of range. |
|
23 |
KMEM_ERR |
Illegal index member info. |
|
24 |
FCLS_ERR |
Could not close file. |
|
25 |
KLNK_ERR |
Bad link in deleted node list. REBUILD. |
|
26 |
FACS_ERR |
File number not active. |
|
27 |
LBOF_ERR |
drn before beginning of data records. |
|
28 |
ZDRN_ERR |
Zero drn in ADDKEY. |
|
29 |
ZREC_ERR |
Zero drn in data file routine. |
|
30 |
LEOF_ERR |
Drn exceeds logical end of file. |
|
31 |
DELFLG_ERR |
Flag not set on record in delete chain. |
|
32 |
DDRN_ERR |
Attempt to delete record twice in a row. |
|
33 |
DNUL_ERR |
Attempt to use NULL ptr in read/write. |
|
34 |
PRDS_ERR |
Predecessor repeat attempts exhausted. |
|
35 |
SEEK_ERR |
Seek error: check sysiocod value. |
|
36 |
READ_ERR |
Read error: check sysiocod error. |
|
37 |
WRITE_ERR |
Write error: check sysiocod error. |
|
38 |
VRTO_ERR |
Could not convert virtual open to actual. |
|
39 |
FULL_ERR |
No more records availble. |
|
40 |
KSIZ_ERR |
Index node size too large. |
|
41 |
UDLK_ERR |
Could not unlock data record. |
|
42 |
DLOK_ERR |
Could not obtain data record lock. |
|
43 |
FVER_ERR |
Version incompatibility. |
|
44 |
OSRL_ERR |
Data file serial number overflow. |
|
45 |
KLEN_ERR |
Key length exceeds MAXLEN parameter. |
|
46 |
FUSE_ERR |
File number already in use. |
|
47 |
FINT_ERR |
C-tree has not been initialized. |
|
48 |
FMOD_ERR |
Operation incompatible with type of file. |
|
49 |
FSAV_ERR |
Could not save file. |
|
50 |
LNOD_ERR |
Could not lock node. |
|
51 |
UNOD_ERR |
Could not unlock node. |
|
52 |
KTYP_ERR |
Variable length keys disabled OR invalid key type. |
|
53 |
FTYP_ERR |
File mode inconsistent with c-tree config. |
|
54 |
REDF_ERR |
Attempt to write a read only file. |
|
55 |
DLTF_ERR |
File deletion failed. |
|
56 |
DLTP_ERR |
File must be opened exclusive for delete. |
|
57 |
DADV_ERR |
Proper lock is not held (CHECKLOCK/READ). |
|
58 |
KLOD_ERR |
LOADKEY called with incorrect key number. You cannot continue. |
|
59 |
KLOR_ERR |
LOADKEY called with key out of order. You may skip this key & continue. |
|
60 |
KFRC_ERR |
Percent out of range. |
|
61 |
CTNL_ERR |
NULL fcb detected during I/O. |
|
62 |
LERR_ERR |
File must be opened exclusively. |
|
63 |
RSER_ERR |
Start file / log file serial number error. |
|
64 |
RLEN_ERR |
Checkpoint past end of log file. |
|
65 |
RMEM_ERR |
Not enough memory during tran processing. |
|
66 |
RCHK_ERR |
Log file entry failed to find checkpoint. |
|
67 |
RENF_ERR |
Could not rename file. |
|
68 |
LALC_ERR |
Could not allocate memory for control list. |
|
69 |
BNOD_ERR |
Node does not belong to index. |
|
70 |
TEXS_ERR |
Transaction already pending. |
|
71 |
TNON_ERR |
No active transaction. |
|
72 |
TSHD_ERR |
No space for shadow buffer. |
|
73 |
TLOG_ERR |
LOGFIL encountered during shadow only. |
|
74 |
TRAC_ERR |
Recovery: two active tran for user. |
|
75 |
TROW_ERR |
Recovery: bad tran owner. |
|
76 |
TBAD_ERR |
Recovery: bad tran type. |
|
77 |
TRNM_ERR |
Recovery: file name too long. |
|
78 |
TABN_ERR |
Transaction abandoned: too many log extents or dynamic dump wait exhausted. |
|
79 |
FLOG_ERR |
Could not log file opn/cre/cls/del. |
|
80 |
BKEY_ERR |
NULL target or bad keyno. |
|
81 |
ATRN_ERR |
Transaction allocation error. |
|
82 |
UALC_ERR |
User allocation error. |
|
83 |
IALC_ERR |
ISAM allocation error. |
|
84 |
MUSR_ERR |
Maximum users exceeded. |
|
85 |
LUPD_ERR |
Reduce lock to read lock after update. |
|
86 |
DEAD_ERR |
Dead lock detected. |
|
87 |
QIET_ERR |
System not quiet: files in use. |
|
88 |
LMEM_ERR |
Linked list memory allocation error. |
|
89 |
TMEM_ERR |
Memory allocation during tran processing. |
|
90 |
NQUE_ERR |
Could not create queue. |
|
91 |
QWRT_ERR |
Queue write error. |
|
92 |
QMRT_ERR |
Queue memory error during write. |
|
93 |
QRED_ERR |
Queue read error. |
|
94 |
PNDG_ERR |
Pending error: cannot save or commit tran. |
|
95 |
STSK_ERR |
Could not start task. |
|
96 |
LOPN_ERR |
Start-file/log open error. |
|
97 |
SUSR_ERR |
Bad user handle. |
|
98 |
BTMD_ERR |
Bad transaction mode. |
|
99 |
TTYP_ERR |
Transaction type / filmod conflict. |
|
100 |
ICUR_ERR |
No current record for isam datno. |
|
101 |
INOT_ERR |
Could not find isam keyno request. |
|
102 |
INOD_ERR |
Could not open ISAM parameter file. |
|
103 |
IGIN_ERR |
Could not read first 5 parameters in ISAM parameter file. |
|
104 |
IFIL_ERR |
Too many files in ISAM parameter file. |
|
105 |
IUND_ERR |
Could not undo ISAM update. Rebuild Files. |
|
106 |
IDRI_ERR |
Could not read data file record in ISAM parameter file. |
|
107 |
IDRK_ERR |
Too many keys for data file in ISAM parameter file. |
|
108 |
IMKY_ERR |
Incorrect keyno for index member in parameter file. |
|
109 |
IKRS_ERR |
Too many key segments defined in ISAM parameter file. |
|
110 |
ISRC_ERR |
Could not read segment record in ISAM parameter file. |
|
111 |
IKRI_ERR |
Could not read index file record in ISAM parameter file. |
|
112 |
IPND_ERR |
LKISAM(ENABLE) found pending locks. |
|
113 |
INOL_ERR |
No memory for user lock table. |
|
114 |
IRED_ERR |
1st byte of data record equals delete flag or bad variable length record mark. |
|
115 |
ISLN_ERR |
Key segments do not match key length. |
|
116 |
IMOD_ERR |
Bad mode parameter. |
|
117 |
IMRI_ERR |
Could not read index member record. |
|
118 |
SKEY_ERR |
NXTSET called before FRSSET for keyno. |
|
119 |
SKTY_ERR |
FRSSET called for index with wrong keytyp. |
|
120 |
RRLN_ERR |
Data record length exceeds rebuild max. |
|
121 |
KBUF_ERR |
Tried to update data with ctISAMKBUFhdr on. |
|
122 |
RMOD_ERR |
Attempt to change fixed vs variable len. |
|
123 |
RVHD_ERR |
Var length header has bad record mark. |
|
124 |
INIX_ERR |
# of indices does not match (OPNIFIL). |
|
125 |
IINT_ERR |
C-tree already initialized. |
|
126 |
ABDR_ERR |
Bad directory path get. |
|
127 |
ARQS_ERR |
Could not send request. |
|
128 |
ARSP_ERR |
Could not receive answer. |
|
129 |
NINT_ERR |
C-tree not initialized. |
|
130 |
AFNM_ERR |
Null file name pointer in OPNFIL. |
|
131 |
AFLN_ERR |
File name length exceeds msg size. |
|
132 |
ASPC_ERR |
No room for application message buffer. |
|
133 |
ASKY_ERR |
Server is not active. |
|
134 |
ASID_ERR |
Could not get servers message id. |
|
135 |
AAID_ERR |
Could not allocate application id. |
|
136 |
AMST_ERR |
Could not get application msg status. |
|
137 |
AMQZ_ERR |
Could not set message appl msg size. |
|
138 |
AMRD_ERR |
Could not get rid of application msg. |
|
139 |
ABNM_ERR |
Badly formed file name. |
|
140 |
VMAX_ERR |
Variable record length too long. |
|
141 |
AMSG_ERR |
Required message size exceeds maximum. |
|
142 |
SMXL_ERR |
Application MAXLEN > server's MAXLEN. |
|
143 |
SHND_ERR |
Communications handler not installed. |
|
144 |
QMEM_ERR |
Application could not id output queue. |
|
145 |
ALOG_ERR |
No message space. Was login ok? |
|
146 |
VDLK_ERR |
Could not update free space info. |
|
147 |
VDLFLG_ERR |
Space to be reused is not marked deleted. |
|
148 |
VLEN_ERR |
WRTVREC cannot fit record at recbyt. |
|
149 |
VRLN_ERR |
Varlen less than minimum in ADDVREC. |
|
150 |
SHUT_ERR |
Server is shutting down. |
|
151 |
STRN_ERR |
Could not shut down. transactions pending. |
|
152 |
LEXT_ERR |
Could not extend logfile. |
|
153 |
VBSZ_ERR |
Buffer too small. |
|
154 |
VRCL_ERR |
Zero length record in REDVREC. |
|
155 |
SYST_ERR |
Native system failure. |
|
156 |
NTIM_ERR |
timeout error. |
|
158 |
VFLG_ERR |
REDVREC record not marked active. |
|
159 |
VPNT_ERR |
Zero recbyt value. |
|
160 |
ITIM_ERR |
Multi-user interference: index information updated by the time user got to actual data record. |
|
161 |
SINA_ERR |
User appears inactive. |
|
162 |
SGON_ERR |
Server has gone away. |
|
163 |
SFRE_ERR |
No more room in server lock table. |
|
164 |
SFIL_ERR |
File number out of range. |
|
165 |
SNFB_ERR |
No file control block available. |
|
166 |
SNMC_ERR |
No more ct file control blocks in server. |
|
167 |
SRQS_ERR |
Could not read request. |
|
168 |
SRSP_ERR |
Could not send answer. |
|
169 |
TCRE_ERR |
Create file already opened (in recovery). |
|
170 |
SFUN_ERR |
Bad function number. |
|
171 |
SMSG_ERR |
Application msg size exceeds server size. |
|
172 |
SSPC_ERR |
Could not allocate server msg buffer. |
|
173 |
SSKY_ERR |
Could not identify server. |
|
174 |
SSID_ERR |
Could not get server message id. |
|
175 |
SAMS_ERR |
Server could not allocate user msg area. |
|
176 |
SMST_ERR |
Could not get server msg status. |
|
177 |
SMQZ_ERR |
Could not set message server msg size. |
|
178 |
SINM_ERR |
Unexpected file# assigned to [si] in rcv. |
|
179 |
SOUT_ERR |
Server is at full user capacity. |
|
180 |
IKRU_ERR |
Could not read symbolic key name. |
|
181 |
IKMU_ERR |
Could not get mem for key symb name. |
|
182 |
IKSR_ERR |
No room for sort key. increase MAXFIL. |
|
183 |
IDRU_ERR |
Could not read file field number values. |
|
184 |
ISDP_ERR |
Attempt to reallocate set space. |
|
185 |
ISAL_ERR |
Not enough memory for addt'l sets-batches. |
|
186 |
ISNM_ERR |
Set number out of range. |
|
187 |
IRBF_ERR |
Null buffer in rtread.c. |
|
188 |
ITBF_ERR |
Null target buffer in rtread.c. |
|
189 |
IJSK_ERR |
Join_to skip. |
|
190 |
IJER_ERR |
Join_to error. |
|
191 |
IJNL_ERR |
Join_to null fill. |
|
192 |
IDSK_ERR |
Detail_for skip. |
|
193 |
IDER_ERR |
Detail_for error. |
|
194 |
IDNL_ERR |
Detail_for null fill. |
|
195 |
IDMU_ERR |
Could not get mem for dat symb name. |
|
196 |
ITML_ERR |
Exceeded RETRY_LIMIT in RTREAD.C. |
|
197 |
IMEM_ERR |
Could net get memory for ifil block. |
|
198 |
BIFL_ERR |
Improper ifil block. |
|
199 |
NSCH_ERR |
Schema not defined for data file. |
|
200 |
Neither LOW_HIGH nor HIGH_LOW defined in ctoptn.h. |
|
|
201 |
Both LOW_HIGH and HIGH_LOW defined in ctoptn.h. |
|
|
202 |
NOTFORCE, FPUTONLY, nor FPUTFGET defined in ctoptn.h. |
|
|
203 |
More than one of NOTFORCE, FPUTONLY, and FPUTFGET defined in ctoptn.h. |
|
|
206 |
Update flag inconsistency between index file header and buffer status information. |
|
|
207 |
Corrupt node found in nodser function. |
|
|
208 |
Updated (but not written) node found in FPUTFGET disk I/O mode. |
|
|
209 |
nodpnt routine called for a duplicate leaf node. |
|
|
210 |
Undefined key type found in compar. |
|
|
211 |
Negative number of key values indicated in node. |
|
|
212 |
No leaf node found during FirstKey operation. |
|
|
213 |
No leaf node found during LastKey operation. |
|
|
214 |
Corrupt tree found in fndkey. |
|
|
215 |
No leaf node found in fndkey. |
|
|
216 |
Attempt to save node with negative number of key values. |
|
|
217 |
Attempt to transfer key values between buffers for different index files. |
|
|
218 |
Corrupt tree found in AddKey. |
|
|
219 |
No leaf node found in AddKey. |
|
|
220 |
Corrupt tree found in DeleteKey. |
|
|
221 |
No leaf node found in DeleteKey. |
|
|
222 |
Undefined file access flag found: filacs member of file control structure must be set 'y' (active), 'v' (active, temporarily closed), or 'n' (inactive). |
|
|
225 |
VARLDATA not defined in ctoptn.h. Add VARLDATA option and recompile ctaddk.c.. |
|
|
226 |
Undefined key segment translation mode. |
|
|
227 |
While extending the size of a fixed-length data file, delete flags could not be written into new (but unused) records at the end of the file. |
|
|
228 |
Expected deleted record mark not found while collapsing consecutive deleted areas. |
|
|
230 |
B-Tree node has conflicting member number value during write operation. |
|
|
231 |
B-Tree node has conflicting member number value during read operation. |
|
|
232 |
Attempt to expand non-existent compressed key value. |
|
|
233 |
Illegal value for key compression bytes. |
|
|
235 |
Illegal comparison value during node insert. |
|
|
236 |
Illegal key value shift detected with compressed keys. |
|
|
237 |
Attempt to get an index node at byte offset zero. |
|
|
238 |
Illegal key value shift detected with compressed keys. |
|
|
239 |
Variable key expansion request with NO_VARLK. |
|
|
240 |
Exceeded maximum b-tree levels. Increase number or size of node sectors, or increase MAXLEV. |
|
400 |
RCRE_ERR |
Resource already enabled. |
|
401 |
RNON_ERR |
Resources not enabled. |
|
402 |
RXCL_ERR |
File must be exclusive to enable res. |
|
403 |
RZRO_ERR |
Empty resource id. |
|
404 |
RBUF_ERR |
Output buffer to small. |
|
405 |
RDUP_ERR |
Resource id already added. |
|
406 |
RCSE_ERR |
Bad resource search mode. |
|
407 |
RRED_ERR |
Attempt to get non-resource info. |
|
408 |
RNOT_ERR |
Resource not found. |
|
409 |
LKEP_ERR |
Not in use: available. |
|
410 |
USTP_ERR |
User not active. |
|
411 |
BSUP_ERR |
Not a superfile. |
|
412 |
SOPN_ERR |
Attempt to create open superfile member. |
|
413 |
SDIR_ERR |
Superfile host not opened. |
|
414 |
SNST_ERR |
Cannot nest superfiles. |
|
415 |
SADD_ERR |
Illegal ADDKEY to superfile. |
|
416 |
SDEL_ERR |
Illegal DELBLD to superfile. |
|
417 |
SPAG_ERR |
Cache page size error. |
|
418 |
SNAM_ERR |
Max name inconsistency. |
|
419 |
SRCV_ERR |
Host superfile does not support recovery. |
|
420 |
TPND_ERR |
Key update with pending transaction. |
|
421 |
BTFL_ERR |
Filter not supported yet. |
|
422 |
BTFN_ERR |
Other functions not sup. |
|
423 |
BTIC_ERR |
Incomplete. |
|
424 |
BTAD_ERR |
Add list err. |
|
425 |
BTIP_ERR |
Batch in progress. |
|
426 |
BTNO_ERR |
No batch active. |
|
427 |
BTST_ERR |
Status info already returned. |
|
428 |
BTMT_ERR |
No more info, batch cancelled. |
|
429 |
BTBZ_ERR |
Bufsiz too small for record. |
|
430 |
BTRQ_ERR |
Request is empty or inconsistent. |
|
431 |
LAGR_ERR |
Aggregate/serialization lock denied. |
|
432 |
FLEN_ERR |
Fixed length string requires len in DODA. |
|
433 |
SSCH_ERR |
Segment def inconsistent with schema. |
|
434 |
DLEN_ERR |
Very long def block not supported. |
|
435 |
FMEM_ERR |
File def memory error. |
|
436 |
DNUM_ERR |
Bad def number. |
|
437 |
DADR_ERR |
defptr NULL during GETDEFBLK. |
|
438 |
DZRO_ERR |
Requested def blk is empty. |
|
439 |
DCNV_ERR |
No conversion routine for Definition Block. |
|
440 |
DDDM_ERR |
Dynamic dump already in progress. |
|
441 |
DMEM_ERR |
No memory for dynamic dump file buffer. |
|
442 |
DAVL_ERR |
One or more files not available for dump. |
|
443 |
DSIZ_ERR |
File length discrepancy. |
|
444 |
DCRE_ERR |
Could not create file during dump rcv. |
|
445 |
SDAT_ERR |
Not enough data to assemble key value. |
|
446 |
BMOD_ERR |
Bad key segment mode. |
|
447 |
BOWN_ERR |
Only the file's owner can perform op. |
|
448 |
DEFP_ERR |
Permission to set file definition denied. |
|
449 |
DADM_ERR |
ADMIN has opened file. Cannot delete file. |
|
450 |
LUID_ERR |
Invalid user id. |
|
451 |
LPWD_ERR |
Invalid password. |
|
452 |
LSRV_ERR |
Server could not process user/acct info. |
|
453 |
NSRV_ERR |
No such server. |
|
454 |
NSUP_ERR |
Service not supported. |
|
455 |
SGRP_ERR |
User does not belong to group. |
|
456 |
SACS_ERR |
Group access denied. |
|
457 |
SPWD_ERR |
File password invalid. |
|
458 |
SWRT_ERR |
Write permission not granted. |
|
459 |
SDLT_ERR |
File delete permission denied. |
|
460 |
SRES_ERR |
Resource not enabled. |
|
461 |
SPER_ERR |
Bad permission flag. |
|
462 |
SHDR_ERR |
No directory found in superfile. |
|
463 |
UQID_ERR |
File id uniqueness error. |
|
464 |
IISM_ERR |
ISAM level logon not performed. |
|
465 |
IINI_ERR |
Incremental Index: dnumidx <1. |
|
466 |
IIDT_ERR |
Incremental Index: dfilno not a ISAM file. |
|
467 |
IINM_ERR |
Incremental Index: aidxnam NULL for 1st. |
|
468 |
IITR_ERR |
Incremental Index: active tran not allowed. |
|
469 |
NGIO_ERR |
Negative I/O request. |
|
470 |
LGST_ERR |
Guest logons disabled. |
|
471 |
SORT_ERR |
Error deleting sortwork file. |
|
472 |
SORT_ERR |
Error creating unique name. |
|
473 |
SORT_ERR |
Error opening first dummy file. |
|
474 |
SORT_ERR |
Too few handles available min 3. |
|
475 |
SORT_ERR |
Error closing dummy file. |
|
476 |
SORT_ERR |
Error unlinking dummy file. |
|
477 |
SORT_ERR |
Error getting first data area. |
|
478 |
SORT_ERR |
Sinit phase not previously performed-srelease. |
|
479 |
SORT_ERR |
Sreturn phase already started. |
|
480 |
SORT_ERR |
No records in data buffers. |
|
481 |
SORT_ERR |
Sint phase not previously performed-sreturn. |
|
482 |
SORT_ERR |
Not enough memory. |
|
483 |
SORT_ERR |
No valid record pointers in merge buffers. |
|
484 |
SORT_ERR |
Error opening sortwork file. |
|
485 |
SORT_ERR |
Error creating sortwork.00x file. |
|
486 |
SORT_ERR |
No records fit in output buffer. |
|
487 |
SORT_ERR |
Error reading sortwork file. |
|
488 |
SORT_ERR |
Bytes in buf <> merge buf size. |
|
489 |
SORT_ERR |
Error adjusting file pointer. |
|
490 |
SORT_ERR |
Error closing sortwork.00x. |
|
491 |
SORT_ERR |
Error closing sortwork file. |
|
492 |
SORT_ERR |
Error deleting sortwork file. |
|
493 |
SORT_ERR |
Error renaming sortwork.00x. |
|
494 |
SORT_ERR |
Error closing output file. |
|
495 |
SORT_ERR |
Error creating output file. |
|
496 |
SORT_ERR |
Insufficient disk space. |
|
498 |
NLOG_ERR |
Old log file found during log create. |
|
499 |
FIDD_ERR |
Mismatch between recv log & file id. |
|
500 |
SQLINIT_ERR |
Server could not init SQL engine. |
|
501 |
SQLCONNECT |
Could not init SQL for a user. |
|
502 |
SQL_REQUEST |
Could not access SQL master info. |
|
503 |
SQL_INVALID |
Could not continue SQL request. |
|
504 |
NSQL_ERR |
Server does not support SQL. |
|
505 |
USQL_ERR |
User profile does not enable SQL. |
|
506 |
SRFL_ERR |
Could open save-restore file. |
|
507 |
SRIO_ERR |
Could not process save-restore file. |
|
508 |
SRIN_ERR |
Save restore inconsistency. |
|
509 |
DSRV_ERR |
Duplicate server. |
|
510 |
RFCK_ERR |
Active chkpnt at start of roll-forward. |
|
511 |
ILOP_ERR |
Index nodes form illegal loop: rebuild. |
|
512 |
DLOP_ERR |
Data file loop detected. |
|
513 |
SBLF_ERR |
FPUTFGET does not support CTSBLDX (). |
|
514 |
CQUE_ERR |
Queue has been closed. |
|
515 |
OIFL_ERR |
Cannot convert old IFIL structure. |
|
516 |
GNUL_ERR |
ctNOGLOBALS not allocated. |
|
517 |
GNOT_ERR |
'Regid' is not registered. |
|
518 |
GEXS_ERR |
'Regid' is already registered. |
|
519 |
IEOF_ERR |
Index logical EOF error. |
|
520 |
HTRN_ERR |
Attempt to update index with inconsistent tran#. |
|
521 |
BMAL_ERR |
Could not allocate memory for the streettalk login message buffer. |
|
522 |
STID_ERR |
Userid in INTISAM does not match current login id. |
|
527 |
BIDX_ERR |
Index must be rebuilt:see CTSTATUS.FCS. |
|
528 |
SLEN_ERR |
Key segment length error. |
|
529 |
CHKP_ERR |
System checkpoints terminated. |
|
530 |
LMTC_ERR |
Client does not match server. |
|
531 |
BREP_ERR |
Index reorg entry error. |
|
532 |
ASAV_ERR |
TRANSAV called with AUTOSAVE on. |
|
533 |
MTRN_ERR |
File header high-water-mark overflow. |
|
534 |
OTRN_ERR |
Transaction # overflow. |
|
535 |
REGC_ERR |
C-tree not registered. Call REGCTREE. |
|
536 |
AREG_ERR |
Only automatic REGCTREEs allowed. |
|
538 |
PIOT_ERR |
Client-side bad function array type. |
|
539 |
BFIL_COD |
Sysiocod when file does not appear to contain any valid information. |
|
540 |
PNUL_ERR |
Null parameter. |
|
541 |
LWRT_ERR |
Transaction log cannot be written. |
|
542 |
MCRE_ERR |
Could not create mirror file. |
|
543 |
MOPN_ERR |
Could not open mirror file. |
|
544 |
MCLS_ERR |
Could not close mirror file. |
|
545 |
MDLT_ERR |
Could not delete mirror file. |
|
546 |
MWRT_ERR |
Could not write to mirror file. |
|
547 |
MSAV_ERR |
Could not save mirror file. |
|
548 |
MRED_ERR |
Could not read from mirror. |
|
549 |
MHDR_ERR |
Mismatch between mirror headers. |
|
550 |
MSKP_ERR |
Attempt to open primary w/o mirror: or'ing in a file mode of MIRROR_SKP permits a primary to be opened w/o error. |
|
551 |
MNOT_ERR |
File already opened without mirror. |
|
555 |
PREA_ERR |
Could not read primary, switching. |
|
556 |
PWRT_ERR |
Could not write primary, switching. |
|
557 |
CWRT_ERR |
Could not write mirror,suspend mir. |
|
558 |
PSAV_ERR |
Could not save primary, switching. |
|
559 |
CSAV_ERR |
Could not save mirror, suspend mir. |
|
560 |
SMON_ERR |
Only one of each monitor at a time. |
|
561 |
DDMP_BEG |
SYSMON: dynamic dump begins. |
|
562 |
DDMP_END |
SYSMON: dynamic dump ends. |
|
563 |
DDMP_ERR |
SYSMON: dynamic dump ends (errors). |
|
At the end of automatic recovery, the following conditions were detected which require cleanup before continuing. The specifics are reported on in CTSTATUS.FCS: |
||
|
570 |
RCL1_ERR |
Incomplete compression. |
|
571 |
RCL2_ERR |
Index rebuild required. |
|
572 |
RCL3_ERR |
Incomplete compression & index re- build required. |
|
573 |
RCL4_ERR |
Primary\mirror out-of-sync. Copy good file over bad. |
|
574 |
RCL5_ERR |
Incomplete compression & primary mirror out-of-sync. |
|
575 |
RCL6_ERR |
Index rebuild required & primary mirror out-of-sync. |
|
576 |
RCL7_ERR |
Incomplete compression & index re-build required & primary\mirror out-of-sync. |
|
587 |
CPND_COD |
Close/delete deferred: pending transaction. |
|
588 |
CPND_ERR |
Attempt to close or delete file with pending transaction. |
|
589 |
LADM_ERR |
Member of ADMIN group required. |
|
590 |
NCON_ERR |
Could not find ISAM context ID. |
|
591 |
OCON_ERR |
Old context ID. Call CLSICON(). |
|
592 |
ECON_ERR |
Context ID exists. |
|
595 |
CLEN_ERR |
Varlen too small in PUTCRES. |
|
596 |
CMIS_ERR |
Missing information. |
|
597 |
CINI_ERR |
Could not initialize expression. |
|
598 |
CVAL_ERR |
Could not evaluate condtional exp. |
|
599 |
DEXT_ERR |
Dynamic Dump extent error. |
|
600 |
CTHD_ERR |
No more client threads. |
|
601 |
VRFY_ERR |
ctVERIFY detected problems with idx. |
|
602 |
CMEM_ERR |
No memory for system lock table. |
|
603 |
FLEX_ERR |
Could not allocate FCB. |
|
604 |
FINC_ERR |
Could not increase user files. |
|
605 |
KSRL_ERR |
Records with bad (all FF) serial numbers. |
|
606 |
DCOD_ERR |
Could not handle file encoding. |
|
607 |
RCOD_ERR |
Recovery could not handle encoding. |
|
608 |
IAIX_ERR |
IIDX attributes do not match file. |
|
609 |
LTPW_ERR |
Temporary password failure. |
|
610 |
HNUL_ERR |
NULL target not permitted for this request. |
|
611 |
HLOG_ERR |
Could not access/find transaction log. |
|
612 |
HSTR_ERR |
CTHIST must be called with ctHISTfirst. |
|
613 |
HONE_ERR |
CTHIST can only access data or index. |
|
614 |
HMAP_ERR |
No valid ISAM map from index to data. |
|
615 |
HIDX_ERR |
Cannot get index info from data filno. |
|
616 |
HACT_ERR |
CTHIST cannot be called during a tran. |
|
617 |
HNOT_ERR |
Did not find target. |
|
618 |
HENT_ERR |
Log scan terminated: EOF or bad entry. |
|
619 |
HZRO_ERR |
CTHIST on data file: recbyt==0. |
|
620 |
HSIZ_ERR |
Bufsiz too small. |
|
621 |
HTYP_ERR |
Transaction type not expected. |
|
622 |
HMID_ERR |
Must reset CTHIST first. |
|
623 |
HMEM_ERR |
Not enough memory for CTHIST. |
|
624 |
HNET_ERR |
Net change only applies to specific match of key or record position. |
|
625 |
HMTC_ERR |
Must specify exactly one matching criteria (user & node may be combined). |
|
626 |
HUND_ERR |
Encountered an UNDTRAN going forward: must completely restart this CTHIST sequence. |
|
627 |
HUNK_ERR |
Unknown type of request. |
|
628 |
HFIL_ERR |
Must specify filno. |
|
629 |
HTFL_ERR |
Could not initialize internal file ID. |
|
630 |
HUNX_ERR |
Unexpected length in log entry. |
|
633 |
NPLN_ERR |
Null plen (pointer to size). |
|
634 |
NLEN_ERR |
Negative length specified. |
|
635 |
TSYC_ERR |
Could not create thread sync object. |
|
636 |
TSYF_ERR |
Thread sync object 'get' failed. |
|
637 |
TSYR_ERR |
Thread sync object 'rel' failed. |
|
638 |
TQUE_ERR |
Queue message truncated to fit. |
|
639 |
TZRO_ERR |
Semaphore must be init with count>0. |
|
640 |
TINT_ERR |
Semaphore already initialized. |
|
641 |
TSYX_ERR |
Thread sync object 'cls' failed. |
|
642 |
EXCT_ERR |
Must use exact file name. |
|
645 |
CHGF_ERR |
File number changed after deferred close. |
|
650 |
DUPJ_ERR |
Duplicate keys rejected and logged. |
|
651 |
DUPX_ERR |
Could not process dup key log. |
|
652 |
DUPL_ERR |
Duplicate keys rejected and listed. |
|
653 |
MAPL_ERR |
Attempt to exceed mapped lock limit. |
|
654 |
TLNG_ERR |
Record length too long for log size. |
|
655 |
FREO_ERR |
Could not reopen using freopen. |
|
656 |
LHDR_ERR |
Transaction log header is bad. |
|
657 |
CPYF_ERR |
Could not create copy file. |
|
658 |
CPYW_ERR |
Could not write copy file. |
|
659 |
CPYR_ERR |
Could not read entire original file. |
|
660 |
CPYB_ERR |
Rebuild complete, but failed mirror copy. |
|
661 |
CPYX_ERR |
Failed process duplicate log and copy mirror. |
|
662 |
CPYJ_ERR |
Duplicate purged, but could not copy mirror. |
|
663 |
CPYL_ERR |
Duplicate rejected, but could not copy mirror. |
|
664 |
LPRI_ERR |
Primary log (or start) file failed. |
|
665 |
LMIR_ERR |
Mirrored log (or start) file failed. |
|
666 |
LFRM_ERR |
Incompatible log format. |
| 672 | HDR8_ERR | Inconsistency: file attr & sys version. |
|
692 |
CRCQ_ERR |
Bad request CRC (to Server). |
|
693 |
CRCP_ERR |
Bad response CRC (from Server). |
| 739 | FFLT_ERR | Record does not pass filter. |
|
748 |
REXT_ERR |
Read Failed - external cause - check sysiocod. |
|
768 |
CMLK_ERR |
Commit Lock Error: make sure record update performed with lock |
| 798 | FBLK_ERR | File is blocked, retry later |
| 799 | FBLK_RDO | File block cleared. Close and reopen to gain access |
| 800 | FBLK_PND | Attempting to set file block |
| 802 | FBLK_SUP | File block not supported for file type |
| 7716 | automatic transaction recovery failed due to an unexpected entry in the transaction log files | |
THE INFORMATION PROVIDED IN THE SOFTWARE TECHNOLOGY, INC. KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. SOFTWARE TECHNOLOGY, INC. DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SOFTWARE TECHNOLOGY, INC. OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF SOFTWARE TECHNOLOGY, INC. OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.
© 1999-2010 Software Technology, Inc. All rights
reserved. Terms of Use
The maker of Tabs3 and PracticeMaster
Tabs3, PracticeMaster, and the “pinwheel” symbol (
) are registered trademarks of Software Technology, Inc.
e-Mail Suggestions for the Knowledge Base to: kb@Tabs3.com
Technical Support via e-mail is not available.
Knowledge Base: http://support.Tabs3.com
Web Site: http://www.Tabs3.com