Previous Topic: Configure an LDAP User Directory

Next Topic: Create the Identity Manager Directory

Configure a Relational Database

Perform the following procedure to configure a relational database.

To configure a relational database

  1. Create a database instance named NeteAuto.
  2. Create a user named neteautoadmin with the password test. Grant neteautoadmin rights (such as public and db_owner rights) to NeteAuto by editing the properties of the user.

    Note: The neteautoadmin must have at least select, insert, update and delete permissions for all the tables created by the .sql script for creating the NeteAuto database, and must be able to execute all of the stored procedures, if any, defined in these scripts.

  3. While editing the user’s properties, make NeteAuto the default database for neteautoadmin.
  4. Run the following scripts in the order in which they are listed:

    These script files are located in the admin_tools\samples\NeteAutoRDB\Organization folder. In this example, admin_tools refers to the Administrative Tools, which are installed in the following default locations:

  5. Define a JDBC data source named neteautoDS that points to the NeteAuto database.

    The procedure for configuring a data source depends on the type of application server where CA Identity Manager is installed. The section How to Create a JDBC Data Source includes application server-specific instructions for creating a JDBC data source.