After uninstalling the Sendmail Report pack the Sendmail reports are still selectable when creating custom reports. How can they be removed?
Please run the following SQL query against the Messagestats database.
Use Messagestats
DELETE FROM dbo.T_DataSources WHERE (DataSourceId / 100000) = 3
DELETE FROM dbo.T_ParameterQuery WHERE (FieldId / 100000) = 3
The Sendmail reports should no longer be listed as datasources when creating custom reports.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center