Chat now with support
Chat with Support

Identity Manager 8.0 - Configuration Guide

One Identity Manager Software Architecture Working with the Designer Customizing the One Identity Manager Default Configuration Checking Data Consistency Compiling a One Identity Manager Database Working with Change Labels Basic System Configuration Data
One Identity Manager Authentication Module Database Connection Data Configuration Parameters for System Configuration Setting up the Mail Notification System Enabling More Languages for Displaying and Maintaining Data Displaying Country Information Setting Up and Configuring Schedules Password Policies in One Identity Manager Reloading Changes Dynamically TimeTrace Databases Machine Roles and Server Functions Files for Software Update Operating Systems in Use System Configuration Reports Using Predefined Database Queries Managing Custom Database Objects within a Database
The One Identity Manager Data Model Granting One Identity Manager Schema Permissions Working with the User Interface
Object definitions for the User Interface User Interface Navigation Forms for the User Interface Statistics in the One Identity Manager Extending the Launchpad Task Definitions for the User Interface Applications for Configuring the User Interface Icons and Images for Configuring the User Interface Language Dependent Data Representation
Process Orchestration in One Identity Manager
Declaring the Job Server One Identity Manager Service Configuration Handling Processes in the One Identity Manager
Tracking Changes with Process Monitoring Conditional Compilation using Preprocessor Conditions One Identity Manager Scripts Maintaining Mail Templates Reports in the One Identity Manager Custom schema extensions Transporting One Identity Manager Schema Customizations Importing Data Web Service Integration SOAP Web Service One Identity Manager as SPML Provisioning Service Provider Searching for Errors in the One Identity Manager Processing DBQueue Tasks One Identity Manager Configuration Files

Defining Columns

On the Define columns page in the Schema Extension, you can see which columns already exits for the selected table and how many resources are free for new columns.

NOTE: Take the maximum size allowed for a table into account when extending.

If the table you are extending is a simple table (table type "T") or a base table (table type "B") then you can decide whether to create a simple or a foreign key column.

If the table to be extended is a "V" (view) type, only the custom columns of the underlying base table (type "B") are shown in the selection menu. You can only select custom columns from the base table that are not yet used in the view.

The following functions are available to you:

Table 310: Functions
Icon Meaning
Adds a new column.
Deletes a newly inserted column definition.
Displays the configuration options for column properties.
Detailed information about this topic
Related Topics

Creating a Simple Column

To add a simple column in the table in the Schema Extension

  1. Click on the Define column page.
  2. Select Simple column.
  3. Enter the name of the column in Column name.

    If a custom table is extended,you can give it any name. If a default table is extended, the column must begin with the prefix "CCC". The column name is formatted as CCC_<column name>.

  4. Click OK.
  5. Configure more column properties.
Related Topics

Creating a Foreign Key Column

The following restrictions apply if the new column is a foreign key:

  • The name of the new column must be unique in the table.
  • The referenced table has a one column primary key.
  • The value type and some other properties are taken from the referenced table primary key column.
  • Validation of referential integrity is done by DLL or triggered.
  • The table and column relations are created automatically. Column relations follow the naming convention:

    CCC-<database ID>-<4 digit sequential number>

  • If a database view is extended by a foreign key, the column relations following the naming convention:

    CCC-<database ID>-<4 digit sequential number> <Name of referenced table>

  • If a column is referenced from a base table (table type "B"), the table and column relations are also created for the underlying base table.

To add a foreign key column in the table in Schema Extension

  1. Click on the Define column page.
  2. Select Foreign key column.
  3. Select the referenced table in From table.
  4. Enter the name of the column from the referenced table in Column name.
  5. Click OK.
  6. Configure more column properties.
Related Topics

Creating New Columns for Database Views

If the table to be extended is a "V" (view) type, only the custom columns of the underlying base table (type "B") are shown in the selection menu. You can only select custom columns from the base table that are not yet used in the view.

  • First extend the base table by a new column (simple column or foreign key column).
  • Then you extend the database view with the new columns.

To create a new column for a database view in the Schema Extension

  1. Click on the Configure columns page.
  2. Select the base table column to be inserted into the database view from Base column.
  3. Enter the name of the column in Column name.
  4. Click OK.
  5. Configure more column properties.
Related Topics
Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating