IBM Security Privileged Identity Manager: PeopleTools Adapter .

1y ago
18 Views
2 Downloads
1.45 MB
54 Pages
Last View : Today
Last Download : 3m ago
Upload by : Milena Petrie
Transcription

IBM Security Privileged Identity ManagerPeopleTools Adapter Installation andConfiguration GuideIBM

IBM Security Privileged Identity ManagerPeopleTools Adapter Installation andConfiguration GuideIBM

iiIBM Security Privileged Identity Manager: PeopleTools Adapter Installation and Configuration Guide

ContentsFigures . . . . . . . . . . . . . . . vChapter 4. Upgrading . . . . . . . . 23Tables . . . . . . . . . . . . . . . viiUpgrading the adapter binaries or connectorUpgrading the dispatcher. . . . . . .Upgrading the adapter profile . . . . .Regenerating the component interface . .Chapter 1. Overview . . . . . . . . . 1Features of the adapter . .Architecture of the adapterSupported configurations . 1. 1. 2Chapter 2. Planning. . . . . . . . . . 5Roadmap for IBM Tivoli Directory Integrator basedadapters, for IBM Security Privileged IdentityManager . . . . . . . . . . . . . . .Prerequisites . . . . . . . . . . . . .Software downloads . . . . . . . . . . .Installation worksheet . . . . . . . . . .5688Chapter 3. Installing . . . . . . . . . 9Installing the dispatcher . . . . . . . .Installing the adapter binaries or connector . .Modifying the PRG USR PROFILE record . .Loading the PeopleTools Project . . . . .Loading the component interfaces . . . .Setting the component interface security . .PeopleSoft resource-specific JAR files . . . .Generating the CompIntfc.jar file . . . .psjoa.jar file . . . . . . . . . . .JDBC type 4 driver JAR file . . . . . .Verifying the adapter installation . . . . .Restarting the adapter service . . . . . .Importing the adapter profile . . . . . .Deploying the ID type subform. . . . . .Creating an adapter service/target. . . . .Service/Target form details . . . . . . .Verifying that the adapter is working correctly. 9. 9. 10. 10. 11. 11. 12. 13. 14. 15. 15. 16. 16. 17. 18. 19. 22.23232323Chapter 5. Configuring . . . . . . . . 25Customizing the adapter profile . . . . .Editing adapter profiles on the UNIX or Linuxoperating system . . . . . . . . . .Password management when restoring accountsVerifying that the adapter is working correctly. 25. 26. 26. 27Chapter 6. Troubleshooting . . . . . . 29Techniques for troubleshooting problemsError messages and problem solving . . 29. 31Chapter 7. Uninstalling . . . . . . . . 35Removing the adapter binaries or connectorDeleting the adapter profile . . . . . .Chapter 8. Reference. 35. 35. . . . . . . . 37Adapter attributes and object classesAdapter attributes by operations .System Login Add . . . . .System Login Change . . . .System Login Delete . . . .System Login Suspend . . .System Login Restore . . . .System Change Password . .Test . . . . . . . . . .Reconciliation . . . . . .37383838393939394040Index . . . . . . . . . . . . . . . 41iii

ivIBM Security Privileged Identity Manager: PeopleTools Adapter Installation and Configuration Guide

Figures1.2.The architecture of the PeopleTools AdapterExample of a single server configuration . .2. 23.Example of a multiple server configuration3v

viIBM Security Privileged Identity Manager: PeopleTools Adapter Installation and Configuration Guide

Tables1.2.3.4.5.6.Prerequisites to install the adapter . . . .Required information to install the adapterSpecific warning and error messages andactions . . . . . . . . . . . . .General warning and error messages andactions . . . . . . . . . . . . .Attributes, OIDs, descriptions andcorresponding PeopleTools attributes . . .Add request attributes for AIX, HPUX, Linux,and Solaris . . . . . . . . . . . . 78. 31. 327.8.9.10.11.12.13.Change request attributes . . .Delete request attributes . . .Suspend request attributes . .Restore request attributes . . .System change password requestTest attributes . . . . . . .Reconciliation request attributes. . . . . . . . .attributes. . . . .3839393939. 40. 40. 37. 38vii

