Have installed the trial version and all is working fine and dandy to the Exchange Mailstore but nothing being transferred across to SQL 2005 Express Edition database.
Error received during wizard setup:
Mailbox: Exclaimer Email Archiver Service
Current Operation: Initializing Database...
Status: Terminal Error (Archiver Stopped)
Further Information:
There was an error initializing the database (Error executing SQL statement
------------------------------------------------------------------------------------------------------------------------------
/*
4. Create new FT fields for FTRecips, FTAttachments and Internetheaders in the MessagesTable
=============================================================================================
*/
------------------------------------------------------------------------------------------------------------------------------
declare @mycursor cursor;
declare @retVal integer
exec sp_help_fulltext_columns_cursor @mycursor output, '[dbo].[Messages]', 'InternetHeaders'
fetch next from @mycursor;
set @retVal = @@fetch_status
if @retVal = -1
begin
exec sp_fulltext_column N'[dbo].[Messages]', N'InternetHeaders', N'add', 0 end close @mycursor deallocate @mycursor
COM Error: 0x80004005 - Unspecified error Unspecified error SQL Error #80004005 Unspecified error
Source: Microsoft OLE DB Provider for SQL Server SQL State:
Native Error: 0
during Upgrade to schema 1028 for Exclaimer Email Archive1). Please correct the problem and restart the Exclaimer Email Archiver Service.
Has anyone encountered this issue or know of a fix?
Tried to connect to a SQL 2000 Server instance with the following error:
Mailbox: Exclaimer Email Archiver Service
Current Operation: Initializing Database...
Status: Terminal Error (Archiver Stopped)
Further Information:
There was an error initializing the database (Error executing SQL statement Connect to Database COM Error: 0x80040E4D - IDispatch error #3149 Login failed for user 'QUANTICA\ExArc{189bdf72}'.
SQL Error #80040e4d
Login failed for user 'QUANTICA\ExArc{189bdf72}'.
Source: Microsoft OLE DB Provider for SQL Server SQL State: 42000 Native Error: 18456
). Please correct the problem and restart the Exclaimer Email Archiver Service.
Has anyone got any idea how to get around this one?
Regards
Brian Perks