How to configure backup Database? For both ODBC and JDBC connections
search cancel

How to configure backup Database? For both ODBC and JDBC connections

book

Article ID: 49236

calendar_today

Updated On:

Products

CA Advanced Authentication

Issue/Introduction

During installation , if user choose to configure only primary database which will be used for both ODBC and JDBC connections, user can use the steps given here to configure the backup database.

Environment

Release: 9.x
Component: WEBFRT

Resolution

To configure a backup database, modify the [arcot/db/backupdb] section of <ARCOT_HOME>\conf\arcotcommon.ini file

Required parameters in this file are as follows:

  1. Datasource - The name of the data source as defined in ODBC.
  2. URL - The name of the JDBC data source.
  3. Username - The username corresponding to Datasource.

NOTE: The password corresponding to Username needs to be securely stored in securestore.enc with value of Datasource as the key. Use the dbutil utility to achieve this.