Connection variables are set when the import is run immediately and are also added to the generated import script. You can use the variables in customized processes or templates that are executed after importing.
To define a connection variable in the Data Import
- Click the button on the Connection variables page.
- Click the Name entry and enter the variable name
- Click the Value entry and enter the value of the variables.
To delete a connection variable in the Data Import
- Click the button on the Connection variables page.
The following methods are available to you to import data:
- Start the data import manually in the Data Import. The data records that are processed during import are logged.
- To execute data imports on a regular basis, create an import script.
You can use the import script in custom processes, for example. To create custom processes to execute the import, use the DataImport process task of the ScriptComponent process component.
For detailed information about installing a workstation, see the One Identity Manager Configuration Guide.
Detailed information about this topic
To start the import immediately in the Data Import
- On the Saving the import definition page, enable the Import data option.
- To start the import, click Next.
After importing has finished the processing result are displayed. If errors occur during the importing process you can view them with Show.
TIP: Save the import log with Save log as file.
Related topics
NOTE: The import script is stored in the One Identity Manager database. To copy import scripts into the database, the user needs the Import scripts can be added in the wizard for data import (DataImport_CreateScript) program function.
To create an import script
- In Data Import, on the Saving the import definition page, enable the Create import script option.
- Enter a name for the import script in Import script name.
Only the VB name are permitted. If a character is not permitted, the field is highlighted in red.
- Select a change label in Add script to tag. Use the ... button to create a new change label.
- To create the import script, click Next.
- Compile the script library after saving the script. Click Yes to start the compiler.
Related topics