Fingerprint Maintenance Tool configuration settings
The Settings.ini file that is installed with the APT application in the C:\Datacap\APT\dco_APT folder contains information that is required by the Fingerprint Maintenance Tool.
Database Section
Contains the connection strings to one or more databases that are used by the Fingerprint Maintenance Tool.- FingerprintDatabase Setting
- Defines the connection string to the Fingerprint database used
by the Fingerprint Maintenance Tool. For example:
FingerprintDatabase=Provider=Microsoft.Jet.OLEDB.4.0; Data Source=C:\Datacap\apt\process\APTFingerprint.mdb; Persist Security Info=False
Paths Section
Contains path information that is required by the Fingerprint Maintenance Tool.- FingerprintDirectory Setting
- Defines the path to the application's folder that contains the
application's fingerprint files (TIFF, CCO, or Fingerprint XML files).
For example:
FingerprintDirectory=c:\datacap\apt\Fingerprint - FingerprintBackupDirectory Setting
- Defines the path to the folder that contains backup copies of
the Fingerprint XML files that are made when fingerprints are added
to an application. If this folder does not exist, it is created when
the Fingerprint Maintenance executable is started. For example:
FingerprintBackupDirectory=c:\datacap\apt\Fingerprint Backup - SetupDCO Setting
- Defines the path to the application's Setup DCO file. For example:
SetupDCO=c:\datacap\apt\dco_APT\APT.xml
FMT Section
Contains the SQL query that is used by the Fingerprint Maintenance Tool. For example:[FMT]
FilteredSummary=Select Template.tp_TemplateID,Template.tp_DateAdded,
Template.tp_HitCount,Template.tp_LastHit,Host.hs_RefName FROM Template,
Host WHERE host.hs_HostID = Template.tp_HostID