Description
Flowtime is inaccessible after installing SharePoint updates, and you receive an HTTP Error code 500. Some SharePoint updates require that you rerun the SharePoint Configuration wizard. Before you perform the solution procedure below, rerun the SharePoint configuration wizard. If the issue persists, perform the solution procedure.
Cause
There is a duplicated row in the web.config
file resulting from the SharePoint patch.
Affected Versions
7.2 and later.
Solution
- Access the Flowtime
web.config
file. - Locate the following row.
<add name="ReportViewerWebPart" verb="*" path="Reserved.ReportViewerWebPart.axd" type="Microsoft.ReportingServices.SharePoint.UI.WebParts.WebPartHttpHandler, Microsoft.ReportingServices.SharePoint.UI.WebParts, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
- Check that there is another row like this with another version number (in this example, 15.0.0.0). If there is, delete this row.