I installed MOSS 2007 Enterprise Edition on three tiers (WFE, Application server, DB) on Windows Server 2008 R2 without a hitch. I am using the same service account for my intranet SSP and all Web Applications below it. I am running just the Windows SharePoint Services Web Application on the WFE, all other services run on the Application Server. I created a Web Application called "records" and tried to create a Site Collection at that level with the Records Center template. It throws an error every time I try "unknown error". The Event Viewer error is shown below. Any thoughts?
Records Center Provisioning for http://<xxxxxxx> failed.
Unable to cast object of type 'Microsoft.SharePoint.WebPartPages.ErrorWebPart' to type 'Microsoft.SharePoint.WebPartPages.ListViewWebPart'.
at Microsoft.Office.RecordsManagement.Internal.Utility.EnsureSetupWebPart(SPWeb web, SPList list, String strZoneId, Int32 nPartOrder)
at Microsoft.Office.RecordsManagement.RecordsRepository.Setup.EnsureSetupDefaultAnnounceList(SPWeb web, String strEmailAlias, Boolean fUnique)
at Microsoft.Office.RecordsManagement.RecordsRepository.Setup.EnsureSetupSubmittedRecordsList(SPWeb web)
at Microsoft.Office.RecordsManagement.RecordsRepository.Setup.<>c__DisplayClass2.<Provision>b__0()
at Microsoft.SharePoint.SPSecurity.CodeToRunElevatedWrapper(Object state)
at Microsoft.SharePoint.SPSecurity.<>c__DisplayClass4.<RunWithElevatedPrivileges>b__2()
at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated secureCode)
at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback secureCode, Object param)
at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated secureCode)
at Microsoft.Office.RecordsManagement.RecordsRepository.Setup.Provision(SPWeb web)