Skip Headers
Oracle® Fusion Middleware Application Adapter for PeopleSoft User's Guide for Oracle WebLogic Server
11g Release 1 (11.1.1)
E17055-01
  Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
 

D Using PeopleSoft Integration Broker

This appendix describes how to configure and test PeopleSoft Integration Broker (release 8.4) and PeopleSoft Application Messaging (release 8.1) using a PeopleSoft-supplied File Output interface. In PeopleSoft release 8.1, the messaging architecture is called Application Messaging and includes Application Messaging Gateway. In release 8.4, the messaging architecture is called Integration Broker, which includes Integration Gateway. When discussing release-generic issues, this section uses release 8.4 terminology. When discussing release-specific issues, it uses release-specific terminology.


Note:

This section is not a substitute for PeopleSoft documentation. For more complete and up-to-date information on PeopleSoft Messaging and Integration Broker, see the PeopleSoft Online Library for your PeopleSoft system.

PeopleSoft Integration Broker

PeopleSoft Integration Broker provides a mechanism for communicating with the outside world using XML files. Communication can take place between different PeopleSoft applications or between PeopleSoft and third-party systems. To subscribe to data, third-party applications can accept and process XML messages posted by PeopleSoft using the available PeopleSoft connectors or by adding a custom built connector to the Integration Gateway. This topic primarily covers publishing outbound asynchronous messages from a PeopleSoft system to a third-party application using the delivered File Output connector. For information on outbound synchronous messages, see "Using Outbound Synchronous Messages".To send a message, you must properly configure various internal structures and processes. The following descriptions are generally release-generic. Detailed differences between releases 8.1 and 8.4 are discussed in other topics.

Most of the examples in this section use the LOCATION_SYNC message, which is a PeopleSoft Enterprise Integration Point (EIP) and is supplied with most PeopleSoft applications. If LOCATION_SYNC is not part of your package, you may use any supplied message.

Configuring Integration Broker in PeopleSoft 8.4

You can configure PeopleSoft 8.4 to send an asynchronous outbound message to the File Output connector.

To configure application messaging in PeopleSoft 8.4:

  1. Ensure that the message is active and is routed to the proper Message Channel.

  2. Configure the Message Channel.

  3. Configure the IntegrationGateway.properties file to communicate with your PeopleSoft 8.4 application.

  4. Configure the Integration Gateway and File Output connector.

  5. Create and configure a new Gateway node.

    These tasks are described in detail in the following procedures.

Ensuring the Message Is Active and Is Routed Correctly

To ensure that the message is active and is routed to the proper Message Channel:

  1. Open Application Designer.

  2. On the File menu, point to Open, click Message, and then open the LOCATION_SYNC message.

    Fields included in the message
    Description of the illustration bea_pstu_b84b.gif

  3. To view the fields that are included in the Message, highlight LOCATION_TBL.

  4. Right-click LOCATION_TBL and select Properties.

    The Message Properties dialog is displayed.

    Message Properties dialog box
    Description of the illustration bea_pstu_b84c.gif

  5. Select the Use tab.

  6. Ensure the Active check box is selected.

    The message is routed to the Message Channel, ENTERPRISE_SETUP, and the default message version is VERSION_1 (messages can have multiple versions).

  7. Click OK and then save the message.

    You have finished ensuring that the message is active and is routed correctly.

Configuring the IntegrationGateway.properties File

To configure the IntegrationGateway.properties file:

  1. Open the IntegrationGateway.properties file using the editor of your choice.

  2. Find the section of the file that specifies the JOLT connect string setting for the default application server. This is usually near line 75, and looks similar to the following:

    ## JOLT connect string setting for optional Default Application Server. Do NOT specify a NODENAME.
    #
    # Example:
    #ig.isc.serverURL=//MYSERVER:9000
    #ig.isc.userid=MYUSERID
    #ig.isc.password=MYPASSWORD
    #ig.isc.toolsRel=8.40
    
  3. Uncomment (or copy and uncomment) the four lines that specify the connection.

  4. Enter the appropriate information.

    In the following example, the tools release is 8.40.09:

    ig.isc.serverURL=//isdsrv14:9000
    ig.isc.userid=VP1
    ig.isc.password=VP1
    ig.isc.toolsRel=8.40.09
    

    The PeopleSoft tools release must be precise to the last decimal.


Note:

With release 8.42, the password must be stored in an encrypted format. PeopleSoft provides a script called PSCipher.bat (PSCipher.sh on UNIX) to accomplish encryption. Typically, this script is located in the path of the IntegrationGateway.properties file. Follow the instructions supplied by PeopleSoft to run this script.

