Dynamics AX2012 supports the ability to install multiple instances of reporting services on the same computer, which is great for Development and Testing environments. The steps are outlined here on TechNet (http://technet.microsoft.com/en-us/library/hh389760.aspx).
When running a report for the first time in AX after you have restarted the SSRS instance you receive the error,
parameter ‘AX_CompanyName’ contains an error: Request for the permission of type
‘System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089′ failed.
(rsRuntimeErrorInExpression)”.
class=”UnionCodeGroup”
version=”1″
PermissionSetName=”FullTrust”
Name=”Report_Expressions_Default_Permissions”
Description=”This code
group grants default permissions for code in report expressions and Code
element. “>
[..]
</CodeGroup>

Sorry, the comment form is closed at this time.