I am trying to install SharePoint Services 3.0 SP1 to use our SQL 2005 server
but SharePoint complains about the collation. I cannot reinstall SQL and
change the server's collation since the server has other applications using
it in production
If I run the configuration wizard it has an error:
The SQL Server collation on SQL Server instance 'sqlserverX' is not
supported. Windows SharePoint Services requires a Latin1 General dictionary
order, case insensitive, accent sensitive, kana sensitive, and width
sensitive collation (SQL_Latin1_General_*_CI_AS)
If I follow the DBA created databases instructions from page 42 in this MS
document (http://go.microsoft.com/fwlink/?LinkID=115666) and create the db's
with the proper collation, when I run the psconfig command it fails with a
similiar message:
Command:
"psconfig.exe -cmd configdb -create -server sqlserverX\instanceY -database
sp_config user sharepoint_services -password sharepointpass
-admincontentdatabase sp_admin"
Error:
"An exception of type Microsoft.SharePoint.SPException was thrown.
Additional exception information: The specified SQL server instance has
invalid sort order Latin1_General_BIN. Choose a server instance that
performs case-insensitive and non-binary comparisons."
Is there a way to tell Sharepoint to use the db we have already created or
some other way to fix this?