viiiIBM Security Privileged Identity Manager: PeopleTools Adapter Installation and Configuration Guide

Chapter 1. OverviewAn adapter is an interface between a managed resource and the IBM SecurityIdentity server. The PeopleTools Adapter enables communication between the IBMSecurity Identity server and the PeopleSoft server.Adapters can be installed on the managed resource. The IBM Security Identityserver manages access to the resource by using the security system. Adaptersfunction as trusted virtual administrators on the target operating system. Theadapter creates, suspends, restores user accounts, and other functions thatadministrators run manually. The adapter runs as a service, independently ofwhether you are logged on to the IBM Security Identity server.Features of the adapterThe adapter automates several administrative and management tasks.The adapter automates the following tasks:v Reconciling user accounts and support data, such as languages, currency code,roles, and permission lists.v Adding, modifying, and deleting user accountsv Modifying user account attributesv Modifying user account passwordv Checking the connection between the PeopleSoft Application Server and IBMSecurity Privileged Identity ManagerArchitecture of the adapterSeveral components are involved in running and using the adapter. Install all thesecomponents so that the adapter can function correctly.The adapter requires the following components:v The Dispatcherv The IBM Tivoli Directory Integrator connectorv IBM Security Identity Adapter profileYou must install the Dispatcher and the adapter profile; however, the TivoliDirectory Integrator connector might already be installed with the base TivoliDirectory Integrator product.Figure 1 on page 2 describes the components that work together to complete theuser account management tasks in a Tivoli Directory Integrator environment.1

IBM Security RMI callsIdentityServerDispatcherService(an instanceof the IBMTivoliDirectoryIntegrator)AdapterresourceFigure 1. The architecture of the PeopleTools AdapterSupported configurationsThe adapter supports both single and multiple server configurations.The fundamental components in each environment are:v The IBM Security Identity serverv The IBM Tivoli Directory Integrator serverv The managed resourcev The adapterThe adapter must reside directly on the server running the Tivoli DirectoryIntegrator server.Single server configurationIn a single server configuration, install the IBM Security Identity server, the TivoliDirectory Integrator server, and the PeopleTools Adapter on one server to establishcommunication with the PeopleSoft Application Server.The PeopleSoft Application Server is installed on a different server as described inFigure 2.IBM SecurityIdentity ServerTivoli DirectoryIntegrator ServerManagedresourceAdapterFigure 2. Example of a single server configuration2IBM Security Privileged Identity Manager: PeopleTools Adapter Installation and Configuration Guide

Multiple server configurationIn a multiple server configuration, the IBM Security Identity server, the TivoliDirectory Integrator server, the PeopleTools Adapter, and the PeopleSoftApplication Server are installed on different servers.Install theTivoli Directory Integrator server and the PeopleTools Adapter on thesame server as described in Figure 3.IBM SecurityIdentity ManagerserverSecurity DirectoryIntegrator serverManagedresourceAdapterFigure 3. Example of a multiple server configurationChapter 1. Overview3

4IBM Security Privileged Identity Manager: PeopleTools Adapter Installation and Configuration Guide

