Server 2012
I'm doing a basic install of WSUS on a member server to the S drive, post error below:
2013-03-11 14:10:07 Postinstall started
2013-03-11 14:10:07 Detected role services: Api, UI, WidDatabase, Services
2013-03-11 14:10:07 Start: LoadSettingsFromXml
2013-03-11 14:10:07 Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentLocal
2013-03-11 14:10:07 Value is true
2013-03-11 14:10:07 End: GetConfigValue
2013-03-11 14:10:07 Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentDirectory
2013-03-11 14:10:07 Value is S:\WSUS
2013-03-11 14:10:07 End: GetConfigValue
2013-03-11 14:10:07 Content directory is S:\WSUS
2013-03-11 14:10:07 Database roleservice is not installed
2013-03-11 14:10:07 End: LoadSettingsFromXml
Post install is starting
2013-03-11 14:10:07 Start: Run
2013-03-11 14:10:07 Configuring content directory...
2013-03-11 14:10:07 Configuring groups...
2013-03-11 14:10:08 Starting group configuration for WSUS Administrators...
2013-03-11 14:10:08 Found group in regsitry, attempting to use it...
2013-03-11 14:10:10 Writing group to registry...
2013-03-11 14:10:10 Finished group creation
2013-03-11 14:10:10 Starting group configuration for WSUS Reporters...
2013-03-11 14:10:10 Found group in regsitry, attempting to use it...
2013-03-11 14:10:10 Writing group to registry...
2013-03-11 14:10:10 Finished group creation
2013-03-11 14:10:10 Configuring permissions...
2013-03-11 14:10:10 Fetching content directory...
2013-03-11 14:10:10 Fetching ContentDir from registry store
2013-03-11 14:10:10 Value is S:\WSUS
2013-03-11 14:10:10 Fetching group SIDs...
2013-03-11 14:10:10 Fetching WsusAdministratorsSid from registry store
2013-03-11 14:10:10 Value is S-1-5-21-2610565223-164225667-3587587312-1002
2013-03-11 14:10:10 Fetching WsusReportersSid from registry store
2013-03-11 14:10:10 Value is S-1-5-21-2610565223-164225667-3587587312-1003
2013-03-11 14:10:10 Creating group principals...
2013-03-11 14:10:10 Granting directory permissions...
2013-03-11 14:10:10 Granting permissions on content directory...
2013-03-11 14:10:10 Granting registry permissions...
2013-03-11 14:10:10 Granting registry permissions...
2013-03-11 14:10:10 Granting registry permissions...
2013-03-11 14:10:10 Configuring shares...
2013-03-11 14:10:10 Configuring network shares...
2013-03-11 14:10:10 Fetching content directory...
2013-03-11 14:10:10 Fetching ContentDir from registry store
2013-03-11 14:10:10 Value is S:\WSUS
2013-03-11 14:10:10 Fetching WSUS admin SID...
2013-03-11 14:10:10 Fetching WsusAdministratorsSid from registry store
2013-03-11 14:10:10 Value is S-1-5-21-2610565223-164225667-3587587312-1002
2013-03-11 14:10:10 Content directory is local, creating content shares...
2013-03-11 14:10:11 Creating share "UpdateServicesPackages" with path "S:\WSUS\UpdateServicesPackages" and description "A network share to be used by client systems for collecting all software packages (usually applications) published
on this WSUS system."
2013-03-11 14:10:11 Deleting existing share...
2013-03-11 14:10:11 Creating share...
2013-03-11 14:10:11 Share successfully created
2013-03-11 14:10:11 Creating share "WsusContent" with path "S:\WSUS\WsusContent" and description "A network share to be used by Local Publishing to place published content on this WSUS system."
2013-03-11 14:10:11 Deleting existing share...
2013-03-11 14:10:11 Creating share...
2013-03-11 14:10:11 Share successfully created
2013-03-11 14:10:11 Creating share "WSUSTemp" with path "C:\Program Files\Update Services\LogFiles\WSUSTemp" and description "A network share used by Local Publishing from a Remote WSUS Console Instance."
2013-03-11 14:10:11 Deleting existing share...
2013-03-11 14:10:11 Creating share...
2013-03-11 14:10:11 Share successfully created
2013-03-11 14:10:11 Finished creating content shares
2013-03-11 14:10:11 Configuring WID database...
2013-03-11 14:10:11 Configuring the database...
2013-03-11 14:10:11 Establishing DB connection...
2013-03-11 14:10:12 Checking to see if database exists...
2013-03-11 14:10:13 Database exists
2013-03-11 14:10:13 Switching database to single user mode...
2013-03-11 14:10:13 Loading install type query...
2013-03-11 14:10:13 DECLARE @currentScriptVersion int
DECLARE @currentDBVersion int
IF NOT EXISTS(SELECT * FROM sys.databases WHERE name='SUSDB')
BEGIN
SELECT 1
END
ELSE
BEGIN
SET @currentScriptVersion = (9200 + 16384)
SET @currentDBVersion = (SELECT SchemaVersion FROM SUSDB.dbo.tbSchemaVersion WHERE ComponentName = 'CoreDB')
IF @currentDBVersion < 926
BEGIN
SELECT 3
END
ELSE IF @currentDBVersion < @currentScriptVersion
BEGIN
SELECT 2
END
ELSE IF @currentDBVersion = @currentScriptVersion
BEGIN
SELECT 0
END
ELSE
BEGIN
SELECT 4
END
END
2013-03-11 14:10:13 System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'SUSDB.dbo.tbSchemaVersion'.
at Microsoft.UpdateServices.DatabaseAccess.DBConnection.DrainObsoleteConnections(SqlException e)
at Microsoft.UpdateServices.DatabaseAccess.DBConnection.ExecuteGetSingleResult()
at Microsoft.UpdateServices.Administration.ConfigureDB.GetInstallType()
at Microsoft.UpdateServices.Administration.ConfigureDB.ConnectToDB()
at Microsoft.UpdateServices.Administration.ConfigureDB.Configure()
at Microsoft.UpdateServices.Administration.PostInstall.Run()
at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
ClientConnectionId:76f6ee2d-1ffb-4e49-98ea-0fc57758f6b7
Fatal Error: Invalid object name 'SUSDB.dbo.tbSchemaVersion'.
Can someone point me in the right direction, thanks!