Stuck almost at the end of installation

rated by 0 users
This post has 1 Reply | 2 Followers

Not Ranked
Posts 2
Points 40
standio Posted: Thu, Apr 3 2008 4:18 PM

 

Hello

Does any one have an idea what can I do to solv this problem

(an address is alumni.winweb.pl on a home page I have also some errors....):

_____________________________________________________________

Errors Occurred

Errors occured during the execution of this wizard.
Module Message
ExecuteSqlInFile

Error in file:f:\users\alumni.winweb.pl\wwwroot\installer\SqlScripts\cs_UpdateSchemaAndProcedures.sql
Message:Cannot resolve the collation conflict between "Polish_CI_AI" and "Polish_CI_AS" in the equal to operation. Schema Patch v3.1.4 was applied successfully Creating...cs_Schema_Patch_3.1.05

 

  • | Post Points: 20
Top 25 Contributor
Posts 1,879
Points 37,940
CS Developers

Hi standio,

First, this issue will be resolved in our next release of Community Server 2008 (RC).

If you need to get thru it today, your best option would be to modify the SQL in the failing scripts to include "collate database_default" wherever you're creating a column that requires specific collation settings.

You can also use the database_default option in the COLLATE clause to specify that a column in a temporary table use the collation default of the current user database for the connection instead of tempdb. [source]

Basically whenever a temp table is created, it uses the collation settings of the *tempdb* database, not the current database. If those differ and then a join is performed, you get the error you encountered.

Again, we have already resolved this issue and it'll be available in our upcoming release. Thanks!

 

One is glad to be of service...

Jose Lema

  • | Post Points: 5
Page 1 of 1 (2 items) | RSS
Powered by Community Server (Commercial Edition), by Telligent Systems

Copyright© 2008 Telligent Systems Inc. All rights reserved
CommunityServer.com  •  Telligent.com