DBEngine and DBEnterprise Parameters

Specify processing settings for the selected data source. Configuration file parameters are provided in parentheses.

General

DBEngine (Extract) workers (engine_workers)

Overrides the DBEngine WORKERS= n parameter on the host which controls the number of extract workers the Databridge Engine can use during the data extraction phase.

Convert reversals to updates (convert_reversals)

The radio buttons User server setting, Don’t convert, and Convert allow the Client to override the Databridge Engine control file parameter CONVERT REVERSALS. Refer to the Databridge Host Administrator Guide for more details on this parameter.

Enable DOC records (for debugging only) (enable_doc_records)

Requests DOC records from the Databridge Engine (DBEngine or Enterprise Server). Use only for troubleshooting the Databridge Engine problems.

Include latest StateInfo in record headers (use_latest_si)

Requests StateInfo in all data records sent by the server during audit file processing. If the DMSII audit file records have an associated timestamp, this option can result in more accurate audit timestamp values.

Verify DBEnterprise audit origin (dbe_dflt_origin)

Specifies the expected origin for Enterprise Server audit files during normal operations. Options include: Cached; Indirect disk; and Direct disk.

COMMIT parameters

Use these parameters to override Databridge Engine CHECKPOINT parameters.

Commit every (n) ABSN blocks (commit_absn_inc)

Specify a value to override the Databridge Engine CHECKPOINT CLIENT EVERY nnn SECONDS AUDIT BLOCKS parameter setting. The Databridge Engine will generate a commit at the next quiet point after the specified number of audit blocks have been processed.

Commit every (n) SECONDS (commit_time_inc)

Specify a value to override the Databridge Engine CHECKPOINT EVERY nnn SECONDS parameter setting. The Databridge Engine will generate a commit at the next quiet point after the specified number of seconds has passed since the last commit.

Commit every (n) TRANSACTIONS (commit_txn_inc)

Specify a value to override the Databridge Engine CLIENT EVERY nnn TRANSACTIONS parameter setting. The Databridge Engine will generate a commit at the next quiet point after the specified number of transactions have occurred since the last commit.

Commit every (n) UPDATES (commit_update_inc)

Specify a value to override the Databridge Engine CHECKPOINT CLIENT EVERY nnn UPDATE RECORDS parameter setting. The Databridge Engine will generate a commit at the next quiet point after the specified number of updates have been processed since the last commit.

Commit long transactions (commit_longtrans)

To have the client override the Databridge Engine CHECKPOINT LONG TRANSACTIONS parameter at the start of a process command, select either Commit (to set the parameter to True) or Don't commit (to set the parameter to False). If you don't want the client to override the parameter, select Use DBEngine setting.