Hi Experts:
I am facing couple of issues while working on SSRS on AX 2009 SP1, and hence seek your help.
1. While running a report, there was an error pertaining to the static class method call in SSRS, which was referencing some other class. On evaluation of code we found that no such business logic as been written. Will fresh deployment of the report would resolve the issue (?).
2. While running the AxReports.exe as Administrator, we faced another set of issues. As per the log file there were couple of assembly which were not getting loaded as they were not registered. Also the error talked about overlapping of matrix and table. While going to the report design of the SSRS the Visual Studio simply hangs.
Using gacutil, with Visual Studio Command prompt, we were able to register the these assemblies [which were part of error log file]
Microsoft.Dynamics.AX.Fim.PaymentService
Microsoft.Dynamics.Framework.Deployment.Portal
Microsoft.Dynamics.Framework.Workflow.Communication
Microsoft.Dynamics.Kernel.Client
Microsoft.Dynamics.ReportingServices
Microsoft.Dynamics.RfidProxy
Microsoft.Dynamics.SysImport
Microsoft.Dynamics.TeamFoundationServerProxy
But even after registering once we go ahead with fresh deployment we are still receiving the error pertaining to only one assembly 'Microsoft.Dynamics.Kernel.Client'. Both EP and reporting server are on the same machine. Any idea as to how to resolve this.
Do suggest if you have faced similar issue
Regards
PDR