File Handler Error Codes

Last reviewed: 01/13/2012
Article ID: R10305


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 available.

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

Empty file name on call to open or create.

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? / Could not find COMM software.

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 too 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

Resource length <= 0.

410

USTP_ERR

User not active.

411

BSUP_ERR

Not a superfile.

412

SOPN_ERR

Attempt to create open superfile member / WRL to WXL commit promote pending(CIL).

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
  _ERR

Could not init SQL for a user.

502

SQL_REQUEST
  _ERROR

Could not access SQL master info.

503

SQL_INVALID
  _CONTINUE

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 rebuild 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.

577

DWRT_ERR

update refused during protected dmp.

579

LIVL_ERR

logon interval error.

580

FSEC_ERR

could not perform file security op.

581

EGRP_ERR

group does not exist.

582

KSML_ERR

key length too small.

583

SAVL_ERR

file extension exceeds disk full limit.

584

LRSM_ERR

exceeded failed logon limit.

585

LVAL_ERR

logon date exception.

586

MFID_COD

diff file name, matching file ID.

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.

593

XUSR_ERR

non ADMIN user blocked from log on.

594

XUSR_COD

users in SEC_BLOCK class logged on.

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.

631

SSLO_ERR

could not get ctSS_LOCK on file.

632

LLOK_COD

user lost locks found on close.

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.

643

DPND_ERR

access a file pending delete.

644

RDEL_COD

reversible TRANDEP delete.

645

CHGF_ERR

File number changed after deferred close.

646

SDEP_ERR

superfile member/host TRANDEP !=.

647

E2GB_COD

no support above 2GB.

648

E4GB_COD

no support above 4GB.

649

 

Reserved.

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.

667

MAXZ_ERR

attempt to exceed max file size.

668

LRGN_ERR

large page size not a multiple of 16K.

669

XCRE_ERR

inconsistent XCREblk.

670

HMIN_ERR

node sectors too small for huge file.

671

XOVR_ERR

non-zero high long with non-huge file.

672

HDR8_ERR

Inconsistency: file attr & sys version.

673

SIG8_ERR

extended header bad signature.

674

SEGM_ERR

additional file segments needed.

675

SEGS_ERR

file segments not supported.

676

SEGO_ERR

could not open segment.

677

SEGD_ERR

cannot directly operate on seg def.

678

SEGN_ERR

bad file segment name.

679

SEGZ_ERR

bad file segment size.

680

SEGC_ERR

could not create file segment.

681

SEGH_ERR

could not process segment header.

682

SEGL_ERR

seg resource cannot move.

683

SEGU_ERR

seg update invalid, see CTSTATUS.FCS.

684

SEGX_ERR

segment update already in progress.

685

SEGF_ERR

i/o on segmented file terminated.

686

SEGR_ERR

segment definition too large.

687

SEGQ_ERR

unexpected value during recovery.

688

SEGP_ERR

pending segment mismatch.

689

SEQ8_ERR

1st & 2nd headers out of sync.

690

CREQ_ERR

bad request header CheckSum.

691

CRSP_ERR

bad response header CheckSum.

692

CRCQ_ERR

Bad request CRC (to Server).

693

CRCP_ERR

Bad response CRC (from Server).

694

NUNC_ERR

no Unicode support.

695

BSPC_ERR

could not get work buffer for blk I/O.

696

SEGK_ERR

OPNFIL called for a segment.

697

DSPC_ERR

could not allocate encoding buff.

700

OSEG_ERR

could not open key segment definition.

701

CSEG_ERR

could not process comp options.

702

ASEG_ERR

could not process comp attributes.

703

HSEG_ERR

invalid key segment handle.

704

SSEG_ERR

invalid source type.

704

SSEG_ERR

invalid source type.

705

DSEG_ERR

segment definition already exists.

706

NSEG_ERR

no segment data produced.

707

USEG_ERR

no segment definition.

708

MBSP_ERR

multibyte names not supported.

709

MBNM_ERR

badly formed multibyte name.

710

MBFM_ERR

multibyte variant not supported.

711

DIDX_ERR

cannot call UPDCIDX while DROPIDX pndg.

712

PLOW_ERR

partition number out of range - low.

