Configuring the Data Source Definition for the Siebel Developer Web Client

If testing using the Siebel Developer Web Client, then add a [DataSource] section to the client .cfg file for the data source definition named in Siebel Tools. In this example, WindyCity is the data source being added.

To configure the data source definition in the Siebel Developer Web Client

  1. Add the data source definition named in Siebel Tools. In this example, the data source definition named is WindyCity:

    [DataSources]
    Local = Local
    Sample = Sample
    ServerDataSrc = Server
    GatewayDataSrc = Gateway
    WindyCity = WindyCity
    
  2. In the data source section of the application’s .cfg file, add the following parameters (for the supported SQL types and connector DLL names, see the following table):

    [WindyCity]
    Docked = TRUE
    ConnectString = data source connect string
    SqlStyle = database SQL type
    TableOwner = data source table owner
    DLL = DLL Name corresponding to the SQL type
    DSUsername = user id (Optional)
    DSPassword = password (Optional)