Automate Quova Data Upload from Neustar in Risk Authentication
search cancel

Automate Quova Data Upload from Neustar in Risk Authentication

book

Article ID: 133101

calendar_today

Updated On:

Products

CA Advanced Authentication CA Risk Authentication CA Advanced Authentication - Risk Authentication (RiskMinder / RiskFort)

Issue/Introduction

Could you let us know if there is a way to automate the Quova(IP Geo Location) Data upload into tables ARQGEOPOINT & ARQGEOANONYMIZER tables?

Environment

Release : 9.x

Component : RiskMinder(Arcot RiskFort)

CA Risk Authentication

Cause

N/A

Resolution

Note: This article is applicable for v6 format for Quova data which contained the Anoymizer.dat and Corrected_EDITION_Media.dat file. The latest data is in csv format and just contains the one file name arcot_v7.csv.

Below script can be used to automate the Quova data upload process to Risk server database.

$ARCOT_HOME/sbin/arrfupload -prompt GeoPoint 1 1 /data/quova/Corrected_EDITION_Media.dat

$ARCOT_HOME/sbin/arrfupload -prompt Anonymizer 1 1 /data/quova/anonymizers.dat

$ARCOT_HOME/sbin/arrfclient cr localhost 7980

Note: This script is used for the V6 format of the Quova data, now we have v7 format and steps can be found in this KB article.

https://knowledge.broadcom.com/external/article?articleId=243246

 

Additional Information

NA