The following symptoms may occur when a contact submits a particular web form created using the WFFM module two or more times.
Message: The conversion of a datetime data type to a smalldatetime data type resulted in an out-of-range value.
The following solution runs an aggregation process for all data from the collection (MongoDB) database. It allows to restore missing data, and to fix the issue for future runs of the aggregation processes.
To implement this solution, rebuild the reporting database:
<!-- Facts --> <SqlMappingEntity type="Sitecore.Analytics.Aggregation.SqlMappingEntity, Sitecore.Analytics.Sql"> <Table>Fact_FormStatisticsByContact</Table> <Routine>Add_FormStatisticsByContact</Routine> </SqlMappingEntity> <SqlMappingEntity type="Sitecore.Analytics.Aggregation.SqlMappingEntity, Sitecore.Analytics.Sql"> <Table>Fact_Conversions</Table> <Routine>Add_Conversions</Routine> </SqlMappingEntity>