ATM Transaction Anayzer User and Installation Guide
Appendix J 175
Parameter Description
Log Error to Event Log Logs error messages to windows event viewer. The default value is false (0-false/1-
true).
Default: 0
Maximum Number of Failure The Maximum Number Of Failure parameter shutdown the service after configured
number of failures (in this case, NT service manager will not start the service). If this
parameter is 0 then service never shutdown except abnormal termination/kill
/exception (in this case NT service manager starts the service after configured time in
service’s recovery properties).
Default: 0
Use LocalTime Enabled Use local time for the time fields in the Transaction table. If set to 1, the entryTime
and tramsactionTime columns in TRANSACTION table are inserted as LCT values. It
is recommended not to set this flag and use the timestamps in UTC format.
Default: 0.
Maximum Requested
Transactions
Maximum requested transactions from the backend. If set, the front-end sends the
specified number to the backend for every request and the backend will sends only
that many number of transactions in reply and then send end-of-data. If set to 0 then
the backend sends all the latest transactions recorded from the given RBA and then
send end-of-data.
Default: 0.
Transaction Request Time
(secs)
Time Interval in seconds after which the request for transactions will be send again.
Default: 30
Transactions Request Timeout
(secs)
Time Interval in seconds after which the request for transactions will timeout.
Default: 30
Restart after failure (secs) The parameter retries the failed operation after configured time. For example, if the
service fails to connect to SQL database then it won’t try to connect to the database
in a loop but wait as per this configured time before trying again.
Default: 60
Maximum Log File Length
(Kb)
Log File Length size in Kb.
Default: 4
Maximum Number of Log
File
Maximum number of log files.
Default: 5
Log Bad Transactions in File
Enabled
Enable/disable logging of bad transactions in a log file.
Performance Stats Enabled Collect performance stats.
Default: 0
Performance stats period
(secs)
Collect Performance stats after the specified period in seconds.
Default: 30
Log File Name Name of the log file.
Default: atmlogger.log
Validation and Repair
Enabled
Enable/disable validation and repair of transactions.
Default: 1
Log Repaired Transaction
Enabled
Enable/disable logging of repaired transaction.
Default: 1
ProcessAdminTransaction Enable/Disable processing of admin Transactions.
NOTE: Not applicable for this version. Will be used in the future release for admin
transaction support.
maxTransactionBatchSize Maximum batch size of the transactions to be inserted in bulk to the database.
Default: 250.
maxTransactionQSize Maximum size of the transaction queue.
Default: 10000.
Enable Customer Data Enable/Disable the insertion of data in the Customer Table in the database.
Default: 0
Appendix J