Hi all,
We just migrated a SharePoint 2010 farm into an existing SharePoint 2013 farm.
The issue is that the 2010 farm had Reporting Services installed (but never used) and the 2013 doesn't have Reporting Services (might later down the track, but not for a while).
So now we have a Missing Feature and a Missing Assembly that need to be removed. I've tried Feature Admin and SharePoint Manager to try and locate them, but no luck. I've also tried a few PowerShell options, but can't seem to find any reference to them. The only place they show up is in Central Administration > Review problems and solutions.
PowerShell I've tried for Assembly is: http://get-spscripts.com/2011/08/diagnose-missingwebpart-and.html
No results come up at all.
PowerShell I've tried for Feature is: http://get-spscripts.com/2011/06/removing-features-from-content-database.html
Got 4 results, then could get the site from the SiteId, but nothing returned for the web from the WebId. And there is no list anywhere with the id of HostId.
Id :
Name :
SiteId :
WebId :
HostId :
HostType :
Id : 4fd1e4e4-6817-4fa7-9a2a-a8c778ff0d86
Name : ItemEventHandler
SiteId : a7c00dcc-b377-4705-af6e-26143a1cacc1
WebId : 7074d830-63d5-4d4c-a476-01acc318df95
HostId : 7a9ec7f9-5311-4a2e-8839-45bc783f5a52
HostType : 2
Id : 513264e5-993e-434b-95a8-42aedb3b383c
Name : ItemEventHandler
SiteId : a7c00dcc-b377-4705-af6e-26143a1cacc1
WebId : 7074d830-63d5-4d4c-a476-01acc318df95
HostId : 7a9ec7f9-5311-4a2e-8839-45bc783f5a52
HostType : 2
Id : 6fcaff28-bb7d-48bd-b6a5-35e5f5f43916
Name : ItemEventHandler
SiteId : a7c00dcc-b377-4705-af6e-26143a1cacc1
WebId : 7074d830-63d5-4d4c-a476-01acc318df95
HostId : 1619b62c-6eda-49e6-bc8f-6301aa97c312
HostType : 2
Id : 1dbd68ee-895f-43da-b661-ed0cd87c91ce
Name : ItemEventHandler
SiteId : a7c00dcc-b377-4705-af6e-26143a1cacc1
WebId : 7074d830-63d5-4d4c-a476-01acc318df95
HostId : 1619b62c-6eda-49e6-bc8f-6301aa97c312
HostType : 2
Errors in Review problems and solutions listed below:
------------------------------------------------------------------
[MissingFeature] Database [CONTENTDB] has reference(s) to a missing feature: Id = [c769801e-2387-47ef-a810-2d292d4cb05d], Name = [Report Server File Sync], Description = [Synchronizes Report Server files (.rdl, .rsds, .smdl, .rsd, .rsc) from a SharePoint document library to the report server when files are added or updated in the document library.], Install Location = [ReportServerItemSync]. The feature with Id c769801e-2387-47ef-a810-2d292d4cb05d is referenced in the database [CONTENTDB], but is not installed on the current farm. The missing feature may cause upgrade to fail. Please install any solution which contains the feature and restart upgrade if necessary.[MissingAssembly] Assembly [Microsoft.ReportingServices.SharePoint.UI.ServerPages, Version=10.50.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91] is referenced in the database [CONTENTDB], but is not installed on the current farm. Please install any feature/solution which contains this assembly. One or more assemblies are referenced in the database [CONTENTDB], but are not installed on the current farm. Please install any feature or solution which contains these assemblies.
------------------------------------------------------------------
Thanks,
Grant.