Chapter 2. PlanningInstalling and configuring the adapter involves several steps that you mustcomplete in a specific sequence. Follow the roadmap for the main tasks.Roadmap for IBM Tivoli Directory Integrator based adapters, for IBMSecurity Privileged Identity ManagerFollow this section when using the guide to install, configure, troubleshoot, oruninstall the adapter.Pre-installationComplete these tasks.1. Verify that your environment meets the software and hardware requirementsfor the adapter. See Prerequisites.2. Obtain the installation software. See Software downloads.3. Obtain the necessary information for the installation and configuration. SeeInstallation worksheet.InstallationComplete these tasks.1. Install the dispatcher.2. Install the adapter binaries or connector.3. Install 3rd party client libraries.4. Set up the adapter environment.5. Restart the adapter service.6. Import the adapter profile.7. Create an adapter service/target.8. Install the adapter language package.9. Verify that the adapter is working correctly.UpgradeTo upgrade the adapter, do a complete re-installation of the adapter. Follow theInstallation roadmap.ConfigurationComplete these tasks.1. Configure secure communication between the IBM Security Identity server andthe adapter.a. Configure 1-way authentication.b. Configure 2-way authentication.2. Configure secure communication between the adapter and the managed target.a. Configure 1-way authentication.b. Configure 2-way authentication.5

3. Configure the adapter.4. Modify the adapter profiles.5. Customize the adapter.TroubleshootingSee the following topics.v Techniques for troubleshooting problemsv Configure debuggingv Logsv Error messages and problem solvingUninstallationComplete these tasks.1. Stop the adapter service.2. Remove the adapter binaries or connector.3. Remove 3rd party client libraries.4. Delete the adapter service/target.5. Delete the adapter profile.ReferenceSee the following topics.v Adapter attributes and object classesv Adapter attributes by operationsv Special attributesPrerequisitesVerify that your environment meets the software and hardware requirements forthe adapter.Table 1 on page 7 identifies the software and operating system prerequisites for theadapter installation.Ensure that you install the adapter on the same workstation as the IBM TivoliDirectory Integrator server.6IBM Security Privileged Identity Manager: PeopleTools Adapter Installation and Configuration Guide

Table 1. Prerequisites to install the adapterPrerequisiteDescriptionDirectory Integratorv IBM Tivoli Directory Integrator Version7.1.1 7.1.1-TIV-TDI-FP0004 7.2.0-ISS-SDI-LA0008v IBM Security Directory Integrator Version7.2Note:v Earlier versions of IBM Tivoli DirectoryIntegrator that are still supported mightfunction properly. However, to resolveany communication errors, you mustupgrade your Directory Integrator releaseto the versions that the adapter officiallysupports.v The adapter supports IBM SecurityDirectory Integrator 7.2, which is availableonly to customers who have the correctentitlement. Contact your IBMrepresentative to find out whether youhave the entitlement to download IBMSecurity Directory Integrator 7.2.IBM Security Identity serverThe following servers are supported:v IBM Security Identity Manager serverVersion 6.0v IBM Security Identity Manager serverVersion 7.0v IBM Security Privileged Identity ManagerVersion 2.0v IBM Security Identity Governance andIntelligence server Version 5.2.2PeopleSoft EnterpriseVersion 9.0Version 9.1PeopleTools SoftwareVersions 8.50Version 8.51Version 8.52System Administrator AuthorityTivoli Directory Integrator adapters solutiondirectoryTo complete the adapter installationprocedure, you must have systemadministrator authority.A Tivoli Directory Integrator adapterssolution directory is a Tivoli DirectoryIntegrator work directory for adapters. Formore information, see, the DispatcherInstallation and Configuration Guide.You can install the adapter on all platforms that are supported by IBM TivoliDirectory Integrator 7.1. For information about the prerequisites and supportedoperating systems for Tivoli Directory Integrator, see the IBM Tivoli DirectoryIntegrator 7.1: Administrator Guide.Chapter 2. Planning7

