Converse agora com nosso suporte
Chat com o suporte

Identity Manager 9.2.1 - Configuration Guide

About this guide One Identity Manager software architecture Customizing the One Identity Manager default configuration Customizing the One Identity Manager base configuration One Identity Manager schema basics
Overview of the One Identity Manager schema Table types and default columns in the One Identity Manager data model Notes on editing table definitions and column definitions Table definitions Column definitions Table relations Dynamic foreign key Supporting file groups
Editing the user interface
Object definitions for the user interface User interface navigation Forms for the user interface Statistics in 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 Using predefined database queries
Localization in One Identity Manager Process orchestration in One Identity Manager
Mapping processes in One Identity Manager Setting up Job servers
The One Identity Manager Service functionality Tracking changes with process monitoring Conditional compilation using preprocessor conditions Scripts in One Identity Manager
Visual Basic .NET scripts usage Notes on message output Notes on using date values Tips for using PowerShell scripts Using dollar ($) notation Using base objects Calling functions Pre-scripts for use in processes and process steps Using session services Using #LD notation Script library Support for processing scripts in the Script Editor Creating and editing scripts in the Script Editor Copying scripts in the Script Editor Testing scripts in the Script Editor Testing script compilation in the Script Editor Overriding scripts Permissions for running scripts Editing and testing script code with the System Debugger Extended debugging in the Object Browser
One Identity Manager query language Reports in One Identity Manager Adding custom tables or columns to the One Identity Manager schema Web service integration One Identity Manager as SCIM 2.0 service provider Processing DBQueue tasks One Identity Manager Service configuration files

Testing scripts in the System Debugger

To test a script

  1. In the System Debugger, select the desired script in Scripts view.

  2. Enter value for the script parameters as required.

  3. Check the options for running the script.

    • Run in debug mode: Jumps into the source code. This allows you to use all Visual Studio debugging options.

    • Define base data: The Base and Value variables of the script base class can be pre-allocated as input parameters to be used in the script.

      Example:

      Base is initialized with a DB object key in order to use base.GetValue("column name").String.

    • Transaction with rollback: Use this option to specify whether the script is run within a transaction with subsequent rollback or whether the script is run immediately against the database.

  4. Select Start.

    The script starts running. After the script has run, the result and the processing time of the script is displayed.

TIP: To find scripts more easily, you can use the following functions in the Scripts view.

  • In the Find script field, enter the string to filter on.

  • Modified scripts are marked with a * in the System Debugger.

  • To find all modified scripts, click and apply the Changed scripts menu item.

Related topics

Testing templates and formatting scripts in the System Debugger

To test a template

  1. Select the column with template in System Debugger from Templates.

  2. Select the column with the template you want to test under Notifier column.

  3. Select the object in Database object to which to apply the template.

  4. Check the Transaction with roll back option for running the templates.

    Use this option to specify whether the template is run within a transaction with subsequent rollback or whether the template is run immediately against the database.

  5. Select one of the following actions to test the template.

    Action Meaning

    Save

    The object is saved.

    Discard

    The changes made to the object are discarded.

    Load

    The object is reloaded.

    New

    A new object is created.

    Run

    The template is run again.

To test a formatting script

  1. In the System Debugger, select the column with the formatting script in Formats.

  2. Select the object in Database object to which to apply the formatting script.

Related topics

Testing methods in the System Debugger

To test a method

  1. In the System Debugger, select the method in the Dialog methods area.

  2. Select the object to apply the method to under Base object.

  3. Check the Transaction with roll back option for running the methods.

    Use this option to specify whether the method is run within a transaction with subsequent rollback or whether the method is run immediately against the database.

  4. Select Start.

    The method starts running.

Related topics

Testing table scripts in the System Debugger

To test table scripts

  1. In the System Debugger, select the table and table script from the Tables view.

  2. Select the object to test the table script on under Database object.

  3. Check the Transaction with roll back option for running the table scripts.

    Use this option to specify whether the table script is run within a transaction with subsequent rollback or whether the table script is run immediately against the database.

  4. Select the following actions to test the table script.

    Action Meaning

    Save

    The object is saved. (OnSaved, OnSaving)

    Discard

    The changes made to the object are discarded. (OnDiscarded, OnDiscarding)

    Load

    The object is reloaded. (OnLoaded)

    New

    A new object is created.

Related topics
Documentos relacionados

The document was helpful.

Selecione a classificação

I easily found the information I needed.

Selecione a classificação