You have finished configuring the IntegrationGateway.properties file.

Configuring the Integration Gateway and the File Output Connector

To configure the Integration Gateway and the File Output Connector:

  1. In a Web browser, open your PeopleSoft 8.4 application in 4-tier mode.

  2. In the Menu pane, expand PeopleTools, Integration Broker, and then click Gateways.

  3. Open the LOCAL Gateway ID and enter the following Gateway URL:

    host name/PSIGW/PeopleSoftListeningConnector
    

    Where host name is the name of your PeopleSoft Web Server.

  4. Click Refresh.

    A message appears stating the outcome of the refresh process.

    Message stating the outcome of the refresh process
    Description of the illustration bea_pstu_b84g.gif

  5. Click OK and scroll down to click Save.

    You must click Save before continuing.

  6. Click the Properties link for the FILEOUTPUT Connector ID.

    The Properties window for the FILEOUTPUT Connector is displayed.

  7. Accept or overwrite the default values.

    In the following figure, the FilePath PROPERTY from the c:\temp default was changed to d:\ps\cache.

    FilePath property
    Description of the illustration bea_pstu_b84h.gif

  8. To return to the Gateway window, click OK.

  9. Scroll down and click Save.

    You have finished configuring the Integration Gateway and the File Output Connector.

Creating and Configuring a New Gateway Node

To create and configure a new Gateway Node:

  1. In the Menu pane, expand PeopleTools, Integration Broker, and then, click Node Definitions.

  2. Select the Add a New Value tab.

  3. In the Node Name field, enter a node name.

    It is recommended that you name your first (trial) message node EXTERNAL. After successfully configuring and sending messages using this node, you can create additional message nodes with names appropriate for your application.

  4. Click Add.

    The Node Info tab becomes available.

    Node Info tab
    Description of the illustration bea_pstu_b84j.gif

    Perform the following steps:

    1. In the Description field, enter an appropriate description.

    2. From the Node Type list, select EXTERNAL.

    3. From the Routing Type list, select Implicit.

  5. Select the Connectors tab.

    The Connectors tab becomes available.

    Connectors tab
    Description of the illustration bea_pstu_b84k.gif

    Perform the following steps:

    1. Specify LOCAL for the Gateway ID.

    2. Specify FILEOUTPUT for the Connector ID.

    3. Accept or overwrite the default Gateway property values.

  6. Click Save.

  7. To specify the transactions to route messages to your node, select the Transactions tab and click Add Transaction.

    The Node Transactions pane is displayed.

    Node Transactions pane
    Description of the illustration bea_pstu_b84l.gif

    Perform the following steps:

    1. From the Transaction Type list, select Outbound Asynchronous.

    2. In the Request Message field, specify LOCATION_SYNC.

    3. In the Request Message Version field, specify VERSION_1.

      In the Request Message Version field, specify VERSION_1.

  8. Click Add.

    The Transaction Detail pane is displayed.

    Transaction Detail pane
    Description of the illustration bea_pstu_b84m.gif

    Perform the following steps:

    1. Verify that the Routing Type is Implicit.

    2. Click Save, then click the Return to Transaction List link.

    3. To ensure that your data entry is not lost, click Save again.

You have finished creating and configuring the new Gateway Node.

See "Viewing the PeopleCode for a Message" for more information.

Configuring Application Messaging in PeopleSoft Release 8.1

You can configure PeopleSoft 8.1 to send an asynchronous outbound message to the Simple File Handler.To configure application messaging in PeopleSoft 8.1:

  1. Create and configure a new Message Node.

  2. Ensure the message is active and is routed to the proper Message Channel.

  3. Configure the Message Channel.

  4. Configure the Simple File Handler in the Gateway.

    These tasks are described in detail in the following procedures.

Creating and Configuring a New Message Node

