Building required objects
To build the
event and archive tables and the function library:
- Build the tables by selecting Project... from the Build menu.
- 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
- 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.
- Click Build.
- 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');
