From the Reports menu, select Log View Log Messages to view the log

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: