Siebel Analytics Web Administration Guide > Administering Siebel Delivers >

Disabling Siebel Delivers


Siebel Delivers is an optional component of Siebel Analytics Web that is enabled by default for organizations that have purchased the appropriate license. To disable Siebel Delivers, you can edit the Siebel Analytics Web configuration file instanceconfig.xml to add the following entry. The default value is Y (Siebel Delivers is enabled). To disable Siebel Delivers, set this to N.

You need to create the tags <Alerts> and </Alerts> after the <ServerInstance> tag, and place your entries between the <Alerts> and </Alerts> tags.

The following entry is an example:

<Alerts>
   <Enabled>No</Enabled>
</Alerts>

For information about working in the configuration file instanceconfig.xml, read Making Siebel Analytics Web Configuration Changes.

Siebel Analytics Web Administration Guide