Error message when you click Reports tab in MBAM: Server Error in /Reports Application
This article fixes an error when you click the Reports tab in MBAM.
Original KB number: 2620287
Symptoms
When you try to View Reports on Microsoft BitLocker Administration and Monitoring (MBAM) Server, you may receive an error message as show below.
Server Error in '/Reports' Application
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one its dependencies) could have been removed, had its name changed or is temporarily unavailable. Please review the following URL and make sure it is spelled correctly.
Requested URL: /reports/Pages/ReportViewer.aspx
Cause
If the DNS isn't able to resolve the local host correctly, you'll see the error message mentioned above.
Resolution
Open Windows Explorer and scroll to C:\inetpub\Malta BitLocker Management Solution\Help Desk Website.
Take a backup of web.config file.
Open web.config file using notepad.
Modify the following line in the webconfig file:
<add key="Microsoft.Mbam.Reports.Url"
value="http://servername:portnumber/reports/Pages/ReportViewer.aspx?/Microsoft+
BitLocker+Administration+and+Monitoring/"></add>to
<add key="Microsoft.Mbam.Reports.Url"
value="http://servername:portnumber/reports/Pages/Report.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2f"></add>Save the web.config file.
Restart the IIS services on the server.
Now you can view the Reports in MBAM.
More information
For more information on MBAM, see the following documentation.