Software downloadsDownload the software through your account at the IBM Passport Advantage website.Go to IBM Passport Advantage.See the corresponding IBM Security Identity server Download Document forinstructions.Note:You can also obtain additional adapter information from IBM Support.Installation worksheetThe installation worksheet lists the information that is required to install andconfigure the adapter. Complete this worksheet before you start the installationprocedure for ease of reference. Make a copy of the worksheet for each adapterinstance you install.Table 2. Required information to install the adapterRequired information DescriptionTivoli DirectoryIntegrator HomeDirectoryValueThe ITDI HOME directory containsWindows:the jars/connectors subdirectory that v for version 7.1:contains files for the adapters. Fordrive\Programexample, the jars/connectorsFiles\IBM\TDI\V7.1subdirectory contains the files for theUNIX adapter.UNIX:v for version 7.1:/opt/IBM/TDI/V7.1Solution DirectorySee the Dispatcher Installation andConfiguration Guide.Windows:v for version 7.1:drive\ProgramFiles\IBM\TDI\V7.1\timsolUNIX:v for version 7.1:/opt/IBM/TDI/V7.1/timsol8IBM Security Privileged Identity Manager: PeopleTools Adapter Installation and Configuration Guide

Chapter 3. InstallingInstalling the adapter mainly involves importing the adapter profile and creatingan adapter service. Depending on the adapter, several other tasks can be involvedto completely install it.All IBM Tivoli Directory Integrator based adapters require the Dispatcher for theadapters to function correctly. If the Dispatcher is installed from a previousinstallation, do not reinstall it unless the Dispatcher is upgraded. See Installing thedispatcher.Depending on your adapter, the Tivoli Directory Integrator connector mightalready be installed as part of the Tivoli Directory Integrator product and nofurther action is required. If the connector is not pre-installed, install it after theDispatcher.Installing the dispatcherIf this is the first Tivoli Directory Integrator-based adapter installation, you mustinstall the RMI Dispatcher before you install the adapter. Install the RMIDispatcher on the same Tivoli Directory Integrator server where you want to installthe adapter.If you already installed the RMI Dispatcher for another adapter, you do not needto reinstall it.If you have not yet installed the RMI Dispatcher in the Tivoli Directory Integratorenvironment, download the Dispatcher installer from the IBM Passport Advantagewebsite. For more information about the installation, see the Dispatcher Installationand Configuration Guide.Installing the adapter binaries or connectorThe connector might or might not be available with the base Tivoli DirectoryIntegrator or Security Directory Integrator product. The connector is required toestablish communication between the adapter and the Dispatcher.Before you beginv The Dispatcher must be installed.Procedure1. Create a temporary directory on the workstation where you want to install theadapter.2. Extract the contents of the compressed file in the temporary directory.3. Copy the PeopleSoftConnector.jar file from the adapter package to theITDI HOME/jars/connectors directory.4. Restart the adapter service.9

What to do nextAfter you finish the installing the adapter software, modify the PRG USR Profilerecord. See “Modifying the PRG USR PROFILE record”Modifying the PRG USR PROFILE recordUse the PeopleSoft Application Designer to modify PRG USER PROFILE record.Procedure1. Log in to the PeopleTools Application Designer by using the PeopleToolsaccount of the adapter.2. From the File menu, click Open. The Open Definition dialog window isdisplayed.3. Select Record from the Definition drop-down listbox.4. Type PRG in the Name field and click Open. A list of matching records isdisplayed in the Definitions matching selection criteria pane.5. Select PRG USR PROFILE and click the Open. The record is opened in theApplication Designer.6. From within the Record Fields tabbed pane, right-click the OPRID table entryand click View PeopleCode from the right-click menu. The PeopleCodewindow opens.7. Select SaveEdit from the PeopleCode Event drop-down listbox. The followingPeopleCode is displayed in the PeopleCode edit pane.If %OperatorId PRG USR PROFILE.OPRID ThenIf %Panel Panel.PURGE USR PROFILE ThenWarning MsgGet(48, 122, "Select OK to confirm deletion of User Profile orselect Cancel.")End-If;ElseError MsgGet(48, 109, "Message not found.");End-If;8. Replace the existing PeopleCode with the following code.If %OperatorId PRG USR PROFILE.OPRID ThenIf %CompIntfcName "ENROLE DELETE" ThenIf %Panel Panel.PURGE USR PROFILE ThenWarning MsgGet(48, 122, "Select OK to confirm deletion of User Profile orselect Cancel.")End-If;End-IfElseError MsgGet(48, 109, "Message not found.");End-If;9. From the File menu, click Save to save the record.What to do nextLoad the PeopleTools Project for IBM Security Privileged Identity Manager. See“Loading the PeopleTools Project.”Loading the PeopleTools ProjectThe adapter software provides a compressed file that contains the PeopleToolsproject file. This file provides component interfaces that must be imported into thePeopleTools Application Designer.10IBM Security Privileged Identity Manager: PeopleTools Adapter Installation and Configuration Guide

