Browser version script

Oracle® Business Intelligence Publisher
Release Notes

Release 10.1.3.3
Part No. E10410-01
July 2007

This document contains the following topics:

Introduction

These release notes describe known issues and workarounds for Oracle Business Intelligence Publisher release 10.1.3.3. For installation information, consult the Oracle Business Intelligence Publisher Install Guide, which is available on the Oracle Business Intelligence Publisher install media and on the Oracle Business Intelligence Publisher Web site:

http://www.oracle.com/technology/products/xml-publisher/index.html

These release notes are organized into the following sections:

How to Use These Release Notes

These release notes are updated periodically as new information becomes available. To ensure that you are reading the latest version of the release notes, check the Oracle Business Intelligence Publisher Web site:

http://www.oracle.com/technology/products/xml-publisher/index.html

Issues and Workarounds

General Issues

Interface May Enter Stale State After Extended Use

After extended use, the BI Publisher Web UI may enter a state in which the top header frame colors appear reversed (blue screen objects appear white); however, the navigation links remain white. Therefore you may not be able to see

Welcome, <username> Preferences Sign Out Help

To correct this problem, restart the browser.

BI Publisher Performance Impacted by Bug in Java SE Development Kit (JDK) 5.0 version

The Java SE Development Kit (JDK) 5.0 version 1_5_0_7 contains a bug that impacts the performance of BI Publisher.

To correct this problem, upgrade to JDK 5.0 update 11 (1_5_0_11). You can download this update from:

http://java.sun.com/javase/downloads/index_jdk5.jsp

Scheduler Tab and Buttons Disabled Until the Scheduler is Properly Configured

Starting with version 10.1.3.2.1 if the administrator has not correctly configured the BI Publisher scheduler, the Schedules tab and the Schedule buttons will be disabled even when the user has the XMLP_SCHEDULER role. To enable the Schedules tab and the Schedule button, you must configure and install the Scheduler tables. See the topic: Configuring the Scheduler Database in the Oracle Business Intelligence Publisher Installation Guide.

Space Character in ORACLE_HOME Directory Name Causes Runtime Error During Installation

When performing an advanced install into an existing ORACLE_HOME a runtime error will occur if a space character is in the directory name of the selected ORACLE_HOME. This is a limitation of the Oracle Universal Installer (OUI) version 10.1.0.6.0 used for BI Publisher 10.1.3.3. The directory name is not validated before installation, thereby allowing installation to proceed. However, the runtime error will be encountered, which will require you to cancel the installation.

To work around this issue, choose an ORACLE_HOME directory name that does not include a space character.

Internal Server Error 500 and 501 When Using Discoverer Worksheet as a Data Source

If you encounter either of the following errors when using Discoverer Worksheets in your report data model:

500 Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

or Error 501

It is possible that the HTTP server where BI Publisher is running is timing out before the Discoverer Web service returns the data from the worksheet. If that is the case, you can correct this problem by increasing the values of Timeout and KeepAliveTimeout in the file:

<Oracle_Home>\Apache\Apache\conf\httpd.conf  

For example you can change the following values:

Timeout 7200
KeepAliveTimeout 150

to

Timeout 10000
KeepAliveTimeout 300

Images Do Not Generate Properly Without X Server

If you are running the BI Publisher server on a Linux or Unix machine that does not have an X Server installed reports that contain images may not be properly generated.

Workaround: If you are running Java 1.4.2 or later, start the environment with a headless implementation. Specify the following property at the java command line:

-Djava.awt.headless=true 

For JDK versions prior to 1.4.2 please see your documentation on how to implement X Host for your environment.

Reports with Multibyte Character File Names Do Not Download Properly

If your report file name contains multibyte characters and you download the report by selecting the Report Actions icon then clicking Download this report, the file names in the generated zip file will be invalid. This is due to a Java bug (details available from the Sun Developer Network). Consequently, the downloaded report zip file cannot be uploaded back to the BI Publisher server. To workaround this issue, use only ASCII characters in file names.

Multibyte Character File Names Not Supported at Runtime

Because the encoding of multibyte character file names is dependent on the operating system and locale of the runtime environment, BI Publisher cannot support multibyte characters in file names. To workaround this issue, use only ASCII characters in file names.