713

PHST_ERR

file is not partition host.

714

PMBR_ERR

file is not partition member.

715

PNOT_ERR

raw partition does not exist.

716

PXPR_ERR

bad value for partition key.

717

POVR_ERR

could not overload partition #.

718

PUSD_ERR

partition member in use.

719

PPND_ERR

partition member pending purge.

720

PPRG_ERR

partition member purged.

721

PARC_ERR

partition member archived.

722

PLST_ERR

bad partition host list.

723

PTRY_ERR

must retry operation.

724

PCRP_ERR

bad current ISAM position for host.

725

PVRN_ERR

PARTRES version error.

726

PPRG_COD

duplicate error caused by purged part.

727

PFMD_ERR

bad partition file mode settings.

728

PSUP_ERR

Partition support not enabled.

729

PUNQ_ERR

purged unique global keys encountered.

730

PHGH_ERR

partition number out of range - high.

731

PRIK_ERR

illegal operation with primary key.

732

UMOD_ERR

illegal file mode / x8mode value.

733

PMOP_ERR

cannot open this member except RO.

734

EXTH_ERR

extended header (V7 file) required.

735

CUNF_ERR

client does not support UNIFRMAT srvr.

736

AOVR_ERR

async handle overflow.

737

PMTC_ERR

partition member characteristics do not match.

738

MINT_ERR

ctThrdInit must be called first.

739

FFLT_ERR

Record does not pass filter.

740

DDCR_ERR

dynamic dump refused SF member create.

741

DDDR_ERR

dynamic dump refused SF member delete.

742

S6BT_ERR

superfile member idx / host 6BTRAN !=.

743

SFHI_ERR

superfile host directory index null.

744

FREL_ERR

file requires unavailable feature.

745

R6BT_ERR

6BTRAN file required.

746

ACHN_ERR

could not allocate I/O channel(s).

747

RSYN_ERR

partition rule syntax error.

748

REXT_ERR

Read Failed - external cause - check sysiocod.

749

PBAD_ERR

bad parameter value.

750

ICUV_ERR

different ICU version, rebuild index.

751

CHKM_ERR

checkpoint memory inconsistency.

752

LSET_ERR

more than one log set in transaction.

753

SPCL_ERR

cannot RST/CLR past special savepoint.

754

QOWN_ERR

only Q creator can perform operation.

755

SQUE_ERR

a system queue is required.

756

NACT_ERR

server is not activated.

757

STPU_ERR

must uninit c-tree (STPUSR).

758

QNOT_ERR

only notifications to queue.

759

QUIN_ERR

wrong queue instance.

760

XMON_ERR

SYSMON interrupted / cancelled.

761

NMON_ERR

no active SYSMON.

762

NRNG_ERR

no range defined for index.

763

ORNG_COD

segment out of range.

764

CRNG_ERR

range defined but no FRS/LST RNG.

765

CIOB_ERR

comm I/O has been blocked-ctcomioblk has been set by user.

766

VCLS_ERR

insufficient file handles and could not find file to close for virtual processing.

767

FALG_ERR

fixed length record offset not aligned.

768

CMLK_ERR

Commit Lock Error: make sure record update performed with lock.

769

CULK_ERR

unexpected CMTLOK unlock failure.

770

XTRN_ERR

cannot turn off file's tran support in middle of transaction if file updated.

771

COMP_ERR

compatibility option not enabled.

772

PLAT_ERR

platform does not support compatibility option.

773

SREP_ERR

superfile host & member must have same REPLICATION attribute.

774

SMEM_ERR

superfile members must all be closed.

775

UNQK_ERR

no UNQKEY support for REPLICATION.

776

SUPR_ERR

operation not supported for SUPERFILES.

777

REPU_ERR

cannot unregister another client's replication instance.

778

REPI_ERR

the specified replication instance name is not registered.

779

REPR_ERR

the specified replication instance name is already registered.

780

REPA_ERR

cannot attach to replication instance with active connection.

781

REPC_ERR

this replication connection already has a registered instance name.

782

UCMP_ERR

decompression error: unexpected output length.

783

IITI_ERR

incremental index: cannot add permanent indices while temporary indices exist.

784

