Event Type:Error
Event Source:Terrarium Reporting WebService - ReportPopulation
Event Category:None
Event ID:0
Date:02.03.2004
Time:17:34:36
User:N/A
Computer:FIESTA
Description:
System.Data.SqlClient.SqlException: Cannot resolve collation conflict for equal to operation.
Transaction count after EXECUTE indicates that a COMMIT or ROLLBACK TRANSACTION statement is missing. Previous count = 0, current count = 1.
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at TerrariumServer.NonPageServices.OnReportingTimerElapsed(Object src, ElapsedEventArgs args)
===============
What is the problem

Terrarium Server - Strange periodic message in EventLog
Charles Salfity
mightymoe
NeilQiu
How to solve: run SQL Enterprise Manager, locate Terrarium database, goto stored procedures. Locate TerrariumAggregate procedure, open it and change the following line:
CREATE TABLE #ExtinctSpecies (Name varchar(250)) to
CREATE TABLE #ExtinctSpecies (Name varchar(250) COLLATE SQL_Latin1_General_CP1_CI_AS)
Click OK, to save.
Seems to work now.