In iManager:
Click to display the Identity Manager Administration page.
Open the driver set that contains the driver whose properties you want to edit:
In the
list, click .If the driver set is not listed on the
tab, use the field to search for and display the driver set.Click the driver set to open the Driver Set Overview page.
Locate the driver icon, then click the upper right corner of the driver icon to display the
menu.Click
to display the driver’s properties page.By default, the Driver Configuration page is displayed.
In Designer:
Open a project in the Modeler.
Right-click the driver icon or line, then select click
The Driver Configuration options are divided into the following sections:
The driver module changes the driver from running locally to running remotely or the reverse.
Table A-1 Driver Module
Table A-2 Driver Object Password
The Authentication section stores the information required to authenticate to the connected system.
Table A-3 Authentication
The Startup Option section allows you to set the driver state when the Identity Manager server is started.
Table A-4 Startup Option
The Driver Parameters section lets you configure the driver-specific parameters. When you change driver parameters, you tune driver behavior to align with your network environment.
The parameters are presented by category:
Table A-5 Driver Settings
Option |
Description |
---|---|
|
Select whether you want the driver to use the Publisher channel only or if you want it to use both the Publisher and Subscriber channels. The driver is designed to use a connection to SAP even when it is configured as a Publisher-only driver. The first purpose for using this connection is to verify the version of the SAP server so that the driver can configure itself for the proper version of IDocs it will consume. Otherwise the driver must be configured with a value for the Master HR IDoc parameter. This connection also verifies the validity time stamps of desired infotypes during processing of future-dated event IDocs. This is an extremely critical function that should always be enabled if future-dated processing options are chosen in the driver configuration. Disabling this capability could result in the propagation of old or stale events that have been subsequently overridden. If you don’t want a connection to the SAP server, you should remove at least one of the following connection parameters:
In this situation, the IDoc data being processed is used as a completely authoritative source of reliable data. |
|
The SAP system number on the SAP application server. This is referred to as the System Number in the SAP logon properties. |
|
The client number to be used on the SAP application server. This is referred to as the Client in the SAP R/3 logon screen. |
|
The language this driver uses for the SAP session. This is referred to as the Language in the SAP R/3 logon screen. |
|
The character set encoding used to parse data from IDocs. By default, no character set encoding is specified, which causes the driver to use the platform default encoding. If you incorrectly specify a character set, the driver initialization fails. |
|
The file system location in which the SAP Metadata definition file resides. By default, this is in the SAPUtils subdirectory of the driver’s installation directory. |
|
The name of the IDoc type that is generated by the SAP ALE system to publish SAP HR database Master data modification. If it is not specified, the driver determines the revision of the SAP HR system and default to the standard IDoc type for that revision of SAP. The default is HRMD_A05. This field is optional, unless you select the Publisher Channel Only option. |
|
The processing of this option is determined by the Begin and End validity dates of the desired IDoc infotypes. There are four possible values for this parameter. The driver default is to Publish on Future Date.
|
|
Specify whether or not the driver attempts to filter out stale data in future-dated IDocs, by verifying the begin and end validity dates of the data. |
|
Specifies if data values that are no longer valid are published by the driver. The default is . |
|
A list parameter that allows an administrator to specify which HR object types are synchronized. The default list is P, S, O, and C. |
|
A list of configuration parameters that allows an administrator to specify which subtype of data the SAP Private Address infotype the driver synchronizes. The default is 1 and US01. |
|
A list configuration parameter that allows an administrator to specify which subtype data of the SAP Communication infotype the driver synchronizes. The default is CELL, MAIL, PAGR. |
Table A-6 Subscriber Settings
Option |
Description |
---|---|
|
This Subscriber channel parameter specifies how the driver handles requests to change, remove, or add Communication (Infotype 0105) record instances on employees. There are three modes of operation available. For more information on the functionality of the various modes of operation, see Section E.0, Subscriber Change Modes and Validity Date Modes. Options include: Delimit mode Delete mode Change mode (default driver mode) |
|
This Subscriber channel parameter specifies how Beginning and Ending validity dates are set on newly created Communication record instances on employees. There are two modes of operation available. For more information on the functionality of the various modes of operation, see Section E.0, Subscriber Change Modes and Validity Date Modes. |
|
This Subscriber channel parameter specifies how the driver handles requests to change, remove, or add Internal Control Data (Infotype 0032) record instances on employees. There are three modes of operation available. For more information on the functionality of the various modes of operation, see Section E.0, Subscriber Change Modes and Validity Date Modes. Options include: Delimit mode Delete mode Change mode (default driver mode) |
|
This Subscriber channel parameter specifies how Beginning and Ending validity dates are set on newly created Internal Control Data record instances on employees. There are two modes of operation available. For more information on the functionality of the various modes of operation, see Section E.0, Subscriber Change Modes and Validity Date Modes. Options include: Default mode Current Date Mode (default driver mode) |
Table A-7 Publisher Settings