Windows Develop Bookmark and Share   
 index > Windows Forms Sample Applications > Reintroduce Animal: Server always returns a empty list
 

Reintroduce Animal: Server always returns a empty list

Hi,

we have a TerrariumServer (under W2k3). When a client wants to reintroduce a animal, the server always returns a empty list of animals. I have on the server no errors in the eventlog, and monitoring whith Filemon and Regmon (from sysinternals.com) provide also no hints.

When I create (local) a new terrarium and try to introduce a animal, the servers returns the full animallist. 

I tried this with the last terrariumclient and with version 1.0.21.281.

*Is this an error in the configuration of our server?*

In the ecosystem teleporting and introducing of news animals are working fine.
The problem occurs with a server under W2k too.

---------------------------------------------------------------------------------------------

May be, I should better open a new thread: ;-)

In the eventlog (application) I have always every 7-8 minutes the following error, but this always happens, when a client is connected whis the server (also when he is not trying to receive a animallist from the server during reintroduction):

*Any hints about this error?*

Source is Terrarium Reporting WebService - ReportPopulation:

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)

Thanks for any hints,
whith kindly regards!


MigrationUser 1  Friday, February 27, 2004 3:51 PM
Had exactly same problem.
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.

Should work find from now on.
MigrationUser 1  Wednesday, March 03, 2004 3:48 AM
It works fine!

Thank you very much.

With kindly regards,
IOpa
MigrationUser 1  Thursday, March 04, 2004 5:05 AM

You can use google to search for other answers

Custom Search

More Threads

• Another question
• Wishlist
• Broken Link
• See What URL present on Internet Explorer
• Hosting Terrarium Server?
• Security Exception introducting anything
• Excel Namespace
• Can i create my own server?
• How to get the latest version
• application updater problem