{"id":98,"date":"2014-06-28T14:52:17","date_gmt":"2014-06-28T12:52:17","guid":{"rendered":"https:\/\/www.vioreliftode.com\/?p=98"},"modified":"2016-04-15T14:41:19","modified_gmt":"2016-04-15T12:41:19","slug":"sharepoint-2013-powerpivot-gallery-sorry-something-went-wrong-file-not-found","status":"publish","type":"post","link":"https:\/\/www.vioreliftode.com\/index.php\/sharepoint-2013-powerpivot-gallery-sorry-something-went-wrong-file-not-found\/","title":{"rendered":"SharePoint 2013 PowerPivot Gallery &#8211; &#8220;Sorry, something went wrong&#8221; &#8220;File Not Found.&#8221;"},"content":{"rendered":"<input class=\"fooboxshare_post_id\" type=\"hidden\" value=\"98\"\/><p>If you have a SharePoint 2013 farm configured to support Business Intelligence and you get the following error message when you try to access a\u00a0PowerPivot Gallery, most likely is because you recovered \/ rebuild\u00a0your farm, or you have added an additional front-end server.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2014\/06\/SP2013_PP_File_Not_Found_01.jpg\" target=\"_blank\"><img loading=\"lazy\" class=\"aligncenter wp-image-100 size-full\" src=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2014\/06\/SP2013_PP_File_Not_Found_01.jpg\" alt=\"Sorry, something went wrong File Not Found\" width=\"546\" height=\"360\" srcset=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2014\/06\/SP2013_PP_File_Not_Found_01.jpg 546w, https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2014\/06\/SP2013_PP_File_Not_Found_01-300x197.jpg 300w\" sizes=\"(max-width: 546px) 100vw, 546px\" \/><\/a><a href=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2014\/06\/SP2013_PP_File_Not_Found_02.jpg\" target=\"_blank\"><img loading=\"lazy\" class=\"aligncenter wp-image-101\" src=\"https:\/\/www.vioreliftode.com\/wp-content\/uploads\/2014\/06\/SP2013_PP_File_Not_Found_02-300x128.jpg\" alt=\"System.IO.FileNotFoundException: The file \/_controltemplates\/15\/PowerPivot\/ReportGalleryView.ascx does not exist.\" width=\"539\" height=\"202\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p><em>&#8220;System.IO.FileNotFoundException: The file \/_controltemplates\/15\/PowerPivot\/ReportGalleryView.ascx does not exist. <\/em><br \/>\n<em> at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.GetWebPartPageData(HttpContext context, String path, Boolean throwIfFileNotFound) <\/em><br \/>\n<em> at Microsoft.SharePoint.ApplicationRuntime.SPVirtualFile.CalculateFileDependencies(HttpContext context, SPRequestModuleData basicRequestData, ICollection&amp; directDependencies, ICollection&amp; childDependencies) <\/em><br \/>\n<em> at Microsoft.SharePoint.ApplicationRuntime.SPDatabaseFile.EnsureDependencies(HttpContext context, SPRequestModuleData requestData) <\/em><br \/>\n<em> at Microsoft.SharePoint.ApplicationRuntime.SPDatabaseFile.EnsureCacheKeyAndViewStateHash(HttpContext context, SPRequestModuleData requestData) <\/em><br \/>\n<em> at Microsoft.SharePoint.ApplicationRuntime.SPDatabaseFile.GetVirtualPathProviderCacheKey(HttpContext context, SPRequestModuleData requestData) <\/em><br \/>\n<em> at Microsoft.SharePoint.ApplicationRuntime.SPVirtualPathProvider.GetCacheKey(String virtualPath) <\/em><br \/>\n<em> at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath virtualPath, Boolean ensureIsUpToDate) <\/em><br \/>\n<em> at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) <\/em><br \/>\n<em> at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) <\/em><br \/>\n<em> at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound) <\/em><br \/>\n<em> at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp) <\/em><br \/>\n<em> at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) <\/em><br \/>\n<em> at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()&#8221;<\/em><\/p>\n<p>&nbsp;<\/p>\n<p>The fix is to deploy again <strong>powerpivotfarm14solution.wsp<\/strong>,\u00a0<strong>powerpivotfarmsolution.wsp<\/strong>,\u00a0<strong>powerpivotwebapplicationsolution.wsp<\/strong>. Installing\u00a0PowerPivot for SharePoint is not enough. You must redeploy these WSPs anytime you add a new front-end server to your farm.<\/p>\n<p>&nbsp;<\/p>\n<p>In my case it was about adding a new front-end server to the farm and the solution was simple:<\/p>\n<pre class=\"brush: powershell; title: ; notranslate\" title=\"\">\r\nAdd-PSSnapin Microsoft.SharePoint.PowerShell\r\ncd &quot;C:\\Program Files\\Microsoft SQL Server\\110\\Tools\\PowerPivotTools\\SPAddinConfiguration\\Resources\\&quot;\r\n. .\\ConfigurePowerPivot.ps1\r\nAdd-SPSolution -LiteralPath 'C:\\Program Files\\Microsoft SQL Server\\110\\Tools\\PowerPivotTools\\SPAddinConfiguration\\Resources\\powerpivotfarmsolution.wsp'\r\nAdd-SPSolution -LiteralPath 'C:\\Program Files\\Microsoft SQL Server\\110\\Tools\\PowerPivotTools\\SPAddinConfiguration\\Resources\\PowerPivotFarm14Solution.wsp'\r\nAdd-SPSolution -LiteralPath 'C:\\Program Files\\Microsoft SQL Server\\110\\Tools\\PowerPivotTools\\SPAddinConfiguration\\Resources\\powerpivotwebapplicationsolution.wsp'\r\nDeployFarmSolution $false\r\nDeployWebAppSolutionToCentralAdmin $false\r\nInstall-SPFeature -path PowerPivotFarm -Force\r\nInstall-SPFeature -path PowerPivotFarm -Force -CompatibilityLevel 14\r\nInstall-SPFeature -path PowerPivotCA -Force\r\nInstallSiteCollectionFeatures\r\n<\/pre>\n<p><em>Don&#8217;t worry if the lines 4, 5, 6 are throwing exceptions during execution &#8211; most likely is because you already have the PowerPivot WSPs added to your farm.\u00a0The other commands will take care of your problem.<br \/>\nPlease adjust the paths according with your installation (in the above section code I use the default installation path).\u00a0<\/em><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you have a SharePoint 2013 farm configured to support Business Intelligence and you get the following error message when you try to access a\u00a0PowerPivot Gallery, most likely is because you recovered \/ rebuild\u00a0your farm, or you have added an additional front-end server. &nbsp; &nbsp; &#8220;System.IO.FileNotFoundException: The file \/_controltemplates\/15\/PowerPivot\/ReportGalleryView.ascx does not exist. at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.GetWebPartPageData(HttpContext context, &hellip; <a href=\"https:\/\/www.vioreliftode.com\/index.php\/sharepoint-2013-powerpivot-gallery-sorry-something-went-wrong-file-not-found\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">SharePoint 2013 PowerPivot Gallery &#8211; &#8220;Sorry, something went wrong&#8221; &#8220;File Not Found.&#8221;<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"spay_email":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false},"categories":[38,29],"tags":[95,39,9],"jetpack_featured_media_url":"","jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p4NfDd-1A","_links":{"self":[{"href":"https:\/\/www.vioreliftode.com\/index.php\/wp-json\/wp\/v2\/posts\/98"}],"collection":[{"href":"https:\/\/www.vioreliftode.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.vioreliftode.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.vioreliftode.com\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.vioreliftode.com\/index.php\/wp-json\/wp\/v2\/comments?post=98"}],"version-history":[{"count":0,"href":"https:\/\/www.vioreliftode.com\/index.php\/wp-json\/wp\/v2\/posts\/98\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.vioreliftode.com\/index.php\/wp-json\/wp\/v2\/media?parent=98"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.vioreliftode.com\/index.php\/wp-json\/wp\/v2\/categories?post=98"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.vioreliftode.com\/index.php\/wp-json\/wp\/v2\/tags?post=98"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}