Previous Topic: How to Configure the Policy Store

Next Topic: Configure a SQL Server Data Source for SOA Security Manager

Create the SOA Security Manager Schema

You create the SOA Security Manager schema so that SQL Server database can store policy, key, and audit logging information.

The following warnings are displayed when running the policy store and audit logging schema files and do not affect the policy store configuration:

To create the SOA Security Manager schema

  1. Start the Query Analyzer and log in as the person who administers the Policy Server database.
  2. Select the database instance from the database list.
  3. Open sm_mssql_ps.sql in a text editor and copy the contents of the entire file.
  4. Paste the schema from sm_mssql_ps.sql into the query and execute the query.

    The policy and key store schema is added to the database.

  5. Open SQLServer.sql in a text editor and copy the contents of the entire file.
  6. Paste the schema from SQLServer.sql into the query, and execute the query.

    The policy store schema is extended.

  7. Repeat steps three and four to use the policy store as an audit logging database. Use the following schema file:

    sm_mssql_logs.sql

    Note: You are not required to configure the policy store to store additional SOA Security Manager data. You can configure individual databases to function as a separate audit log database, key store, and session store.

    The database can store SOA Security Manager data.