This KB article provides the steps to upload the new v7 format Quova data to the Risk Authentication product.
Release :9.1.x
Component : Risk Authentication/RiskMinder/RiskFort
Risk Authentication
Arrfupload is a command-line utility that enables one to upload Quova data files to the Risk Authentication database. The Neustar v7 data format includes only a single file (arcot_v7.csv) which contains all of the Geopoint and anonymizer data.
It is recommended that Risk Authentication's database server have a minimum of 50 GB of free space.
Neustar version 7 format command shown below:
[1] Upload only GeoPoint data
arrfupload -prompt GeoPoint 1 1 C:\arcot_v7.csv
[2] Upload only Anonymizer data
arrfupload -prompt Anonymizer 1 1 C:\arcot_v7.csv
[3] Upload both GeoPoint and Anonymizer data
arrfupload -prompt GeoPoint 1 1 C:\arcot_v7.csv Anonymizer 1 1 C:\arcot_v7.csv
Refresh cache: arrfclient cr <ipaddress of riskfort server> <port>
Upload Quova data using an interactive Batch Script
Neustar version 7 format command shown below:
arrfupload -prompt GeoPoint 1 1 C:\quova\arcot_v7.csv Anonymizer 1 1 C:\quova\arcot_v7.csv
Refresh cache
arrfclient cr <ipaddress of riskfort server> <port>
Refresh Cache command examples:
This Advisory was sent to AA customers on March 22nd 2022 to inform that V6 format Quova data should not be used post April 1st 2022 as the data will no more be updated for V6 format and only V7 format data should be uploaded to Risk Authentication servers.