Pages

Pages - Menu

Tuesday, July 12, 2011

Configuring Settings that affects Agents in OBIEE 11g

  Manually Configuring Presentation Services Settings That Affect Agents

Use various elements in the instanceconfig.xml file for Presentation Services to change these settings. You must apply changes to both the primary and secondary scheduler's instanceconfig.xml in a cluster.

To manually edit Presentation Services settings that affect agents:
  1. Open the Presentation Services instanceconfig.xml file for editing(obiee11g\instances\instance10\config\OracleBIPresentationServicesComponent\coreapplication_obips1\instanceconfig.xml)
  2. Locate the section in which you must add the elements.
  3. Include the elements and their ancestor elements as appropriate, as shown in the following example:
    
    
    <ServerInstance>
      <ps:Alerts xmlns:ps="oracle.bi.presentation.services/config/v1.1">
         <ps:Enabled>false<ps:/Enabled>
         <ps:DefaultDeliveryFormat>pdf</ps:DefaultDeliveryFormat>
      </ps:Alerts>
    </ServerInstance>
    
  4. Save your changes and close the file.
  5. Restart Presentation Services


    To manually change additional Oracle BI Scheduler settings that affect agents:

    1. Open the Oracle BI Scheduler version of the instanceconfig.xml file for editing.
    2. Locate the sections in which you must add or update the elements.
    3. Include the elements and their ancestor elements as appropriate. For example the entry for Log_Dir is shown below:
      <xs:element name="Log_Dir" type="xs:string" default="ibots" minOccurs="0">
         <xs:annotation>
          <xs:documentation xml:lang="en">
           The directory where Agent logs are stored.
          </xs:documentation>
         </xs:annotation>
      </xs:element>
      
      
      4. Save your changes and close the file.
      
      
      5.Restart Oracle Business Intelligence.
      
      
      
      
      
      
      Source: http://download.oracle.com/docs/cd/E14571_01/bi.1111/e10541/deliversconfigset.htm#BIESG1360
      
      
      
      

No comments:

Post a Comment

.