LDPI_ERR

LDAP initialization failed.

785

LDPC_ERR

error connecting to LDAP server.

786

LDPB_ERR

error binding to LDAP server.

787

LDPA_ERR

LDAP user authentication failed.

788

LDPG_ERR

error checking user's LDAP groups.

789

LGRP_ERR

member of c-tree login group required.

790

LSST_ERR

strict serializer must be in transaction to access record.

791

LSSK_ERR

strict serializer cannot keep locks.

792

XSHT_ERR

external server shutdown disabled.

793

PKSP_ERR

partial record rewrite has keys spanning partial record and remaining region of record.

794

XBUF_ERR

Tried to update data with missing key buffer contents.

795

VTSM_COD

recursive ctptsema call for open or create.

796

FCPY_ERR

file copy failed.

797

DRST_ERR

immediate dump restore failed.

798

FBLK_ERR

File is blocked, retry later.

799

FBLK_RDO

File block cleared. Close and reopen to gain access.

800

TDEP_ERR

TRANDEP file operation pending.

801

FBLK_PND

Trying to set file block. leave core.

802

FBLK_SUP

File block not supported for file type.

803

LNEW_ERR

existing lock not replaced: cts_lok81.

804

SETO_ERR

cannot override configuration option that was specified in settings file.

805

MSTK_ERR

no memory for func stack alloc.

806

KCON_ERR

failed to connect to kernel engine.

807

MSTK_COD

ctDBGstack limit exceeded: debugging only.

808

TRQS_ERR

request timed out.

809

TRSP_ERR

response timed out.

810

SLOG_ERR

status log write failure.

811

IAPI_ERR

update only from internal API.

812

ZRCZ_ERR

unexpected zero node size in header.

813

UBLK_ERR

unexpected state for user block obj.

814

FBLK_ACT

thread did not have ctFBactive set.

815

FBLK_NTF

ctFILBLK already in progress for file.

816

QTUQ_ERR

only one ctQUIET process at a time.

817

QTAB_ERR

transaction aborted by ctQUIET.

818

QTFB_ERR

ctQUIET / ctFILBLK conflict.

819

QTBB_ERR

unexpected failure to block thread.

820

QTBK_PND

trying to get QUIET. leave core.

821

MLAB_ERR

transaction abandoned: MAX_USER_LOGS.

822

MLHG_ERR

abort request would be suspended.

823

TRAB_COD

QTAB_ERR or MLAB_ERR or TTAB_ERR but operation performed.

824

MIMP_ERR

problem impersonating thread.

825

QTOP_ERR

ctQUIET called with files opened.

826

QBAD_ERR

improper ctQT actions: see sysiocod.

 

QBKU_COD

1-block and unblock actions mixed.

 

QBUN_COD

2-cannot block after unblock has begun.

 

QMBK_COD

3-mixed file block types.

 

QSPC_COD

4-missing filespec.

 

QMAP_COD

5-mixed API block types.

 

QBAP_COD

6-blockAllFiles requires blockAPI.

 

QBFA_COD

7-cannotBlockAllFiles after blockFiles.

 

QFAP_COD

8-file flush requires blockAPI.

 

QLAP_COD

9-blockLogFiles requires blockAPI.

827

UTIM_OUT

user block timed out.

828

TTAB_ERR

ICU version updated.

829

TTAB_ERR

ICU version updated & rebuild required.

831

TTHG_ERR

abort request would be suspended.

832

ITMP_COD

sysiocod value when ITIM_ERR occurs on a temporary index and record is skipped.

833

XNOD_ERR

The connection attempt has been rejected because it would exceed the maximum number of concurrent client machines allowed.

834

XCON_ERR

The connection attempt has been rejected because it would exceed the maximum number of concurrent connections allowed from this client machine.

835

TRAB_ERR

transaction aborted (e.g., MLAB_ERR or TTAB_ERR) before the requested operation was processed. (Compare with TRAB_COD.)

836

LCON_ERR

The connection attempt has been rejected because only connections from the local system are allowed.

837

IDUP_COD

sysiocod value when KDUP_ERR occurs on a temporary index and error is ignored.

838

CEXC_ERR

clnleaf(CLNIDXX) failed to clean node. very unexpected.

