Now that you have created the BIZUI tables, you must create the SearchAdmin tables.

  1. Set the following environment variables prior to running create-search-admin.bat:

    SEARCH_VERSION=2007.3 (Required for Unix Only)
    SEARCH_DB_TYPE=db2 | mssql | oracle
    SEARCH_DB_USER=the svcadmin database user
    SEARCH_DB_PWD=the svcadmin database user password

  2. Run the <ATG2007.3dir>/Search2007.3/SearchAdmin/install/
    create-search-admin.bat
    file to create the DAF.Search and SearchAdmin tables in the production (svcadmin) schema and import the starting data needed for SearchAdmin.

  3. Run the <ATG2007.3dir>/Search2007.3/SearchAdmin/install/
    create-atgservice-searchproject.bat
    to create the initial ATGService search project.

    The script creates two separate content sets - one for Knowledge solutions and one for Self Service solutions and it names the logical partition associated with those content set to “Knowledge Solutions” and “Self Service Solutions”

    When ATG Knowledge does a search, it excludes the logical partition called “Self Service Solutions”. When ATG Self Service does a search, it excludes the logical partition called “Knowledge Solutions”. This prevents the knowledge solution and the self service solution from being returned in a single search.

    Note: If you set up your search solutions manually, then you must ensure that the Knowledge Solutions and Self Service Solutions are placed in different content sets. These content sets must be renamed to “Knowledge Solutions” and “Self Service Solutions”.

 
loading table of contents...