LiteSpeed Local reports incorrectly to LiteSpeed Central. LiteSpeed Activity or Statistics do not match from Local to Central (but data seems to be updating)
Incorrect or duplicate entry in LiteSpeedLocal/Central for Litespeeddatabase.databasename
Delete the extra/incorrect record or update the row as Deleted=1
Determine the entries with the following query:
select *fromLiteSpeedLocal.dbo.LitespeedDatabasewhereServerName='servername/instance'
select*fromLiteSpeedCentral.dbo.LitespeedDatabasewhereServerName='servername/instance'