An attempt to reach the database tables for business rules and selectors failed because the database did not contain the APPTIMESTAMP, BYTESTORE, BYTESTOREOVERFLOW, and CUSTPROPERTIES tables as the tables were not created correctly at installation or migration time.
Explanation
An error occurred when attempting to connect to database tables that are used for busienss rules and selectors. These tables, APPTIMESTAMP, BYTESTORE, BYTESTOREOVERFLOW, and CUSTPROPERTIES, are created as part of the installation process. They can be created as part of profile creation or they can be created after a profile has been created. At migration time, they will be updated when the server first starts. The absence of these tables indicates that the profile was not created successfully, the database creation scripts were not run after the profile was created, or the migration of the server from a previous version was not successful in updating the database tables.
User response
Using the appropriate database administrative client, check the database associated with the datasource jdbc/WPSDB and verify the APPTIMESTAMP, BYTESTORE, BYTESTOREOVERFLOW, and CUSTPROPERTIES tables have been created. If they do not exist, follow the instructions in the Information Center for creating the database tables after a profile has been created.