Sample DBEngine Parameter File%----------------------------------------------------------------------- % % Copyright 2013 Attachmate Corporation. All Rights Reserved. % % Module: DATA/ENGINE/SAMPLE/CONTROL % % Project: DATABridge % % Description: DATABridge Engine Parameter File % % Copyright 2013 Attachmate Corporation. All Rights Reserved. % %-----------------------------------------------------------------------
% License key
% KEY = "XXXXXXXXXXXXXXXXXXXXXXXX"
% Temporary evaluation key
% EVALKEY = "XXXXXXXXXXXXXXXXXXXXXXXX"
% Software compatibilities
Audit level = 9 Property level = "050610"
% Frequency of commits
Checkpoint client every 100 (allow any) audit blocks Checkpoint client every 1000 (allow 1 - 9999999) records % Checkpoint client every 200 (allow any) transactions % Checkpoint client every 10 (allow 1 - 36000) seconds Checkpoint client during long transactions = false only Checkpoint client during idle database = false
% Number of concurrent Extract workers
Workers = 4 (max 10) Enterprise Workers = 20 (max 100) % threads reading datasets
% Restrict access to DATABridge to certain times
% Available daily from 11:30 PM to 7:00 AM % Monday from 12:00 PM to 1:30 PM % Available Saturday from 4:00 AM to 10:50 PM % Available weekdays from 9:20 PM to 3:00 AM
% When retrieving audit regions from another host % across a network, ReadAhead will send a request for % the next region before the Accessory asks for it.
ReadAhead = true
% Print statistics report at EOJ
Print Statistics = false
% Include/exclude link data items
Links = false
% Use/don't use DBPlus if installed
DBPlus = true
% Access/don't access the active (current) audit file
Read active audit = false
% Treat reversals as normal updates
Convert reversals to updates = false
% DMSII program titles
DMALGOL "*SYSTEM/DMALGOL ON DISK" DMCONTROL "*SYSTEM/DMCONTROL ON DISK" DMUTILITY "*SYSTEM/DMUTILITY ON DISK" DMRECOVERY "*SYSTEM/DMRECOVERY ON DISK"
% Mirroring % WARNING: The MIRRORED option should only appear in a % database-specific DBEngine control file, i.e. % DATA/ENGINE/<database>/CONTROL.
% MIRRORED AUDIT [ AND DATABASE ] FOR <sourcename> % AT "<hostname>" PORT "<portnumber>"
% <hostname> is the primary system, i.e. where the live database is. % <sourcename> is name of a DBServer SOURCE on that primary system.
% Mirrored Audit and Database for BANKDB at PROD port "3000" % % Mirrored Audit for CUSTOMERDB at GREENHOST port "4101" | ||
|