While entries exist in the t_log table, they cannot be viewed in the User Interface - an error is returned that a number is too large.
Environment
Release: Component: OBLCRE
Cause
This is caused when the sequence number in the t_log table goes over the 32-bit signed integer limit, and requires the values to be reset.
Resolution
First shutdown the service "Oblicore - LogServer" on the App server. Then truncate the table t_log in the database. Then drop the sequence seq_sla_log. Then execute this script to recreate the sequence: