Oracle® Identity Manager Connector Guide for Oracle Retail Warehouse Management System Release 9.0.4 Part Number E10454-02 |
|
|
View PDF |
After you deploy and configure the connector, you must test it to ensure that it functions as expected. This chapter discusses the following topics related to connector testing:
You can use the testing utility to identify the cause of problems associated with connecting to the target system and performing basic operations on the target system.
To use the testing utility:
Specify values for the parameters in the config.properties
file.
This file is in the OIM_HOME
/xellerate/XLIntegrations/RWMS/test/config
directory.
Run one of the following files:
For UNIX platforms:
OIM_HOME/xellerate/XLIntegrations/tests/scripts/rwms.sh
For Microsoft Windows platforms:
OIM_HOME\xellerate\XLIntegrations\tests\scripts\rwms.bat
You can test both partial and batched reconciliation, in either trusted source or target resource mode, by specifying values for the following user reconciliation attributes:
BatchSize
NoOfBatches
FacilityID
DCDept
Operator
These attributes are described in the "User Reconciliation Scheduled Task" section.
The following is a sample set of values for these attributes:
BatchSize: 4
NoOfBatches: 2
FacilityID: AY
DCDept: Accounts
Operator: AND
Suppose you specify these values in the target resource user reconciliation scheduled task. After that task is run, all target system records for which the FacilityID and DCDept values are AY
and Accounts
respectively, are divided into batches of four records each. Of these batches, the first two are reconciled during the current reconciliation run.
The following table lists solutions to some commonly encountered errors associated with the connector.