Creating and populating the Interact system tables
If you have not created and populated the system tables during the installation process, use your database client to run the Interact SQL scripts against the appropriate database or to create and populate the Interact runtime environment, design time environment, learning, user profile, and contact and response tracking data sources.
Design time environment tables
Before you can enable the Interact design time environment in Campaign, you must add some tables to your Campaign system table database.
The SQL scripts are in the Interact_HOME/interactDT/ddl directory under your Interact design time environment installation.
If your Campaign system tables are configured for Unicode, use the appropriate script that is in the Interact_HOME/interactDT/ddl directory in your Interact design time environment. There are no Unicode equivalent scripts for the aci_populate_systab scripts that are used to populate the design time environment tables.
Use the scripts in the following table to create the Interact design time environment tables:
IBM® DB2®
The user table space and system temporary table space where the Campaign system tables exist must each have a page size of 32K or greater.
Microsoft SQL Server
Use the scripts in the following table to populate the Interact design time environment tables:
IBM® DB2®
Microsoft SQL Server
Runtime environment tables
The SQL scripts are in the <Interact_HOME>/ddl directory under your Interact installation.
If your Interact runtime tables are configured for Unicode, use the appropriate script that is in the <Interact_HOME>/ddl/Unicode directory to create the runtime tables. There are no Unicode equivalent scripts for the aci_populate_runtab scripts that are used to populate the runtime tables.
You must run the SQL scripts once for each server group data source.
Use the scripts in the following table to create the Interact runtime tables:
IBM® DB2®
The user table space and system temporary table space where the Interact runtime environment tables exist must each have a page size of 32K or greater.
Microsoft SQL Server
Use the scripts in the following table to populate the Interact runtime tables:
IBM® DB2®
You must use the following command when you run the script: db2 +c -td@ -vf aci_populate_runtab_db2.sql
Microsoft SQL Server
Learning tables
You can use SQL scripts to create and populate tables for optional features such as learning, global offers, score override, and contact and response history tracking.
All the SQL scripts are in the <Interact_HOME>/ddl directory.
*
The built-in learning module requires a separate data source from the Interact runtime environment tables. For the built-in learning module, you must create a data source to hold all the learning data. The separate data source can communicate with all server groups, which means you can learn from your different touchpoints at the same time.
If your Interact runtime tables are configured for Unicode, use the appropriate script that is in the <Interact_HOME>/ddl/Unicode directory to create the learning tables.
Use the scripts in the following table to create the Interact learning tables:
IBM® DB2®
Microsoft SQL Server
Contact and response history tables
You must run SQL scripts against the contact history tables if you want to use cross-session response tracking or the advanced learning feature.
All the SQL scripts are in the Interact installation directory.
*
Using contact and response history features requires a separate data source from the Interact runtime environment tables. To use the contact and response history features, you must create a data source to reference contact and response data. The separate data source can communicate with all server groups.
If your contact history tables are configured for Unicode, use the appropriate script that is in the Unicode directory under the same location as the standard script to create the learning tables.
Use the scripts in the following table to create the Interact contact and response history tables:
IBM® DB2®
*
aci_crhtab_db2.sql in the <Interact_HOME>/ddl/ directory.
*
aci_lrnfeature_db2.sql in the <Interact_HOME>/interactDT/ddl/acifeatures/ directory.
Microsoft SQL Server
*
aci_crhtab_sqlsvr.sql in the <Interact_HOME>/ddl/ directory.
*
aci_lrnfeature_sqlsvr.sql in the <Interact_HOME>/interactDT/ddl/ directory.
*
aci_crhtab_ora.sql in the <Interact_HOME>/ddl/ directory.
*
aci_lrnfeature_ora.sql in the <Interact_HOME>/interactDT/ddl/ directory.