Siebel Analytics Installation and Configuration Guide > Integrating Analytics Dashboards and Operational Applications Data >

Importing Siebel Industry Applications Seed Data


Siebel Analytics seed data is not installed with Siebel Industry Applications. You must import the Siebel Analytics seed data into your database after the Siebel Analytics installation is completed.

To import Siebel Analytics seed data into a Siebel transactional database

  1. Obtain the required language .inp and .dat files from the Siebel Analytics language folder $INSTALLDIR\SeedData\ l_xx, where xx is the two-letter code for the language you want to import.
  2. Copy the .dat and corresponding .inp file from the language folder to the Siebel Server installation \bin folder.
  3. From the command prompt in siebsrvr\bin, run the following command:

    dataimp /u $USERNAME /p $PASSWORD /c "$ODBCDatasource" /d $Tableowner /f analytics_seed_<XXX>.dat /i metadata_upgrade_<XXX>_<DBPlatform>.inp /w y

    Replace the XXX with the Siebel Systems three-letter code (FRA, ITA) and the DBPlatform with the abbreviation for the database platform being used. For example:

    dataimp /u sadmin /p sadmin /c JPN_CRMDEV1 /d siebel /f analytics_seed_JPN.dat /i metadata_upgrade_JPN_db2.inp /w y

Siebel Analytics Installation and Configuration Guide