Support for BI Publisher File-Based Catalog or Oracle BI Presentation Catalog

1-36 Upgrade Guide for Oracle Business Intelligence Discoverer data in reports is to create a new data model in BI Publisher by manually copying the SQL query from the Discoverer workbook to have BI Publisher directly issue the SQL statements to retrieve the data.

1.4.2.3 Compatibility Between 10g and 11g Reports

The following list summarizes report compatibility: ■ You cannot download reports from 10g and then simply upload and run them in the new 11g environment. All 10g reports must be upgraded by Upgrade Assistant first. ■ You cannot download reports from 11g and then simply upload and run them in the 10g environment. There is no backward compatibility. ■ You can use a template that was created in 10g with a report that is created in 11g. ■ You can use the BI Publisher Template Builder for Word 11g to design reports for 10g, if you run the Template Builder in Backward Compatible mode. Backward Compatible mode can be set from the Options dialog of the Template Builder.

1.4.2.4 Upgraded Data Models Might Not Be Editable

When the 10g report data model is using a SQL Query or BI Answers as the data source type, after the upgrade, the data sets do not display any column information in the Data Model Editor. This occurs because these data set types in 10g do not capture the necessary information to populate the columns for the new 11gdata model. These data models continue to work after the upgrade without any modification, however, it might be difficult to edit this data model in the future for example, you cannot add a calculated column or create a link with other data sets. If you decide to keep the data sets as upgraded, then you can still choose to edit them in the future if needed by copying the same SQL query from the original data set, and deleting the original data set. It is important to note that when you do create a new data set, you must ensure that the generated XML structure and the element names match the templates using the report data model. Instead of updating the RTF templates, which can be cumbersome, you can use the data model editor’s Structure Pane to update the XML element names.

1.4.2.5 Upgraded Data Templates Might Cause Validation Errors in 11g

The data model editor introduces restrictions on data models that were not present in 10g. Therefore, a data template-based data model that was valid in 10g might invoke a warning message when you try to save it. There are two new restrictions to be aware of: ■ Case sensitivity The 10g data template allowed you to reference elements within the data template without regard to the case being used. Therefore, a reference to either G_ EMP.salary or ‘G_EMP.SALARY’ works. In 11g, the case must match the referenced item. ■ Orphan elements In 10g, it was possible for a data template to declare an element name that referenced a column that did not exist in the SQL query. In 10g this situation returned a null value for the element. In 11g this construction causes an invalid warning. To correct this issue, delete the column using the data model editor.