Click OK when finished to return to the Credentials page. The new key is shown

7-16 Publishing Reports to the Web with Oracle Reports Services 3. Examine the Reports Engines statistics table for detailed information about the engines that are running in Reports Server. This table provides information about the number of jobs that are running in that engine, process ID, running and idle time, and remaining life of the engine. The Reports Engines statistics table is shown on the Reports Server Home page and the Reports Application Home page. 4. Examine the Response and Load chart for an overall picture of the load. 5. To view scheduled jobs status: ■ From the Reports menu, select Reports Jobs Jobs Page. ■ In the Show list, select Scheduled Jobs. ■ Examine the page for additional information about the scheduled jobs. 6. To view Oracle Reports performance: ■ From the Reports menu, select Monitoring Performance Summary. The Performance Summary page displays, showing metrics such as Average Response Time, Job Load, and Failed Jobs Ratio. ■ Click Show Metric Palette to display all metrics available. Additionally, many new metrics are available in Oracle Reports 11g Release 1 11.1.1. Refer to the online help for detailed descriptions of each of the available metrics.

7.10.1 Problems Viewing Reports Metrics When Reports is Configured for Secure Sockets Layer SSL

When you use Oracle Enterprise Manager to monitor an instance of Oracle Reports that has been configured to use Secure Sockets Layer SSL, some performance metrics for Oracle Reports may not display. To correct this problem, you must allow Oracle Enterprise Manager to recognize the Certificate Authority that was used by the website to support HTTPS. You must add the Certificate of that Certificate Authority to the list of Certificate Authorities recognized by Oracle Enterprise Manager. To configure Oracle Enterprise Manager to recognize the Certificate Authority: 1. Obtain the Certificate of the Web Sites Certificate Authority, as follows: a. In Microsoft Internet Explorer, connect to the HTTPS URL of the application server you are attempting to monitor. b. Double-click the lock icon at the bottom of the browser screen, which indicates that you have connected to a secure website. The browser displays the Certificate dialog box, which describes the Certificate used for this website. Other browsers offer a similar mechanism to view the Certificate detail of a web Site.

c. Click the Certificate Path tab and select the first entry in the list of certificates.

d. Click View Certificate to display a second Certificate dialog box.

e. Click the Details tab on the Certificate window.

f. Click Copy to File to display the Certificate Manager Export wizard.

g. In the Certificate Manager Export wizard, select Base64 encoded X.509 .CER

as the format you want to export and save the certificate to a text file with an easily-identifiable name, such as reports_certificate.cer. Administering Oracle Reports Services Using Oracle Enterprise Manager 7-17 h. Open the certificate file using your favorite text editor. The content of the certificate file will look similar to the content shown in Example 7–2 . 2. Update the list of Certificate Authorities, as follows: a. Locate the b64InternetCertificate.txt file in the following directory: ORACLE_INSTANCEEMAGENTemagent_ namesysmanconfigb64InternetCertificate.txt This file contains a list of Base64 Certificates. b. Edit the b64InternetCertificate.txt file and add the contents of the Certificate file you just exported to the end of the file, taking care to include all the Base64 text of the Certificate including the BEGIN and END lines. 3. Copy the text file that contains the certificate to any location. You must specify this location when running the orapki utility. 4. Use the orapki utility to update the monwallet Oracle wallet by using the following command: ORACLE_HOMEbinorapki wallet add -pwd password -wallet ORACLE_INSTANCEEMAGENTemagent_ namesysmanconfigmonwallet -trusted_cert -cert certificate_location When you are prompted for a password, enter the password for the monwallet wallet. The default password is welcome. In the example, replace certificate_location with the full path to the text file that contains the certificate you saved earlier in this procedure. For example: dua0oraclereports_certificate.cer 5. In the ORACLE_INSTANCEEMAGENTemagent_ namesysmanemdtargets.xml file, for oracle_repapp, oracle_repserv targets, change http references to https and http port references to https port, as in Example 7–1 . Example 7–1 Changing HTTP References Change: Property NAME=HTTPPort VALUE=http port Property NAME=HTTPProtocol VALUE=http Property NAME=Servlet VALUE=http:host.domain.com:httpportreportsrwservlet to the following: Property NAME=HTTPPort VALUE=https port Property NAME=HTTPProtocol VALUE=https Property NAME=Servlet VALUE=https:host.domain.com:httpsportreportsrwservlet 6. Bounce Enterprise Manager Agent by running the following commands: