can you try this command and see what the output is? When it shows just the title row and no additional rows, you should be fine.
psql_client cpm postgres
select task.objid,displayname,creator,cma.name,domainid,starttime,lastupdatetime,progresspercentage from tasknotification task, (select name,objid from domainbase_data where dlesession=0 and not deleted) cma where status = 0 and cma.objid = task.domainid and (displayname='Application Control & URL Filtering' or displayname='IPS Management Update');
\q
When It does show any rows, let me know than I have a command to reset this and then you need to reboot.
Regards, Maarten