You can combine several change labels into one release. There is a report that provides you with an overview of the changes in a release.
To combine change labels into one release
-
In the Designer, select the Base data > General > Release management category.
-
Select the Object > New menu item.
-
In the edit view, enter a minimum of the following information in the edit view of the Properties tab.
-
In the edit view, select the Change label tab and assign the change labels you want to combine into one release.
To display a report about a release
-
In the Designer, select the Basic data > General > Release management > <name of release> category.
-
Select the Show report task.
This opens the Change management release overview report.
The consistency check provides different tests for analyzing data objects and to ascertain the current state of their data. In addition to predefined tests, you can define your own tests and, if necessary, run a repair.
You should run a consistency check at regular intervals, as well as after significant changes to the system configuration.
You can run consistency checks in the Manager and in the Designer. The following special cases apply:
-
Database tests are run in their entirety in the Manager and the Designer.
-
Table tests and object tests in the Manager check the application data.
-
Table tests and object tests in the Designer check the system data.
Detailed information about this topic
Note the following information on consistency checks.
-
It is recommended to run consistency checks with an administrative user. Not all consistency checks are available for end users and configuration users.
-
To use the Consistency Editor, users require the Common_ConsistencyCheck program function.
-
To use the repair function in the Consistency Editor, users require the Common_ConsistencyCheck_Repair program function.
-
Consistency checks of type Object test are always run in the context of the user currently logged in. If users do not have any permissions for a certain object, errors may not be identified or repairing errors may fail.
Define the valid test settings before you run a consistency check.
To configure the settings for testing
-
In the Designer or the Manager, start the Consistency Editor with the Database > Check data consistency menu item.
-
In the Consistency Editor toolbar, click .
-
Enable the test that is to be run and adjust the test settings further if necessary.
- Click OK.
The tests are grouped according to different criteria.
Table 30: Meanings of the icons used for test settings
|
Tests are grouped by themes. |
|
Tests are grouped by types (database, tables , objects). |
|
Tests are displayed as a list. |
|
Tests are grouped by module association. |
|
Tests with Error severity are displayed. |
|
Tests with Warning severity are displayed. |
|
Tests with Information severity are displayed. |
Use user-defined tests to run your own tests. You can use the scripts from the script library for these tests. All scripts in the script library are provided for custom tests. The method call of these scripts corresponds to the following syntax.
Database test
Public Sub Methodname (ByRef con As IConnection)
Public Sub Methodname (ByVal con As IConnection)
Table test
Public Sub Methodname (ByRef dbTable As ITableDef)
Public Sub Methodname (ByVal dbTable As ITableDef)
Object test
Public Sub Methodname (ByRef dbObject As ISingleDBObject)
Public Sub Methodname (ByVal dbObject As ISingleDBObject)
For more information about scripts and the script library, see the One Identity Manager Configuration Guide.