Siebel Business 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 Analytics Server to load the repository into memory upon startup. The NQSConfig.INI file is located in the following location:

[drive path]:\Siebel Analytics\Config\

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 Business 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 about the NQSConfig.INI file, see Siebel Business Analytics Platform Installation and Configuration Guide.

  3. Save the file.
Siebel Business Analytics Server Administration Guide