839

CTRN_ERR

index file requires key level lock cleaning.

840

CTRN_COD

sysiocod when read only, admin open request blocked by on the fly CLNIDXX.

841

SHMC_ERR

A connection attempt using the shared memory protocol failed due to an incompatibility between client and server.

842

FBLK_ABT

could not clear all threads from core, abort ctFILBLK attempt.

843

QTBK_ABT

could not clear all threads from core, abort ctQUIET attempt.

844

BTNO_COD

batch has been closed.

845

DNCT_ERR

index does not have distinct attribute.

846

DNCT_XCL

ctDISTINCTset update in progress.

847

RPTD_ERR

auto recovery interrupted.

848

RDND_COD

sysiocod: LOKDYN demotion denied.

849

SAVP_COD

sysiocod: LOKDYN free denied.

850

TR_CLIL_ERR

Transactional replication: Failed to start c-tree remote client subsystem: see CTSTATUS.FCS for details.

851

TR_RMAP_ERR

Transactional replication: Failed to open replication mapping file: see CTSTATUS.FCS for details.

852

TR_RATR_ERR

Transactional replication: Failed to open replica for writing because the file does not meet the requirements for replication: see CTSTATUS.FCS for details.

853

TR_FNOD_ERR

Transactional replication: Failed to set node name for connection to master server: see CTSTATUS.FCS for details.

854

TR_REDF_ERR

Transactional replication: Attempted to update replica without enabling transactional replication for the connection.

855

TR_SAVP_ERR

Transactional replication: Failed to establish a savepoint because savepoint number is out of sync with master.

856

TR_RDIF_ERR

Transactional replication: Failed to read record for update: local record differs from master record.

857

XSUP_ERR

In multi-user standalone mode: The superfile host is open in exclusive mode. The superfile member must be opened in exclusive mode, not shared mode.

858

TR_NSUP_ERR

Transactional replication: This feature is not supported for replicas.

859

UVRC_ERR

The client's structure definition for the file FAIRCOM.FCS!USER.dat is out of date. Update client library.

860

UVRS_ERR

The server's structure definition for the file FAIRCOM.FCS!USER.dat is out of date. Update c-tree Server.

861

KLLX_ERR

after recovery, a key level lock for an undone transaction discovered in optional diagnostic scan.

862

UNPG_ERR

LOCK_CACHE: System pagesize query failed.

863

IMPD_ERR

The request to impersonate the specified connection was denied because the target connection does not allow impersonation.

864

IMPU_ERR

The request to impersonate the specified connection was denied because the target connection does not allow impersonation by the specified connection.

865

IMPA_ERR

The request to impersonate the specified connection was denied because the target connection is already being impersonated.

866

IMPB_ERR

The request to impersonate the specified connection was denied because the target connection is executing a database operation or is blocked.

867

CBKD_ERR

Failed to load the filter callback library. See CTSTATUS.FCS for details.

868

CBKF_ERR

Failed to resolve the filter callback function in the filter callback DLL. See CTSTATUS.FCS for details.

869

RCBK_ERR

A user-defined callback function terminated the rebuild operation.

870

CBKV_ERR

The filter callback DLL version is not compatible with the c-tree Server's filter callback version. See CTSTATUS.FCS for details.

871

XFR_SOPN_ERR

The file transfer operation failed because the source file could not be opened for reading. Check sysiocod for the system error code.

872

XFR_DOPN_ERR

The file transfer operation failed because the destination file could not be opened for writing. Check sysiocod for the system error code.

873

XFR_READ_ERR

The file transfer operation failed because the source file could not be read. Check sysiocod for the system error code.

874

XFR_WRITE_ERR

The file transfer operation failed because the destination file could not be written. Check sysiocod for the system error code.

875

XFR_BCON_ERR

A bound database connection called the file transfer function, but this function is supported for client connections only.

876

XFR_BSIZ_ERR

The file transfer operation failed because the caller specified an invalid file transfer block size.

877

XFR_SFNM_ERR

The file transfer operation failed because the caller specified a NULL or empty source file name.

878

XFR_DFNM_ERR

The file transfer operation failed because the caller specified a NULL or empty destination file name.

