Skip Headers
Oracle® Identity Manager Connector Guide for PeopleSoft Employee Reconciliation
Release 9.0.2

Part Number B32166-01
Go to Documentation Home
Home
Go to Table of Contents
Contents
Go to Index
Index

Go to previous page
Previous
Go to next page
Next
View PDF

1 About the Connector

Oracle Identity Manager automates access rights management, security, and provisioning of IT resources. Oracle Identity Manager connectors are used to integrate Oracle Identity Manager with third-party applications. The connector for PeopleSoft Employee Reconciliation is used to integrate Oracle Identity Manager with PeopleSoft Employee Reconciliation.


Note:

Oracle Identity Manager connectors were referred to as resource adapters prior to the acquisition of Thor Technologies by Oracle.

This chapter contains the following sections:

Supported Functionality

The following table lists the functions that are available with this connector.

Function Type Description
Trusted Employee Reconciliation Reconciliation Reconciles employee data from PeopleSoft Employee Reconciliation to Oracle Identity Manager. A corresponding user is created in Oracle Identity Manager. If the user already exists in Oracle Identity Manager, then this user is updated.
Nontrusted Employee Reconciliation Reconciliation Reconciles employee data from PeopleSoft Employee Reconciliation to Oracle Identity Manager. A user is not created in Oracle Identity Manager.


See Also:

Appendix A for information about attribute mappings between Oracle Identity Manager and PeopleSoft Employee Reconciliation.

Multilanguage Support

In addition to English, this release of the connector supports the following languages:

Employee Data Reconciliation

The connector supports employee data reconciliation in two ways:

Files and Directories That Comprise the Connector

The files and directories that comprise this connector are compressed in the following ZIP file on the installation media:

Enterprise Applications\PeopleSoft Enterprise Applications\PeopleSoft Employee Reconciliation Rev 3.2.0.zip

The following table lists the files and directories that comprise the connector.

File in the Installation Media Directory Description
XML\adpPSFT_RECON_DM.xml
This XML file contains definitions of the following components of the connector:
  • Resource object

  • Process definition

  • Process tasks

  • Custom Process Form

XML\adpPSFT_XellerateUser_RECON_DM.xml
This XML file contains the configuration for the Xellerate User. You must import this file only if you plan to use the connector in trusted source reconciliation mode.
lib\xlPSFTHRRecon.jar
This JAR file contains the class files that are used to implement bulk reconciliation.
lib\peopleSoftApp.war

This WAR file contains the classes and configuration files required for the PeopleSoft listener Web application. This file is used to implement change-based reconciliation.
For PeopleTools 8.22:
PeopleCode\PT822\HRMSCBRecon.txt

For PeopleTools 8.4x:

PeopleCode\HRMSCBRecon.txt

This file contains the code that you must add to the PeopleCode for theSavePostChange event while performing the "Publishing the Message" procedure described in the "Creating and Publishing the Message" section.
For PeopleTools 8.22:
PeopleCode\PT822\HRMSBulkRecon.txt

For PeopleTools 8.4x:

PeopleCode\HRMSBulkRecon.txt
This file contains the code for the Application Engine program. It is used to generate the flat file for bulk reconciliation.
properties\configureReconciliation.properties
This file is used to specify the date format used for reconciliation.
ThirdParty\csv.jar

The csv.jar file is a third-party library that is used to read comma-separated files.
For PeopleTools 8.22, the following files in the MsgPublisher directory:
xliMsgPublisher.jar
publish.bat
The JAR file contains the class file that transfers the XML messages generated by the PeopleTools 8.22 file handler on the PeopleSoft Web server to the PeopleSoft connector listener servlet.

The publish.bat file is a Windows batch file that triggers the message transfer on a periodic basis. Refer to the "Configuring PeopleSoft Enterprise Portal" section for more information.

test\psft-xel-test.vbs
This VBScript file can be used to test the PeopleSoft listener Web service by creating XML messages similar to the ones created by PeopleSoft Employee Reconciliation.
test\psft_xellerate_msg.xml
This XML file is used by the psft-xel-test.vbs file to define the schema of the XML message that is received from PeopleSoft Employee Reconciliation.
test\pingRequest.xml
test\pingResponse.xml
test\publishRequest.xml
test\publishResponse.xml

These XML files are required by the psft-xel-test.vbs file for communicating with the PeopleSoft listener Web service using XML over HTTP.
For PeopleTools 8.22, the files in the resources\PT822 directory

For PeopleTools 8.4x, the files in the resources directory

Each of these files contains locale-specific information that is used by the connector.

Note: For PeopleTools 8.22, the resources\PT822 directory contains resource bundles only for the English locale. This issue is discussed in the Known Issues list in Chapter 4.

docs\B32166_01.pdf
This guide, which provides instructions to deploy the connector.


Note:

The files in the test directory are used only to run tests on the connector.

The "Step 2: Copying the Connector Files and External Code" section provides instructions to copy these files into the required directories.

Determining the Release Number of the Connector

To determine the release number of the connector:

  1. Extract the contents of the xlPSFTHRRecon.jar file. This file is in the lib directory inside the installation media directory.

  2. Open the manifest.mf file in a text editor, which is one of the files bundled inside the xlPSFTHRRecon.jar file.

    In the manifest.mf file, the release number of the connector is displayed as the value of the Version property.