You create the driver by importing the driver’s basic configuration file and then modifying the configuration to suit your environment. After you’ve created and configured the driver, you need to deploy it to the Identity Vault and start it.
In Designer, open your project.
In the Modeler, right-click the driver set where you want to create the driver, then select
> to display the Driver Configuration Wizard.In the Driver Configuration list, select
, then click .On the Import Information Requested page, fill in the following fields:
Driver Name: Specify a name that is unique within the driver set.
SAP System Number: Specify the SAP system number on the SAP application server.
SAP User Client Number: Specify the client number to be used on the SAP application server.
Publisher IDoc Directory: Specify the file system location where the SAP USer IDoc files are placed by the SAP ALE system (for FILE port) or by the driver (for TRFC port).
User Container: Select the Identity Vault container where any new users created from delimited text file information will be placed. This value becomes the default for all drivers in the driver set. If you don’t want to change this value for all drivers, leave this field alone and change the value on the driver’s Global Configuration Values page after you’ve finished importing the driver.
Driver is Local/Remote: Select
if this driver will run on the Metadirectory server without using the Remote Loader service. Select if you want the driver to use the Remote Loader service, either locally on the Metadirectory server or remotely on another server.SAP User ID: Enter the ID of the User this driver will use for SAP Logon.
SAP User Password: Enter the User password this driver will use for SAP Logon.
SAP Application Server: Specify the Host Name or IP Adress to the appropriate SAP Application Server.
(Conditional) If you chose to run the driver remotely, click Step 6.
, then fill in the fields listed below. Otherwise, skip toRemote Host Name and Port: Specify the host name or IP address of the server where the driver’s Remote Loader service is running.
Driver Password: Specify the driver object password that is defined in the Remote Loader service. The Remote Loader requires this password to authenticate to the Metadirectory server.
Remote Password: Specify the Remote Loader’s password (as defined on the Remote Loader service). The Metadirectory engine (or Remote Loader shim) requires this password to authenticate to the Remote Loader
Click
to import the driver configuration.At this point, the driver is created from the basic configuration file. To ensure that the driver works the way you want it to for your environment, you must review and modify the driver’s default configuration settings.
To review or modify the default configuration settings, click Configuring the Driver.
, then continue with the next section,or
To skip the configuration settings at this time, click Configuring the Driver.
. When you are ready to configure the settings, continue with the next section,After importing the driver configuration file, you need to configure the driver before it can run. You should complete the following tasks to configure the driver:
Ensure that the driver can authenticate to the SAP HR system: Make sure that you’ve established an SAP User administrative account for the driver (see Section 5.1, Creating an SAP User Account) and the correct authentication information, including the User ID and password, is defined for the driver parameters (see Section A.1.3, Authentication).
Configure the driver parameters: There are many settings that can help you customize and optimize the driver. The settings are divided into categories such as Driver Configuration, Engine Control Values, and Global Configuration Values (GCVs). Although it is important for you to understand all of the settings, your first priority should be to configure the driver parameters located on the Driver Configuration page. For information about the driver parameters, see Section A.1.5, Driver Parameters.
Customize the driver policies and filter: Modify the driver policies and filter to implement your business policies. For instructions, see Section 7.0, Customizing the Driver.
Configure the driver for use in a Central User Administration Environment: If you want to integrate the driver into a Central User Administration (CUA) environment, see Section 8.0, Using the Driver in a Central User Administration Environment.
Continue with the next section, Deploying the Driver.
After a driver is created in Designer, it must be deployed into the Identity Vault.
In Designer, open your project.
In the Modeler, right-click the driver icon or the driver line, then select
.If you are authenticated to the Identity Vault, skip to Step 5, otherwise, specify the following information:
Host: Specify the IP address or DNS name of the server hosting the Identity Vault.
Username: Specify the DN of the user object used to authenticate to the Identity Vault.
Password: Specify the user’s password.
Click
.Read the deployment summary, then click
.Read the message, then click
.Click
to assign rights to the driver.The driver requires rights to objects within the Identity Vault. The Admin user object is most often used to supply these rights. However, you might want to create a DriversUser (for example) and assign security equivalence to that user. Whatever rights that the driver needs to have on the server, the DriversUser object must have the same security rights.
Click
, then browse to and select the object with the correct rights.Click
twice.Click
to exclude users that should not be synchronized.You should exclude any administrative User objects (for example, Admin and DriversUser) from synchronization.
Click
.When a driver is created, it is stopped by default. To make the driver work, you must start the driver and cause events to occur. Identity Manager is an event-driven system, so after the driver is started, it won’t do anything until an event occurs.
To start the driver:
In Designer, open your project.
In the Modeler, right-click the driver icon or the driver line, then select
.Continue with Section 5.4, Activating the Driver.