Column-Level Time Zone Formatting in BI Answers Not Supported in BI Publisher

Oracle BI Publisher does not support column-level time zone settings applied in BI Presentation Services. BI Publisher reports that use BI Answers requests with column-level time zone settings may result in different dates displayed in BI Presentation Services and BI Publisher. This is not an issue for reports without column-level time zone settings as long as the User Time Zone setting for BI Publisher and BI Presentation Services is the same.

Proxy Configuration May Be Required for Accessing Data Sources over the Internet

If you wish to use external Web Services or HTTP data sources and your BI Publisher server is set up behind a firewall or requires a proxy to access the internet, then you must configure Oracle Containers for J2EE (OC4J), or your supported J2EE application server to be aware of the proxy.

For OC4J, update the <Oracle_Home>\oc4j\bin\oc4j.cmd file. Locate the following line:

rem JVMARGS
set JVMARGS=-Djava.library.path=C:\oracle\bi\server\Bin;C:\oracle\bi\web\bin -DSAROOTDIR=C:\oracle\bi -DSADATADIR=C:\oracle\bidata -XX:MaxPermSize=128m -Xmx512m %OC4J_JVM_ARGS%

and update with the following string:

-Dhttp.proxyHost=<proxy.mycompany.com> -Dhttp.proxyPort=80

so the result will be:

rem JVMARGS 
set JVMARGS=-Dhttp.proxyHost=<proxy.mycompany.com> -Dhttp.proxyPort=80 -Djava.library.path=C:\oracle\bi\server\Bin;C:\oracle\bi\web\bin -DSAROOTDIR=C:\oracle\bi -DSADATADIR=C:\oracle\bidata -XX:MaxPermSize=128m -Xmx512m %OC4J_JVM_ARGS%

For other application servers, consult your documentation.

Security Issues

PDF Encryption Limited to RC4 Algorithm

The RC4 algorithm is less secure than newer algorithms such as AES and is not recommended for use in new applications. However, the RC4 algorithm is the only supported encryption algorithm for Adobe Acrobat 6.0. Support for AES encryption for Adobe Acrobat 7.0 and higher versions is planned for future releases of Oracle BI Publisher.

This issue has no workaround.

Enabling SSL Is Strongly Recommended for Web Service Communication

It is strongly recommended that you enable HTTPS on the middle tier hosting the Web services as the trusted username/password that is passed can be intercepted. This also pertains to Web services that are used for communication between BI Publisher and Oracle BI Presentation Services and between Oracle BI Publisher and Oracle BI Discoverer.

When Using SSL-Enabled Web Service as a Data Source, You May Need to Import Certificate

