Skip Headers
Oracle® Fusion Applications Administrator's Troubleshooting Guide
11g Release 1 (11.1.3)

Part Number E25450-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

3 Troubleshooting Oracle Enterprise Performance Management

This chapter describes common problems that you might encounter when using Oracle Enterprise Performance Management and explains how to solve them.

This chapter includes the following topics:

3.1 Problems and Solutions for Foundation Services

This section describes some common problems and solutions for Foundation Services. It contains the following topics:

3.1.1 Getting Started with Logging Basics for Foundation Services

Log files are the best tools for analyzing what might be wrong with the system configuration. The logging configuration file, the defaults it ships with, and instructions for changing change those defaults will help with the analysis.

  • Configuration: The logging.xml file in the following directories contains the loggers and their default levels:

    (UNIX) DOMAIN_HOME/servers/server_name/logs
    (Windows) DOMAIN_HOME\servers\server_name\logs
    

    The DOMAIN_HOME is named BIDomain.

  • Output: The default locations of the loggers are rooted in the following directories:

    (UNIX) DOMAIN_HOME/servers/server_name/logs
    (Windows) DOMAIN_HOME\servers\server_name\logs
    

    These files include:

    • /registry/registry.log

    • /css/css.log

    • /workspace/Framework.log

    • /workspace/workspace.log

    • /financialreporting/fr.log

    • CalcManager.log

  • Loggers: Increase or decrease the levels of these loggers:

    • oracle.EPMCSS

    • oracle.bi.bifndnepm.epmreg

    • oracle.bi.bifndnepm.bpmui

    • oracle.bi.bifndnepm.workspace

    • oracle.EPMFR

    • oracle.EPMAnnotations

    • oracle.EPMJCR

    • oracle.EPMADM

    • oracle.bi.bifndnepm.calcmgr

    To change logger levels, perform the following steps:

    1. Go to Fusion Applications Control.

    2. From the navigation pane, expand the farm and then WebLogic Domain.

    3. Right-click a Managed Server from within the domain (each server's log levels can be independently set).

    4. Choose Logs > Log Configuration.

    5. In the Logger Name column, expand the oracle runtime loggers to display loggers.

    6. Change the logging level as appropriate.

3.1.2 Web Traffic Snooping

Problem

Some components are not operating correctly, or appear to have some minor issues. This is a broad category, but snooping the web traffic can help development resolve some issues by looking for irregular status, content, and redirection, and just providing the flow of calls up to the problem area.

Solution

  1. Connect to http://www.fiddler2.com/fiddler2 and install version 2. Launch Fiddler through one of these methods:

    • Start Menu: Programs > Fiddler2

    • Microsoft Internet Explorer: Tools > Fiddler2

    • Mozilla Firefox: Tools > Monitor With Fiddler > Launch Fiddler Now

      Ensure Do not use Fiddler is not selected.

  2. Connect to the starting URL and continue normally until the problem occurs.

  3. When the problem occurs, in Fiddler, choose File > Save > All Sessions.

  4. Enter a name for the session archive (.saz) file.

    Note:

    Be aware that the file may contain sensitive information, such as user ID and password information. Therefore, manage the file carefully.

3.1.3 EPM Registry

This section describes common problems and solutions for EPM Registry. It contains the following topics:

3.1.3.1 EPM Registry Initialization Fails

Problem

The EPM Registry initialization fails in the BIDomain domain. Oracle Fusion General Ledger and Oracle Fusion Customer Relationship Management (CRM) code running within the FinancialsDomain and CRMDomain domains, respectively, has direct integration with the EPM Registry API and consumes EPM Security Component, which also tightly integrates with the EPM Registry API. When EPM Registry initialization fails, it greatly impacts communication with downstream EPM products in the BI domain.

Solution

To resolve this problem:

  1. Login to Oracle WebLogic Server Console as the Oracle WebLogic Server administrative user.

  2. From Domain Structure portlet, navigate to Services > Data Sources and select EPMSystemRegistry Datasource from the available list of datasources.

  3. Click on the Connection Pool tab and confirm that the correct information is available for URL property.

  4. Click on the Targets tab and confirm that the data source is targeted to all of the required Oracle WebLogic Servers and clusters running in the Financials domain.

  5. Click on the Monitoring tab and confirm that the data source for all of the targeted Oracle WebLogic Servers and clusters is in Running state. Optionally, try clicking Test Data Source button to test the data source for a given server.

  6. If, in Step 5, the data source was not in the Running state, click the Control tab and attempt to start the data source using the Start button.

  7. If any errors were encountered during Step 5 or 6, consider restarting the Oracle WebLogic Server domain.

3.1.3.2 Connection to Essbase Server Fails

Problem

An error is returned when connecting to Essbase Server from the Fusion Applications domain, using the Essbase Cluster lookup URL that is built using the host and port information retrieved for Essbase_FA_Cluster, from EPM Registry using the Registry API.

Solution

To resolve this issue, perform the following validations with appropriate actions:

  1. Verify that the host and port values for the LOGICAL_WEB_APP component in EPM System Registry, where webAppType is PROVIDER_SERVICES_WEB_APP, exactly matches the host and port that the APS Web application is running on in the BI domain. Follow these steps:

    1. Run the EPM Registry Editor utility using the following command:

      (UNIX)  APPLICATIONS_CONFIG_HOME/BIInstance/config/foundation/11.1.2.0/epmsys_registry.sh view LOGICAL_WEB_APP | tee -a logical_webapp_report.txt
      (Windows)  APPLICATIONS_CONFIG_HOME\BIInstance\config\foundation\11.1.2.0\epmsys_registry.bat view LOGICAL_WEB_APP > logical_webapp_report.txt
      
    2. In the logical_webapp_report.txt file that is generated as a result of Step 1, search for the following string:

      *"webAppType = PROVIDER_SERVICES_WEB_APP"  
      
    3. For the COMPONENT containing the matching string, verify that HOST/port/SSL_PORT exactly match what the APS Web application is actually running on in the BI domain. If any of these values are different in the Essbase cluster lookup URL, they should be appropriately updated in EPM Registry for the given Logical Webapp Component. This solution is discussed in Section 3.1.3.3.

    4. Confirm that the APS Web application is in an Active state in the BI domain, by logging into the BI Administration Server console and reviewing the deployment profile of APS.

  2. If verification of Step 1 successfully passes, verify the Oracle Access Manager protection policies and confirm that the Essbase cluster lookup URL is excluded from those policies

3.1.3.3 Host and Ports Do Not Match

Problem

If the host or port for Logical Web App components in the EPM Registry do not exactly match the actual host and port that EPM Web applications are running on in the BIDomain domain, there may be connection or launch issues for EPM Web applications from within the Fusion user interface. In this case, you must update the host and port for Logical Web App components in EPM Registry.

Solution

To resolve the issue:

  1. Execute the following command so that respective component IDs are available in the file for later use.

    (UNIX)  APPLICATIONS_CONFIG_HOME/BIInstance/config/foundation/11.1.2.0/epmsys_registry.sh view LOGICAL_WEB_APP | tee -a logical_webapp_report.txt
    (Windows)  APPLICATIONS_CONFIG_HOME\BIInstance\config\foundation\11.1.2.0\epmsys_registry.bat view LOGICAL_WEB_APP > logical_webapp_report.txt
    

    The EPM Registry Dump (.html report) that is created by running epmsys_registry.sh and epmsys_registry.bat does not include the component IDs that are required to update the host and port properties for individual components.

    After successfully executing this command, the logical_webapp_report.txt file now contains exported data for five Logical Web App components - something similar to:

    COMPONENT - 1
     NAME -  Default
     ID -  a01b453873d1e7b5S7b70c01f12e34faed1bS7fdc
     TYPE -  LOGICAL_WEB_APP
     HOST -  hostname
     HYPERION HOME -  /scratch/aime1/work/mw8747/Oracle_BI1
     PROPERTIES -
               webAppType = CALC_WEBAPP
              context = calcmgr
    

    The ID highlighted above in bold will be available for COMPONENT - [1-5]; this is what you will be required to use in subsequent steps.

  2. For the individual ID of COMPONENT - [1-5], execute the following EPM Registry update command:

    (UNIX)  APPLICATIONS_CONFIG_HOME/BIInstance/config/foundation/11.1.2.0/epmsys_registry.sh updateproperty \#ID/@port port
    (Windows)  APPLICATIONS_CONFIG_HOME\BIInstance\config\foundation\11.1.2.0\epmsys_registry.bat updateproperty #ID/@port port
    

    For example:

    ./epmsys_registry.sh updateproperty \#a01b453873d1e7b5S7b70c01f12e34faed1bS7fdc/@port 16050
    
  3. Validate that you have successfully updated the host and port for Logical Web App components:

    (UNIX)  APPLICATIONS_CONFIG_HOME/BIInstance/config/foundation/11.1.2.0/epmsys_registry.sh view LOGICAL_WEB_APP | tee -a logical_webapp_update_report.txt
    (Windows)  APPLICATIONS_CONFIG_HOME\BIInstance\config\foundation\11.1.2.0\epmsys_registry.bat view LOGICAL_WEB_APP > logical_webapp_report.tx
    
  4. After these updates, restart the BIDomain, CRMDomain and FinancialsDomain domains, so that new changes take effect. See "Starting and Stopping a Product Family Oracle WebLogic Server Domain" in the Oracle Fusion Applications Administrator's Guide.

3.1.4 Hyperion Security Username/Password Authentication Fails during Enterprise Scheduler Services Essbase Cube Creation in the Domain

Problem

The following error about Oracle Enterprise Scheduler Essbase Cube creation in the BIDomain domain is returned because of a Hyperion security username and password authentication failure:

EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.

Solution

To resolve this issue, verify that the password stored in credential store for Application Identity (App ID) used by the Oracle Enterprise Scheduler job to connect to Essbase exactly matches the password for the given Application Identity in the underlying LDAP Identity Store:

  1. Identify which App ID is used by the Oracle Enterprise Scheduler job in the given domain, to connect to an Essbase single cluster.

    The following application identities are used for the respective domains:

    • Oracle Fusion Customer Relationship Management: FUSION_APPS_CRM_ADF_APPID

    • Oracle Fusion Projects: FUSION_APPS_PRJ_ESS_APPID

    • Oracle Fusion General Ledger: FUSION_APPS_GL_ESSBASE_APPID

  2. Run the WLST listCred script with the appropriate map and key. See the section "listCred" in the Oracle Fusion Middleware Application Security Guide.

  3. The password obtained in Step 2 can then be used to compare the existing password for the given App ID in the underlying LDAP ID Store, using the following command line ldapcompare:

    ldapcompare -h hostname -p port -D "bind_user_dn" -w bind_user_password -a userpassword -v appid_password_from_credstore -b "appid_dn"
    

    If Step 3 does not run with positive results, it implies that the credential store password and the LDAP store password failed the comparison test. In this case, passwords in credential store and LDAP ID Store should be synchronized.

3.1.5 EPM Workspace

This section describes common problems and solutions for EPM Workspace. It contains the following topics:

3.1.5.1 Debugging

Problem

Errors occur with certain functionality.

Solution

  1. Check the status of Workspace by entering this URL:

    http://server_name:19000/workspace/status 
    

    This URL displays a summary of any fatal errors that prevent Workspace from running, and a list of integrated products.

  2. Enable the client debugging feature by selecting Navigate > Administer > Workspace Server Settings and selecting Client Debug Enabled.

    All users who log on after selecting this option will be affected. The URLs that can be accessed include the following:

    http://server_name:19000/workspace/debug/configInfo.jsp 
    http://server_name:19000/workspace/debug/userInfo.jsp 
    

    The first URL shows information about the system including metadata from integrated products (for example, menus, preferences panels, and so on); the second URL shows information about the current user, including groups, effective roles, and Workspace menu items as interpreted and filtered for the current user.

3.1.5.2 Startup

Problem

The http://server_name:19000/workspace/ URL fails to respond or an error occurs.

Solution

Workspace initialization happens at the first request, not at server startup. If initialization fails, it is reattempted at every subsequent request. Any error during initialization is logged in the workspace.log file. The error message displays a page that replaces the normal Workspace Log on screen. Finally, the error is reported in the status report servlet, /workspace/status. Only the log files include Exception stack traces. The following tasks must successfully complete in order before Workspace allows log ons, and can be matched up in the workspace.log file:

  1. Parse and validate the file /conf/WSProducts.xml in the Workspace Web application.

  2. Initialize the Shared Services Registry:

    1. Connect to the Shared Services Registry.

    2. Find the unique WORKSPACE component in the Shared Services Registry.

    3. Find the unique Workspace LOGICAL_WEB_APP component in the Shared Services Registry.

    4. View the Workspace configuration properties from LOGICAL_WEB_APP.

    5. Find at least one WEB_SERVER component that is a child of WORKSPACE.

  3. Update LOGICAL_WEB_APP with host and port information from the Oracle WebLogic Server MBean.

  4. Update LOGICAL_WEB_APP with any missing configuration properties.

  5. Initialize Shared Services.

  6. Scan the Shared Services Registry for integrated products, and match every discovered product with a configuration file from the following resources:

    • /conf/WSProducts.xml (Workspace)

    • WorkspaceConfig file attribute of LOGICAL_WEB_APP (all other products)

3.1.5.3 Microsoft Internet Explorer Truncated Menus

Problem

Menu lists appear truncated in either height or width.

Solution

To resolve this issue:

  1. From Microsoft Internet Explorer, choose Tools > Internet Options > Security > CustomLevel > Miscellaneous.

  2. For Allow script-initiated windows without size or position constraints, select Enable.

3.1.6 Allocation Manager

This section describes common problems and solutions for Allocation Manager. It contains the following topics:

3.1.6.1 Essbase Applications Are Not Listed Under the Essbase Node

Problem

No Essbase applications are listed under the Essbase node.

Solution

This could be due to any of the following:

  • You are not provisioned to work with Allocation Manager. You must have at least one of the following access privileges to work with Allocation Manager:

    • Create General Ledger Allocation Rules

    • Administer Allocation Rules

    • Generate General Ledger Allocation Rules.

  • The Essbase cluster name is not Essbase_FA_Cluster. If the Essbase server is not under this cluster, it is ignored by Allocation Manager.

  • The stripe ID for General Ledger is different than the stripe ID for Workspace, so different security may be applied when Allocation Manager communicates with Essbase. Check the Allocation Manager log file to ensure that the stripe ID (or the application ID) for Allocation Manager is the same as the stripe ID for General Ledger.

  • The Essbase application contains an empty Comment field. Each Essbase application must contain at least one character in the Comment field, or it is ignored by Allocation Manager.

  • The application is not an Essbase aggregate storage application; only Essbase aggregate storage applications may be used with General Ledger.

3.1.6.2 Business Rules Cannot be Deployed to General Ledger

Problem

Business rules cannot be deployed from Allocation Manager to General Ledger. You receive the error message:

no WSDLLOCATION set

Solution

In the EPM registry, ensure that the WSDLLOCATION property is defined for Allocation Manager. The WSDLLOCATION property contains the General Ledger web services URL.

3.1.7 Smart View

This section describes common problems and solutions for Smart View. It contains the following topics:

3.1.7.1 Re-enabling Smart View in Microsoft Office Applications

Problem

Smart View may become disabled in Microsoft Office applications.

Solution

Smart View is a COM add-in, which Microsoft Office applications can disable. To re-enable Smart View, follow instructions in Excel Help for re-enabling COM add-ins.

3.1.7.2 Enabling Advanced Logging

Problem

Smart View collects and records events, errors, and other information in a log file, typically SmartViewLogs.log. When you experience performance or other issues, you can enable the logging in this file of additional information about profiling and requests and responses between Smart View and the server. This additional information can help Oracle Support to troubleshoot your issues.

Solution

To enable additional troubleshooting information:

  1. Close all Microsoft Office applications.

  2. Select Start, and then Run.

  3. Enter regedit and click OK to open the registry.

  4. Navigate to HKEY_CURRENT_USER\Software\Hyperion Solutions\HyperionSmartView\Options.

  5. Right click Options, select New, and then String Value.

  6. Name the new string value Profile.

  7. Double-click Profile to open Edit String.

  8. From Edit String, under Value Data, enter one of the following values:

    • 0: Logging is not enabled. Initialized value bEnableProfiling is set to false.

    • 1: Profile entries are logged when an event completes. This setting provides little information about abrupt terminations, but performance is better than with 2.

    • 2: Profile entries are logged immediately. Use this setting to determine the function in which a termination occurred. This setting provides the most detailed information but has the greatest negative impact on performance.

  9. Close the registry.

  10. Restart Excel.

  11. From the Smart View ribbon, select Options.

  12. Go to the Advanced page and ensure that Route Messages to File is selected. The log file, typically SmartViewLogs.log, will now begin recording profiling and request/response information between Smart View and the server in addition to the other information it records.

Note:

To improve performance, when you no longer need to log profiling and request/response information, delete the Profile entry that you created in the registry.

3.1.7.3 Timeout Errors

Problem

If the server takes longer to process a Smart View operation than the timeout value set on the client computer, users may receive a connection timeout error, or zero values may be displayed for Smart View functions.

Solution

Increase the timeout limit for Smart View client computers. Smart View uses Win-Inet APIs to communicate with the provider. These are the same modules that Internet Explorer uses. To increase the timeout value for a Windows client computer:

  1. In the Windows registry of the client computer, navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\InternetSettings.

  2. Set the following values:

    "ReceiveTimeout"=dword:00dbba00
    "KeepAliveTimeout"=dword:0002BF20
    "ServerInfoTimeout"=dword:0002BF20
    

3.1.7.4 Shared Connections Panel Does Not Display Server Names

Problem

The Shared Connections panel of the Smart View Panel displays no server names. This typically happens when your applications are not properly registered during installation and configuration.

Solution

Review the information in the Oracle Hyperion Enterprise Performance Management System Installation and Configuration Guide to ensure that applications and servers are properly configured.

3.2 Problems and Solutions for Financial Reporting

This section describes common problems and solutions for Financial Reporting. It contains the following topics:

3.2.1 Setting Up Data Sources and Debugging Setup and Connectivity Issues

This section describes common problems and solutions for setting up data sources and debugging setup and connectivity issues:

3.2.1.1 Unable to Connect to Essbase Cube

Problem

You are unable to connect to an Essbase cube.

Solution

Verify that the Essbase Server name and port are correct. Verify the user credentials used to make the connection are correct and the User has at least read rights to the cube.

3.2.1.2 Error While Creating Database Connection

Problem

An error occurred while creating a database connection.

Solution

Check the Financial Reporting log file. If the log file has the following error, a Catalog GUID refresh is required.

"Caused by: javax.jcr.LoginException: access denied for user to path /users/userid"

For more information, see "Regenerating User GUIDs" in Oracle Fusion Middleware Security Guide for Oracle Business Intelligence Enterprise Edition.

3.2.1.3 Cannot Set Up a Database Connection

Problem

You are unable to set up a database connection.

Solution

When you create a database connection, it is appended to the list in the Database Manager dialog box.

To add a database connection:

  1. In Workspace, select Tools, then Database Connection Manager.

  2. Click New.

  3. In Database Connection Name, enter a name for the database connection.

  4. Select a data source type of Essbase.

  5. In Server, add the Essbase Server Name and Port Number.

  6. Re-enter the User ID and Password.

  7. To add application and database names, click the magnifying glass, and make your selections.

    Note:

    The Application Lookup button displays a tree view of the applications and corresponding databases; the applications are listed as parents and the databases are listed as children. You can search on an application or database. For data sources that are not associated with a database, only applications are listed.

  8. Click OK.

    The database connection profile is appended to the list in Database Connection Manager dialog box.

3.2.2 Issues with Workspace (Access Privileges, Preferences, Change And Manage Database Connections)

This section describes common problems and solutions for setting up data sources and debugging setup and connectivity issues:

3.2.2.1 Error When Running a Report

Problem

When running a report, following error is displayed:

Error 1012:Report contains an invalid grid. The following dimensions could not be found: <i>xxx</i>

Solution

This error may occur if the database was recently changed on the report. To resolve the issue, open and save the report that has mismatched dimensions. This causes the dimensions that existed in the old database connection but not in the new database connection to be removed. The dimension and its members that existed in the rows and columns are removed from the grid. If, as a result of the removal, no dimension exists in the row or column, you need to add a valid dimension to the cleared row or column in order for the report to run. Dimensions that exist in the new database connection but not in the old one, are added to the POV.

3.2.3 Common Administrative Tasks and How to Debug Issues

This section describes common problems and solutions for setting up data sources and debugging setup and connectivity issues:

3.2.3.1 Log File Output Management and Diagnosis of Log Issues

Problem

Financial Reporting cannot be accessed from Workspace.

Solution

  1. Check if the Financial Reporting web application is running. In Internet browser, enter protocol://server:port/hr/status.jsp. If the web application is running, the following message is displayed:

    The Oracle© Hyperion Financial Reporting, Fusion Edition Web application is available.
    
  2. View the Financial Reporting log file fr.log from the following directories to see if there are any com.sun.xml.ws.wsdl.parser related errors:

    (UNIX) DOMAIN_HOME/servers/server_name/logs/financialreporting
    (Windows) DOMAIN_HOME\servers\server_name\logs\finsncialreporting
    

    In this case, it is possible that analytics web application is not running. If fr.log contains multiple instances of Caused by: javax.jcr.LoginException: access denied for user to path /users/userid, then a Catalog GUID refresh is required.

    For more information, see "Regenerating User GUIDs" in Oracle Fusion Middleware Security Guide for Oracle Business Intelligence Enterprise Edition.

3.2.3.2 Setting Up Financial Reporting TCP Ports for Firewall Environments and Debugging Issues Around It

Problem

Unable to connect to Financial Reporting through a firewall from the Financial Reporting Studio.

Solution

By default, Financial Reporting components communicate with each other through Remote Method Invocation (RMI) on dynamically assigned Transmission Control Protocol (TCP) ports. To communicate through a firewall, you must specify the port for each Financial Reporting component separated by the firewall in the JConsole.exe file, and then open the necessary ports in your firewall. In addition, you may need to open ports for the Reports Server RDBMs, for data sources that you report against, and for LDAP/NTMLM for external authentication. The Print Server defaults to 8297. This can be changed by modifying the PrintServers property in FR Mbeans and restarting. Once connected, all RMI Services can use anonymous ports by default for communication. Alternatively a range of ports can be configured for communication by setting RMIPortRangeLower and RMIPortRangeUpper within the Financial Reporting configuration. You can change the port assignments to use in a firewall environment for servers in the Financial Reporting Mbeans called RMIPortRangeUpper and RMIPortRangeLower.

To locate the Financial Reporting MBeans properties to modify in Fusion Applications Control:

  1. From the navigation pane, expand the BIDomain farm, Application Deployments, and then Internal Applications.

  2. Expand FinancialReporting(11.1.1)(bi_cluster_name).

  3. Right-click FinancialReporting(11.1.1)(bi_server_name) and choose System MBean Browser.

  4. In the System MBean Browser page, expand Application Defined MBeans.

  5. Expand Application Defined MBeans, com.hyperion, Server:bi_server_name.

    Description of bimbean.gif follows
    Description of the illustration bimbean.gif

  6. Expand Financial Reporting.

  7. Click Financial Reporting.

  8. In the Application Defined MBeans: Financial Reporting page, scroll down to PrintServers, RMIPortRangeUpper, and RMIPortRangeLower.

  9. Click on each attribute and add a value in the Value field and click Apply.

3.2.3.3 Supporting PDF Print/Troubleshooting Financial Reporting Print Server Issues

Problem

Financial Reporting Print server is not working.

Solution

To resolve this issue:

  1. Ensure that the Financial Reporting Print Server service has been created and started.

  2. Verify 32-bit Ghostscript is installed by running. From the Start menu, choose All Programs > Ghostscript.

  3. Examine the FRPrintLogging.log file in the install_directory\Oracle\FinancialReportingStudio\diagnostics\logs\FinancialReporting directory.

  4. Verify that the PrintServers property in Financial Reporting MBeans now shows the Financial Reporting Print Server computer and port number. The default port is 8297. This may show multiple financial Reporting Print Servers if more than one have been configured.

    To locate the PrintServers property to modify in Fusion Applications Control:

    1. From the navigation pane, expand the BIDomain farm, Application Deployments, and then Internal Applications.

    2. Expand FinancialReporting(11.1.1)(bi_cluster_name).

    3. Right-click FinancialReporting(11.1.1)(bi_server_name) and choose System MBean Browser.

    4. In the System MBean Browser page, expand Application Defined MBeans.

    5. Expand Application Defined MBeans, com.hyperion, Server:bi_server_name.

      Description of bimbean.gif follows
      Description of the illustration bimbean.gif

    6. Expand Financial Reporting.

    7. Click Financial Reporting.

    8. In the Application Defined MBeans: Financial Reporting page, scroll down to PrintServers.

    9. Click on the attribute and check the value in the Value field.

    10. If necessary, adjust the value and click Apply.

  5. Verify that the Financial Reporting Print Server server name and port can be reached from the Financial Reporting web application server machines. Use telnet to connect to the Financial Reporting Print Server.

3.2.3.4 Getting Error Application HReports is not Defined

Problem

When the Batch Scheduler is opened, the following error displays:

application HReports is not defined

This may happen if the fressclient.ear application is not started in the General Ledger's Oracle Enterprise Scheduler domain.

Solution

From the Oracle WebLogic Server Console for the Oracle Enterprise Scheduler domain, perform the following to steps:

  1. Navigate to Deployments and select fressclient.

  2. Select Start, then Servicing all Requests.

3.2.3.5 Permission Errors

Problem

When the Batch Scheduler is opened, or at the time of job submission, permission errors are shown. This may happen if the user is not granted the oracle.as.scheduler.security.MetadataPermission permission.

Solution

Check if the user has oracle.as.scheduler.security.MetadataPermission permission in the fscm stripe using Fusion Applications Control.

3.2.3.6 All the Jobs Fail

Problem

All the jobs fail.

Solution

This may happen if the Essbase server is not running.

To check if the Essbase server is running and restart (if needed):

  1. Determine the current status:

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/bin/opmnctl status
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\bin/opmnctl status
    

    OPMN generates a list of the running components and processes. The following message indicates that the Essbase Server (essbaseserver1) is already running:

    Processes in Instance: BIInstance
    ---------------------------------+--------------------+---------+---------
    ias-component                    | process-type       |     pid | status 
    ---------------------------------+--------------------+---------+---------
    essbaseserver1                   | Essbase            |   27879 | Alive  
    coreapplication_obiccs1          | OracleBIClusterCo~ |   10828 | Alive  
    coreapplication_obisch1          | OracleBIScheduler~ |   18308 | Alive  
    coreapplication_obijh1           | OracleBIJavaHostC~ |   18337 | Alive  
    coreapplication_obips1           | OracleBIPresentat~ |   26455 | Alive  
    coreapplication_obis1            | OracleBIServerCom~ |   21716 | Alive
      
    
  2. Restart the Essbase server:

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/bin/opmnctl restartproc ias-component=component_name  
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\bin\opmnctl restartproc ias-component=component_name 
    

    For example

    APPLICATIONS_CONFIG_HOME/BIInstance/bin/opmnctl restartproc ias-component=essbaseserver1 
    

3.3 Problems and Solutions for Hyperion Provider Services

This section describes common problems and solutions for Oracle Hyperion Provider Services. It contains the following topics:

3.3.1 Provider Services Server Not Running

Problem

Provider Services appears not to be functional. You may need to determine whether Provider Services is running.

Solution

To determine whether Provider Services is running:

  1. Launch a web browser.

  2. Enter the connection URL for the corresponding products:

    • Smart View Provider: https://Provider_Services_server:Provider_Services_port/aps/SmartView

    • Java API: https://Provider_Services_server:Provider_Services_port/aps/JAPI

    If an HTTP error is returned, the Provider Services server is not running.

  3. You may need to find out if you are connecting to the right port.

    If you are running Provider Services with Oracle Access Manager, then the default Provider Services port number is 9704. If you are not running Provider Services with Oracle Access Manager, then the default Provider Services port number is 4443.

  4. To start the Provider Services server, use the following script from the fusionapps Middleware directory:

    (UNIX) FA_MW_HOME/user_projects/domains/bi_foundation_domain_name/bin/startWebLogic.sh
    (Windows) FA_MW_HOME\user_projects\domains\bi_foundation_dmain_name\bin\startWebLogic.cmd
    

3.3.2 Provider Services Version Information

Problem

Provider Services version information is not provided in a user interface.

Solution

You can find the Provider Services version information in the following locations:

  • Operating system console window that is displayed when the Provider Services server is running

  • Provider Services log files

3.3.3 Maximum Numbers of Rows Exceeded in Smart View

Problem

In Excel, a Maximum numbers of rows [5000] Exceeded error is returned if there are more than 5,000 rows on the Smart View grid. By default, the maximum number of rows is set to 5000 and the maximum number of columns to 256. In Excel 2003, you cannot exceed these limits. However, in Excel 2007 and 2010, there are no limits on the number of rows or columns, and you can change the default settings.

Solution

To change maximum row and column settings in Excel 2007 or 2010:

  1. Launch Excel.

  2. From the Smart View ribbon, select Open, and then Smart View Panel.

  3. In the Smart View Panel, click Edit Provider Services to open the Provider Services server preferences dialog box.

  4. Change the settings for Number of Rows and Number of Columns as needed. Enter 0 to remove any limits to the number of rows or columns.

3.3.4 Monitoring Provider Sessions

Problem

You may need to monitor the number of sessions on a Provider Services server.

Solution

To monitor Provider Services server sessions, from Administration Services Console:

  1. From Enterprise View or a custom view, under the Provider Services node, select a provider.

  2. Under the provider node, select Action, and then Sessions.

3.3.5 Monitoring Active-Active Essbase Clusters

Problem

You may need to monitor active-active Essbase clusters.

Solution

To monitor Provider Services server sessions, from Administration Services Console:

  1. From Enterprise View or a custom view, under the Provider Services node, select a provider.

  2. Under the provider node, expand Essbase Clusters and select the active-active Essbase cluster node you want to monitor.

  3. Choose Action, and then edit the active-active Essbase cluster.

3.3.6 Enabling and Disabling Active-Active Essbase Cluster Components

Problem

You may need to enable or disable individual active-active Essbase cluster components.

Solution

To enable or disable an active-active Essbase cluster component, follow the steps in the Oracle Hyperion Enterprise Performance Management System High Availability and Disaster Recovery Guide.

3.4 Problems and Solutions for Essbase

This section describes common problems and solutions. It contains the following topics:

3.4.1 Getting Started with Logging Basics for Essbase

Log files are the best tools for analyzing what might be wrong with the system configuration. The logging configuration file, the defaults it ships with, and instructions for changing change those defaults will help with the analysis.

  • Essbase log files

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/diagnostics/logs/Essbase/essbaseserver_name/essbase/Essbase.log
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\diagnostics\logs\Essbase\essbaseserver_name\essbase\Essbase.log
    
  • Oracle Diagnostic Logging (ODL) logs

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/diagnostics/logs/Essbase/essbaseserver_name/essbase/ESSBASE_ODL.log
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\diagnostics\logs\Essbase\essbaseserver_name\essbase\ESSBASE_ODL.log
    
  • Lease Manager logs

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/diagnostics/logs/Essbase/essbaseserver_name/essbase/leasemanager_essbase_machine_name.log
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\diagnostics\logs\Essbase\essbaseserver_name\leasemanager_essbase_machine_name.log
    
  • Shared Services logs

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/diagnostics/logs/Essbase/essbaseserver_name/essbase/SharedServices_Security_Client.log
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\diagnostics\logs\Essbase\essbaseserver_name\SharedServices_Security_Client.log
    
  • OPMN Logs

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/diagnostics/logs/OPMN/opmn/opmn.log
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\diagnostics\logs\OPMN\opmn\opmn.log
    
  • Esssbase ping log

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/diagnostics/logs/OPMN/opmn/EssbasePing.log
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\diagnostics\logs\OPMN\opmn\EssbasePing.log
    
  • OPMN debug log

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/diagnostics/logs/OPMN/opmn/debug.log
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\diagnostics\logs\OPMN\opmn\debug.log
    

    Note:

    The system will generate the OPMN debug log only if DEBUG mode is turned on in opmn.xml.

  • OPMN console log

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/diagnostics/logs/OPMN/opmn/console*.log
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\diagnostics\logs\OPMN\opmn\console*.log
    

    Note:

    The system will generate the OPMN console log only if DEBUG mode is turned on in opmn.xml.

3.4.2 Essbase Agent Startup Fails with Error

Problem

The Essbase Agent startup fails with the following error:

Fatal Error: FUSIONAPPID not specified in the cfg file

Solution

To modify essbase.cfg and restart the Essbase server:

  1. Locate the essbase.cfg file in the following directories:

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/Essbase/essbaseserver_name/bin
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\Essbase\essbaseserver_name\bin
    
  2. Make sure that the following entry is present in essbase.cfg:

  3. FUSIONAPPID appidname
    
  4. Restart the Essbase server.

    To restart the Essbase server using opmnctl:

    1. Determine the current status:

      (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/bin/opmnctl status
      (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\bin/opmnctl status
      

      OPMN generates a list of the running components and processes. The following message indicates that the Essbase Server (essbaseserver1) is already running:

      Processes in Instance: BIInstance
      ---------------------------------+--------------------+---------+---------
      ias-component                    | process-type       |     pid | status 
      ---------------------------------+--------------------+---------+---------
      essbaseserver1                   | Essbase            |   27879 | Alive  
      coreapplication_obiccs1          | OracleBIClusterCo~ |   10828 | Alive  
      coreapplication_obisch1          | OracleBIScheduler~ |   18308 | Alive  
      coreapplication_obijh1           | OracleBIJavaHostC~ |   18337 | Alive  
      coreapplication_obips1           | OracleBIPresentat~ |   26455 | Alive  
      coreapplication_obis1            | OracleBIServerCom~ |   21716 | Alive
        
      
    2. Restart the Essbase server:

      (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/bin/opmnctl restartproc ias-component=component_name  
      (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\bin\opmnctl restartproc ias-component=component_name 
      

      For example

      APPLICATIONS_CONFIG_HOME/BIInstance/bin/opmnctl restartproc ias-component=essbaseserver1 
      

    To start Essbase server using Fusion Applications Control:

    1. From the navigation pane, expand the farm and then WebLogic Domain for the BIDomain domain.

    2. Expand Essbase Servers, and then select the Essbase server.

    3. From the Essbase Server menu, choose Administration, then Ports Configuration.

    4. Select the Listen port, and then click Edit.

    5. Change the port number, and then click OK.

    6. From the Essbase Server menu, choose Control, then Restart.

3.4.3 Essbase Agent Startup Fails Due to serviceinstanceref ref="audit" Entry in jps-config-jse.xml

Problem

The Essbase Agent startup fails with the following error:

1051223 - Single Sign On function call [css_init] failed with error [CSS Error: CSS method invocation error: getInstance: Failed to get CSSSystem instance,
please check SharedServices_Security_Client.log for more information

Solution

To modify essbase.cfg and restart the Essbase server:

  1. Locate the essbase.cfg file in the following directories:

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/Essbase/essbaseserver_name/bin
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\Essbase\essbaseserver_name\bin
    
  2. Make sure that the following entry is commented out using XML style comments in the essbase.cfg file. For example, <!-- -->:

    serviceinstanceref ref="audit"

  3. Restart the Essbase server.

    To restart the Essbase server using opmnctl:

    1. Determine the current status:

      (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/bin/opmnctl status
      (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\bin/opmnctl status
      

      OPMN generates a list of the running components and processes. The following message indicates that the Essbase Server (essbaseserver1) is already running:

      Processes in Instance: BIInstance
      ---------------------------------+--------------------+---------+---------
      ias-component                    | process-type       |     pid | status 
      ---------------------------------+--------------------+---------+---------
      essbaseserver1                   | Essbase            |   27879 | Alive  
      coreapplication_obiccs1          | OracleBIClusterCo~ |   10828 | Alive  
      coreapplication_obisch1          | OracleBIScheduler~ |   18308 | Alive  
      coreapplication_obijh1           | OracleBIJavaHostC~ |   18337 | Alive  
      coreapplication_obips1           | OracleBIPresentat~ |   26455 | Alive  
      coreapplication_obis1            | OracleBIServerCom~ |   21716 | Alive
        
      
    2. Restart the Essbase server:

      (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/bin/opmnctl restartproc ias-component=component_name  
      (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\bin\opmnctl restartproc ias-component=component_name 
      

      For example

      APPLICATIONS_CONFIG_HOME/BIInstance/bin/opmnctl restartproc ias-component=essbaseserver1 
      

    To start the Essbase server using Fusion Applications Control:

    1. From the navigation pane, expand the farm and then WebLogic Domain for the BIDomain domain.

    2. Expand Essbase Servers, and then select the Essbase server.

    3. From the Essbase Server menu, choose Administration, then Ports Configuration.

    4. Select the Listen port, and then click Edit.

    5. Change the port number, and then click OK.

    6. From the Essbase Server menu, choose Control, then Restart.

3.4.4 Essbase Agent Startup Fails with an Error While Loading Shared Libraries

Problem

The Essbase Agent startup fails with the following error:

Error while loading shared libraries: libARicu24.so: cannot open shared object file: No such file or directory

Solution

To modify opmn.xml file and restart the Essbase server:

  1. Locate the opmn.xml file in the following directories:

    (UNIX) APPLICATIONS_CONFIG_HOME/config/OPMN/opmn
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\config\OPMN\opmn
    
  2. Update the following ODBC-related entries in opmn.xml:

    <variable append="true" id="LD_LIBRARY_PATH" value="$ORACLE_HOME/common/ODBC/Merant/6.0/lib$:$ORACLE_HOME/jdk/jre/lib/i386/server$:$ESSBASEPATH/bin"/>
    
    
    
    <variable id="ODBCINI" value="$ORACLE_HOME/common/ODBC/Merant/6.0/odbc.ini"/>
    
    <variable id="ODBCINST" value="$ORACLE_HOME/common/ODBC/Merant/6.0/odbcinst.ini"/>
    
  3. Restart the Essbase server:

    1. Determine the current status:

      (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/bin/opmnctl status
      (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\bin/opmnctl status
      

      OPMN generates a list of the running components and processes. The following message indicates that the Essbase Server (essbaseserver1) is currently running:

      Processes in Instance: BIInstance
      ---------------------------------+--------------------+---------+---------
      ias-component                    | process-type       |     pid | status 
      ---------------------------------+--------------------+---------+---------
      essbaseserver1                   | Essbase            |   27879 | Alive  
      coreapplication_obiccs1          | OracleBIClusterCo~ |   10828 | Alive  
      coreapplication_obisch1          | OracleBIScheduler~ |   18308 | Alive  
      coreapplication_obijh1           | OracleBIJavaHostC~ |   18337 | Alive  
      coreapplication_obips1           | OracleBIPresentat~ |   26455 | Alive  
      coreapplication_obis1            | OracleBIServerCom~ |   21716 | Alive
        
      
    2. Restart the Essbase server:

      (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/bin/opmnctl restartproc ias-component=component_name  
      (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\bin\opmnctl restartproc ias-component=component_name 
      

      For example

      APPLICATIONS_CONFIG_HOME/BIInstance/bin/opmnctl restartproc ias-component=essbaseserver1 
      

3.4.5 opmnctl Commands Fail to Execute

Problem

A communication error occurs when attempting to issue commands using the opmnctl command line for OPMN.

For example:

qtfhp3:/vol1/nnguyen/rc11/Oracle/Middleware/user_projects/epmsystem1/bin]$ opmnctl status RCV: No such file or directory Communication error with the OPMN server local port. Check the OPMN log files opmnctl status: opmn is not running.

Solution

To modify opmn.xml:

  1. Edit opmn.xml to assign a different local and a remote port to OPMN, or just a remote port to OPMN. The currently assigned ports may already be used by another process. See the following example:

    <notification-server interface="any"> <ipaddr remote="<hostname>"/> <port local="6711" remote="6712"/>

  2. Restart OPMN and try the opmnctl command again.

3.4.6 An Application Stops Responding

Problem

An Essbase application stops responding or shuts down abnormally.

Solution

To determine why the application is not responding:

  1. Check the Essbase.log file for the following error message:

    1002089 RECEIVED ABNORMAL SHUTDOWN COMMAND - APPLICATION TERMINATING

  2. Check the Essbase.log file for the following message:

    Exception error log [log00001.xcp] is being created...

  3. If either of the above messages are found, contact Technical Support.

    Note that if you find the log00001.xcp file, save it. Oracle Support will need this file to troubleshoot the issue.

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/diagnostics/logs/Essbase/essbaseserver_name/essbase/app/appname/log000001.xcp
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\diagnostics\logs\Essbase\essbaseserver_name\essbase\app\appname\log000001.xcp
    

3.4.7 An Essbase Application Will Not Start

Problem

An application does not respond after being started, or an error message like the following is displayed in the Essbase log file:

Network Error 10048 : Unable to Bind Host Server Socket On Port 4213

Solution

A port conflict may be occurring. Correct the port-related entries in opmn.xml.

Update the Essbase port range in opmn.xml to match the port specified in the configuration file:

<port id="essbase-port-range" range="32768-33768"/>

3.4.8 ASO Database Corruption Error

Problem

During an operation on an Essbase aggregate storage database, the following error is displayed:

Persistent data does not match the outline. There is no member in dimension [Abc] for member number [12345]. Data is corrupted.

Solution

To clear the database and reload it from the original sources or from a saved exported backup:

  1. Save the list of current aggregate views.

  2. Clear all data in the database.

  3. Reload the data from original sources or from a backup.

  4. Rebuild the aggregate views using the list specified.

3.4.9 Essbase Login Credentials Are Unknown When Essbase is Included In the Oracle Business Intelligence Installation

Problem

You do not know the Essbase login credentials when Essbase is included in the Oracle Business Intelligence installation.

Solution

Use the Weblogic default user name and password to log in to Essbase. The default user name and password are weblogic and welcome1.

3.4.10 Cannot Stop an Application Process

Problem

An Essbase application process cannot be shut down.

Solution

To check the application log for active processing:

  1. Access the application log. Note the following locations:

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/diagnostics/logs/Essbase/essbaseserver_name/essbase/app/appname/appname.log
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\diagnostics\logs\Essbase\essbaseserver_name\essbase\app\appname\appname.log
    
  2. Check the application log and look for the following message:

    RECEIVED SHUTDOWN COMMAND - SERVER TERMINATING.

  3. If you see the proceeding message, wait a few minutes to allow the application to self-terminate. The application may be doing cleanup tasks associated with the shutdown process.

  4. If you see the following message, the application is still processing user requests. Wait for user requests or any other operation that is still in progress to terminate, and then try shutting down the application.

    Cannot unload database dbname while user username is performing database operation. Wait for the user to complete the operation, or ask the user to abort it. Log out all users and then unload the database. Cannot unload database dbname when it is still in use
    
  5. If you need to terminate the application, perform the following steps:

    1. If you need to terminate the application even when there are user requests in progress on the database, you can run the following sequence MaxL statements to forcefully terminate user requests:

      #Display active sessions to see current requests display session on application appname
      #Disallow new connections to the application alter application appname disable connects; 
      #Force logout of all, and terminate requests alter system logout session on database appname.dbname force;
      
    2. After forcefully logging out all users, wait for a few minutes, and then use the following MaxL statement to check if any user requests are still running:

      #Display active sessions display session on application <appname>;
      
    3. If there are no requests running, attempt to stop the application process.

3.4.11 Changing the Essbase Ports (High-Availability Mode)

Problem

The Essbase port numbers need to be changed when Essbase is installed in high-availability mode.

Solution

To run the Essbase failover automation script to change the Essbase port:

  1. Go to the following location:

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/bin/essbase_ha
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\bin\essbase_ha
    
  2. Look for the %SHARED_FOLDER% location specified in the file essfoenv.properties.

  3. Edit the %SHARED_FOLDER%\EssFoConfig.properties file or %SHARED_FOLDER%/EssFoConfig.properties file.

  4. Look for SYSTEM_AGENT_PORTNUMBER(1|2), and change the port number. There are two Essbase instances, so make sure to change the one that you need.

  5. Execute essfoconfig.sh (UNIX) or essfoconfig.bat (Windows) without any parameter. The Help prints so you can see a list of options for parameters.

  6. Execute the following command:

    essfoconfig.sh update prpName
    

    where prpName is the port number property in Step 4.

    For example, the following command updates the agent port of the first Essbase instance:

    essfoconfig.sh update SYSTEM_AGENT_PORTNUMBER1
    

3.4.12 Changing the Essbase Ports (Non-High-Availability Mode)

Problem

The Essbase port numbers need to be changed when Essbase is installed in non-high-availability mode.

Solution

Go to Fusion Applications Control and change the Essbase port.

  1. From the navigation pane, expand the farm and then WebLogic Domain for the BIDomain domain.

  2. Expand Essbase Servers, and then select the Essbase server.

  3. From the Essbase Server menu, choose Administration, then Ports Configuration.

  4. Select the Listen port, and then click Edit.

  5. Change the port number, and then click OK.

  6. Restart Essbase server. From the Essbase Server menu, choose Control, then Restart.

3.4.13 Data Load Fails with the "Load Buffer Does Not Exist" Error

Problem

Following a data load failure to a specified load buffer, the following error displays for subsequent loads to the same load buffer:

Data load buffer [123] does not exist.

Solution

This error may occur when data loads initialize a load buffer and load multiple data files to it before committing it to the cube. If an error occurs that causes one of the steps to fail, then the load buffer is automatically destroyed, causing all subsequent steps to fail with the previous error.

Use one of the following methods to correct this error:

  • Determine the cause of the original data load error and try to resolve it.

  • Set the Essbase data load options to indicate that the data load should not be aborted on error; instead, have data load errors written or appended to the log file

3.4.14 Data Load Fails with Resource Usage Error

Problem

Upon attempting to load data into an Essbase aggregate storage database, the following error displays:

Specified load buffer resource usage [100] is above currently available value [0].

Solution

Other ongoing data load operations have reserved part of the cache for their load buffers. Use one of the following methods to correct this error:

  • Reduce the resource usage for this data load, and try again. If you are using MaxL, you must explicitly create the load buffer, using the optional resource_usage argument. For example:

    alter database AsoSamp.Sample initialize load_buffer with buffer_id 1 resource_usage .5;

  • Wait for other operations to finish.

  • To see what reservations have been made to the cache resources, run the following MaxL statement:

    query database "app"."db" list load_buffers;

    For more information about the query database, alter database, and other MaxL statements, see the Oracle Essbase Technical Reference.

3.4.15 Essbase Fails to Start in Cluster Mode

Problem

Essbase does not start when it is in cluster mode and Oracle Business Intelligence domain is installed with a non-domain-qualified host name.

Solution

The error occurs when the Essbase host specified in the cluster configuration properties file, EssFOConfig.properties, is domain-qualified, but is not in the EPM Registry, leading to a mismatch.

For more information about viewing the EPM Registry, see the "Viewing the Components in the Shared Services Registry," section in the Oracle Hyperion Enterprise Performance Management System Installation and Configuration Guide.

To check if there is an Essbase host name qualification mismatch:

  1. Use the following command to return all the Essbase clusters that were configured in the registry:

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/config/foundation/11.1.2/epmsys_registry.sh view CLUSTER
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\config\foundation\11.1.2\epmsys_registry.bat view CLUSTER
    
  2. Drill into the specific Essbase Server instance underneath this cluster, and view that node to see the host name:

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/config/foundation/11.1.2/epmsys_registry.sh view #Essbase_Server_GUID
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\config\foundation\11.1.2\epmsys_registry.bat view #Essbase_Server_GUID
    

    Note that GUID is the global unique ID of an Essbase Server instance as returned from the full viewing of the EPM Registry.

  3. Access the EPM registry and confirm that the host in the cluster configuration properties file displays exactly how Essbase is configured in the EPM Registry.

  4. Restart Essbase.

3.4.16 Essbase Login Failed Due to Invalid Credentials

Problem

When the user attempts to log in to Essbase, the login attempt fails. The problem may be an authentication failure. When the Essbase login fails due to an authentication problem, it reports the following errors:

ERROR - 103 - Unexpected Essbase error 1051440.
ERROR - 1051440 - Essbase user [bi-001] Authentication Fails against the Shared Services Server with Error [EPMCSS-1009004: Failed to read data from the policy store.].

Solution

To determine login failure problems by gathering detailed error messages:

  1. Locate the essbase.cfg file in the following directories:

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/Essbase/essbaseserver_name/bin
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\Essbase\essbaseserver_name\bin
    
  2. Using a text editor, add the following text on its own line:

    LOGINFAILUREMESSAGEDETAILED

    For more information about this and other essbase.cfg configuration settings, see the Oracle Essbase Technical Reference.

  3. Stop and restart the Essbase server. For detailed procedures, see "Starting and Stopping Essbase Server" in the Oracle Essbase Database Administrator's Guide.

  4. Use the following paths to access the Essbase.log file, which contains any error messages:

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/diagnostics/logs/Essbase/essbaseserver_name/essbase/Essbase.log
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\diagnostics\logs\Essbase\essbaseserver_name\essbase\Eessbase.log
    
  5. In the same path where Essbase.log is found, see the SharedServices_Security_Client.log to locate security-related error messages.

To gather debug-level error messages:

Note:

Keep the debug statistics available for diagnostic purposes, in case you need to contact Technical Support.

  1. Locate the essbase.cfg file in the following directories:

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/Essbase/essbaseserver_name/bin
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\Essbase\essbaseserver_name\bin
    
  2. Using a text editor, add the following text on its own line:

    AGENTLOGMESSAGELEVEL DEBUG

    For more information about this and other essbase.cfg configuration settings, see Oracle Essbase Technical Reference.

  3. Stop and restart the Essbase server. For detailed procedures, see the "Starting and Stopping Essbase Server" section in Oracle Essbase Database Administrator's Guide.

  4. Use the following paths to access the Essbase.log file, which contains any error messages:

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/diagnostics/logs/Essbase/essbaseserver_name/essbase/Essbase.log
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\diagnostics\logs\Essbase\essbaseserver_name\essbase\Eessbase.log
    

To check for and correct BI domain login errors:

See Table 3-1 to identify if you have a debug login failure problem. Go to each file listed in the table and search for the corresponding error message. If one or both of your files contain errors, use the following procedure to correct them.

Table 3-1 File Names and Error Messages

File Name Error Message

AdminServer.out

<oracle.epm.oem.essbase.mbeans.EssbaseServerRegistrationMBeanImpl>

<BEA-000000> <Child MBean registration failed due to some reason Not able to get Credential Store Factory from EM java.lang.Exception: Not able to get Credential Store Factory from EM

BIDomain.log

Exception while retrieving data from Essbase Cannot connect to olap service.

Cannot connect to Essbase Server. Error:EssbaseError(1051293): Login fails due to invalid login credentials com.essbase.api.base.EssException: Cannot connect to olap service.

Cannot connect to Essbase Server. Error:Essbase


To add a valid Essbase user name to the credential store from Fusion Applications Control, perform the following:

  1. From the navigation pane, expand the farm and then WebLogic Domain for the BIDomain domain.

  2. Right-click BIDomain and click Security.

  3. Click Credentials. The Credentials page displays.

  4. In the Credential table, expand essbaseserver.

  5. Select the Essbase server and click the Edit the selected credential key button. The Edit Key page displays.

  6. Verify that the user name and password are correct.

3.4.17 Failed to Open a File on UNIX

Problem

The following error occurs on a UNIX platform:

Failed to open file [filename]: a system file error occurred. Please see application log for details.

Solution

To open a file on UNIX:

  1. Confirm that the specified file exists.

  2. If the file exists, increase the maximum number of open file descriptors. To do this, consult the UNIX operating system's documentation for the ulimit command.

3.4.18 GL Writeback Fails with "Accounting Date Conversion" Error

Problem

GL writeback fails with the following error:

The accounting date conversion failed for %s to %s in the ACCOUNTING_DATE column. Unable to proceed with GL export.

Problem

This error may occur when GL writeback cannot format the date string in the way that GL tables expect.

To fix this issue, make sure that the <DATE_FORMAT> tag in the cubeMap.xml file has date format represented in one of the following acceptable formats, and that it matches with the date value stored in the accounting date alias table of the outline. The following are the acceptable date formats:

mon dd yyyy
Month dd yyyy
mm/dd/yy
mm/dd/yyyy
yy.mm.dd
dd/mm/yy
dd.mm.yy
dd-mm-yy
dd Month yy
dd mon yy
Month dd, yy
mon dd, yy
mm-dd-yy
yy/mm/dd
yymmdd
dd Month yyyy
dd mon yyyy
dd/mon/yy
yyyy-mm-dd
yyyy/mm/dd
Day, Month dd, yyyy

3.4.19 GL Writeback Fails with "Group ID Node" Error

Problem

GL writeback fails with the following error:

The group id node has active GL operations in state [<state_name>]. Use the appropriate API call in sequence. Unable to proceed with [api name] call.

Solution

This error may occur if more than one user tries to use the GL writeback-related API calls with the same group ID. To fix this issue, ensure that all users using GL writeback operations are using different group IDs.

3.4.20 GL Writeback Fails with "Not a Valid GL Application" Error

Problem

GL writeback fails with the following error:

This application is not a valid GL application for Essbase.

Solution

The error may occur if the cubeMap.xml file is either not present in the app/ db directory, or is not parsed properly. For the GL writeback to work properly, the cubeMap.xml file must be present and contain the required information to be parsed successfully.

To confirm that cubeMap.xml was parsed correctly:

  1. Ensure that cubeMap.xml file exists in the app/ db directory and contains the correct information.

  2. To ensure that cubeMap.xml was found and parsed successfully, check the Essbase application log for the following entry:

    Parsing of cubeMap.xml file succeeded

    If the parsing of cubeMap.xml fails, verify that the file exists in the app/ db directory and that it contains the appropriate information.

3.4.21 GL Writeback Fails with "SQL Database Connection" Error

Problem

GL writeback fails with the following error:

Failed to Establish Connection With SQL Database Server. See log for more information.

Solution

The error may occur if the SQL drivers are not set up correctly.

To confirm that the SQL drivers are set up correctly:

  1. Ensure that the ODBC Merant drivers path in odbcinst.ini is correct.

  2. Ensure that the ODBCINST variable in opmn.xml is pointing to the correct odbcinst.ini file.

  3. Ensure that an Oracle GL target database is running. For the GL writeback to work, a GL system is required, with cubeMap.xml correctly set up with the GL system information as follows:

    <HOST>somemachine.company.com</HOST> <PORT>port</PORT> <SID>SID</SID>
    
  4. Ensure that Essbase.cfg contains driver descriptors information in the following format, so that Essbase can connect to drivers in the odbcinst.ini:

    BPM_Oracle_DriverDescriptor "DataDirect 6.0 Oracle Wire Protocol"

3.4.22 Network Timeout

Problem

When performing an operation against an Essbase cube, one of the following errors occurs:

  • Network error [12345]: Cannot Send Data

  • Network error [12345]: Cannot Receive Data

Solution

  • The error may indicate that Essbase has terminated abnormally. If an xcp file is found in the following location, save it and contact Oracle Support:

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/diagnostics/logs/Essbase/essbaseserver_name/essbase/app/appname/log000001.xcp
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\diagnostics\logs\Essbase\essbaseserver_name\essbase\app\appname\log000001.xcp
    
  • In essbase.cfg, increase the network timeout parameters using the settings NETDELAY and NETRETRYCOUNT. For more information, see "Essbase.cfg Configuration Settings" in Oracle Essbase Technical Reference.

3.4.23 OPMN Fails to Start Essbase in High-Availability Mode

Problem

OPMN fails to start Essbase in high-availability mode.

Solution

For Essbase clustering to work, all Essbase failover cluster data must be on shared storage with the ARBORPATH variables set correctly.

To confirm that Essbase can start in high-availability mode:

  1. Ensure that OPMN is started by a network or domain user.

  2. Ensure that ARBORPATHs are specified as mapped drives, and not as UNC paths.

3.4.24 Restructure Failure

Problem 1

During a dimension build or outline restructure, error code 1130203 occurs.

Solution 1

The error indicates that not enough memory was available to perform the operation. Use one of the following methods to correct this error:

  • Increase the amount of virtual memory available to the operating system.

  • If Essbase is running on a 32-bit platform, keep in mind that the maximum memory available to Essbase is between 2 GB and 4 GB, regardless of how much RAM is installed on the machine. Because Essbase loads both the old and new outlines in memory during the restructure, there is a restriction on the largest outline that can be modified on such a machine. For example, if the platform only allows 2 GB of memory to be used by a process, and an Essbase application process is already using 200 MB memory, then the maximum-size outline that can be modified is 900 MB. Switching to a 64-bit installation of Essbase will lift this limitation.

Problem 2

During dimension build or outline restructure, outline validation fails with one of the following errors:

  • There were errors validating the outline. Please check the error file.

  • Outline has errors

Solution 2

Review the application log or the error file (if available) to see what specific errors are causing the validation error.

Problem 3

During dimension build or outline restructure, one of the following errors occurs:

  • Cannot write the new outline file during the restructuring of [%s]

  • Error writing outline change log file for database [%s]

Solution 3

Check the application log for other errors. If none are found, check to see if the file system is full. Remember that making a change to an Essbase outline requires at least as much free space as the existing outline.

3.4.25 Security File Is Corrupt

Problem

The Console.log displays the following error:

Fatal Error: Invalid item index in security file

Solution

The Essbase security file, essbase.sec, is invalid. Use one of the following methods to correct this error:

  • Restart Essbase using the latest backup security file by copying essbase_timestamp.bak to essbase.sec. Both files are located in the following directories

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/Essbase/essbaseserver_name/bin
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\Essbase\essbaseserver_name\bin
    

    For more information, see "Managing the Essbase Security File" in Oracle Essbase Database Administrator's Guide.

  • Open the essbase.cfg file and set the ENABLESWITCHTOBACKUPFILE setting to TRUE. This setting allows Essbase to automatically use a backup security file. The essbase.cfg file is located in the following directories:

    (UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/Essbase/essbaseserver_name/bin
    (Windows) APPLICATIONS_CONFIG_HOME\BIInstance\Essbase\essbaseserver_name\bin
    

    If you edit Essbase.cfg, restart Essbase to enable the change.

    For more information, see "Essbase.cfg Configuration Settings" in Oracle Essbase Technical Reference.

3.4.26 Status of Essbase Agent Connection

Problem

The Administrator does not know if Essbase is running.

Solution

Use the following OPMN command to determine if the Essbase agent is running:

(UNIX) APPLICATIONS_CONFIG_HOME/BIInstance/bin/opmnctl status
(Windows) APPLICATIONS_CONFIG_HOME\BIInstance\bin/opmnctl status

To start Essbase server using Fusion Applications Control:

  1. From the navigation pane, expand the farm and then WebLogic Domain for the BIDomain domain.

  2. Expand Essbase Servers, and then select the Essbase server to see if it is running.

  3. If it is not running, From the Essbase Server menu, choose Control, then Restart.

3.4.27 Unable to Write File During Data Load or Building Aggregate Views

Problem

When attempting to load data into an Essbase aggregate storage database or while building aggregate views, the following error is displayed:

Failed to extend file [<path>/ess0001.dat]: a system file error occurred. Please see application log for details.

Solution

This error indicates that the file system is out of space. Essbase can require significant temporary disk storage while performing a data load or aggregate view build. The "default" tablespace is the location where cube data is stored. The "temp" tablespace is where Essbase writes temporary data while building the cube. By default, both tablespaces are on the disk drive where Essbase is installed.

During the operation, the space required by the temp tablespace is at least as big as the resulting change in the database size, so the total free space required is at least twice as big as the resulting change to the database size. For example, loading a database that is 1GB will require at least 2GB of free space. Building 10GB worth of aggregate views will require at least 20GB of free space. Note that after the operation is complete, the files created in the temp tablespace are deleted.

Use one of the following methods to correct this error:

  • To correct this error, use MaxL statements to view or change the tablespace settings.

  • If the tablespace locations do not have enough free space, consider moving one or both tablespaces to different disk drives, or limit the size of the existing file locations and add new locations on other disk drives. Note that you cannot remove a tablespace location that already contains data.