Thursday, May 19, 2016

The content Type with Id was Found in the Current Site Collection or in a SubSite

I have installed the reporting services in the SharePoint 2013 environment. I have created a team site in which I was trying to activate the "Report Server Integration Feature",  and was getting  following error

Message: The content type with Id 0x010100C3676CDFA2F24E1D949A8BF2B06F6B8B defined in feature {e8389ec7-70fd-4179-a1c4-6fcb4342d7a0} was found in the current site collection or in a subsite.


Run the following Powershell script to activate the "Report Server Integration Feature"
 
 Enable-SPFeature -Identity E8389EC7-70FD-4179-A1C4-6FCB4342D7A0 -Url http://siteurl  -force