The following instructions describe how to set up ATG CSC. If you are installing ATG CSC with an existing installation of ATG Commerce, refer to the Configuring ATG Commerce Service Center with ATG Commerce. For an installation example, refer to Installing the Pioneer Demo.

  1. Create the ATG Commerce Service Center databases. Create an Agent and a Production Database as outlined in the ATG Service Installation and Configuration Guide.

  2. ATG Commerce Service Center will use a similar schema configuration that you created for the installation of ATG Service. Run the create-service-allscript in the <ATG2007.3dir>/Service2007.3/Service/install directory for your database type. This script runs a number of SQL files for your specific environment. You can use your own database tool to run the various SQL files outlined in the create-service-all script.

  3. Ensure that your data sources are directed correctly. Refer to the ATG Commerce Service Center Architecture section for data source information.

    • Production Server Jtdatasource – points to your production server

    • Agent Server Jtdatasource –points to your agent server

    • Agent Server Jtdatasource_production – points to you production server

  4. Install the ATG Commerce Service Center tables by running the following scripts. Refer to the list in the Required Databases and Users section for the list of specific DDL files.

    Script

    Run against this schema

    <ATG2007.3dir>/CSC2007.3/DCS-CSR/sql/db_components/
    database-vendor/DCS-CSR_ddl.sql

    Production

    <ATG2007.3dir>/CSC2007.3/DCS-CSR/sql/db_components/
    database-vendor/DCS-CSR_ticketing_ddl.sql

    Production

    <ATG2007.3dir>/CSC2007.3/DCS-CSR/sql/db_components/
    database-vendor/DCS-CSR_logging_ddl.sql

    Agent

  5. Import the data by going to the <ATG2007.3dir>/bin directory and entering the following commands:

    startSQLRepository –m DSS –repository
    /atg/userprofiling/ProfileAdapterRepository – import $
    <ATG2007.3dir>/Publishing/base/install/epub-role-data.xml

  6. Execute the following files to import login and access rights data:

    <ATG2007.3dir>/CSC2007.3/DCS-CSR/install/importDCSCSR.sh
    <ATG2007.3dir>/CSC2007.3/DCS-CSR/install/importDCSCSREvalSuperUser.sh

  7. Create the EAR file by running a command similar to the following from <ATG2007.3/bin> directory:

    runAssembler DCSCSR.ear –m DafEar.Admin DCS-CSR Fulfillment

    Note: When starting the ATG Commerce Service Center server, you must include all the modules you use with your external site, plus the DCS-CSR module. The external site’s module must be specified before the DCS-CSR module. For example:

    startDynamoOnJBoss -m PioneerCyclingJSP DCS-CSR

  8. Deploy the EAR to the application server. Refer to your application server documentation for information, as well as information for your application server in the ATG Installation and Configuration Guide.

  9. Start the server according to the instructions in your application server documentation.

 
loading table of contents...