Required Run-Time Knowledge Base Updates

Before installing any Data Express update, you must update your run-time tables by executing the following for each Run-Time Knowledge Base that uses the IBM DB2 LUW, Microsoft SQL Server, or Oracle data stores:
CREATE TABLE DEKB.HSLOGTAB(MSGCODE CHAR(7), FLAGENVI CHAR(1), ROUTNAME CHAR(8), VALRETCODE CHAR(2));
GRANT SELECT, UPDATE, DELETE, INSERT ON DEKB.HSLOGTAB TO PUBLIC;

For more information, see Logging Exit Routines in the Data Masking Guide.

If you are using a data store other than BM DB2 LUW, Microsoft SQL Server, or Oracle, update your run-time tables as required to allow updates to table definitions and grant the permissions required to update the DEKB schema.