Having created your database tables, they must be populated with initial data before using Oracle ATG Web Commerce Search.

Note: The import scripts import data using startSQLRepository. Make sure your JTDataSource and FakeXADatasource are configured to permit this in home/localconfig. JTDataSource should automatically point to FakeXADataSource. FakeXADataSource should point to the administration database, and FaxeXADataSource_production should point to the production database. Note that some product installation processes, including Oracle ATG Web Knowledge Manager Self Service, need FakeXADataSource pointed at the production database, so you may need to change the FakeXADataSource between installations.

If you haven’t already done so for other applications, run the following scripts to import initial data for the Oracle ATG Web Commerce Business Control Center:

<ATG10dir>\Publishing\base\install\importPublishing.bat
<ATG10dir>\BIZUI\install\importBizui.bat

To import initial data into your Oracle ATG Web Commerce Search schema, run the following commands:

<ATG10dir>\home\bin\startSQLRepository.bat|sh -m DAF.Search.Topics
-repository /atg/searchadmin/TopicRepository -import
<ATG10dir>\DAF\Search\Topics\data\initial\topics-data.xml
<ATG10dir>\home\bin\startSQLRepository.bat|sh -m SearchAdmin.AdminUI
-m DPS.InternalUsers -repository
/atg/userprofiling/InternalProfileRepository
-import
<ATG10dir>\Search10.1\SearchAdmin\common\data\initial\searchadmin-
profile.xml
<ATG10dir>\home\bin\startSQLRepository.bat|sh -m SearchAdmin.AdminUI
-repository /atg/searchadmin/SearchAdminRepository -import
<ATG10dir>\Search10.1\SearchAdmin\common\data\initial\searchadmin-
data.xml