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

O Oracle Fusion Applications Support

This appendix provides a detailed discussion of the support available for the accurate monitoring of applications available as part of the Oracle Fusion Applications suite.

O.1 Introduction

RUEI supports out-of-box monitoring of modules and components that are available as part of the Oracle Fusion Applications suite. For example, Oracle Fusion Customer Relationship Management (CRM) and Oracle Fusion Human Capital Management (HCM). It automatically discovers these applications, and translates network objects to business functions.

Information about the availability of specific modules and components within the Oracle Fusion Applications suite is available from the following location:

http://www.oracle.com/us/products/applications/fusion/index.htm

O.2 Creating Oracle Fusion Applications Suite Definitions

You can create suite definitions for Oracle Fusion Applications applications in the same way as for any other supported Oracle Enterprise architectures. The procedure to create suites is fully described in Section 10.1.1, "Creating Suite Definitions".

O.3 Running the create_FUS_info.pl Script

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

  1. Copy the create_FUS_info.pl script to the home directory of the Oracle Fusion server. It is located in the RUEI_DATA /processor/local/download directory of the RUEI system.

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

    create_FUS_info.pl connect-string
    

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

    create_FUS_info.pl "sys/oracle@myshop-fus:1522"
    create_FUS_info.pl "sys/oracle@FUS"
    

    Note that the FND_APPL_TAXONOMY_VL and FND_APPL_TAXONOMY_HIERARCHY tables are used to obtain the product name. From this, the product family is derived. The reported view ID is derived from Adf-View-Id HTTP header in the response. When this header is not found in any of the related hits, RUEI attempts to obtain the view ID from the URL of the hit related to the click.

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

O.4 Functional Errors

Predefined content messages are automatically provided for all standard Oracle Fusion Application messages. This enables the customization of their types (message or error) and reporting. The error types shown in Table O-1 are supported.

Table O-1 Predefined Fusion Error Types

Type Type Type Type Type

ADFF_BIND-

TPC-

WCS-

UIX-

SSLCFG-

BIACM-

CFGFWK-

ADF_TRIND-

OHS-

OAMAP-

FRC-

BDSS-

OID-

FRM-

ASCRS-

ADF-MNC-

DVT-

BI-DCBEANS-

BI-PLUS-

OAMCFG-

ODV-

STS-

ADFDI-

TRS-

BI-POPVD-

BI-EUL-

IAU-

TCM-

RCS-

HELP-

PKI-

OAMSSA-

BI-PDFRDR-

UCM-CS-

BI-VIEWER-

OSSOIAP-

ODSM-

RUL-

FED-

ADF_FACES-

BAM-

BI-DCWBSVC-

DMS-

DFW-

BI-SVR-


O.5 Data Items

The Oracle Fusion Applications-specific data items shown in Table O-2 are reported by RUEI.

Table O-2 Oracle Fusion Applications-Specific Data Items

Item Description

Fusion application

The name of the application module within the Oracle Fusion Applications framework.

Fusion action

The action that was triggered by this hit (such as view, action, dialog, focus, disclosure, launch, query, sort, and valueChange).

Fusion client ID

An unique identifier for the element clicked by the end-user on the previous page.

Fusion suite

The name of an Fusion framework suite, as defined in its configuration definition. This data makes it possible to distinguish between different monitored Fusion framework suites.

Fusion component name

The display name of the component activated by the previous end-user action.

Fusion component type

The type of the component activated by the previous end-user action.

Fusion view ID

The identifier (for the part) of the screen part where the previous end-user action took place.


For further information about these data items, see the Oracle Fusion Middleware Fusion Developer's Guide for Oracle Application Development Framework, available at the following location:

http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/title.htm

O.6 Known Limitations

Currently, RUEI does not support all Oracle Fusion Applications functionality. In particular, the following known limitation exists:



Footnote Legend

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