Skip Headers
Oracle® Real User Experience Insight User's Guide
12c Release 2 (12.1.0.3) for Linux x86-64

Part Number E37266-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

J PeopleSoft Support

This appendix provides a detailed discussion of the support available for the accurate monitoring of PeopleSoft-based applications. Note that this support is only available if you have a valid Application Management Suite for PeopleSoft licence. For more information, contact your Oracle representative.

J.1 Introduction

The monitoring support provided by this version has been verified against PeopleSoft applications based on PeopleTools version 8.48 and 8.49. Earlier versions, although not tested, should also work.

J.2 Verifying the Scope of Monitoring

Often the PeopleSoft software is configured to use a non-standard port, such as 800. The port on which your PeopleSoft installation is running can be found by examining the login URL. This takes the following format:

http(s)://hostname:portnumber/pspt/...

Verify the portnumber is configured as one of the defined ports (HTTP or HTTPS). In addition, if a HTTPS port is specified, ensure that a copy of the web server's private SSL key is imported into the Collector system(s).

J.3 Creating PeopleSoft Suite Definitions

You can create suite definitions for PeopleSoft-based applications in the same way as for any other supported Oracle Enterprise architecture. The procedure to create suites is described in Section 10.1.1, "Creating Suite Definitions".

J.4 Running the create_PSFT_info.sh Script

In order for RUEI to correctly translate the PeopleSoft business logic within your environment, do the following:

  1. Copy the create_PSFT_info.sh script to the home directory of the PSFT server. It is located in the RUEI_DATA/processor/local/download directory of the RUEI system.

  2. Run the create_PSFT_info.sh script as any user on the PSFT server.Foot 1  This script assigns an identification to the identified page IDs within the environment. The create_PSFT_info.sh script must be run with the following required parameter:

    create_PSFT_info.sh connect-string
    

    where connect-string is the string used to authorize the script to access the PeopleSoft database. The script reads from the APPLSYS schema, and generates .txt files in the current directory. For example:

    create_PSFT_info.sh "APPS/APPS@dliild-PSFT-:1522/dli03"
    create_PSFT_info.sh "APPS/APPS@PSFT"
    

    In multiple instance environments, run the script for each required instance, and separately preserve their created .txt files. In addition, create a separate suite definition for each instance, as described in Section 10.1, "Working With Suites".

  3. Follow the procedure described in Section 10.1.2, "Uploading Configuration Files" to upload the generated files to the Reporter System.

J.5 Verifying the Cookie Technology

When creating a PeopleSoft suite instance, a preconfigured cookie for the PeopleSoft environment is automatically created. This is implemented as a custom cookie, with the name PS_TOKEN. Probably this will be suitable for your PeopleSoft environment. However, depending on the configuration of your environment, you may need to modify this. In addition, to enable RUEI to monitor and track users over the complete session, please ensure the cookie path is set to "/".

Verifying the Cookie Configuration

To verify your cookie configuration, do the following:

  1. Clear all cookies in the browser.

  2. (Re)login to the PeopleSoft application.

  3. View a few pages in PeopleSoft.

  4. Logout.

  5. Wait for at least 10 minutes.

  6. Open the RUEI Reporter environment.

  7. Select Browse data, open the All sessions group, select Session diagnostics, and locate the recorded session (by user ID or time). You can filter on applications.

  8. Open the session and verify that:

    • There are more page views reported than just the login. This verifies the session ID is preserved after the login.

    • At least some PeopleSoft application activity has been recorded.

When not all hits are connected with the same cookie (these are reported as anonymous pages), it is recommended you investigate where the problem is located, and resolve it in the appropriate manner. For example, the domain or path option of the cookie.

J.6 Hostnames and URL Prefixes

A PeopleSoft Implementation, and the PeopleSoft instance, can be identified with a hostname. Generally, a PeopleSoft suite can be accessed in two ways: using only the hostname, or using the fully-qualified hostname (including the domain). Generally, you only need to specify the domain.

Table J-1 shows how an application's dimensions are reported in RUEI.

Table J-1 PeopleSoft Suite Definitions Mapping

Dimension level Content

Application.name

portal/node (suite_name)

Application. page-group

suite_name.portal/node » Main menu item

Application.page-name

suite_name.portal/node » Main menu item » sub-menu item » sub-sub menu item.Action.


where:

Figure J-1 shows an example of how a PeopleSoft application is reported in RUEI.

Figure J-1 Example of PeopleSoft Application Page-Group Reporting

Description of Figure J-1 follows
Description of "Figure J-1 Example of PeopleSoft Application Page-Group Reporting"

J.7 Database Tables

The following PeopleSoft database table is used by the create_PSFT-Info.sh script to retrieve information about the customizations:

J.8 Data Items

The PeopleSoft-specific data items shown in Table J-2 are reported by RUEI.

Table J-2 Dimensions

Item Description

PeopleSoft suite/Code

The PeopleSoft suite code as specified in its configuration definition. This data makes it possible to distinguish between different monitored PeopleSoft suites.

PeopleSoft suite/Name

The PeopleSoft suite name as specified in its configuration definition. This data makes it possible to distinguish between different monitored PeopleSoft suites.

PeopleSoft site name/ID

The site ID specified during PeopleSoft Pure Internet Architecture setup. This enables you to set up multiple sites on one physical web server. The site name is ultimately mapped by the web server to the appropriate configuration properties file.

PeopleSoft site name/Name

The site name specified during PeopleSoft Pure Internet Architecture setup. This enables you to set up multiple sites on one physical web server. The site name is ultimately mapped by the web server to the appropriate configuration properties file.

PeopleSoft portal name/ID

ID of the portal where the end user was browsing. The portal definition contains metadata that describes how to present the content (template, pagelets, and so on).

PeopleSoft portal name/Name

Name of the portal where the end user was browsing. The portal definition contains metadata that describes how to present the content (template, pagelets, and so on).

PeopleSoft node name/ID

ID of the node that contains the content for this request.

PeopleSoft node name/Name

Name of the node that contains the content for this request.

PeopleSoft ICaction/ID

The ID of the action performed. This can be an "OK" button, or some other action (such as entering a date of birth) in a form field.

PeopleSoft ICaction/Name

The name of the action performed. This can be an "OK" button, or some other action (such as entering a date of birth) in a form field.

PeopleSoft suite/Code

The PeopleSoft suite code as specified in its configuration definition. This data makes it possible to distinguish between different monitored PeopleSoft suites.


J.9 Resources

You may find the following source useful:

J.10 Known Limitations

Currently, RUEI does not work with all PeopleSoft functionality. In particular, the following known limitations exist:



Footnote Legend

Footnote 1: The script can also be run in the acceptance environment if it is equivalent to the production environment.