Skip to content

Creating a DB2 database for Windows

Included is a SQL script file for each supported RDBMS into the Connections Engagement Center Release Package zip file. The SQL scripts can be found in the subdirectory SQLScripts.

The default user is LCUSER within this script file to grant the necessary access rights to the database. If you want to use another DB2 user you must change the GRANT instructions in the script file before running it.

Step Instructions
1

| | |2

|Open IBM DB2 Command Window - Administrator:

image

| |3

|Run the following command:

db2 -tvf <Connections Engagement Center_PACKAGE_PATH>/Create_Connections Engagement Center_DB2_Database.sql

image

| |4

|Close the command window.

|