879

XFR_VER_ERR

The version of the file transfer structure supplied by the caller is not compatible with the c-tree library's structure definition. Check sysiocod for the required file transfer structure version.

880

XFR_DEXS_ERR

The file transfer operation failed because the destination file exists and the caller did not specify that the destination file is to be overwritten.

881

XFR_TREP_ERR

The file transfer operation between a local and master server failed because the server does not support the transactional replication feature.

882

XFR_TRLC_ERR

The file transfer operation between a local and master server failed because the server is not configured as a local server. Use the REPL_MAPPINGS option to configure the server as a local server.

883

MUOP_ERR

An attempt was made to open a file multiple times by the same user with different user file numbers but this support is disabled.

884

DUFL_COD

A sysiocod value that indicates a user file number mismatch during lock or unlock operations.

885

OCHK_COD

A sysiocod value that indicates that this API call to perform a checkpoint took no action because a checkpoint was already in progress.

886

UFLK_ERR

Unexpected CHG_UFLOCK failure: check sysiocod (sysiocod specifies locale).

887

DUFL_ERR

Promoting a secondary lock from read to write is not supported.

888

CONGRP_INVTASKID_ERR

The specified task ID does not correspond to an active client connection.

889

CONGRP_INUSE_ERR

The specified connection is a member of a connection group.

890

HSTNAM_ERR

An attempt to get the name of the host system failed. Check that the system's host name is properly configured.

891

HSTADR_ERR

An attempt to get the IP addresses associated with the host system failed. Check that TCP/IP name resolution is properly configured on the host system.

892

MBUF_ERR

An attempt to perform a sequential, index based retrieval when the index does not have a current key value. This may occur because ctISAMKBUFhdr has turned off key buffer updates (MBUF_ERR).

893

DBUF_ERR

An attempt to perform a sequential, index based retrieval when the index does not have a current key value. This may occur because a partial record read or changing current ISAM record location does not permit the current key value to be assembled (DBUF_ERR).

894

NKEY_ERR

An attempt to perform a sequential, index based retrieval when the index does not have a current key value. This may occur because a conditional index constraint or NUL key results in no key value (NKEY_ERR).

895

TSEG_ERR

Partition index segment definition does not satisfy the following constraint: there must be at least one segment used to perform the key-to-partition map, and all the segments used must come at the beginning of the key.

896

VSEG_ERR

Covering index segment definitions do not map to partition index.

897

KINC_ERR

Covering index segment map (ptmap) is empty.

898

QABN_ERR

A logon fails with QABN_ERR when a ctQUIET call has been abandoned, blocking attempts to validate user logons. Only the super user can logon when a ctQUIET has been abandoned. The super user can then call ctQUIET with a ctQTunblockALL argument.

899

PMCN_ERR

Cannot perform ISAM Context operations on partition member unless it has been opened in stand-alone mode (i.e., independently of the host file).

900

SEQDUP_ERR

A sequence having the specified name already exists.

901

SEQNAM_ERR

An invalid sequence name was specified: the name is NULL, empty, or too long.

902

SEQHND_ERR

The specified sequence handle is invalid.

903

SEQTYP_ERR

The specified sequence type contains an invalid combination of sequence type options. The sequence type must be set to either ctSEQINC (incrementing sequence) or ctSEQDEC (decrementing sequence), and either ctSEQCYC (cycling sequence) or ctSEQTRM (terminating sequence), and optionally includes ctSEQLIM (enforce sequence limit).

904

SEQINI_ERR

The initial value specified for the sequence is out of range. If the sequence enforces a limit, the initial sequence value must be less than the sequence limit for an incrementing sequence or must be greater than the sequence limit for a decrementing sequence.

905

SEQCUR_ERR

The current value specified for the sequence is out of range. For an incrementing sequence, the current sequence value must be greater than or equal to the initial sequence value, and if the sequence enforces a limit the current sequence value must be less than or equal to the limit value. For a decrementing sequence, the current sequence value must be less than or equal to the initial sequence value, and if the sequence enforces a limit the current sequence value must be greater than or equal to the sequence limit.

906

SEQLIM_ERR