If you receive errors when making calls to a Web service that is protected via Secure Sockets Layer (SSL) (that is, uses https://), you may need to export the certificate from the Web server hosting the Web service and import it into the java keystore on the machine running BI Publisher. An example error might be: "SSL received a record that exceeded the maximum permissible length.”

This step should not be required if the server certificate is linked to some certificate authority (such as Verisign) -- the default java keystore can handle that. But if the Web service server is using some self-generated certificate (for example, in a testing environment), then it is required.

When Using SSO, Update to mod_osso.conf File Required for Communication between BI Publisher and Client Components

If your system is SSO-enabled, you must modify your mod_osso.conf file to disable SSO to allow Web service communication between BI Publisher and its client components: the Template Builder and the Excel Analyzer. To open up the xmlpserver to allow the Web services, enter the following directives in the mod_osso.conf file:

<Location /xmlpserver/services/>
  require valid-user
     AuthType Basic
     Allow from All
     Satisfy any
</Location>
<Location /xmlpserver/report_service/>
  require valid-user
     AuthType Basic
     Allow from All
     Satisfy any
</Location>
<Location /xmlpserver/ReportTemplateService.xls/>
  require valid-user
     AuthType Basic
     Allow from All
     Satisfy any
</Location>

For the complete procedure for setting up BI Publisher with Oracle Single Sign-On, see the topic: "Setting Up Oracle Single Sign-On" in the Oracle Business Intelligence Publisher User's Guide.

Cannot View PDF in Internet Explorer 6 and 7 over SSL

If you are using Microsoft Internet Explorer 6 or 7 over SSL (that is, https://) you will not be able to open PDF or other binary documents. This is an Internet Explorer issue that results when the header "Cache-Control: No Cache" is present in an HTTP response. For more information see the following Microsoft documents:

Internet Explorer file downloads over SSL do not work with the cache control headers

Prevent caching when you download active documents over SSL

For Oracle Application Server deployments, you can workaround this issue by modifying the mod_osso.conf file as follows:

  1. Locate the following entry:

    <Location /xmlpserver>
       require valid-user 
       AuthType Basic 
    </Location>
  2. Modify this entry as follows:

    <Location /xmlpserver>
       require valid-user 
       AuthType Basic 
       OssoSendCacheHeaders off
       Header unset Pragma 
       Header unset Cache-Control
       Header unset Vary 
     </Location>

For non-Oracle Application Server deployments, please see the Microsoft documents noted above for possible resolutions that can be implemented in your environment as well as your application server documentation for information on turning off the "Pragma" and "Cache-Control" HTTP header properties.

Delivery Manager Issues

CUPS Server Does Not Appear as a Delivery Destination in Clustered Environment

If you are using a clustered environment, and you have a CUPS server implemented as a delivery option with no other printers defined, you may not see your CUPS Server as a delivery option.

To workaround this problem, add a real or dummy printer destination by creating an entry in the Admin > Delivery > Printer interface.

RTF Template Issues

Alternate Table Row Formatting Not Working in HTML, RTF, and Excel Outputs

The user guide contains the "Row Formatting" topic that describes how to set the background color on alternate rows in a tabular report. This description works for PDF output only. In HTML, RTF, and Excel output formats, the alternate rows do not show the background color. In these output formats, all the rows appear with a white background.

This issue has no workaround.

Header and Footer Margin from Edge Not Preserved in RTF Output

Microsoft Word provides a Page Setup option for specifying the margin for the headers and footers from the edge of the page. This option is available by choosing the File menu, then Page Setup, then the Margins tab, and the From edge box. This margin setting is not retained when the output format is RTF. The output is created with the default margin settings instead. The margin settings do work correctly for other output formats such as HTML, PDF, and Excel.

This issue has no workaround.

Charts May Not Appear in Excel Output

When viewing a report layout that has a chart in Excel output, you may not see the chart and only see a small icon in the place where you expect to see the chart.

To workaround this problem, you must unblock security on image URLs as follows:

  1. Open WEB-INF/web.xml.

  2. Find the following block:

    <filter-mapping>
    <filter-name>SecurityFilter</filter-name>
    <url-pattern>/xdo/tmp/*</url-pattern> 
    </filter-mapping>
  3. Change the <url-pattern> element as shown:

    <filter-mapping>
    <filter-name>SecurityFilter</filter-name>
    <url-pattern>/xdo/tmp/*.tmp</url-pattern> 
    </filter-mapping>

Note that by relaxing this security policy as described above, any HTTP session can access and view these images without authentication. Although random numbers are used for image file names, it poses some risk to allow someone to write a program to explore dynamic images (charts and graph) used by BI Publisher HTML reports.

Rounding Issue When Adding Decimal Numbers

As Oracle XDK conforms to XSL standards for IEEE 754, you might encounter rounding issues when adding numbers that are decimals. For example, suppose you add 13683.80 and 516.39, using this syntax in Oracle BI Publisher:

<?13683.80 + 516.39?>

The value returned is 14200.189999999999 which is caused by a limitation based on the IEEE 754 Binary Floating-Point-Arithmetic.

To work around this issue, use the format-number function or the round syntax as shown here to obtain a return value of 14200.19:

<?format-number:(13683.80 + 516.39);'D99'?>

or

<?(round((13683.80 + 516.39)*100) div 100)?>

PDF Template Issues

PDF Form Processor Lacks Support for Repeatable Fields in Landscape Templates

When you design a PDF template with repeatable fields, the output in portrait mode is correctly formatted. However, when the same report is created in landscape mode, the table headers are correct but the following occurs:

This issue has no workaround.

Template Builder Issues

Concatenated Data Sources Do Not Load Properly to the Template Builder

If your data source is concatenated XML from multiple SQL queries, the XML data will not load properly to the Template Builder from the direct connection to the BI Publisher server.

To workaround this issue, after building your data model, generate sample data and save it to an accessible directory. Use the Template Builder's load data function (Oracle BI Publisher > Data > Load Sample XML Data) to load the report data to the Template Builder. For more information on using the Template Builder in disconnected mode, see the Oracle Business Intelligence Publisher User's Guide.

When Working in Multiple Languages, Your OS Regional Settings Must Match the Target Language

If you are working in multiple languages, to show and input the text on the Template Builder dialogs correctly, you must set your operating system regional settings for the target language. To set the Regional and Language Options:

  1. From the Control Panel choose Regional and Language Options.

  2. Click the Advanced tab.

  3. Under Language for non-Unicode programs, select the appropriate language from the list.

The Template Builder does not support other languages than those available from your system regional settings.

Flash Template Issues

Flash Player 9 Not Available for FireFox on Solaris

Flash templates require Adobe Flash Player 9. Currently the Flash Player 9 is not available for FireFox on Solaris. Until Flash Player 9 is released for this platform, Flash templates cannot be viewed on Solaris. This issue has no workaround.

New Features in This Release

The Oracle Business Intelligence New Features Guide contains detailed descriptions of the following new features in this release of Oracle BI Publisher:

This guide is included in the documentation library delivered with Oracle BI Publisher.

Additional new features are included in this release that are not documented in the Oracle Business Intelligence New Features Guide. Those features are listed here with some descriptions. Documentation for these features will be added to this Release Notes document soon. Please see the BI Publisher page on OTN for the latest version of this document: http://www.oracle.com/technology/products/xml-publisher/index.html.

Features include:

Report Definition Features

Report Viewing and Output Features

Administration Feature

TTY Access to Oracle Support Services

Oracle provides dedicated Text Telephone (TTY) access to Oracle Support Services within the United States of America 24 hours a day, seven days a week. For TTY support, call 800.446.2398.

Documentation Accessibility

Our goal is to make Oracle products, services, and supporting documentation accessible, with good usability, to the disabled community. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Accessibility standards will continue to evolve over time, and Oracle is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For more information, visit the Oracle Accessibility Program Web site at http://www.oracle.com/accessibility/ .

Accessibility of Code Examples in Documentation

Screen readers may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, some screen readers may not always read a line of text that consists solely of a bracket or brace.

Accessibility of Links to External Web Sites in Documentation

This documentation may contain links to Web sites of other companies or organizations that Oracle does not own or control. Oracle neither evaluates nor makes any representations regarding the accessibility of these Web sites.

Legal Notices

The Programs (which include both the software and documentation) contain proprietary information; they are provided under a license agreement containing restrictions on use and disclosure and are also protected by copyright, patent, and other intellectual and industrial property laws. Reverse engineering, disassembly, or decompilation of the Programs, except to the extent required to obtain interoperability with other independently created software or as specified by law, is prohibited.

The information contained in this document is subject to change without notice. If you find any problems in the documentation, please report them to us in writing. This document is not warranted to be error-free. Except as may be expressly permitted in your license agreement for these Programs, no part of these Programs may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose.

If the Programs are delivered to the United States Government or anyone licensing or using the Programs on behalf of the United States Government, the following notice is applicable:

U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the Programs, including documentation and technical data, shall be subject to the licensing restrictions set forth in the applicable Oracle license agreement, and, to the extent applicable, the additional rights set forth in FAR 52.227-19, Commercial Computer Software--Restricted Rights (June 1987). Oracle Corporation, 500 Oracle Parkway, Redwood City, CA 94065.

The Programs are not intended for use in any nuclear, aviation, mass transit, medical, or other inherently dangerous applications. It shall be the licensee's responsibility to take all appropriate fail-safe, backup, redundancy and other measures to ensure the safe use of such applications if the Programs are used for such purposes, and we disclaim liability for any damages caused by such use of the Programs.

The Programs may provide links to Web sites and access to content, products, and services from third parties. Oracle is not responsible for the availability of, or any content provided on, third-party Web sites. You bear all risks associated with the use of such content. If you choose to purchase any products or services from a third party, the relationship is directly between you and the third party. Oracle is not responsible for: (a) the quality of third-party products or services; or (b) fulfilling any of the terms of the agreement with the third party, including delivery of products or services and warranty obligations related to purchased products or services. Oracle is not responsible for any loss or damage of any sort that you may incur from dealing with any third party.