About this taskThe PeopleTools Adapter software contains component interfaces in theENROLE AGENT subdirectory of these project files:v PT854 COMPONENT.zip for PeopleTools 8.54v PT850 COMPONENT.zip for PeopleTools 8.50, PeopleTools 8.51, and PeopleTools8.52, PeopleTools 8.53This ENROLE AGENT subdirectory is imported into the PeopleTools ApplicationDesigner as a PeopleTools Project.Loading the IBM Security Privileged Identity Manager PeopleTools project is atwo-part procedure.1. The project must be copied into the PeopleTools system. See “Loading thecomponent interfaces.”2. The project security must be set. The following two sections provide detailedprocedures on how to load the PeopleTools project for IBM Security PrivilegedIdentity Manager. See “Setting the component interface security.”Loading the component interfacesYou must import the ENROLE AGENT directory into the PeopleTools ApplicationDesigner as a PeopleTools Project.Procedure1. From the PT850 COMPONENT.zip file, extract ENROLE AGENT and its contentsinto a temporary directory on your file system.2. Log in to the PeopleTools Application Designer in two-tier mode by using thePeopleTools account of the adapter.a. Click Start Programs Peopletools8.5x Configuration Managerb. Select the appropriate database type (for example, if the PeopleSoft isconfigured with oracle, select ORACLE).c. Specify the server name, database name, and other details for the databasetype, if not already specified.d. Click OK.3. Copy the ENROLE AGENT project.a. Log on to the PeopleTools Application Designer.b. From the Tools menu, select Copy Project and then select From File fromthe submenu. The Copy Project from File dialog window is displayed.c. Browse to the directory where you extracted ENROLE AGENT.ENROLE AGENT is displayed in the Projects: list area.d. Ensure that ENROLE AGENT is highlighted and click Select. TheENROLE AGENT project is loaded. A second dialog window is displayed.e. Ensure that Component Interfaces is highlighted and click Copy. Thecomponent interfaces are loaded into PeopleTools.4. Exit the PeopleTools Application Designer.Setting the component interface securityYou must add components to the permissions list to set security for thePeopleTools project.Chapter 3. Installing11

Procedure1. Log in to the PeopleSoft web interface by using the PeopleTools account of theadapter.2. From the PeopleSoft menu tree, navigate to PeopleTools Security Permissions & Roles Permission Lists.3. Search for the ALLPAGES permission list link. The Permission List componentis displayed.4. Click the Component Interface tab and add the following ComponentInterfaces to the list:ENROLE CCODEENROLE DELETEENROLE LANGSENROLE PERMENROLE ROLESENROLE USERSENROLE OPRALIAS5. Set Full Access for each method of the component interfaces added in theprevious step.6. Save your changes.What to do nextObtain and generate the PeopleSoft resource-specific JAR files. See “PeopleSoftresource-specific JAR files.”PeopleSoft resource-specific JAR filesThe PeopleTools Adapter uses Java APIs to communicate and perform operationssuch as add, delete, modify, and search on the PeopleSoft resource.To use these functions, the PeopleTools Adapter requires the following JAR files:CompIntfc.jarThe Java API JAR file for the ENROLE AGENT Component Interfaceproject.psjoa.jarThis JAR file is created during the PeopleTools installation. The path to thepsjoa.jar file must be set to the ITDI CLASSPATH variable.psft.jarTo create a psft.jar file:1. Go to the workstation where PeopleTools is installed.2. Locate the PSKeyStore.class file that is present in the pshttp folder ofPeopleTools. It is in the web server installation directory. For example:Oracle WebLogic ServicePS HOME\webserv\web classes\psft\pt8\pshttpIBM WebSpherePS HOME\webserv\profile name\installedApps\app name\NodeCell\app p3. Copy the pshttp folder to a temporary folder that contains a psft\pt8folder structure. For example,C:\Temp\psft\pt8\pshttp4. Go to command prompt and locate the temporary folder that containsthe psft/pt8/pshttp folder structure. For example,12IBM Security Privileged Identity Manager: PeopleTools Adapter Installation and Configuration Guide

