Enterprise Vault™ Troubleshooting Reporting
- About this document
- Setting up SQL Server Reporting Services
- Troubleshooting configuration and report deployment
- Identifying the problem
- "Reporting has been configured on this machine. However, there were a few warnings and/or errors..." message
- Troubleshooting accessing the reports
- Troubleshooting using and exporting the reports
- Troubleshooting problems with report content
- Troubleshooting report export
Unable to access Report Manager on a 64-bit Windows system due to a permissions issue
Affected configurations: Report Manager running on a 64-bit Windows system.
Problem: After the deployment of Enterprise Vault Reporting's reports, Report Manager fails to open. SQL Server Reporting Services displays an Error page which states that the permissions granted to your user account are insufficient for performing this operation.
Cause: A possible cause is that the EvAzStore.xml
file is not up-to-date.
Resolution: Follow this procedure to check the timestamp of the EvAzStore.xml
file and if necessary, register azroles.dll
manually:
- On the computer on which SQL Server Reporting Services is installed, browse to the
ReportServer\bin
folder underProgram Files\Microsoft SQL Server
. - Find the file
EvAzStore.xml
and examine its Date Modified timestamp.If the timestamp indicates a date and time that is before the time that you first attempted to access Report Manager's home page after deploying the Enterprise Vault reports, continue with this procedure to register the Microsoft DLL file
azroles.dll
manually. - Open the Windows Control Panel, select Administrative Tools and then select Microsoft .NET Framework 2.0 Configuration.
- In the left pane of the .NET Framework 2.0 Configuration utility, expand My Computer, right-click Assembly Cache and choose Add.
- Browse to the following folder:
WINDOWS\Microsoft.NET\AuthMan\1.2
- Select the file
microsoft.interop.security.azroles.dll
and click Open to add this assembly. - Close the .NET Framework 2.0 Configuration utility.
- Open the Services snap-in to the Microsoft Management Console, and restart the IIS Admin Service and the SQL Server Reporting Services.