Siebel Analytics Web Administration Guide > Administering Siebel Delivers >

Changing the Directory in Which Siebel Delivers iBot Deliveries Are Stored


You can specify the directory in which iBot deliveries are stored by editing the Windows registry or the Siebel Analytics Web configuration file instanceconfig.xml to add the following entry. The deliveries directory is, by default, stored in the same location as the Web Catalog. (The value described in Changing the Name and Location of the Siebel Analytics Web Catalog defines where the Web Catalog is stored.) At startup, Siebel Analytics Web attempts to create the deliveries directory.

If you are modifying the Windows registry, you need to create the registry entries in the Web key.

If you are modifying instanceconfig.xml, you need to create the tags <Web> and </Web> after the <ServerInstance> tag, and place your entries between the <Web> and </Web> tags.

  • Windows registry example:

    HKEY_LOCAL_MACHINE\SOFTWARE\Siebel Systems, Inc.\Siebel Analytics\Web

PersistentStorageDirectory     c:\SiebelAnalytics\Data\Web\Catalog\TestDelivery

  • instanceconfig.xml example:

    <PersistentStorageDirectory>/usr/local/SiebelAnalytics/Data/web/catalog/TestDelivery</PersistentStorageDirectory>

For information about working in the Windows registry or the configuration file instanceconfig.xml, see Making Siebel Analytics Web Configuration Changes.

Siebel Analytics Web Administration Guide