Siebel Analytics Server Administration Guide > Completing Setup and Managing Repository Files > Process of Completing the Setup for a Repository File >

Add an Entry in the NQSConfig.INI File


After you build a repository and it is consistent, you need to add an entry in the NQSConfig.INI file for the repository. The entry allows the Siebel Analytics Server to load the repository into memory upon startup. The NQSConfig.INI file is located in the Config folder in the Siebel Analytics Server installation folder.

To add an entry in the NQSConfig.INI file

  1. Open the NQSConfig.INI file in an editor such as Notepad.
  2. In the repository section of file, add an entry for your new repository in this format:

    logical_name = repository_file_name ;

    For example, if the repository file is named northwind.rpd and the logical name you assign it is star, the entry will read as follows:

    star = northwind.rpd ;

    One of the repositories should be specified as the default and using the same repository name, the entry would read as follows:

    star = northwind.rpd, default;

    The logical name is the name end users have to configure when configuring a DSN in the Siebel Analytics ODBC setup wizard. Filenames consisting of more than a single word should be enclosed in single quotes. Save the configuration file after adding the entry. For more information on the NQSConfig.INI file, see Siebel Analytics Installation and Configuration Guide.

  3. Save the file.

 Siebel Analytics Server Administration Guide
 Published: 11 March 2004