Skip Headers

Oracle Business Intelligence Publisher User's Guide
Release 10.1.3.2
Part Number B40017-01
Go to Table of Contents
Contents
Go to previous page
Previous
Go to next page
Next

Using the Admin Functions

This chapter covers the following topics:

Overview

Use the Admin interface to set up the following:

Setting Up Data Sources

BI Publisher supports three types of data sources:

When you set up data sources, you can also define security for the data source by selecting which BI Publisher roles can access the data source.

This security mechanism is intended for use with the BI Publisher Developer role to restrict developer use of data sources. For example, suppose you have two datasources: a database containing Financials data and a database containing Human Resources data. The Financials developers should only have access to the Financials data. You can create a role called Financials Developer and assign it the BI Publisher Developer role. You can then assign the Financials Developer to the Financials data source. When the user assigned this role logs in to create reports, he can only see the Financials data source.

By default, BI Publisher Administrators can access all data sources.

If you have not set up the user roles yet, you can assign data sources to a role from the Create Role interface. See Understanding Users and Roles for more information.

Adding a JDBC Data Source

  1. From the Admin page select JDBC Connection. This will display the list of existing JDBC connections.

  2. Select the Add Data Source button.

  3. Enter the following fields for the new connection:

  4. If you would like to test the connection, select Test Connection. If the test is successful, the confirmation message, "Connection established successfully" will display. If connection error occurs, the message "Could not establish connection," will display.

  5. Define security for this data source. Use the shuttle buttons to move roles from the Available Roles list to the Allowed Roles list. Only users assigned the roles on the Allowed Roles list will be able to create reports from this the data source.

Adding the Oracle BI Server as a JDBC Data Source

Note: If you included BI Publisher Enterprise in your Oracle BI Enterprise Edition installation, this data source will be automatically added. You must configure the settings appropriately for your deployment.

To add the Oracle BI Enterprise Edition server as a JDBC data source, follow the guidelines in Adding a JDBC Data Source.

Note that if your Oracle BI Server is SSL-enabled, you must copy the keystore to the BI Publisher server and provide it in the connection string. If your Oracle BI servers are set up in a clustered configuration, the connection string must use the appropriate syntax described in this section.

The entries for Database Driver Class and Connection String must be as follows:

Database Driver Class: oracle.bi.jdbc.AnaJdbcDriver

Connection String: The appropriate connection string depends on your specific deployment. For example, if your BI Servers are clustered and/or SSL is enabled, you must construct the URL to include the required properties. For more information on SSL and on clustered configurations, see the Oracle Business Intelligence Enterprise Edition Deployment Guide.

The URL for the connection string requires the following format:

<URL>:= <Prefix>: [//<Host>:<Port>/][<Property Name>=<Property Value>;]* 

where

<Prefix>: is the string jdbc:oraclebi

<Host>: is the hostname of the analytics server. It can be an IP Address or hostname. The default is localhost.

<Port> is he port number that the server is listening on. The default is 9703.

<Property Name>:= <Catalog>|<User>|<Password>|<SSL>|<SSLKeyStoreFileName> |<SSLKeyStorePassword>|<TrustAnyServer>|<TrustStoreFileName >|<TrustStorePassword>|<LogLevel>|<LogFilePath>|<PrimaryCCS>|<PrimaryCCSPort>| <SecondaryCCS>|<SecondaryCCSPort> 

Valid property values are:

<Catalog> - can be any catalog name that is available on the server. If the catalog is not specified, then it will default to the default catalog specified by the server. If the catalog name is not found in the server, it will still use the default catalog and issue a warning during connect.

<User> - specifies the username for the BI Server. The default is "Administrator".

<Password> - specifies the password for the BI Server for the username. The password will be encrypted using 3DES.

<SSL> True|False - default is False. Specifies if the JDBC driver will use SSL or not. If true, the driver will check if SSLKeyStoreFileName is readable; if not, it will issue an error message.

<SSLKeyStoreFileName> - the name of the file that store the SSL Keys. This file must exist in the local file system and be readable by the driver.

<SSLKeyStorePassword> - the password to open the file pointed to by SSLKeyStoreFileName.

<TrustAnyServer> - True | False - the default is False. If SSL is set to "True" the property specifies whether to check the trust store for the server. If TrustAnyServer is set to "False", the driver will verify that TrustStoreFileName is readable.

<TrustStoreFileName> - if TrustAnyServer is set to false, this property is required to specify the trust store file name.

<TrustStorePassword> - if TrustAnyServer and TrustStoreFileName are specified, this property specifies the password to open up the file specified by TrustStoreFileName.

<LogLevel> - specify the log level. Valid values are

SEVERE | WARNING | INFO | CONFIG | FINE | FINER | FINEST

<LogFilePath> - specifies the file path of the desired logging destination. Default is %TEMP% on windows, $TMP on UNIX. Driver needs to have write permission on the file. It will create a new entry marked as _0, _1 if the same file name already exists.

<PrimaryCCS> -(For clustered configurations) specifies the primary CCS machine name instead of using the “host” to connect. If this property is specified, the “host” property value is ignored. The jdbc driver will try to connect to the CCS to obtain the load-balanced machine. Default is localhost.

<PrimaryCCSPort> - specifies the primary CCS port number running on the PrimaryCCS machine. Default is 9706.

<SecondaryCCS> - specifies the secondary CCS machine name instead of using the “host” to connect. If this property is specified, then the jdbc driver will try to connect to the CCS to obtain the load-balanced machine. Default is localhost.

<SecondaryCCSPort> - specifies the secondary CCS port number running on the secondary machine. Default is 9706.

Following is an example connection string for a clustered deployment with SSL enabled:

jdbc:oraclebi://machine01.domain:9706/PrimaryCCS=machine01;PrimaryCCSPort=9706;SecondaryCCS=machine02;SecondaryCCSPort=9706;user=admin;password=welcome;ssl=true;sslKeystorefilename=c:\mycompany\OracleBI\sslc\javahost.keystore;sslKeystorepassword=welcome;trustanyserver=true;

Adding a JNDI Data Source

  1. From the Admin page select JNDI Connection. This will display the list of existing JNDI connections.

  2. Select the Add Data Source button.

  3. Enter the following fields for the new connection:

  4. If you would like to test the connection, select Test Connection. If the test is successful, the confirmation message, "Connection established successfully" will display. If connection error occurs, the message "Could not establish connection," will display.

  5. Define security for this data source. Use the shuttle buttons to move roles from the Available Roles list to the Allowed Roles list. Only users assigned the roles on the Allowed Roles list will be able to create reports from this the data source.

Adding a File Data Source

  1. From the Admin page select File. This will display the list of existing file sources.

  2. Select the Add Data Source button.

  3. Enter the following fields for the new data source:

  4. Define security for this data source. Use the shuttle buttons to move roles from the Available Roles list to the Allowed Roles list. Only users assigned the roles on the Allowed Roles list will be able to create reports from this the data source.

Viewing or Updating a Data Source

  1. From the Admin page select the Data Source type to update.

  2. Select the name of the connection to view or update. All fields are updateable.

  3. Select Apply to apply any changes or Cancel to exit the update page.

Setting Up Integration with Oracle BI Presentation Services

By setting up integration with Oracle BI Presentation Services you enable connection to Oracle BI Answers requests as data sources for your reports.

The Oracle BI installer when installing BI Publisher, performs integration with Presentation Services if Presentation Services is also installed with BI Publisher. This means that the Oracle BI installer sets the Presentation Services hostname, port, url values in BI Publisher configuration file xmlp-server-config.xml. But the user still needs to set the Presentation Services username and password in BI Publisher configuration since those are not known at install time.

Note: If you included BI Publisher Enterprise in your Oracle BI Enterprise Edition installation, the Oracle BI installer will set the Presentation Services hostname, port, and url values. However, you must manually enter the Presentation Services username and password here.

  1. From the Admin page, under Integration, select Oracle BI Presentation Services.

  2. Enter the following information about your BI Presentation Services server:

Setting System Maintenance Options

Under System Maintenance, you can perform the following administration tasks:

Setting Server Configuration Options

Use the Server Configuration tab to define

Defining Your Report Repository

The report repository can be set up in either the file system or the database.

Defining a File System-Based Repository

  1. Under Report Repository, select File System as the Repository Type.

  2. Enter the absolute Path.

    For example: /home/bipublisher/repository

Defining a Database-Based Repository

Important: If you stop and start or restart the database that contains your BI Publisher repository, you must restart you BI Publisher Enterprise server.

  1. Under Report Repository, select XML DB as the Repository Type.

  2. Enter the absolute Path. For example: /public/Reports

  3. Select the Connection Type: JDBC or JNDI.

    Important: Connection type JDBC is not recommended for the repository.

Defining General Properties

Setting Cache Specifications

Set the following properties to configure the BI Publisher cache:

Setting Scheduler Configuration Options

Important: If you stop and start or restart the database that contains your BI Publisher Scheduler tables, you must restart you BI Publisher Enterprise server.

Select the Scheduler Configuration tab and enter the details for your scheduler database:

Select Test Connection to ensure that BI Publisher can successfully connect to your scheduler database.

Select Install Schema to install the BI Publisher scheduler schema to your database.

Important: You must restart the application for changes in the Scheduler settings to take effect.

Scheduler Properties

If you have enabled clustering for your BI Publisher application, you must select Enable Clustering for the scheduler.

Refresh Metadata

If you copy reports as files or folders directly to the file system or XML database repository, you must refresh the metadata to make these reports available via the user interface.

Setting Up Delivery Options

Set Delivery Configuration Options

  1. From the Admin page select Delivery Configuration.

  2. Enter the following properties:

Set Up Print or Fax Server

Printing is only supported through Internet Printing Protocol (IPP). You must set up CUPS or Windows Print Server for IPP. See Print Server Setup.

  1. From the Admin page select Printer or Fax. Select Add Server.

  2. Enter the required fields Server Name and URI for the new server.

    Important: You must enter a unique name for each server regardless of the type (printer, fax, email, WebDAV, or FTP).

  3. Optionally enter a Filter.

    A filter enables you to call a conversion utility to convert PDF to Postscript or PDF to TIFF (for fax) for Windows-based print servers. To specify the filter, pass the native OS command string with the 2 placeholders for the input and output filename, {infile} and {outfile}.

    This is useful especially if you are trying to call IPP printers directly or IPP printers on Microsoft Internet Information Service (IIS). Unlike CUPS, those print servers do not translate the print file to a format the printer can understand, therefore only limited document formats are supported. With the filter functionality, you can call any of the native OS commands to transform the document to the format that the target printer can understand.

    For example, to transform a PDF document to a Postscript format, enter the following PDF to PS command in the Filter field:

    pdftops {infile} {outfile}

    To call an HP LaserJet printer setup on a Microsoft IIS from Linux, you can set Ghostscript as a filter to transform the PDF document into the format that the HP LaserJet can understand. To do this, enter the following Ghostscript command in the Filter field:

    gs -q -dNOPAUSE -dBATCH -sDEVICE=laserjet -sOutputFile={outfile} {infile} 

    For fax servers, you can use the filter to transform the file to Tag Image File Format (TIFF).

  4. Optionally enter the following fields if appropriate:

Set Up WebDAV Server

  1. From the Admin page select WebDAV. This will show the list of servers already added. Select Add Server.

  2. Enter the Name and Host for the new server.

    Important: You must enter a unique name for each server regardless of the type (printer, fax, email, WebDAV, or FTP).

  3. Optionally enter the following fields if appropriate:

Set Up Email or FTP Server

  1. From the Admin page select Email or FTP. This will show the list of servers already added. Select Add Server.

  2. Enter the Name and Host for the Email or FTP server.

    Important: You must enter a unique name for each server regardless of the type (printer, fax, email, WebDAV, or FTP).

  3. Optionally enter the following fields if appropriate:

Set Up Common Unix Printing System (CUPS) Server

  1. From the Admin page select CUPS. This will show the list of servers already added. Select Add Server.

  2. Enter the Server Name and Host and Port for the CUPS server.

    For more information see Setting Up Cups.

Setting Runtime Properties

The Runtime Configuration page enables you to set runtime properties at the server level. You can also set properties at the report level. If conflicting values are set for a property at each level, the report level will take precedence.

To set a property at the report level, select the report, and then select the Configure link. This will launch the Runtime Configuration page, displaying a column to enable update to the properties for the report and a column that displays the read-only values set for the server.

Note: In versions prior to 10.1.3.2 the Runtime Configuration properties administered through this page were set in a configuration file. This file is still used as a fallback if values are not set through this interface. However, please note that the file is not updated when you update the Runtime Configuration Properties page. For details about the file, see Configuration File Reference.

PDF Output Properties

The following properties are available for PDF output:

Property Name Internal Name Default Value Description
Compress PDF output pdf-compression True Specify "True" or "False" to control compression of the output PDF file.
Hide PDF viewer's menu bars pdf-hide-menubar False Specify "True" to hide the viewer application's menu bar when the document is active. The menu bar option is only effective when using the Export button, which displays the output in a standalone Acrobat Reader application outside of the browser.
Hide PDF viewer's tool bars pdf-hide-toolbar False Specify "True" to hide the viewer application's toolbar when the document is active.
Replace smart quotes pdf-replace-smartquotes True Set to "False" if you do not want curly quotes replaced with straight quotes in your PDF output.

PDF Security

Use the following properties to control the security settings for your output PDF documents:

Property Name Internal Name Default Value Description
Enable PDF Security pdf-security False If you specify "True," the output PDF file will be encrypted. You must also specify the following properties:
  • Open document password

  • Modify permissions password

  • Encryption Level

Open document password pdf-open-password N/A This password will be required for opening the document. It will enable users to open the document only. This property is enabled only when "Enable PDF Security" is set to "True".
Modify permissions password pdf-permissions-password N/A This password enables users to override the security setting. This property is effective only when "Enable PDF Security" is set to "True".
Encryption level pdf-encryption-level 0 - low Specify the encryption level for the output PDF file. The possible values are:
  • 0: Low (40-bit RC4, Acrobat 3.0 or later)

  • 1: High (128-bit RC4, Acrobat 5.0 or later)


This property is effective only when "Enable PDF Security" is set to "True". When Encryption level is set to 0, you can also set the following properties:
  • Disable printing

  • Disable document modification

  • Disable context copying, extraction, and accessibility

  • Disable adding or changing comments and form fields


When Encryption level is set to 1, the following properties are available:
  • Enable text access for screen readers

  • Enable copying of text, images, and other content

  • Allowed change level

  • Allowed printing level

Disable document modification pdf-no-changing-the-document False Permission available when "Encryption level" is set to 0. When set to "True", the PDF file cannot be edited.
Disable printing pdf-no-printing False Permission available when "Encryption level" is set to 0. When set to "True", printing is disabled for the PDF file.
Disable adding or changing comments and form fields pdf-no-accff False Permission available when "Encryption level" is set to 0. When set to "True", the ability to add or change comments and form fields is disabled.
Disable context copying, extraction, and accessibility pdf-no-cceda False Permission available when "Encryption level" is set to 0. When set to "True", the context copying, extraction, and accessibility features are disabled.
Enable text access for screen readers pdf-enable-accessibility True Permission available when "Encryption level" is set to 1. When set to "True", text access for screen reader devices is enabled.
Enable copying of text, images, and other content pdf-enable-copying False Permission available when "Encryption level" is set to 1. When set to "True", copying of text, images, and other content is enabled.
Allowed change level pdf-changes-allowed 0 Permission available when "Encryption level" is set to 1. Valid Values are:
  • 0: none

  • 1: Allows inserting, deleting, and rotating pages

  • 2: Allows filling in form fields and signing

  • 3: Allows commenting, filling in form fields, and signing

  • 4: Allows all changes except extracting pages

Allowed printing level pdf-printing-allowed 0 Permission available when "Encryption level" is set to 1. Valid values are:
  • 0: None

  • 1: Low resolution (150 dpi)

  • 2: High resolution

RTF Output

The following properties can be set to govern RTF output files:

Property Name Internal Name Default Value Description
Enable change tracking rtf-track-changes False Set to "True" to enable change tracking in the output RTF document.
Protect document for tracked changes rtf-protect-document-for-tracked-changes False Set to "True" to protect the document for tracked changes.

HTML Output

The following properties can be set to govern HTML output files:

Property Name Internal Name Default Value Description
Show header html-show-header True Set to "False" to suppress the template header in HTML output.
Show footer html-show-footer True Set to "False" to suppress the template footer in HTML output.
Replace smart quotes html-replace-smartquotes True Set to "False" if you do not want curly quotes replaced with straight quotes in your HTML output.
Character set html-output-charset UTF-8 Specify the output HTML character set.
Make HTML output accessible make-accessible False Specify true if you want to make the HTML output accessible.
Base image URI html-image-base-uri N/A Base URI which is inserted into the src attribute of the image tag before the image file name. This works only when the image is embedded in the template.
Image file directory html-image-dir N/A Enter the directory for BI Publisher to store the image files that are embedded in the template.
Base CSS URI html-css-base-uri N/A Base URI which is inserted into the HTML header to specify where the cascading stylesheets (CSS) for your output HTML documents will reside. You must set this property when make-accessible is true.
CSS file directory html-css-dir N/A The CSS directory where BI Publisher stores the css file. You must set this property when make-accessible is true.

FO Processing Properties

The following properties can be set to govern FO processing:

Property Name Internal Name Default Value Description
Use BI Publisher's XSLT processor xslt-xdoparser True Controls BI Publisher's parser usage. If set to False, XSLT will not be parsed.
Enable scalable feature of XSLT processor xslt-scalable False Controls the scalable feature of the XDO parser. The property "Use BI Publisher's XSLT processor" must be set to "True" for this property to be effective.
Enable XSLT runtime optimization xslt-runtime-optimization True When set to "True", the overall performance of the FO processor is increased and the size of the temporary FO files generated in the temp directory is significantly decreased. Note that for small reports (for example 1-2 pages) the increase in performance is not as marked.
To further enhance performance when you set this property to True, it is recommended that you set the property Extract attribute sets to "False". See RTF Template Properties.
Pages cached during processing system-cache-page-size 50 This property is enabled only when you have specified a Temporary Directory (under General properties). During table of contents generation, the FO Processor caches the pages until the number of pages exceeds the value specified for this property. It then writes the pages to a file in the Temporary Directory.
Bidi language digit substitution type digit-substitution None Valid values are "None" and "National". When set to "None", Eastern European numbers will be used. When set to "National", Hindi format (Arabic-Indic digits) will be used. This setting is effective only when the locale is Arabic, otherwise it is ignored.
Disable variable header support fo-prevent-variable-header False If "True", prevents variable header support. Variable header support automatically extends the size of the header to accommodate the contents.
Add prefix to IDs when merging FO fo-merge-conflict-resolution False When merging multiple XSL-FO inputs, the FO Processor automatically adds random prefixes to resolve conflicting IDs. Setting this property to "True" disables this feature.

RTF Template Properties

The following properties can be set to govern RTF templates:

Property Name Internal Name Default Value Description
Extract attribute sets rtf-extract-attribute-sets Auto The RTF processor will automatically extract attribute sets within the generated XSL-FO. The extracted sets are placed in an extra FO block, which can be referenced. This improves processing performance and reduces file size.
Valid values are:
  • Enable - extract attribute sets for all templates and subtemplates

  • Auto - extract attribute sets for templates, but not subtemplates

  • Disable - do not extract attribute sets

Enable XPath rewriting rtf-rewrite-path True When converting an RTF template to XSL-FO, the RTF processor will automatically rewrite the XML tag names to represent the full XPath notations. Set this property to "False" to disable this feature.
Characters used for checkbox rtf-checkbox-glyph Default value: Albany WT J;9746;9747/A The BI Publisher default PDF output font does not include a glyph to represent a checkbox. If your template contains a checkbox, use this property to define a Unicode font for the representation of checkboxes in your PDF output. You must define the Unicode font number for the "checked" state and the Unicode font number for the "unchecked" state using the following syntax: fontname;<unicode font number for true value's glyph >;<unicode font number for false value's glyph>
Example: Albany WT J;9746;9747/A
Note that the font that you specify must be made available to BI Publisher at runtime.

PDF Form Template Properties

The following properties can be set to govern PDF templates:

Property Name Default Value Description
Remove PDF fields from output False Specify "true" to remove PDF fields from the output. When PDF fields are removed, data entered in the fields cannot be extracted. For more information, see Setting Fields as Updateable or Read Only.
Set all fields as read only in output true By default, BI Publisher sets all fields in the output PDF of a PDF template to be read only. If you want to set all fields to be updateable, set this property to "false". For more information, see Setting Fields as Updateable or Read Only.
Maintain each field's read only setting False Set this property to "true" if you want to maintain the "Read Only" setting of each field as defined in the PDF template. This property overrides the settings of "Set all fields as read only in output." For more information, see Setting Fields as Updateable or Read Only.

Defining Font Mappings

BI Publisher's Font Mapping feature enables you to map base fonts in RTF or PDF templates to target fonts to be used in the published document. Font Mappings can be specified at the site or report level. Font mapping is performed only for PDF output.

There are two types of font mappings:

Making Fonts Available to BI Publisher

BI Publisher provides a set of Type1 fonts and a set of TrueType fonts. You can select any of the fonts in these sets as a target font with no additional setup required. For a list of the predefined fonts see BI Publisher's Predefined Fonts.

The predefined fonts are located in $JAVA_HOME/jre/lib/fonts. If you wish to map to another font, you must place the font in this directory to make it available to BI Publisher at runtime. If your environment is clustered, you must place the font on every server.

Setting Font Mapping at the Site Level or Report Level

A font mapping can be defined at the site level or the report level:

The report-level settings will take precedence over the site-level settings.

Creating a Font Mapping

From the Admin page, under Runtime Configuration, select Font Mappings.

To create a Font Mapping

BI Publisher's Predefined Fonts

BI Publisher provides a set of Type1 fonts and a set of TrueType fonts. You can select any of these fonts as a target font with no additional setup required.

The Type1 fonts are listed in the following table:

Type 1 Fonts
Number Font Family Style Weight Font Name
1 serif normal normal Time-Roman
1 serif normal bold Times-Bold
1 serif italic normal Times-Italic
1 serif italic bold Times-BoldItalic
2 sans-serif normal normal Helvetica
2 sans-serif normal bold Helvetica-Bold
2 sans-serif italic normal Helvetica-Oblique
2 sans-serif italic bold Helvetica-BoldOblique
3 monospace normal normal Courier
3 monospace normal bold Courier-Bold
3 monospace italic normal Courier-Oblique
3 monospace italic bold Courier-BoldOblique
4 Courier normal normal Courier
4 Courier normal bold Courier-Bold
4 Courier italic normal Courier-Oblique
4 Courier italic bold Courier-BoldOblique
5 Helvetica normal normal Helvetica
5 Helvetica normal bold Helvetica-Bold
5 Helvetica italic normal Helvetica-Oblique
5 Helvetica italic bold Helvetica-BoldOblique
6 Times normal normal Times
6 Times normal bold Times-Bold
6 Times italic normal Times-Italic
6 Times italic bold Times-BoldItalic
7 Symbol normal normal Symbol
8 ZapfDingbats normal normal ZapfDingbats

The TrueType fonts are listed in the following table. All TrueType fonts will be subsetted and embedded into PDF.

Number Font Family Name Style Weight Actual Font Actual Font Type
1 Albany WT normal normal ALBANYWT.ttf TrueType (Latin1 only)
2 Albany WT J normal normal ALBANWTJ.ttf TrueType (Japanese flavor)
3 Albany WT K normal normal ALBANWTK.ttf TrueType (Korean flavor)
4 Albany WT SC normal normal ALBANWTS.ttf TrueType (Simplified Chinese flavor)
5 Albany WT TC normal normal ALBANWTT.ttf TrueType (Traditional Chinese flavor)
6 Andale Duospace WT normal normal ADUO.ttf TrueType (Latin1 only, Fixed width)
6 Andale Duospace WT bold bold ADUOB.ttf TrueType (Latin1 only, Fixed width)
7 Andale Duospace WT J normal normal ADUOJ.ttf TrueType (Japanese flavor, Fixed width)
7 Andale Duospace WT J bold bold ADUOJB.ttf TrueType (Japanese flavor, Fixed width)
8 Andale Duospace WT K normal normal ADUOK.ttf TrueType (Korean flavor, Fixed width)
8 Andale Duospace WT K bold bold ADUOKB.ttf TrueType (Korean flavor, Fixed width)
9 Andale Duospace WT SC normal normal ADUOSC.ttf TrueType (Simplified Chinese flavor, Fixed width)
9 Andale Duospace WT SC bold bold ADUOSCB.ttf TrueType (Simplified Chinese flavor, Fixed width)
10 Andale Duospace WT TC normal normal ADUOTC.ttf TrueType (Traditional Chinese flavor, Fixed width)
10 Andale Duospace WT TC bold bold ADUOTCB.ttf TrueType (Traditional Chinese flavor, Fixed width)

Managing Reports and Folders

Administration View

If you are assigned the BI Publisher Administrator role your Reports home will display an additional Users folder. This folder will contain all the "My Folders" folders of all the users in your system. Each user "My Folders" folder is named according to the User name. The Administrator can see and update all the user folders.

Folder and Report Tasks

The Folder and Report Tasks menu is available to users assigned the BI Publisher Administrator role or the BI Publisher Developer Role.

Report Tasks

Select the Report Actions icon to expand the menu of available report tasks. Report Tasks include:

Note: The Report Actions menu can be viewed only by the BI Publisher Administrator role and the BI Publisher Developer role.

the picture is described in the document text

Rename a Report

  1. Navigate to the report folder.

  2. Select the Report Actions icon.

  3. Select Rename this report from the Folder and Report Tasks region.

  4. Enter the new name in the text box.

Upload a Report

You can upload a report definition directory as a zip file. The directory must include the report definition file (.xdo file). The zip file must have the same name as the .xdo file contained in the directory. You may also include template files (rtf, pdf, excel, and xsl-fo files), translation files (.xlf), PDF mapping files (.map files), and sample XML data files (.xml).

  1. Navigate to the report folder.

  2. Select the Report Actions icon.

  3. Select Upload a Report from the Folder and Report Tasks region.

  4. Browse to locate the report, then select Upload.

Copy a Report

  1. Navigate to the report folder.

  2. Select the Report Actions icon.

  3. Select Copy this report from the Folder and Report Tasks region to copy the report to the clipboard.

  4. Navigate to the location you want to copy the report to and select Paste from clipboard.

Download a Report

  1. Navigate to the report folder.

  2. Select the Report Actions icon.

  3. Select Download this report from the Folder and Report Tasks region. You will be prompted to save the report definition zip file.

The report definition directory is downloaded to the specified location as a zip file. The report definition directory contains all the files associated with the report, this may include:

Delete a Report

Note: You must be assigned the BI Publisher Developer role or BI Publisher Administration Role to delete reports.

  1. Navigate to the report folder.

  2. Select the Report Actions icon.

  3. Select Delete this report from the Folder and Report Tasks region.

Folder Tasks

Select the Folder Actions icon to expand the menu of available folder tasks. Folder Tasks include:

Note: The Report Actions menu can be viewed only by the BI Publisher Administrator role and the BI Publisher Developer role.

Create a New Folder

You can create folders in My Folder, or navigate to the Shared folder in which you want the new folder to reside.

  1. From the Folder and Report Tasks menu, select Create a new folder

  2. Enter the Folder Name in the text box that launches, and select Create.

Rename a Folder

  1. Select the Folder icon to view all Folder Actions in the Folder and Report Tasks menu.

  2. Select Rename this folder.

  3. Enter the new report name in the text box that launches, and select Rename.

Delete a Folder

  1. Select the Folder icon to view all Folder Actions in the Folder and Report Tasks menu.

  2. Select Delete this folder.

  3. Confirm the deletion at the prompt.