To create and configure a new message node:

  1. Select New from the File menu and click Message Node.

    A Message Node window is displayed.

    Message Node window
    Description of the illustration bea_pstu_b81b.gif

  2. Right-click anywhere inside the white space and select Insert Location.

    The Location URL box is displayed.

    Location URL box
    Description of the illustration bea_pstu_b81c.gif

  3. Enter the following URL for the PeopleSoft Application Gateway (handler directory):

    host name:port/servlets/psft.pt8.gateway.GatewayServlet
    

    Where host name is the host name of your PeopleSoft Web server and port is the socket on which the server is listening. The characters you enter after host name are case-sensitive.

  4. Click OK.

  5. Display the Message Node Properties dialog.

    Message Node Properties dialog box
    Description of the illustration bea_pstu_b81d.gif

    Perform the following steps:

    1. Select the Use tab.

    2. In the text boxes, enter the PeopleTools and Application Version numbers.

    3. Click OK.

  6. Display the Save As dialog.

    Save as dialog box
    Description of the illustration bea_pstu_b81e.gif

  7. To save the Message Node, click OK.

    It is recommended that you name your first (trial) message node EXTERNAL. After successfully configuring and sending messages using this node, you can create additional message nodes with names appropriate for your application.If you intend to migrate this message node to a different PeopleSoft environment (for example, from Test to QA), you can create a PeopleSoft project and insert the Message Node into the project.You have finished creating and configuring the message node.

Ensuring the Message Is Active and Is Routed Correctly

To ensure that the message is active and is routed to the proper message channel:

  1. Open Application Designer.

  2. On the File menu, point to Open, click Message, and open the LOCATION_SYNC message.

    LOCATION_TBL field
    Description of the illustration bea_pstu_b81g.gif

  3. To view the fields that are included in the message, highlight LOCATION_TBL.

  4. Right-click LOCATION_TBL and select Properties.

    The Message Properties dialog is displayed.

    Message Properties dialog box
    Description of the illustration bea_pstu_b81h.gif

    Perform the following steps:

    1. Select the Use tab.

    2. Ensure the Status check box is selected, which indicates that the message is active.

    3. From the Message Channel list, select ENTERPRISE_SETUP.

    4. From the Default Version list, select VERSION_1 (messages can have multiple versions).

  5. Click OK.

  6. Save the message.

Configuring the Message Channel

To configure the message channel:

  1. From the File menu, choose Open and click Message Channel.

  2. To open the ENTERPRISE_SETUP Message Channel, select ENTERPRISE_SETUP.

  3. Right-click ENTERPRISE_SETUP and select Properties.

    The Message Channel Properties dialog is displayed.

    Message Channel properties dialog box
    Description of the illustration bea_pstu_b84e.gif

    Perform the following steps:

    1. Select the Use tab.

    2. Ensure that the Message Channel status is set to Run.

    3. Click OK.

  4. From the left pane, select the Routing Rules tab.

    The pane is blank.

    Routing Rules pane
    Description of the illustration bea_pstu_b81k.gif

  5. Right-click the pane and select Insert Message Node.

    The Insert Message Node dialog is displayed.

    Insert Message Node dialog box
    Description of the illustration bea_pstu_b81l.gif

    Perform the following steps:

    1. Select the message node that you created in "Creating and Configuring a New Message Node", for example, EXTERNAL.

    2. Click Insert.

  6. Click Cancel.

    Information appears on the Routing Rules tab.

    Routing Rules tab
    Description of the illustration bea_pstu_b81m.gif

    Perform the following steps:

    1. Right-click the message node and point to Routing Direction.

    2. From the Routing Direction menus, select Publish To.

  7. Save the Message Channel, and if you require it, place it in your project.

    You have finished configuring the Message Channel.

Configuring the Simple File Handler in the Gateway

To configure the Simple File Handler in the Gateway:

  1. In a Web browser, launch the PeopleSoft 8.1 configuration servlet interface (also known as the server gateway) by entering the following URL:

    host name:port/servlets/gateway.administration
    

    Where host name is the name of the application server that hosts PeopleSoft and port is the port number on which the application server is listening.

    The Handler Directory window is displayed.

    Handler Directory window
    Description of the illustration bea_pstu_b81n.gif

  2. Click Add Handler.

    The Add Handler window is displayed.

    Add Handler window
    Description of the illustration bea_pstu_b81o.gif

  3. Enter the full name of the Simple File Handler class, psft.pt8.filehandler.SimpleFileHandler.


    Note:

    The name is case-sensitive.

  4. Click Save.

    The Handler Directory window is displayed.

    Handle Directory window
    Description of the illustration bea_pstu_b81p.gif

  5. To load the handler, click Load.

    After the handler loads, "Loaded successfully" appears in the Status column.

  6. Click Configure.

    The Simple File Handler Directory window is displayed.

    Simple File Handler Directory window
    Description of the illustration bea_pstu_b81q.gif

  7. Click Add a file handler node.

    The Add File Handler window is displayed.

    Add File Handler window
    Description of the illustration bea_pstu_b81r.gif

  8. In the Node Name field, enter the name of the message node that you created in "Creating and Configuring a New Message Node", for example, EXTERNAL.

