Siebel Analytics Web Administration Guide > Administering Siebel Analytics Web >

Configuration Keys


Use the instanceconfig.xml file to configure many parameters of Siebel Analytics Web Server behavior. Do not use any keys unless you are overriding the stated default values. You should keep the instanceconfig.xml file as short as possible and override only those settings that are necessary for configuring your implementation.

All configuration keys follow this format:

<key_name> value</key_name>

Note the space between <key_name> and value.

Example: add configuration keys for DefaultTimeoutMinutes (Level is "/") and MaxVisiblePages (level is "/PivotView") to instanceconfig.xml

   <WebConfig>
      <ServerInstance>
         <CatalogPath>/SiebelAnalyticsData/web/catalog/default.webcat</CatalogPath>
         <DSN>AnalyticsWeb</DSN>
         <DefaultTimeoutMinutes> 3000</DefaultTimeoutMinutes>
         <PivotView>
            <MaxVisiblePages> 2000</MaxVisiblePages>
         </PivotView>
      </ServerInstance>
   </WebConfig>

Siebel Analytics Web Administration Guide