Previous Topic: Unable to Run the SQL ExecuteNext Topic: Email Notification is Not Sent


Failed to Open Connection

Symptom:

When I run a report in InfoView, one or more of the following messages appear:

Failed to open Connection

Incorrect logon parameters

Incomplete database logon information

Solution:

The report database log-on information is incomplete or the CAFPage is not configured properly. To resolve these problems, perform the following steps:

  1. Identify the database that the universe uses.
  2. Test the universe connection to verify that the universe is responding correctly.
  3. (Oracle database only) Verify that the CA Business Intelligence system has the Oracle client installed properly and that the TNS entry matches the one provided in the universe.

    The following TNS entry is an example:

    orcl =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = abcd-tm-114)(PORT = 1521))
        )
        (CONNECT_DATA =
          (SERVICE_NAME = orcl)
    
  4. (SQL Server database only) Verify that the oledb.sbo file is configured properly. Use the OLE DB network layer to import the BIAR file into the Business Objects enterprise.
  5. Verify that the setReportType.jsp is edited correctly with the BusinessObject credentials. Verify that the database.properties file is using the CA Configuration Automation r12.8 database that you want to use for reporting. After you modify the database.properties file, restart the Tomcat server or the web application server of the BusinessObjects system.
  6. If the CAFPage is not working, browse to the log file in the logs folder of the web application server of BusinessObjects, for example:
    C:\Program Files\Business Objects\Tomcat55\logs\CAFApp.log
    
  7. Review the log. If the log shows the following error message, the Oracle JDBC *.jar file is not found in the classpath of the system:
    If the error is ClassNotFoundException: OracleJDBCDriver not found
    

    Set the path of the Oracle JDBC driver in the CLASSPATH variable of the system.

Not Enough Memory for Operation

Symptom:

When the database does not have sufficient memory for operation, the following system problems can occur:

Solution:

Correct one or more of the following problems:

Use the following recommended settings or the minimum requirements to avoid memory issues:

Note: For more troubleshooting tips for various types of memory errors, see the www.sdn.sap.com website.