Viewing the PeopleCode for a Message

Messages are initiated by the PeopleCode that is attached to a record. Usually, this record is one of the records associated with the message itself.

  1. Open Application Designer.

    Application Designer
    Description of the illustration bea_pstu_b81s.gif

  2. On the Record Fields tab, select the LOCATION_TBL record.

  3. Select the PeopleCode display option.

  4. Select the Save Post Change (SPo) box for the LOCATION field.

The following window displays the PeopleCode that initiates a LOCATION_SYNC message.

LOCATION_SYNC message
Description of the illustration bea_pstu_b81t.gif

For more information about PeopleCode, consult your PeopleSoft Online Library.

You have finished viewing the PeopleCode for a message. You can now test Integration Broker (in PeopleSoft 8.4) or Application Messaging (in PeopleSoft 8.1).

Testing the Integration Broker

To test the Integration Broker by generating a message, you can navigate to the Location Transaction window and add, update, or delete a location entry in your application. Depending on your application, the way you navigate varies.

The following example illustrates a Financials 8.4 application where a new location with a SetID of SHARE and a Location Code of TEST001 was added.

Example of a Financials 8.4 application
Description of the illustration bea_pstu_testa.gif

The following figure shows a portion of the XML output.

XML output
Description of the illustration bea_pstu_testb.gif


Note:

The name of the file is PSFT_EP.LOCATION_SYNC.69.xml, which is the concatenation of PSFT_EP (the local Publishing Node), the name of the message, and the number of the Publication ID.

If you cannot send a message successfully, PeopleSoft provides a set of tools for monitoring the progress of your messages. In release 8.1, you use a tool called the Application Messaging Monitor. In release 8.4, you use the Monitor Menu in the Integration Broker.

For a complete description on how to isolate and resolve problems with your messaging environment, consult your PeopleSoft Online Library. If you are still unable to send your XML file, the PeopleSoft Customer Connection can help solve your problem.

Using Outbound Synchronous Messages

Starting with PeopleTools 8.4, you can send outbound synchronous messages. From a high-level point of view, the primary difference between outbound synchronous and asynchronous is that with outbound asynchronous, the transaction is completed whether the message is actually sent or received.

For synchronous outbound messages:

Oracle Application Adapter for PeopleSoft can work with PeopleSoft outbound synchronous messages. Outbound synchronous messages involve additional configuration steps, both within PeopleSoft and in Oracle WebLogic Server. This topic briefly describes the configuration requirements within PeopleSoft.


Note:

The instructions in this topic build upon the instructions for outbound asynchronous messages. It is strongly recommended that you familiarize yourself with outbound asynchronous messaging before attempting outbound synchronous. See "Configuring Integration Broker in PeopleSoft 8.4" for more information on outbound asynchronous messages.

Ensure that both outbound and inbound messages are created and active. PeopleSoft provides template examples called IB_INST_VER_SYNC_MSG and IB_INST_VER_RESP_MSG. F. See "Ensuring the Message Is Active and Is Routed Correctly" for information on examining these messages.


Configuring Outbound Synchronous Messages

You can use an existing node, or you can create a new node to configure outbound synchronous messages. See "Creating and Configuring a New Gateway Node" for information on creating and configuring a node. In either case, you must set up your outbound synchronous transaction.

The following example uses a node and transaction delivered by PeopleSoft. However, this example is for illustrative purposes only and does not actually work as delivered without additional steps. As of Financials release 8.42, there are no preconfigured outbound synchronous transactions that you can use for testing purposes.

Configuring an Outbound Synchronous Message

To configure an outbound synchronous message:

  1. Navigate to the Node Definitions page and open the PT_LOCAL node.

  2. Click the Transactions tab.

    The Transactions pane is displayed.

    Transactions pane
    Description of the illustration ixte104_outsynch01.gif

    One outbound synchronous message, IB_INST_VER_SYNC_MSG, appears in the Transaction Type list.

  3. Click the Edit link in the IB_INST_VER_SYNC_MSG row.

    The following pane is displayed.

    Message tab
    Description of the illustration ixte104_outsynch02.gif

  4. Click the Messages tab.

Both request and response messages appear. The target system must ensure that the response message follows the format of the request message. As the target system is your Oracle WebLogic Server, you must transform the XML that is sent and returned from your final destination.


Note:

You must use the PeopleSoft-supplied HTTP target connector when you are working with synchronous outbound messages. You cannot use the TCPIP84TARGET connector for outbound synchronous messages.

Viewing the PeopleCode for a Synchronous Message

The sample PeopleCode in the following example is for a synchronous outbound message. It differs from asynchronous outbound in that it must handle a response message.

Viewing the PeopleCode for a Financials Synchronous Outbound Message

The following sample code is supplied with the Financials application and is associated with the two messages IB_INST_VER_SYNC_MSG and IB_INST_VER_RESP_MSG.

To view the code, perform the following steps:

  1. From Application Designer, open the PSINST_VER record.

  2. Select the PeopleCode display option.

  3. Select the Field Change (FCh) box for the IB_SEND_SOS_BTN field.

The following window is displayed.

Field Change (FCh) box
Description of the illustration ixte104_outsynch03.gif

Generating Events Using PeopleTools Tutorial

This section provides a tutorial that walks you through the PeopleSoft event generation process using PeopleTools version 8.48 and 8.49. The tutorial uses the PeopleTools version 8.48.02 and 8.90 Financial / SCM application. As a result, if you are using a different platform, then correlate the terms and commands specific to that operating system. For more information, refer to the appropriate user guide for each specific component.

Configuring PeopleSoft Services

This section describes how to configure PeopleSoft services.

Adding a Remote Node

To add a remote node:

  1. Logon to PeopleSoft using the browser-based GUI (Pure Internet Architecture).

  2. Select PeopleTools, Integration Broker, Integration Setup, followed by Nodes.

    The Node Definitions tab is displayed.

    Node Definitions tab
    Description of the illustration int_broker1.gif

  3. Perform the following steps:

    1. In the Node Name field, type a name for the new node definition, for example, EXTERNAL.

    2. In the Description field, type a brief description for the new node definition.

    3. From the Node Type drop-down list, select External.

    4. From the Authentication Option drop-down list, ensure that the default option, none, is selected.

    5. In the Default User ID field, type the user ID that is being used by the PeopleSoft system, for example, PS.

    6. Select the Active Node check box.

  4. Click the Connectors tab.

    The Connectors tab is displayed.

    Connectors tab
    Description of the illustration int_broker2.gif

  5. Perform the following steps:

    1. In the Gateway ID field, type LOCAL.

    2. In the Connector ID field, type HTTPTARGET.

    3. For the PRIMARYURL value, enter the host and port number of the PeopleSoft adapter instance that is used to listen for events.

    4. Leave the default values for the remaining properties.

  6. Save your changes.

Selecting a Service

To select a service:

  1. Select PeopleTools, Integration Broker, Integration Setup, followed by Services.

  2. Search for the DEPT_SYNC service and select it.

    The DEPT_SYNC Services pane is displayed.

    DEPT_SYNC Services pane
    Description of the illustration int_broker3.gif

  3. From the Existing Operations section on the lower-left, click the DEPT_SYNC.VERSION_1 service operation.

    The Service Operation - General pane is displayed.

    Service Operation - General pane
    Description of the illustration int_broker4.gif

  4. Click the Active check box.

  5. Click the Routings tab to add a new routing.

    Routings tab
    Description of the illustration int_broker5.gif

  6. In the Routing Name field, type a name for the new routing, for example, ADD_DEPT.

  7. Click Add.

  8. Click the Routing Definitions tab to add a new routing definition.

    Routing Definitions tab
    Description of the illustration int_broker6.gif

  9. Perform the following steps:

    1. In the Sender Node field, type PSFT_HR, which is the default PeopleSoft node that publishes the message.

    2. In the Receiver Node field, type EXTERNAL, which is the new node that has been created to subscribe the message published by PeopleSoft.

  10. Click the Connector Properties tab.

    Connector Properties tab
    Description of the illustration int_broker7.gif

  11. Perform the following steps:

    1. In the Gateway ID field, type LOCAL.

    2. In the Connector ID field, type HTTPTARGET.

    3. For the PRIMARYURL value, enter the host and port number of the PeopleSoft adapter instance that is used to listen for events.

  12. Click Save and then click Return.

    You are returned to the Routing Definitions pane. Notice that the new routing definition (ADD_DEPT) is now added to the list.

    Routing Definitions pane
    Description of the illustration int_broker8.gif

  13. Click Save to save the details of the Service Operation.

  14. Click the Return to Service link to return to the Services pane.

  15. Click Save on the Services pane.

Activating the Gateway

To activate the gateway:

  1. Select PeopleTools, Integration Broker, Configuration, followed by Gateways.

  2. Search for the Integration Gateway ID, for example, Local and select it.

    The Gateways pane is displayed.

    Gateways pane
    Description of the illustration int_broker9.gif

  3. Click Ping Gateway.

    A new browser window is displayed, which shows that the gateway is active.

    New Browser window
    Description of the illustration int_broker10.gif

  4. Close the new browser window to return to the Gateways pane.

    Gateways pane
    Description of the illustration int_broker11.gif

  5. Ensure that HTTPTARGET is listed in the Connectors section. If it is not listed, click Load Gateway Connectors to refresh the available connectors.

Activating the Domain

To activate the domain:

  1. Select PeopleTools, Integration Broker, Configuration, followed by Quick Configuration.

    The Quick Configuration pane is displayed.

    Quick Configuration pane
    Description of the illustration int_broker12.gif

  2. Ensure that the domain is active.

Activating the Service

To activate the service:

  1. Select PeopleTools, Integration Broker, Integration Setup, followed by Services.

    The Services pane is displayed.

    Services pane
    Description of the illustration int_broker13.gif

  2. Ensure that the service is active.

Activating the Service Operation (Queue and Message Node)

To activate the service operation:

  1. Select PeopleTools, Integration Broker, Configuration, Integration Setup, followed by Services.

    The Services pane is displayed.

    Services pane
    Description of the illustration int_broker14.gif

  2. From the Existing Operations section on the lower-left, click the DEPT_SYNC.VERSION_1 service operation.

    The Service Operation - General pane is displayed.

    Service Operation - General pane
    Description of the illustration int_broker4.gif

  3. In the message information section on the bottom of the page, note the value in the Queue Name field of the service operation.

    Message Information section
    Description of the illustration int_broker16.gif

  4. Click the View Queue link.

    The Queue Definitions pane is displayed.

    Queue Definitions pane
    Description of the illustration int_broker17.gif

  5. Ensure that the Queue Status drop-down list has Run selected.

  6. Click Return to return to the Service operation pane.

  7. Click the Routings tab.

    Routings tab
    Description of the illustration int_broker18.gif

  8. Ensure that the routings are active.

  9. Click the Return to Service link on the bottom of the pane to return to the Services pane.

  10. Click Return to Search to go to the Services search pane.

    In the above steps, if the status has been activated in any of the panes for any of the components, then make sure to save the status at the appropriate pane and the respective components.

  11. Select PeopleTools, Integration Broker, Configuration, Integration Setup, Services, followed by Nodes.

    The Node Definitions pane is displayed.

    Node Definitions pane
    Description of the illustration int_broker19.gif

  12. Ensure that the status of the External node is active.

    This completes the configuration on the PeopleSoft side.

Triggering the Event in PeopleSoft

This section describes how to trigger the event in PeopleSoft.

Triggering the Event

To trigger the event:

  1. Logon to PeopleSoft using the browser-based GUI (Pure Internet Architecture).

  2. Navigate to Main Menu, Set up HRMS, Foundation Tables, followed by Departments.

    The Departments pane is displayed.

    Departments pane
    Description of the illustration int_broker20.gif

  3. Click the Add a New Value tab.

    Add a New Value tab
    Description of the illustration int_broker21.gif

  4. Enter the appropriate value in the SetID and Department fields

  5. Click Add.

    The Department Profile tab is displayed.

    Department Profile tab
    Description of the illustration int_broker22.gif

  6. Provide the necessary information according to your requirements to create a new Department record.

  7. Click Save at the bottom of the pane when you are finished.

Verifying the Event Results

This section describes how to verify the event results.

Verifying the Results

To verify the results:

  1. Logon to PeopleSoft using the browser-based GUI (Pure Internet Architecture).

  2. Navigate to Main Menu, PeopleTools, Integration Broker, Service Operation Monitor, followed by Asynchronous Services.

    The Monitor Overview tab is displayed.

    Monitor Overview tab
    Description of the illustration int_broker23.gif

    Here you can view the results of the events at the queue level.

  3. Click the number link (5) queue (Enterprise_Setup) in the Result section.

    The Operation Instances tab is displayed.

    Operation Instances tab
    Description of the illustration int_broker24.gif

    Notice that a new record for the event (department) is available.

  4. Click the Details link on the lower-right.

    A new browser window (Asynchronous Details) is displayed.

    New Browser Window (Asynchronous Details)
    Description of the illustration int_broker25.gif

    Notice that the status of the transaction is DONE for the Publishing and Subscriber nodes.