Modified the PurchPurchaseOrder SSRS report in dev environment by using VS2010. Deployed and it worked just fine. Then exported as .xpo and imported it to test environment. Every time I try to deploy it either from AOT or VS in the test environment I get the below error
After I deleted the newly imported report, which reinstated the old sys report, I was still getting the same error.
Error:
A call to the Microsoft Dynamics AX SRSFrameworkService service failed. Arithmetic operation resulted in an overflow..C:\Program Files (x86)\MSBuild\Microsoft\DynamicsTools\Microsoft.Dynamics.Framework.Design.Reporting.Modeling.targets Line 466 Column 6 PurchPurchaseOrderReport
Snippet from the targets file where it fails:
<Target
Name="CoreDeploy"
DependsOnTargets="$(CoreDeployDependsOn)"
>
<DeployToReportsServerTask ProjectFile="$(MSBuildProjectFullPath)" RestartSSRS="$(RestartSSRS)"/>
<OnError Condition="'$(RunPostDeployEvent)'=='Always'" ExecuteTargets="PostDeployEvent"/>
</Target>