C:\Temp5. Create the psft.jar file by using the following command on commandprompt.jar -cvf psft.jar psftAfter the command is successfully completed, a psft.jar file is createdon the temp folder.6. On the workstation where IBM Tivoli Directory Integrator is installed,copy the psft.jar file to the folder ITDI HOME\jars\3rdParty\others.JDBC type 4 driver JAR fileThis JAR file is required to establish the connection with the database.Generating the CompIntfc.jar fileYou must create the CompIntfc.jar file from the Component interface JAVA files.The CompIntfc.jar file is the PeopleSoft Component Interface JAR file.About this taskThis file must be generated from the respective PeopleSoft resource and thencopied to the ITDI HOME\jars\3rdParty\others directory on the workstation wherethe adapter is installed.Procedure1. Log on to PeopleSoft Application Designer in two-tier mode.2. Open the ENROLE AGENT Component Interface project and open all thecomponent interfaces by double-clicking each component interface.3. From the menu, select Build PeopleSoft APIs.4. From the Build PeopleSoft API Bindings window, select the Java classes Buildcheck box and clear the COM Type Library and C Header Files Build checkboxes.5. In the Java Classes frame, select the Build check box and select the appropriateComponent Interfaces from the list. You must select the following options fromthe list and then click OK:v CompIntfc.CompIntfcPropertyInfov CompIntfc.CompIntfcPropertyInfoCollectionv PeopleSoft.* (Select all the Component Interfaces that begin with the prefixPeopleSoft)v CompIntfc.ENROLE USERS* (Select all the Component Interfaces that beginwith the prefix CompIntfc.ENROLE USERS)v CompIntfc.ENROLE ROLES* (Select all the Component Interfaces that beginwith the prefix CompIntfc.ENROLE ROLES)v CompIntfc.ENROLE PERM* (Select all the Component Interfaces that beginwith the prefix CompIntfc.ENROLE PERM)v CompIntfc.ENROLE LANGS* (Select all the Component Interfaces that beginwith the prefix CompIntfc.ENROLE LANGS)v CompIntfc.ENROLE DELETE* (Select all the Component Interfaces thatbegin with the prefix CompIntfc.ENROLE DELETE)v CompIntfc.ENROLE CCODE* (Select all the Component Interfaces that beginwith the prefix CompIntfc.ENROLE CCODE)v CompIntfc.ENROLE OPRALIAS* (Select all the Component Interfaces thatbegin with the prefix CompIntfc.ENROLE OPRALIAS)Chapter 3. Installing13

