Previous Topic

Next Topic

Potential c-tree Server Automatic Recovery Failures with the LOGIDX Feature

c-treeACE provides a feature called LOGIDX which can allow for quicker automatic recovery time on server startup should you experience an unexpected failure (for example, a power outage). This feature can be enabled with a file mode of LOGIDX, or using the FORCE_LOGIDX server configuration keyword.

Extensive testing identified an isolated possibility of failure during automatic recovery when the LOGIDX logic is active. The net effect is a possibility for failed recovery in the event the c-tree Server was not properly shut down. This has been corrected as of V9.1 build 090522.

A simple solution to ensure you will not be impacted by this default setting is to disable the LOGIDX feature via your server configuration file. Follow these easy steps to perform this change:

  1. Cleanly shut down your c-tree Server. (For example, use the c-tree Server Administrator utility, ctadmn, or the c-tree Server stop utility, ctstop.)
  2. Add or change the following server configuration keyword in your server configuration file, ctsrvr.cfg:

    FORCE_LOGIDX OFF

  3. Restart your c-treeACE per your normal operating procedures.