Troubleshooting SAP BusinessObjects Enterprise
This topic provides information on how to analyze and troubleshoot problems that you might experience when installing and using SAP BusinessObjects:
- Server is running out of memory
- Custom reports displaying incorrect data
- Reports hang on SQL Server or report refresh takes very long time
- Text in free standing cell is truncated
- BIAR file not imported successfully
- Report does not refresh when the Aggregate Value and Performance Interval Size objects are used in the same report
- SAP BusinessObjects cannot connect to the SQL Server database on Solaris
Server is running out of memory
The following message appears if the server is running out of memory:
To free up server memory, turn off the real-time caching in Business Object using the following steps:
- Log in to the Business Objects Central Management Console.
- Select Servers.
- Click Web Intelligent Services.
- In the Server Name tab, click the hostname.WebIntelligenceProcessingServer server to open the server properties.
- Deselect the Enable Real-time Cache checkbox.
- Click Save and Close.
The flag is displayed next to the hostname.WebIntelligenceProcessingServer server. - Right-click on the server name and select Restart server for the change to take effect.
Custom reports displaying incorrect data
After you upgrade to 9.6.00 from 9.5.02 and you have created custom reports by using the following Universe objects, these custom reports will display incorrect data. For more information about these objects, see Universe-objects.
Object Name | Object Path |
---|---|
Number of Impacted Components | Impact/Impact Measures/Number of Impacted Components |
Number of Unavailable Components | Impact/Impact Measures/Number of Unavailable Components |
Number of Minor Components | Impact/Impact Measures/Number of Minor Components |
Number of Warning Components | Impact/Impact Measures/Number of Warning Components |
Number of Info Components | Impact/Impact Measures/Number of Info Components |
Number of OK Components | Impact/Impact Measures/Number of OK Components |
Number of Unknown Components | Impact/Impact Measures/Number of Unknown Components |
Number of Blackout Components | Impact/Impact Measures/Number of Blackout Components |
You must re-generate the custom reports including these objects in the reports.
Reports hang on SQL Server or report refresh takes very long time
When SQL Server is the Reporting database, the reports hang or take a long time to refresh.
Check if you have set the Isolation level to READ UNCOMMITTED. You can check the value of the Isolation level by creating a custom report with the Isolation Level Universe object, as mentioned in Creating-custom-reports. The Isolation Level value must be ReadUncommitted.
To correct this issue, configure the Microsoft SQL Server JDBC Driver as mentioned at Configuring-BMC-ProactiveNet-Report-Engine-database-connection-with-SAP-BusinessObjects-Enterprise.
Text in free standing cell is truncated
When you generate reports in Asian characters Unicode Fonts, the bold font style text in free standing cell gets truncated.
To correct this problem, change the font style from Bold to Regular. Perform the following steps to change the font style in WebIntelligence reports:
- Open the WebIntelligence report in design mode.
- Right-click the truncated cell, navigate to Text > Font.
- Change the Font style from Bold to Regular.
- Click OK.
- Save the report.
BIAR file not imported successfully
When you have installed Report Engine with Universe Option or imported the BIAR file manually after installation, and if the BIAR file is not imported successfully, you may receive the following error:
To resolve this issue, perform the following:
- In SAP BusinessObjects BI Enterprise, open Central Management Console and delete the following files or folders (in bold) if they already exist:
- Folders – BPPM Reports
- Promotion Management - BPPM_DataMart_96.lcmbiar or BPPM_DataMart.lcmbiar
- Universes – BPPM – BPPM DataMart.unx
- Install Report Engine with Universe option (over the top installation) or import the BIAR file manually.
Report does not refresh when the Aggregate Value and Performance Interval Size objects are used in the same report
When Aggregate Value and Performance Interval Size objects are used in same report, report may not refresh and the SAP Business Object session might time out.
To avoid this issue, you must use either Aggregate Value or Performance Interval Size object, not both, in the same report.
SAP BusinessObjects cannot connect to the SQL Server database on Solaris
When you install SAP BusinessObjects on the Solaris computer, the SAP BusinessObjects cannot connect to the Microsoft SQL Server Report Engine database.
To resolve this issue, perform the following:
- Configure the BMC ProactiveNet Performance Management Reporting universe with the SQL Server JDBC connection, see Creating-a-new-SQL-Server-database-connection.
- Log in to the SAP BusinessObject server and take a backup of the cs.cfg file located in the following directory, to the folder outside the installation directory:
installationDirectory/sap_bobj/enterprise_xi40/dataAccess/connectionServer/cs.cfg Edit the cs.cfg file using any of the text editor and locate the following code snippet in the file:
<Capabilities>
<Capability Name="Local" EnableJNI="Yes" Active="Yes"/>
<Capability Name="Remote" Active="Yes"/>
</Capabilities>Change the value of the “EnableJNI” and “Active” parameters to "No" as shown below:
<Capabilities>
<Capability Name="Local" EnableJNI="No" Active="No"/>
<Capability Name="Remote" Active="Yes"/>
</Capabilities>- Save the cs.cfg file.
- Restart the Connection Server and the Web Intelligence Processing Server from the Central Management Console.