Home

Getting Started

Utilities

Indexing

Omnidex

Development

Tutorials

Quick Links

 

Utilities

ODXAIM

 

 

Setup & Install ODXAIM

Setup & Install ODXAIM as a Windows Service

 

ODXAIM

Directives

Transaction Tables

 

Configuration File

The ODXAIM configuration file is used to configure ODXAIM functionality. All the settings defined in the configuration file, except for Logging and LogFile settings, can also be defined from the command line with options.

This configuration file is only required if using logging or when installing ODXAIM as a Windows service.

; =====================================================================
; ======== Dynamic Information Systems Corporation ========
; ====== ODXAIM - Omnidex Automatic Index Manager startup ======
; ====== configuration file ======
; =====================================================================
; OMNIDEX Kernel version 3.7
; =====================================================================
; This file lets you configure ODXAIM functionality.

; Required entries have default settings applied. Other settings can be
; enabled by removing leading semicolon (;) and modifying as necessary.
; =====================================================================

[General]
; =====================================================================
; Required. Contains settings used to configure OdxAIM functionality

EnvironmentFile=/users/oracle/orders.env
;EnvironmentFile=c:\data\oracle\oa\orders.env
; Specifies the OA Environment file that OdxAIM will maintain indexes for

SleepInterval=2
; Specifies amount of time that OdxAIM sleeps before checking for
; more Omnidex Indexing Transactions

Logging=0
; Specifies that logging is enabled/disabled
; 1 = Enabled
; 2 = Disabled

LogFile=odxaim.log
; Specifies the file name in which to log OdxAIM events and statistics

ColumnListSeperator=~
; Configurable character used to delimit the column list in the transaction

DataValuesSeperator=^
;Configurable character used to delimit each columns' data values

Top