SharePoint User Group UK

Share the knowledge!

Welcome to SharePoint User Group UK Sign in | Join | Help
in
Home Blogs Forums Photos Files Roller

Configuration Database Error on install

Last post 03-26-2008, 4:36 PM by Andy Ginn. 4 replies.
Sort Posts: Previous Next
  •  06-15-2007, 5:39 PM 3735

    Configuration Database Error on install

    Hi,

    When i am intalling Moss 2007 enterprise to create a new farm on our sql 2000 server. It fails when creating the database. In the error log this explaination comes up:

    The specified SQL Server instance has invalid sort order Latin1_General_BIN. Choose a server instance that performs case-insensitive and non-binary comparisons.

    Does anyone know how to rectify this problem?

    Please help.

     

  •  06-15-2007, 6:39 PM 3736 in reply to 3735

    Re: Configuration Database Error on install

    SharePoint is very particular on the collation sequence and sort order SQL Server must be installed with: if you choose the wrong one during SQL Server install one of two things will happen: either it will not install at all (which is what you have seen), or it will fail during operation as the system databases (especially tempdb) have an incompatiable collation sequence for SharePoint.

    The only option I am aware of at this point is to de and re-install SQL Server with the correct collation sequence.

  •  06-18-2007, 11:01 AM 3747 in reply to 3736

    Re: Configuration Database Error on install

    Thats great Andy, thanks for your help.

    I had to uninstall and re-install SQL and have made it work with non-binary and case-insensitive sort order option on our dev server but will have to look at rebuilding the production main database to handle this, fingers crossed(and plenty of research/planning:) that it works with other applications that reference the database.

    Cheers again!

  •  03-26-2008, 4:26 PM 9353 in reply to 3736

    Re: Configuration Database Error on install

    Is it possible to create another SQL server instance and use that one, or change the collation order on the current one? I suppose this modifies the master database.

    Ravie.

  •  03-26-2008, 4:36 PM 9355 in reply to 9353

    Re: Configuration Database Error on install

    Hi,

    I do not believe it is possible to change the collation sequence on system databases (master, tempdb, msdb) etc.

    You have to install with the correct sequence to start with.

View as RSS news feed in XML
Powered by Community Server, by Telligent Systems