Note: If you must generate Component Interface Java files for the entire groupof Component Interfaces, click ALL.Specify the appropriate file path for the Java files; otherwise, the Java files aregenerated in the default location, PEOPLESOFT HOME\web\psjoa. The ComponentInterface Java files are generated in the PeopleSoft\Generated\CompIntfcdirectory that is created in the specified location. For example, if you specifiede:\enrole as the file path, then the Component Interface Java files aregenerated in the e:\enrole\PeopleSoft\Generated\CompIntfc directory.The following note applies to PeopleTools 8.54.When you generate the CompIntfc.jar, add the psjoa.jar file to theenvironment variable classpath. For example if c:\PT8.54\class\psjoa.jar isthe location, then add C:\PT8.54\class\ to the classpath environment variable.6. Compile the Java files.a. Open the command prompt and go the directory where the generated Javafiles are located. For example,cd e:\enroleb. Go to the PeopleSoft\Generated\CompIntfc\ directory.c. For PeopleTools 8.50, 8.51, 8.52, and 8.53, run the following command.javac -classpath d:\temp\psjoa.jar *.javawhere, d:\temp is a path to the psjoa.jar file.For PeopleTools 8.54, run the following command:javac -classpath people tools install folder INF\classes *.javaFor example:javac -classpath soft\ RTAL.war\WEB-INF\ classes *.javad. Optional: You can delete all the generated Java files except the .class filesfrom the existing directory.7. Package the compiled files as CompIntfc.jar file.a. Open the command prompt and go the directory where the generated Javafiles are located. For example,cd e:\enroleb. Run the following command:jar –cvf CompIntfc.jar *Note: Ensure that the Java compiler that is used for compiling the generatedJava files is compatible with bothv The Java provided with the PeopleSoft managed resourcev The Java provided with Tivoli Directory Integrator8. Copy the generated CompIntfc.jar file to the ITDI HOME\jars\3rdParty\othersdirectory.9. For PeopleTools 8.54, copy the com folder from ORTAL.war\WEB-INF\classes toITDI HOME\jars\3rdparty\others.psjoa.jar fileThis file is created in the PEOPLESOFT HOME\web\psjoa directory during thePeopleTools installation.14IBM Security Privileged Identity Manager: PeopleTools Adapter Installation and Configuration Guide

You must copy the psjoa.jar file from PEOPLESOFT HOME\web\psjoa to theITDI HOME\jars\3rdParty\others directory on the workstation where the adapter isinstalled.JDBC type 4 driver JAR fileBy default, the find method of a PeopleSoft Component Interface is limited to amaximum of 300 entries from PeopleSoft. If more than 300 entries need to beretrieved, the PeopleSoft Connector needs to invoke JDBC queries on thePeopleSoft database tables.The path to the JDBC driver.jar file for the database that is used by PeopleSoft,must be copied to the ITDI HOME\jars\3rdParty\others directory.The PeopleTools Adapter establishes the connection directly with the database if itfinds more than 300 records to be retrieved. The PeopleTools Adapter uses theJDBC Type 4 drivers to retrieve more than 300 records. To establish the connectionto the database you need to specify the appropriate driver class and a URL of thecorrect format.For example:PeopleSoft configured with the DB2 :JDBC Drivers:db2jcc.jardb2jcc javax.jardb2jcc license cu.jarDriver ation:50000/databasePeopleSoft configured with the Microsoft SQL Server 2005:JDBC Drivers:sqljdbc4.jarDriver RLjdbc:sqlserver://workstation name:port;instanceName instance;SelectMethod curson;DatabaseName databaseVerifying the adapter installationIf the adapter is installed correctly, the PeopleSoftConnector.jar file exists in thespecified directory.Windows operating systemdrive:\Program Files\IBM\TDI\V7.1\jars\connectors\UNIX operating system/opt/IBM/TDI/V7.1/jars/connectors/If this installation is to upgrade a connector, then send a request from IBM SecurityPrivileged Identity Manager. Verify that the version number in the ibmdi.logmatches the version of the connector that you installed. The ibmdi.log file is atITDI Home\adapter solution directory\logs.Chapter 3. Installing15

