Before you can begin using ATG Merchandising to create and manage assets, you must import required data in to the ATG Content Administration database.

Note: It is possible to start ATG Merchandising and access it without running these import scripts, but you will not be able to perform any merchandising tasks, such as creating commerce assets.

To import required content, follow these steps:

  1. Start your database.

  2. Set the DYNAMO_HOME environment variable to <ATG9dir>/home, if you have not already done so.

  3. Set the JAVA_HOME environment variable to your Java installation directory, if you have not already done so.

  4. To import user role and view mapping content used by ATG Merchandising, run the following script:

    <ATG9dir>/DCS-UI9.3/DCS-UI/install/importDCSUIManagement.bat|sh

  5. To import the information you need to make segments available to ATG Merchandising, run the following script:

    <ATG9dir>/DCS/Versioned/install/importDCSVersioned.bat|sh

  6. If you have ATG Merchandising and ATG Search, import the view mappings used to display search configuration and search configuration folder information by running the following script:

    <ATG9dir>/AssetUI/Search/install/importAssetUISearch.bat|sh

  7. If you want to use ATG Consumer Commerce in conjunction with ATG Search, import the necessary view mapping content, by running the following script:

    <ATG9dir>/DCS-UI9.3/DCS-UI/Search/install/
    importDCSUISearchStandardCatalogs.bat|sh

  8. If you want to use ATG Business Commerce (or ATG Consumer Commerce with custom catalogs) in conjunction with ATG Search, import the necessary view mapping content by running the following script:

    <ATG9dir>/DCS-UI9.3/DCS-UI/Search/install/
    importDCSUISearchCustomCatalogs.bat|sh

  9. (Optional) You can also import sample property groups, which are groups of properties that you can edit at the same time using the Multi Edit tab.

    Note: If you don’t import property groups, you must create your own property groups in order to use the Multi Edit tab.

    Use the following script to import property groups:

    <ATG9dir>/DCS-UI9.3/DCS-UI/install/importDCSUIManagement
    Examples.bat|sh

    For more information about the Multi Edit tab, see Modifying Assets in Bulk.

 
loading table of contents...