Richard,
Yes, we have the full version of SQL 2000 Server Standard running. I think it has something to do with the account that is automatically created trying to access SQL. I backed up and ran through the manual setup and changed the service account to the administrator account and it is able to communicate with the SQL server..... now I'm getting a different error. It creates the SQL database, starts to process mail, and withing a couple minutes errors out with the following:
There was a problem (Error executing SQL statement
usp_InsertMessage
COM Error: 0x80040E14 - IDispatch error #3092 Could not find server 'EXADSI' in sysservers. Execute sp_addlinkedserver to add the server to sysservers.
SQL Error #80040e14
Could not find server 'EXADSI' in sysservers. Execute sp_addlinkedserver to add the server to sysservers.
Source: Microsoft OLE DB Provider for SQL Server
SQL State: 42000
Native Error: 7202
I looked at the tables and there isn't a sysservers table in either the database or the config database. The only DB that I can find that table in is the master DB.
Any ideas on that? Thanks!