Question

I am installing a SP2013 Dev instance. I have SQL 2012 and SP2013 on the same machine. I don't have reporting services installed but I did add the SharePoint reports service option during SQL installation.

During AutoSpInstaller installation I am getting this warning:

WARNING: Feature PowerView\Feature.xml had failed to install for the following reason: Failed to create receiver object from assembly "Microsoft.ReportingServices.SharePoint.UI.ServerPages,Version=11.0.0.0,Culture=neutral,PublicKeyToken=89845dcd8080cc91", class "Microsoft.ReportingServices.SharePoint.UI.PowerViewSiteFeature" for feature "PowerView" (ID: bf8b58f5-ebae-4a70-9848-622beaaf2043).: System.ArgumentNullException: Value cannot be null.
Parameter name: type
   at System.Activator.CreateInstance(Type type, Boolean nonPublic)
   at System.Activator.CreateInstance(Type type)
   at Microsoft.SharePoint.Administration.SPFeatureDefinition.get_ReceiverObject().
WARNING: Feature ReportServer\Feature.xml had failed to install for the following reason: Failed to create receiver object from assembly "Microsoft.ReportingServices.SharePoint.UI.ServerPages,Version=11.0.0.0,Culture=neutral,PublicKeyToken=89845dcd8080cc91", class "Microsoft.ReportingServices.SharePoint.UI.ReportServerFeature" for feature "ReportServer" (ID: e8389ec7-70fd-4179-a1c4-6fcb4342d7a0).: System.ArgumentNullException: Value cannot be null.
Parameter name: type
   at System.Activator.CreateInstance(Type type, Boolean nonPublic)
   at System.Activator.CreateInstance(Type type)
   at Microsoft.SharePoint.Administration.SPFeatureDefinition.get_ReceiverObject().
WARNING: Feature ReportServer\Feature.xml had failed to install for the following reason: Failed to create receiver object from assembly "Microsoft.ReportingServices.SharePoint.UI.ServerPages,Version=11.0.0.0,Culture=neutral,PublicKeyToken=89845dcd8080cc91", class "Microsoft.ReportingServices.SharePoint.UI.ReportServerFeature" for feature "ReportServer" (ID: e8389ec7-70fd-4179-a1c4-6fcb4342d7a0).: System.ArgumentNullException: Value cannot be null.
Parameter name: type
   at System.Activator.CreateInstance(Type type, Boolean nonPublic)
   at System.Activator.CreateInstance(Type type)
   at Microsoft.SharePoint.Administration.SPFeatureDefinition.get_ReceiverObject().
Was it helpful?

Solution

An AutoSPInstaller-Installation with installed Reporting-Services in SharePoint Integrated Mode seems to be a problematic combination if everything is installed on one machine.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top