...
Either delete the unsent e-mails from the database table pguard.notificationlist, or alter their 'parameter' in the DB, so the filename does not contain illegal (in URLs) characters, and corresponds to the filenames, that must also be edited.
An issue has been discovered, which results in missing database updates, when upgrading from earlier versions. This issue does not affect fresh installations of Performance Guard 6.3.104
Hotfix:
Log in to your Frontend SQL database with credentials for the frontend.
Execute this script: (can be downloaded here)
Code Block | ||||
---|---|---|---|---|
| ||||
exec ('alter table agent_total_counters alter column paging_low_free bigint')exec ('alter table agent_total_counters alter column paging_average_free bigint')exec ('alter table agent_total_counters alter column virtual_memory_low bigint')exec ('alter table agent_total_counters alter column virtual_memory_average bigint')exec ('alter table agent_total_counters alter column peak_context_switches bigint')exec ('alter table agent_total_counters alter column average_context_switches bigint') |