CONNX Data Integration Suite 14.8.0 | Adabas Event Replicator for LUW | Adabas Event Replicator for LUW Functions | Event Replication Registry Settings | Registry Values
 
Registry Values
* CONNX.REPLICATION.CTRL_PORT
* CONNX.REPLICATION.DEBUG_LEVEL
* CONNX.REPLICATION.EP_ADA_CFG_PORT
* CONNX.REPLICATION.MQ_PORT
* CONNX.REPLICATION.NOTIFY
* CONNX.REPLICATION.NOTIFY_CMD
* CONNX.REPLICATION.STATUSREFRESHINTERVAL
* CONNX.REPLICATION.CTRL_PERF_ENABLED
* CONNX.REPLICATION.CTRL_PERF_QUERY_INTERVAL
* CONNX.REPLICATION.CTRL_PERF_STAT_FILE
* CONNX.REPLICATION.ADABCK_ET_SYNC_WAIT
* CONNX.REPLICATION.CTRL_OP_FLAGS
* CONNX.REPLICATION.DBG_OPTIONS
* CONNX.REPLICATION.DBG_EC_EP_PORT
* CONNX.REPLICATION.DBG_EC_EP_SERVER
* CONNX.REPLICATION.DBG_EC_IGNORE_ZERO
* CONNX.REPLICATION.DISABLE_ROW_CT_CHECK
* CONNX.REPLICATION.DNS_TO_DOT
* CONNX.REPLICATION.EC_EIS_WAIT
* CONNX.REPLICATION.EC_IS_TRUNCATE_ONLY
* CONNX.REPLICATION.EC_SLEEP_ON_STARTUP
* CONNX.REPLICATION.EC_SQL_ERR_MODE
* CONNX.REPLICATION.EC_SQL_MAX_HANDLES
* CONNX.REPLICATION.EP_EVENT_ERR_MODE
* CONNX.REPLICATION.MQ_CONFIG_DIR
* CONNX.REPLICATION.EP_QUEUE_HOST
* CONNX.REPLICATION.MQ_PORT
* CONNX.REPLICATION.MQ_QUEUE_DIR
* CONNX.REPLICATION.EP_ACD_PREIMAGE
* CONNX.REPLICATON.EC_SQL_MAX_HANDLES_PER_RL
* CONNX.REPLICATION.EP_USER_NAME
CONNX.REPLICATION.CTRL_PORT
Specifies the CONNX Message Queue controller port.
If CONNX.REPLICATION.CTRL_PORT is greater than 1024, the Replication Controller will accept Replication Engine communications on that port value.
If the port specified in CONNX.REPLICATION.CTRL_PORT is unavailable, then either changeCONNX.REPLICATION.CTRL_PORT to 0 to allow the Replication Controller to use the first available port, or change CONNX.REPLICATION.CTRL_PORT to a port value that is available.
The valid values are:
*0 - Use first available port
*1 through 1024 - Reserved for internal use
*1025 through 65535 - Use the port specified. The specified port must be available.
The defaultv alue is 9205.
CONNX.REPLICATION.DEBUG_LEVEL
Controls the debug output that goes to the log file.
The valid values are:
*0 - Debug is 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 value is 0.
CONNX.REPLICATION.EP_ADA_CFG_PORT
Specifies the port that the ep_config process will listen on for requests from the event producer.
The default value is 9207.
CONNX.REPLICATION.MQ_PORT
Specifies the CONNX Message Queue listening port.
The default value is 9200.
CONNX.REPLICATION.NOTIFY
Specifies whether or not to call the notification command job specified by CONNX.REPLICATION.NOTIFY_CMD if the system encounters an Nx error.
The valid values are:
*0 - Do not call the notification command. CONNX.REPLICATION.NOTIFY_CMD is ignored.
*1 - Call the notification command specified by CONNX.REPLICATION.NOTIFY_CMD.
The default value is 0.
CONNX.REPLICATION.NOTIFY_CMD
Specifies the location and name of the notification job to call when NOTIFY is 1 and the system encounters an Nx error. If CONNX.REPLICATION.NOTIFY is 0, CONNX.REPLICATION.NOTIFY_CMD has no effect.
Example: CONNX.REPLICATION.NOTIFY_CMD="C:\CONNX32\REPLICATION\COMMON\EVENTNOTIFY.CMD"
The default value is eventnotify and there is a sample eventnotify.cmd file in the Samples directory.
CONNX.REPLICATION.STATUSREFRESHINTERVAL
Controls the how often the Replication Administrator refreshes the Server Status tab. When you view the Server Status, the status is normally refreshed every 30 seconds. CONNX.REPLICATION.STATUSREFRESHINTERVAL changes the default refresh interval.
The valid values are:
*0 - Disable background refresh.
*1-30 - 30 seconds (minimum value).
*31-86400 - Number of seconds specified up to 86400 seconds (maximum value).
Note: 
86400 seconds is 24 hours.
CONNX.REPLICATION.CTRL_PERF_ENABLED
Enables the gathering and reporting of performance statistics by the Replication Controller.
Performance statistics will be written to the CTRL.log file. Optionally, the current statistics output will be directed to a file specified by CTRL_PERF_STAT_FILE.
The valid values are:
*0 - Disable performance statistics.
*1 - Enable performance statistics.
The default value is 0.
CONNX.REPLICATION.CTRL_PERF_QUERY_INTERVAL
Specifies the number of seconds between statistics calls the controller makes to the EC.
The valid values are from 1 to 86400 seconds (maximum value).
The default value is 3600 seconds.
CONNX.REPLICATION.CTRL_PERF_STAT_FILE
Causes the current statistics output to be saved to a designated file.
The output will still appear in the CTRL.log file. This file can be used as an easy way to access the most recent statistics without having to parse the CTRL.log file. Only the most current statistics will be in this file. You must use the CTRL.log file for statistics history.
The valid CONNX.REPLICATION.CTRL_PERF_STAT_FILE values are:
*Blank - do not use an additional statistics output file.
*The name (including the path) of the statistics file you wish to use.
The default value is blank.
CONNX.REPLICATION.ADABCK_ET_SYNC_WAIT
Causes the ADABCK DUMP step in the initial state process to use the ET_SYNC_WAIT parameter.
The Adabas utility ADABCK is used during the initial state process for Adabas to Adabas replication. When set, the ET_SYNC_WAIT parameter defines the time (in seconds) that ADABCK waits for ET-logic users to come to ET status at the end of the DUMP function. Setting the CONNX.REPLICATION parameter ADABCK_ET_SYNC_WAIT allows the user to control the value of this parameter for replication.
This parameter is set in the registry (sqlregistry on Unix/Linux machines and CONNX Configuration Manager on Windows machines) on the machine where the Replication Controller is running.
Valid CONNX.REPLICATION.ADABCK_ET_SYNC_WAIT values are:
*0 - Do not set ET_SYNC_WAIT on the ADABCK DUMP command. ADABCK will use the value set in the nucleus' TT parameter.
*1 through 32767 - The number of seconds to set ET_SYNC_WAIT on the ADABCK DUMP command.
The default value is 60 seconds.
For more information on the ADABCK ET_SYNC_WAIT parameter, see the Adabas Utilities guide.
Note: 
This setting does not apply when replicating to a relational target.
CONNX.REPLICATION.CTRL_OP_FLAGS
Enables/disables enhanced debugging of the controller.
Possible values are 0 (disabled) and 1 (enabled).
This should only be used for debugging purposes at the direction of a support engineer.
The default value is 0.
CONNX.REPLICATION.DBG_OPTIONS
Enables/disables enhanced debugging of the EP logger.
Possible values are 0 and 32.
This should only be used for debugging purposes at the direction of a support engineer.
The default value is 0.
CONNX.REPLICATION.DBG_EC_EP_PORT
Enables/disables isolated debugging of the event consumer by overriding the port.
This should only be used for debugging purposes at the direction of a support engineer.
The default value is 0.
CONNX.REPLICATION.DBG_EC_EP_SERVER
Enables isolated debugging of the event consumer by overriding the server name of the controller.
This should only be used for debugging purposes at the direction of a support engineer.
The default value is localhost.
CONNX.REPLICATION.DBG_EC_IGNORE_ZERO
Causes SQL DELETE and UPDATE operations that affect zero rows (when they should have affected 1 or more) to be treated as success.
No retry of the SQL operation will occur.
Possible values are true and false.
This should only be used for debugging purposes at the direction of a support engineer.
The default value is false.
CONNX.REPLICATION.DISABLE_ROW_CT_CHECK
Ignores error conditions where an UPDATE or DELETE was performed, but zero rows were affected.
Possible values are true and false.
This should only be used for debugging purposes at the direction of a support engineer.
The default value is false.
CONNX.REPLICATION.DNS_TO_DOT
Causes replication to convert host names to IP addresses before sending the information to other remote components.
This will potentially bypass DNS resolution problems where DNS names are not properly configured on all systems where components reside.
Possible values are true and false.
This should only be used at the direction of a support engineer.
The default value is false.
CONNX.REPLICATION.EC_EIS_WAIT
Causes replication wait for the specified number of seconds after an initial state has completed.
This will potentially bypass DNS resolution problems where DNS names are not properly configured on all systems where components reside.
This should only be used for debugging purposes at the direction of a support engineer.
The default value is 0.
CONNX.REPLICATION.EC_IS_TRUNCATE_ONLY
Causes replication to use only truncate to clear target tables. Normally, if truncate fails, a delete will be issued.
When this setting is enabled, if the truncate fails, then the entire initial state operation fails.
The default value is false.
CONNX.REPLICATION.EC_SLEEP_ON_STARTUP
Causes replication to sleep for the specified number of seconds at startup, providing enough time to attach a debugger.
This should only be used for debugging purposes at the direction of a support engineer.
The default value is 0.
CONNX.REPLICATION.EC_SQL_ERR_MODE
CONNX.REPLICATION.EC_SQL_ERR_MODE will determine what action is taken when an error occurs.
The valid values are:
*0 - Permissive. The error is logged and replication continues if the error is not fatal.
*1 - Suspend. The error is logged, and replication is suspended for the specific table.
*2 - Stop. The error is logged, and replication is stopped for all tables.
The default value is 0.
CONNX.REPLICATION.EC_SQL_MAX_HANDLES
Determines the maximum number of SQL statement handles to keep cached for improved performance.
The default value is 800.
CONNX.REPLICATION.EP_EVENT_ERR_MODE
Determines the behavior of replication in the event of an error in the event producer itself.
The valid values are:
*0 - Permissive. The error is logged and replication continues if the error is not fatal.
*1 - Suspend. The error is logged, and replication is suspended for the specific table.
*2 - Stop. The error is logged, and replication is stopped for all tables.
The default value is 1.
CONNX.REPLICATION.MQ_CONFIG_DIR
Overwrites the default location use for the configuration files of the message queue.
This should only be used for debugging purposes at the direction of a support engineer.
The default value is an empty string.
CONNX.REPLICATION.EP_QUEUE_HOST
Overwrites the default name of the local TCP/IP connection for the message queue.
This should only be used for debugging purposes at the direction of a support engineer.
The default value is 127.0.0.1.
CONNX.REPLICATION.MQ_PORT
Overwrites the default port used to communicate to the local message queue.
The default value is 9200.
CONNX.REPLICATION.MQ_QUEUE_DIR
Overwrites the default location use for the files of the message queue.
This should only be used for debugging purposes at the direction of a support engineer.
The default value is an empty string.
CONNX.REPLICATION.EP_ACD_PREIMAGE
If set to 1, CONNX.REPLICATION.EP_ACD_PREIMAGE enables pre-image support for ACD tables. 0 disables the pre-image support.
You must set CONNX.REPLICATION.EP_ACD_PREIMAGE before you deploy any replications.You set the environment variable CONNX_EP_ACD_PREIMAGE in the Adabas environment or add it to the cnxep.env file prior to starting the Adabas nucleus. Restart the nucleus for this configuration to take effect.
The default value is 0.
CONNX.REPLICATON.EC_SQL_MAX_HANDLES_PER_RL
Specifies the maximum amount of SQL handles that can be cached per a record loader.
The default value is 500.
Note: 
The setting EC_SQL_MAX_HANDLES is still valid. Adabas Event Replicator for LUW now takes the greater value between EC_SQL_MAX_HANDLES_PER_RL and (EC_SQL_MAX_HANDLES / RL count).
CONNX.REPLICATION.EP_USER_NAME
Controls whether Adabas Event Replicator for LUW puts variable data in the user name field on the mainframe when performing a replication.
The default value is 0 - the old behavior.