Previous Topic: Upgrading from CA Access Control r8.0SP1

Next Topic: Install CA Access Control Enterprise Management on Windows


Prepare the Central Database for Enterprise Management

CA Access Control Enterprise Management requires a relational database management system (RDBMS). You set this up before you install CA Access Control Enterprise Management.

You have two options for setting up your database to work with CA Access Control Enterprise Management:

Follow these steps:

  1. If you do not already have one, install a supported RDBMS as the central database.

    Note: For a list of supported RDBMS software, see the Release Notes.

  2. Configure the RDBMS for CA Access Control Enterprise Management:

    Verify that the database can be accessed locally and from a remote client.

  3. (Optional) Pre populate the central database using the deployment scripts CA Access Control provides.
    1. Customize the deployment scripts before you deploy them.

      The deployment scripts define four default user accounts that CA Access Control Enterprise Management uses (superadmin, selfreguser, neteautoadmin, [default user]). You can change the names of these default accounts and their passwords.

      Important! Customize the scripts only if you plan to use the embedded user store. If you use Active Directory, CA Access Control Enterprise Management does not store account information in the central database. For more information, refer to the Implementation Guide.

    2. Deploy the deployment scripts.
    3. Configure the database user that you use for CA Access Control Enterprise Management installation.
      • For Oracle, keep the CONNECT and RESOURCE roles for the user you created.
      • For SQL Server, create a user, selecting the database that you created earlier as default, map the user to the database, and set the following permissions: CONNECT.SELECT, INSERT, DELETE, UPDATE, EXECUTE.