This user keeps getting errors when running specific report in a company. The service account is also having this issue.
Log Name: Application
Source: Management Reporter 2012 Services
Date: 4/9/2015 7:33:32 AM
Event ID: 0
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: server.company.com
Description:
System.ArgumentNullException: Value cannot be null.
Parameter name: fileOrServerOrConnection
at System.Data.Linq.DataContext..ctor(String fileOrServerOrConnection, MappingSource mapping)
at Microsoft.Dynamics.Performance.Reporting.Security.SecurityAccess.GetDataContext()
at Microsoft.Dynamics.Performance.Reporting.Security.SecurityAccess.GetPrincipal(String securityIdentifier)
at Microsoft.Dynamics.Performance.Reporting.Security.Service.SecureServiceBase.SecureExecuteInternal[TResult](Func`1 hasPermission, Func`1 executor)
at Microsoft.Dynamics.Performance.Reporting.Common.Service.ServiceBase.BaseExecute[TResult](Func`1 executor)
Component: Microsoft.Dynamics.Performance.Reporting.DataAccess.Server.FontStyleService
User: domainname\user
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Management Reporter 2012 Services" />
<EventID Qualifiers="0">0</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2015-04-09T11:33:32.000000000Z" />
<EventRecordID>27843</EventRecordID>
<Channel>Application</Channel>
<Computer>server.company.com</Computer>
<Security />
</System>
<EventData>
<Data>System.ArgumentNullException: Value cannot be null.
Parameter name: fileOrServerOrConnection
at System.Data.Linq.DataContext..ctor(String fileOrServerOrConnection, MappingSource mapping)
at Microsoft.Dynamics.Performance.Reporting.Security.SecurityAccess.GetDataContext()
at Microsoft.Dynamics.Performance.Reporting.Security.SecurityAccess.GetPrincipal(String securityIdentifier)
at Microsoft.Dynamics.Performance.Reporting.Security.Service.SecureServiceBase.SecureExecuteInternal[TResult](Func`1 hasPermission, Func`1 executor)
at Microsoft.Dynamics.Performance.Reporting.Common.Service.ServiceBase.BaseExecute[TResult](Func`1 executor)
Component: Microsoft.Dynamics.Performance.Reporting.DataAccess.Server.FontStyleService
User: domainname\user</Data>
</EventData>
</Event>
*This post is locked for comments