Unix/Linux Environment Variables
CONNX_EP_ADA_CFG_PORT
CONNX_EP_ADA_CFG_PORT specifies the port that the ep_config process will listen on for requests from the event producer.
The default CONNX_EP_ADA_CFG_PORT value is 9207.
CONNX_EP_DATA_PATH
CONNX_EP_DATA_PATH specifies the directory path used by the Event Producer to store configuration files. CONNX_EP_DATA_PATH must be able to read from and write to the Adabas nucleus.
There is no CONNX_EP_DATA_PATH default value. You must assign a path name to CONNX_EP_DATA_PATH.
CONNX_EP_DEBUG_LEVEL
CONNX_EP_DEBUG_LEVEL controls the debug output that goes to the log file.
The CONNX_EP_DEBUG_LEVEL values are:
0 - debug off.
1 - Normal debug output. Messages provide some debugging/status information but do not severely affect performance.
2 - Extreme debug output. The transaction level diagnostics generated will negatively impact performance.
The default CONNX_EP_DEBUG_LEVEL is 0 (off).
CONNX_EP_NOTIFY
CONNX_EP_NOTIFY specifies whether or not to call the notification command job specified by CONNX_EP_NOTIFY_CMD.
The CONNX_EP_NOTIFY values are:
0 - Do not call the notification command. CONNX_EP_NOTIFY_CMD is ignored.
1 - Call the notification command specified by CONNX_EP_NOTIFY_CMD.
The default CONNX_EP_NOTIFY value is 0 (do not call).
CONNX_EP_NOTIFY_CMD
CONNX_EP_NOTIFY_CMD specifies the location and name of the notification job to call when CONNX_EP_NOTIFY is 1 and an Nx error is encountered.
If CONNX_EP_NOTIFY is 0, CONNX_EP_NOTIFY_CMD has no effect.
Example: CONNX_EP_NOTIFY_CMD=".../REPLICATOR/ETC/EVENTNOTIFY.BSH"
The default value is "eventnotify" and there is a sample eventnotify.bsh file in the Samples directory.
CONNX_EP_QUEUE_PORT
CONNX_EP_QUEUE_PORT specifies the port number of the CONNX Message queue on the local Adabas Nucleus machine.
The CONNX_EP_QUEUE_PORT may be the same as the CONNX.REPLICATION.MQ_PORT if both the Event Consumer and Event Producer reside on the same machine.
The default CONNX_EP_QUEUE_PORT is 9200.
CONNX_EP_ACD_PREIMAGE
When set to 1, CONNX_EP_ACD_PREIMAGE enables pre-image support for ACD tables.
The default value is "0" - disabled.