How To Find Version Information Of CA Risk Authentication/RiskFort
search cancel

How To Find Version Information Of CA Risk Authentication/RiskFort

book

Article ID: 44824

calendar_today

Updated On:

Products

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

Issue/Introduction

I do not know the version of my Risk Authentication server.

1. How can I find the version from existing installation?
2. How to find the version information from DB?

Environment

CA Risk Authentication(RiskMinder or RiskFort) - 8.x and Onwards

Resolution

[A] The version of Risk Authentication is visible in $ARCOT_HOME/logs/arcotriskfortstartup.log

1. Around the beginning of the startup logs, the version information is displayed.
   For example, for CA Risk Authentication 8.1.3 below is printed
 - INFO:    pid 4416 tid 3360: 2: 0: STARTING  CA Risk Authentication 8.1.3 (Oracle + Sql Server + MySql Server)
 
2. There may be patches applied on top of base product. Individual version numbers of each module are printed as below. There are many more modules that are printed in the startup logs.
 - LOW:     pid 4416 tid 3360: 8: 0: Risk Engine Version: 8.1.3
 - INFO:    pid 4416 tid 3360: 9: 0: UNKNOWNDEVICEID : UNKNOWNDEVICEID Rule Module Version [8.1.3] is initialized successfully
 - INFO:    pid 4416 tid 3360: 9: 0: DEVICEVELOCITY : DEVICEVELOCITY Rule Module Version [8.1.3] is initialized successfully
 - INFO:    pid 4416 tid 3360: 9: 0: EXCEPTION : EXCEPTION Rule Module Version [8.1.3] is initialized successfully
 - INFO:    pid 4416 tid 3360: 9: 0: UNTRUSTEDIP : UNTRUSTEDIP Rule Module Version [8.1.3] is initialized successfully
 - INFO:    pid 4416 tid 3360: 9: 0: SCORING Rule Module Version [8.1.3] is initialized successfully

3. Versions of each protocol handlers in Risk Authentication server, are printed in the log as below:
 - INFO:    pid 4416 tid 3360: 8: 0: Riskfort Library Version: CA Risk Authentication 8.1.3_LIB 1.0
 - INFO:    pid 4416 tid 3360: 2: 0: Server Manager WS Protocol Version [Server Manager WS DLL Version 1.0.0]
 - INFO:    pid 4416 tid 3360: 2: 0: Server Manager WS Protocol Initialized successfully
 - INFO:    pid 4416 tid 3360: 2: 0: Trans WS Protocol Version [Transaction WS DLL Version 8.1.3]
 - INFO:    pid 4416 tid 3360: 2: 0: Trans WS Protocol Initialized successfully
 - INFO:    pid 4416 tid 3360: 2: 0: Admin WS Protocol Version [Admin WS DLL Version 8.1.3]


[B] The version information is stored in DB. You can run below query to find out the Server version from DB.

SELECT VERSION FROM ARRFSERVERS WHERE SERVERNAME IN ('RiskFort', 'RiskFortCaseManagement');


SELECT INSTANCEVERSION FROM ARRFINSTANCES WHERE SERVERTYPE IN ('RiskFort','RiskFortCaseManagement');