Siebel Data Warehouse Installation and Administration Guide > The Siebel 6.3 to 7.5 Analytics Bridges > Installation Process >

Import Language-Independent Siebel Seed Data


Siebel seed data must also be installed to enable a fully functioning Bridge. This updates the seed data in the Siebel transactional database for items such as responsibility data and lists of values information.

To import language-independent seed data

  1. Copy the following files:
    Copy
    From
    To
    seed_63_bridge.dat
    63_Bridge folder
    Local Machine
    seed_63_bridge_<xxx>.inp
    (where <xxx> corresponds to the database platform being used)
  2. Open a command line, and go to the same directory where you copied the .dat and .inp files.
  3. Replace each of the following connection parameters with the values appropriate to your database environment, and then run the appropriate import command from the following table.

    NOTE:  The command you run depends on which database platform you are using.

    • Connection parameters:
      • UserName
      • Password
      • ODBCDataSource
      • DatabaseOwner
    • Import command (one of the following):
      Database Platform
      Run Import Command
      DB2UDB
      $SIEBELSERVERROOT\bin\dataimp /u $UserName /p $Password /c "$ODBCDataSource" /d $DatabaseOwner /f seed_63_bridge.dat /w y /q 100 /h Log /x f /i seed_63_bridge_db2udb.inp /l seed_63_bridge_db2udb.log
      MSSQL
      $SIEBELSERVERROOT\bin\dataimp /u $UserName /p $Password /c "$ODBCDataSource" /d $DatabaseOwner /f seed_63_bridge.dat /w y /q 100 /h Log /x f /i seed_63_bridge_mssql.inp /l seed_63_bridge_mssql.log
      Oracle
      $SIEBELSERVERROOT\bin\dataimp /u $UserName /p $Password /c "$ODBCDataSource" /d $DatabaseOwner /f seed_63_bridge.dat /w y /q 100 /h Log /x f /i seed_63_bridge_oracle.inp /l seed_63_bridge_oracle.log

 Siebel Data Warehouse Installation and Administration Guide
 Published: 09 September 2004