Select Global Settings, then Configure Search Result List in the Out-of-Box

17-42 System Administrators Guide for Oracle Business Intelligence Enterprise Edition – 8. Change catalog object information – 16. Change owner – 32. Change security ■ Operation outcome. The operation result, which is one of the following: – 0. Fail – 1. Success

17.12.2 Configuring to Replicate an Oracle BI Presentation Catalog

To enable replication of an Oracle BI Presentation Catalog, perform the steps that are described in the following sections: ■ Section 17.12.3, Copying Oracle BI Presentation Catalog Files ■ Section 17.12.4, Using the Oracle BI Presentation Services Replication Agent ■ Section 17.12.5, Creating the config.xml File for Replication ■ Section 17.12.6, Editing the instanceconfig.xml File for Replication

17.12.3 Copying Oracle BI Presentation Catalog Files

The Presentation Services Replication Agent copies changes made to an Oracle BI Presentation Catalog. Because it copies only changes and not the entire contents, you must first make a copy of the source catalog on each of the subscribing instances of Presentation Services.

17.12.4 Using the Oracle BI Presentation Services Replication Agent

You can run the Replication Agent on any computer that has network access to both instances of Presentation Services. This agent handles all the replication tasks and provides command-line options. The Replication Agent whose file name is sawrepaj is a utility that performs common replication tasks such as copying, exporting, importing, and marking for replication. The Replication Agent requires information about the instances of Presentation Services and the replication tasks. This information is stored in the config.xml file, and described in Section 17.12.5, Creating the config.xml File for Replication. The command line for the Replication Agent uses the following format: ■ In UNIX: sawrepaj.sh [C path] command [command parameters] The sawrepaj.sh file is located in ORACLE_HOME\bifoundation\web\bin\sawrepaj. ■ In Windows sawrepaj.bat [C path] command [command parameters] The sawrepaj.bat file is located in ORACLE_HOME\bifoundation\web\bin\sawrepaj. The path following the C specifies the path to the config.xml file. The command options are described in the following sections: Configuring and Managing the Oracle BI Presentation Catalog 17-43 ■ Section 17.12.4.1, mark ■ Section 17.12.4.2, remotecopy ■ Section 17.12.4.3, run

17.12.4.1 mark

Adds or removes the specified catalog folders from the list of catalog folders that are to be replicated on all or the specified computers that run Presentation Services. The list of catalog folders to be replicated is stored in a configuration item that is located in the presentationcatalogpathrootsystemreplication directory, where presentationcatalogpath is the full path to the Oracle BI Presentation Catalog directory. Adding a catalog folder to the list does not mean that the corresponding catalog object is immediately replicated. Only future modifications are noted in the replication log file and subsequently replicated. When you replicate and the Oracle BI Presentation Catalog exists on another instance, the list of catalog folders to be replicated might be incorrect. Use the mark command to maintain the list of catalog folders to be replicated. The syntax for the mark command is: sawrepaj [C path] mark {all|servername} [n] [catalogfolders] ■ all | servername. The name of the computer that is running Presentation Services or all, on which to run the mark command. If you use a specific server, then the name that you specify must match the name attribute of the corresponding server element in the config.xml file. ■ n . If present, indicates that the catalog folder should be removed from the list of catalog folders to be replicated. Otherwise, the folder is added. ■ catalogfolders. A list of catalog folders to add or remove from the list of catalog folders to be replicated. Separate each folder name in the list with a space. To add or remove the entire Oracle BI Presentation Catalog including all folders and such information as system privileges, Catalog Group membership, and so on, use . If you do not specify any folders, then the mark command is executed on every folder for the servers that are specified in the config.xml file. The following line shows a sample command for mark: sawrepaj C MyOracleHome\bifoundation\web\bin\sawrepaj mark all

17.12.4.2 remotecopy

Exports the contents of the specified catalog folders from the source computer and imports them into the folders on the destination computer. The syntax for the remotecopy command is: sawrepaj [C path] remotecopy sourceServer destinationServer catalogfolders ■ sourceServer. The name of the source computer as specified in the config.xml file. ■ destinationServer. The name of the destination computer as specified in the config.xml file. ■ catalogfolders. A list of catalog folders to copy remotely. Separate each folder name in the list with a space. If you do not specify any folders, then the remotecopy command is executed on every folder for the servers that are specified in the config.xml file.