I've run into a problem in our Dev environment trying to deploy reports. Our environment matches what will be production:
1 AX Server
1 SQL 2012 Server for AX
3 SharePoint 2010 SP1 Web Servers (admin server, services server and Web front end) with SQL 2012 Reporting Services in Integrated Mode.
1 SQL 2008 Server for SP
When I integrated reports in a sandbox environment with 1 AX server and 1 SP server, they deployed into SharePoint fine (sql 2012 reporting services).
In my new environment above, I have SQL 2012 Reporting Services installed on all 3 SP servers, and have the AX extensions installed on all 3 SP servers. All 3 show up under report servers in AX and validate fine.
I am able to deploy the "sys*" reports via AOT or Powershell without error, and they run fine as well as numerous other reports.
For some reason most reports will not deploy, and generate an error. For example, I tried to deploy the Tax1099Detail:
"An error occurred while deploying the report Tax1099Detail.
This might be because the SQL Server Reporting Services extensions have not been installed on the report server, or configuration information has not been entered in the Report Servers form in Microsoft Dynamics AX."
AND
"Error while loading code module: ‘Tax1099DetailReport.BusinessLogic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’. Details: Could not load file or assembly 'Tax1099DetailReport.BusinessLogic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified."
And the end message after trying to deploy this is:
"Report name: Tax1099Detail
Design names: Tax1099Detail.Report
Deployment status for design names: Error
Assembly names: Tax1099DetailReport.BusinessLogic.dll, DrillThroughCommon.dll
Deployment status for assembly names: Success, Success"
Any guidance would be appreciated!
Ian