Having created your database tables, they must be populated with initial data before using 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 ATG 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 ATG applications, run the following scripts to import initial data for the ATG Business Control Center:

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

To import initial data into your Search schema, run the following commands:

<ATG9dir>\home\bin\startSQLRepository.bat|sh -m DAF.Search.Topics -
repository /atg/searchadmin/TopicRepository -import
<ATG9dir>\DAF\Search\Topics\data\initial\topics-data.xml
<ATG9dir>\home\bin\startSQLRepository.bat|sh -m SearchAdmin.AdminUI
-m DPS.InternalUsers -repository
/atg/userprofiling/InternalProfileRepository
-import
<ATG9dir>\Search9.3\SearchAdmin\common\data\initial\searchadmin-
profile.xml
<ATG9dir>\home\bin\startSQLRepository.bat|sh -m SearchAdmin.AdminUI -
repository /atg/searchadmin/SearchAdminRepository -import
<ATG9dir>\Search9.3\SearchAdmin\common\data\initial\searchadmin-
data.xml
 
loading table of contents...