![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |
• The preparation steps given under Procedure assume you know PeopleSoft procedures. For complete information about creating component interfaces and making them available, see Integration Tools: PeopleSoft Component Interfaces in PeopleSoft (Enterprise PeopleTools) Documentation Library.Procedure lists the general setup tasks with PeopleTools for using Component Interface.Configuration Procedure for Adapter Services lists the specific configuration details for each type of adapter service.Task A Develop Component Interfaces
2. From the menu, select Build > PeopleSoft APIs.
a. Uncheck the Build checkbox for COM Type Library.
b. Uncheck the Build checkbox for C Header Files.
c. Check the Build checkbox for Java Classes. Navigate to open your Target Directory and select the following from the PeopleSoft APIs to Build list:- PeopleSoft.*- APIs for required component interfaces: For example, for the COUNTRY component interface, select CompIntfc.COUNTRY and CompIntfc.COUNTRYCollection.Figure 3 Build PeopleSoft API BindingsTo compile the APIs for TIBCO ActiveMatrix Adapter for PeopleSoft, you can use TIBCO Configuration Tool. You install this tool as a post-installation task. For configuration details, see Compile the Component Interface APIs Using TIBCO Configuration Tool.TIBCO Configuration Tool does not support HPUX PA-RISC platforms. This is because the release of TIBCO Configuration Tool used with the adapter requires Eclipse 3.7 to run and Eclipse 3.7 does not support HPUX PA-RISC platforms. To compile the APIs on these platforms, see Compile the Component Interface APIs Using Other Command Utilities.TIBCO Configuration Tool is installed to TIBCO_HOME/tct when you complete the post-installation tasks.
− Access to psjoa.jar: must be from a PeopleTools version compatible with your server. Contact your PeopleSoft administrator to locate this library.
− Component Interface Java APIs: store the APIs you built in Task B, Build PeopleSoft Component Interface Java APIs to a location that TIBCO Configuration Tool can access.
−
Location of psjoa.jar.
− If you run the tool in silent mode, you should run the tool in GUI mode to generate a configuration file (build.properties) in the following directory:Table 6, TIBCO Configuration Tool Properties in build.properties lists some of the properties that you might change in the properties file.
Location of psjoa.jar. TIB_ADPSFT8_HOME/lib/ext
•
• Run an ANT task under the TIBCO_HOME/tct/tct_version_number/plugins/com.tibco.tct.peoplesoft_plugin_version_number/res directory.
1. Log in to PIA and navigate to PeopleTools > Security > Permissions & Roles > Permission Lists.
3. Click the Component Interfaces tab and find the desired component interfaces. For example, if you want to work with the Country component interface, make sure it is in the list.
4. Edit each component interface and grant Full Access permissions to all its methods, as shown in Figure 4.The general tasks listed in Procedure are the same for all adapter services that use Component Interface. This section introduces the specific configuration details for each adapter service as follows:Every PeopleSoft component to be processed by a CI Publication Service of the adapter must have a shadow page (formerly “panel”) embedded in the component. Embedding is done in the PeopleTools Application Designer after you have configured the adapter in TIBCO Designer but before starting the adapter.The shadow work page, TIB_CI_ADAPTER_WRK, is shipped with the adapter. It contains configuration-driven PeopleCode that extracts data from the component based on the adapter configuration settings.Task A Insert the TIB_CI_ADAPTER_WRK Page into Components
2. From the menu, select File > Open. Use the Open Definition dialog to open the required components. For example, open the components that satisfy the COUNTRY selection criteria as shown in Figure 5.Figure 5 Open Definition Dialog
3. From the menu, select Insert > Page Into Component. Use the Insert Page dialog to insert TIB_CI_ADAPTER_WRK page of the TIB_PS8_ADAPTER into the component.
4. From the menu, select File > Save to save the component.Task B Grant Component Permissions for the TIB_CI_ADAPTER_WRK page
1. Log in to PIA and navigate to PeopleTools > Security > Permissions & Roles > Permission Lists.
2. Navigate to PeopleTools > Security > Permissions & Roles > Permission Lists.
3. Select a suitable permission list and find the component which was inserted with TIB_CI_ADAPTER_WRK page.
4.
5.
To insert data into the PeopleSoft system, make sure that both the CREATEKEYS and GETKEYS fields are filled in, regardless of whether they are new or recently updated. For more information on the CREATEKEYS, GETKEYS, and FINDKEYS, see Implementation of Keys in the TIBCO Adapter for PeopleSoft.
![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |