Step 9: Allowing Users to Access the Full-Text Catalog Search

17-44 System Administrators Guide for Oracle Business Intelligence Enterprise Edition The following line shows a sample command for remotecopy: sawrepaj C MyOracleHome\bifoundation\web\bin\sawrepaj remotecopy Server1 Server2 users shared

17.12.4.3 run

Executes all replication tasks that are specified in config.xml file and that have not expired. This command has no run-time parameters. The syntax for the run command is: sawrepaj [C path] run The following line shows a sample command for run: sawrepaj C MyOracleHome\bifoundation\web\bin\sawrepaj run

17.12.5 Creating the config.xml File for Replication

You must create the Replication Agents configuration file to specify which folders on which instances of Presentation Services are to be replicated. The config.xml file is located in the ORACLE_HOME\bifoundation\web\bin\sawrepaj directory. The following sections describe the config.xml file: ■ Section 17.12.5.1, Structure of the Configuration File ■ Section 17.12.5.2, Elements of the Configuration File ■ Section 17.12.5.3, Example config.xml File For information about manual editing, see Section 3.4, Using a Text Editor to Update Configuration Settings.

17.12.5.1 Structure of the Configuration File

The structure of the Replication Agents config.xml file is as follows: Config General ExportDirectory LogExpiresHours RetryAttempts General Server Property Server Folderset Folder Folderset ReplicationTask Config

17.12.5.2 Elements of the Configuration File

Table 17–5 describes the elements that you can set in the Replication Agents config.xml file. You must enter the elements manually as they do not exist by default. Table 17–5 Replication Agent Configuration Elements in config.xml Element Description Config Serves as the root element for the configuration file. Configuring and Managing the Oracle BI Presentation Catalog 17-45 ConfigGeneral Contains general settings that are applicable to all instances and replication tasks. GeneralExportDirectory Contains the UNC path to the shared directory where export files should be placed. Must be accessible by the same name from all instances of Presentation Services. In addition, the user account under which an instance of Presentation Services is running must have readwrite permissions to this directory. GeneralLogExpiresHours Specifies the time in hours as a double value that replication logs expire on all instances of Presentation Services. Set this element to the value of the ReadLogRecordsSinceHoursAgo element that is the lowest among all instances of Presentation Services that are participating in replication. For information about the ReadLogRecordsSinceHoursAgo element, see Section 17.12.6, Editing the instanceconfig.xml File for Replication. GeneralRetryAttempts Specifies the number of times an attempt to change an object is to be retried. An attempt to change an object might be retried, for example, if an object was locked. ConfigServer Defines connection information for each computer for Presentation Services. Its attributes are: ■ name. The logical ID of the server, which is used to identify it in replication tasks and in the sawrepaj command line. ■ user. The user name. ■ pwd. The password. Table 17–5 Cont. Replication Agent Configuration Elements in config.xml Element Description