The limit value specified for the sequence is out of range. The sequence limit must be greater than the initial sequence value for an incrementing sequence or must be less than the initial sequence value for a decrementing sequence. The sequence limit is only enforced if the sequence type specifies the ctSEQLIM bit.

907

SEQINC_ERR

The increment value specified for the sequence is out of range. The sequence increment amount must be a positive value that is less than the difference between the initial sequence value and the sequence limit.

908

DSTX_ERR

The file header indicates that the maximum number of partial key distinct counts supported by the file is greater than the system support limit: ctMAXSEGdistinct. The file cannot be opened.

909

VFYVER_ERR

The structure version specified for the input and output structures is not supported by this version of the code.

910

VFYTRM_ERR

A user-defined callback function terminated the index verify operation.

911

NSUP_DAR

File contains a Direct Access Resource (DAR) that is not supported. sysiocod contains the type of DAR.

912

URES_ERR

Special resource can only be added by system routine. sysiocod holds the special resource type.

913

DDAR_ERR

Duplicate DAR not allowed. sysiocod holds the 'dartyp' value.

914

XDAR_ERR

Requested DAR does not exist.

915

LAUG_ERR

Log file requires augmented log entries that are not supported.

916

NDAR_ERR

Mismatch between header DAR count, and DARs found in resource chain.

917

ODAR_ERR

Reached limit on the number of instances of a particular DAR type for a single file. Cannot add any more.

918

RDAR_ERR

DAR attribute word is marked deleted (FC_DAR_delete bit). A nonTran file DAR delete forces DAR image to disk with FC_DAR_delete bit set in attribute word.

919

REPL_ERR

Low-level operations are not allowed on replicated files.

920

REPL_ERR

The file exists but could not be accessed. Check the system error code stored in sysiocod for the reason.

921

IDFL_CHG

Attempt to change IDfield during an ISAM rewrite operation. Rewrite fails.

922

IDFL_BUF

Attempt an ISAM rewrite operation without current ISAM IDfield buffer contents. No way to determine if IDfield has been changed. Rewrite fails.

923

IERR_COD

An internal error has occurred; similar to a catastrophic terr. Instead of terminating execution, IERR_COD is returned, sysiocod is set to a local code, and a message is written into CTSTATUS.FCS.

924

SADM_ERR

Only the super administrator user account (named ADMIN) can perform this operation. For example, only ADMIN can change ADMIN group membership.

925

SCMP_ERR

The c-tree client is attempting to use features of the SECURITY API function that this c-tree Server does not support. Update your c-tree Server.

926

HLMT_ERR

The transaction history log scan terminated because the user-specified limit on the number of logs to scan was reached.

927

PNST_ERR

The instance number of a partition does not match the instance number maintained for the partition by the host file. Typically the instance number of a partition is increased only when it has been purged and then a new partition (with the same raw partition number) is created; or an individual partition member has been rebuilt through a call to PTADMIN.

928

PMRB_ERR

Partitioned file rebuild did not successfully rebuild all partitions. See CTSTATUS.FCS for more details.

929

PRBL_ERR

Partitioned file rebuild requires special support. Rebuilding the entire partitioned file requires ctPARTITION to be defined at compile time. Rebuilding an individual partition member may require ctPARTITIONinstnc to be defined at compile time, and the member rebuild must be initiated through PTADMIN().

930

PNSX_ERR

Partition member instance # exceeds maximum of 255 for a non-huge partitioned file. Use RBLIFILX8 to rebuild the entire set of partitioned files.

931

PALL_ERR

Could not rebuild only bad partitioned file components. Must rebuild entire partitioned file. Remove badpartIFIL from tfilno member of IFIL used in RBLIFILX8.

932

BMPW_ERR

The specified encryption master password is incorrect.

933

ICOD_ERR

An encryption operation failed due to an unexpected internal error. See CTSTATUS.FCS for details.

7716

 

Automatic transaction recovery failed due to an unexpected entry in the transaction log files.


© 1999-2012 Software Technology, Inc.   All rights reserved. Terms of Use
The maker of Tabs3 and PracticeMaster
Tabs3, PracticeMaster, and the “pinwheel” symbol (The "Pinwheel" symbol is a Registered Trademark of Software Technology, Inc.) 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