I’m currently preparing a migration of one of my MCMS 2002 databases to MOSS 2007. To achieve this I need to create a new web application that should work as destination for the generated MCMS website. While creating this site using the Create or extend Web application option I experienced a strange behavior: everything went […]

On my first attempt the creation of the config database failed with the following exception: Task configdb has failed with an unknown exception Exception: Microsoft.SharePoint.SPException: The language is not supported on the server. —> System.Runtime.InteropServices.COMException (0x8102005E): The language is not supported on the server.   at Microsoft.SharePoint.Library.SPRequestInternalClass.CreateSite(Guid gApplicationId, String bstrUrl, Int32 lZone, Guid gSiteId, Guid gDatabaseId, […]