Using Siebel Tools > Managing Repositories >

About Repositories


The Siebel repository refers to the set of tables in which Siebel objects and server scripts are stored. The set of objects and server scripts stored in the repository define a Siebel application (such as Siebel Service or Siebel Sales) and are compiled into a compressed file called a Siebel repository file (SRF file). You use Siebel Tools to view data in the Siebel Repository.

The Siebel repository is populated with data during the installation process. For more information, see the Siebel Installation Guide for the operating system you are using.

The SRF file is a compressed, read-only file that contains compiled a version of the Siebel repository. Siebel applications read the SRF file at run time. It provides the Siebel applications with much of the metadata it needs to define interactions with the enterprise data and software users.

You cannot have multiple repositories in a production environment because some run time components read repository objects, such as workflow policies, directly from repository tables instead from the SRF file and they assume there is only one repository. However, you can have multiple SRF files, compiled from different repositories, as long as they do not diverge in ways that compromise data integrity.

NOTE:  Browser scripts are compiled into the browser script compilation folder, which can be specified in Siebel Tools on the Scripting tab under View > Options. For more information on the browser script compilation folder, see Setting Scripting Options.

Using Siebel Tools