Install Started At: 30/10/2010 08:54:05
Upgrading Database
Current Database Version is 4.3.0.6
Upgrading Database to Version 4.3.0.50
Upgrading Database to Version 4.3.0.51
Upgrading Database to Version 4.3.0.52
There was an error running the script Scripts.4.3.0.52.sql
The ALTER TABLE statement conflicted with the FOREIGN KEY constraint "FK_SearchLog_Search". The conflict occurred in database "ArchiveManager", table "dbo.Search", column 'SearchID'.
SQL: --add keys
ALTER TABLE [dbo].[SearchLog] WITH CHECK ADD CONSTRAINT [FK_SearchLog_Search] FOREIGN KEY([SearchID])
REFERENCES [dbo].[Search] ([SearchID])
ERROR Upgrading!: There was an error running the script Scripts.4.3.0.52.sql
Installation finished. Aborted with errors at users request.
Install Ended At: 30/10/2010 08:58:54
***********************************************************************
There are orphaned records in the Searchlog table that have no corresponding record in the "Search" table, usually caused by very old versions of Archive Manager/AfterMail.
It is possible to remove the orphaned records in the Searchlog table using SQL scripts, contact Support for more information.