![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |
Task A Deploy the Example
1. Click on the Installed Software link on the left panel. Check if TIBCO ActiveMatrix Adapter for PeopleSoft is registered. If the software is not registered, register by clicking the Add Custom Software button. Please refer to the TIBCO Administrator documentation for more details on adding custom software.
2. Go to Application Management. Click New Application. Upload the EAR file created in the previous section and click OK. On the following screen, clear the Quick Configure check box and then click Save.
3. Click Configuration in the newly created application. Click on the top level application name in the configuration view.
a. Go to the Advanced tab and provide the values for:
b. Click Save. The Configuration screen appears.
c. Expand the Enterprise archive link, so that adapter instances, pubCI.aar, sub.aar and rpc.aar are visible.
d.
e.
f.
g. In the Configuration screen click Deploy, which will take you to the next screen. The Start successfully deployed services check box is selected by default. Click OK. The .tra files are created in TIB_ADPSFT8_HOME/bin/domain/domain_name.
4. Once the deployment is complete, click Service Instances under the application. The adapter is listed. Select the adapter and click Load Selected. Both the customer creation and customer fetching process is started. The adapter instance is also started.Task B Run the Example
1. To trigger GetProcess, you must enter the key values in the Get_Input.xml file located in the TIB_ADPSFT8_HOME/examples/BusinessWorks/Customer folder. For example key values for the following parameters can be entered:This fetches the customer details from PeopleSoft based on the details as given in the XML file. After the customer details are fetched from PeopleSoft, the Get_Output.xml file is written to the location TIB_ADPSFT8_HOME/examples/BusinessWorks/Customer
2. To trigger UpdateProcess, you must enter the data in the input_render.xml file located in the TIB_ADPSFT8_HOME/examples/BusinessWorks/Customer folder. For example:
3. To trigger SyncProcess, you must modify the data in PeopleSoft. For example you may modify any customer record. This triggers the SyncProcess and writes the data to the Sync_output.xml file.
![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |