Building required objects

To build the event and archive tables and the function library:

  1. Build the tables by selecting Project... from the Build menu.
  2. In the dialog box that appears, verify that the CW_EVENT_TBL, FUNCLIB_CW and CW_ARCHIVE_TBL appear as illustrated in Figure 2.
    Figure 2. Building the tables
  3. Select the build options "Create Tables" and "Execute SQL now". Also, click the Settings button and, in the window that displays, verify that "create table if it already exists" and "recreate index if it already exists" are selected.
  4. Click Build.
  5. Log on to a SQL editor using an ID with appropriate database privileges. The default ID is SYSADM/SYSADM.Initialize the CW_EVENT_NOT Field on the FUNCLIB_CW Record with a value of zero. To do so, run the following statement:
    INSERT INTO PS_FUNCLIB_CW (CW_EVENT_NOT) VALUES ('0');

Copyright IBM Corp. 2004, 2005