Asked By Troy Starr [MSFT]
20-Nov-06 02:02 PM
Hi Babe -
SharePoint automatically generates the Central Admin site's content database
name and includes a GUID if it doesn't think the GUID-less name is available
on the SQL Server instance. You can specify the database name yourself, but
you must run the command line version of PSConfig instead of the GUI
version.
psconfig.exe -cmd configdb -create -server SQLServerInstanceName -database
ConfigurationDatabaseName -user DOMAIN\FarmServiceAccount -password
ThePassword -admincontentdatabase AdminContentDatabaseName
- Troy Starr [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.