Restarting the adapter serviceVarious installation and configuration tasks might require the adapter to berestarted to apply the changes. For example, you must restart the adapter if thereare changes in the adapter profile, connector, or assembly lines. To restart theadapter, restart the Dispatcher.The adapter does not exist as an independent service or a process. The adapter isadded to the Dispatcher instance, which runs all the adapters that are installed onthe same Security Directory Integrator instance.See the topic about starting, stopping, and restarting the Dispatcher service in theDispatcher Installation and Configuration Guide.Importing the adapter profileAn adapter profile defines the types of resources that the IBM Security Identityserver can manage. It is packaged with the IBM Security Identity Adapter. Use theadapter profile to create an adapter service on IBM Security Identity server andestablish communication with the adapter.Before you beginv The IBM Security Privileged Identity Manager is installed and running.v You have root or administrator authority on the IBM Security Privileged IdentityManager.v The file to be imported must be a Java archive (JAR) file. The Adapter Profile.jar file includes all the files that are required to define theadapter schema, account form, service/target form, and profile properties. Ifnecessary, you can extract the files from the JAR file, modify the files, andrepackage the JAR file with the updated files.The JAR file for IBM SecurityPrivileged Identity Manager is located in the top level folder of the installationpackage.About t

IBM Security Identity server The following servers ar e supported: v IBM Security Identity Manager server V ersion 6.0 v IBM Security Identity Manager server V ersion 7.0 v IBM Security Privileged Identity Manager V ersion 2.0 v IBM Security Identity Governance and Intelligence server V ersion 5.2.2 PeopleSoft Enterprise V ersion 9.0 V ersion 9.1

Related Documents:

IBM Security Identity server The following servers ar e supported: v IBM Security Identity Manager server V ersion 6.0 v IBM Security Identity Manager server V ersion 7.0 v IBM Security Privileged Identity Manager V ersion 2.0 v IBM Security Identity Governance and Intelligence server V ersion 5.2.2 T ivoli Dir ectory Integrator adapters .

v A list of publications in the "IBM Security Privileged Identity Manager library." v Links to "Online publications." v A link to the "IBM Terminology website" on page x. IBM Security Privileged Identity Manager library The following documents are available online in the IBM Security Privileged Identity Manager library:

The IBM Security Privileged Identity Manager is an appliance-based solution that pr ovides privileged cr edential and access management, application identity management, and session r ecor ding. Privileged identity management overview IBM Security Privileged Identity Manager helps or ganizations manage, automate, and track the use of shar ed .

The IBM Security Privileged Identity Manager Adapter automates the management of user accounts and dif fer ent service gr oups such as ISPIM r oles, ISPIM gr oups, . Service group management on the IBM Security Privileged Identity Manager server v Adding gr oups v Modifying gr oups attributes, including adding and r emoving members

The architecture of the SAP User Management Engine Adapter IBM Security Identity Server Tivoli Directory Integrator Server Adapter Managed resource Figure 2. Example of a single server configuration . 6 IBM Security Privileged Identity Manager: SAP User Management Engine (UME) Adapter Installation and Configuration Guide.

v IBM Security Privileged Identity Manager V ersion 2.0 v IBM Security Identity Governance and Intelligence server V ersion 5.2.2 BlackBerry Enterprise Server for Domino V ersion 5.0.3 System Administrator authority T o complete the adapter installation pr ocedur e, you must have system

Modi ed IBM IBM Informix Client SDK 4.10 03/2019 Modi ed IBM KVM for IBM z Systems 1.1 03/2019 Modi ed IBM IBM Tivoli Application Dependency Discovery Manager 7.3 03/2019 New added IBM IBM Workspace Analyzer for Banking 6.0 03/2019 New added IBM IBM StoredIQ Suite 7.6 03/2019 New added IBM IBM Rational Performance Test Server 9.5 03/2019 New .

8.2 Structure of DNA DNA structure is the same in all organisms. 8.3 DNA Replication DNA replication copies the genetic information of a cell. 8.4 Transcription Transcription converts a gene into a single-stranded RNA molecule. 8.5 Translation Translation converts an mRNA message into a polypeptide, or protein. 8.6 Gene Expression and Regulation