Siebel Installation Guide for Microsoft Windows: Servers, Mobile Web Clients, Tools > Installing the Siebel Mobile and Dedicated Web Clients >

Importing Non-ENU Repository and Seed Data into the Siebel Sample Database


By default, the SRF file installed with each language extension pack you install for the Siebel client contains the appropriate localization strings to display correct field labels for this language. In addition, demo user data is installed for each Language Pack you install for the Siebel Sample Database.

However, the Sample Database contains only ENU repository data and seed data, even after you have installed a non-ENU language for the Siebel client and for the Sample Database.

If you want to work with non-ENU repository data or seed data in the Sample Database, you must import the necessary localization strings into the Siebel Repository tables. After you have done this, you can view the non-ENU repository data by connecting to the Sample Database using the Siebel Tools Client, and you can view the non-ENU seed data in a Siebel application context.

To import non-ENU localization strings, you run the samp.bat batch file. This batch file first deletes the ENU repository data and seed data, and then inserts the repository data and seed data for the language you specify.

The file samp.bat is installed in SIEBEL_CLIENT_ROOT\sample\UTF8, where SIEBEL_CLIENT_ROOT is the directory where you installed the Siebel client and the Sample Database.

The syntax for using the samp.bat batch file is as follows:

samp SIEBEL_CLIENT_ROOT ODBC_DATA_SOURCE LANGUAGE

where:

SIEBEL_CLIENT_ROOT = The directory where you installed the Siebel client and the Sample Database.

ODBC_DATA_SOURCE = The ODBC data source you are using for the Sample Database. See also Verifying ODBC Data Sources for the Siebel Mobile and Dedicated Web Client.

LANGUAGE = The three-letter code for the language for which you are installing repository data and seed data.

For example, run samp.bat in a command window using a command like the following:

samp "C:\Program Files\Siebel\7.7\web client" "SEAW Samp Db default instance" DEU

NOTE:  Before you import repository data and seed data into the Sample Database, make sure the SQL Anywhere database engine is running. It is running if you have started a Siebel Demo application after initially installing the Sample Database with U.S. English.

The SQL Anywhere database engine starts when the Siebel Mobile or Dedicated Web Client initially connects to the Sample Database during a Windows session. If the configuration parameter AutoStopDB is FALSE (default), the database engine continues to run after the user logs out of the Siebel application. If this parameter is TRUE, the database engine exits when the user logs out. The AutoStopDB parameter is defined in the [Sample] section of the application configuration file, such as uagent.cfg for Siebel Call Center. For more information about Siebel application configuration parameters, see Siebel System Administration Guide.

Siebel Installation Guide for Microsoft Windows: Servers, Mobile Web Clients, Tools