3.1.2.2.2 Using Behavior Detection Datamaps
The Behavior Detection (BD) datamap takes the data from the flat files, enhances it, and then loads it into a target database table (FSDM).
To load data in the FSDM using Flat Files, follow these steps:
- Place the ASCII.dat flat files in the <OFSAAI Installed Directory>/bdf/inbox directory.
- Configure the DIS.source parameter to FILE.
- Configure the
DIS.Source
parameter toFILE-EXT
for loading flat files through the external table. In order to load the flat files using the external table, theext_tab_dir_path
variable must also be set to the inbox directory and the database UNIX account must have read and write privileges to it.
- Configure the
- Execute the Account datamap which loads into the Account (ACCT)
table:
<OFSAAI Installed Directory>/bdf/scripts/execute.sh Account
Note:
If there are any errors in loading, refer to the<OFSAAI Installed
Directory>/bdf/logs
path.