Posts

AX 2012: Remove Hyperlink in SSRS Reports

Image
Remove blue font color or Hyperlink in SSRS Report Sample Report Edit your SSRS  Report in Visual Studio  Go to Report Design In the Textbox you want to remove hyperlink or blue color set Expression and do similar the code below Sample TextBox Expression for Item Fields or Part Number = "" & Fields!ItemId.Value & "" Regards, Ariston J.

AX 2012 R2: An exception occurred when retrieving the field metadata

AXRDCE The AXRDCE extension caught an unexpected exception for report MyReport.Report. The error message was: An exception occurred when retrieving the field metadata for the field MyField1 in table MyTableTmp. Solution: Restart SQL Server Reporting Services References: How to restart SQL Server Reporting Services

Firewall settings for Microsoft Dynamics AX components [AX 2012]

Image
Firewall settings for Microsoft Dynamics AX components [AX 2012] Updated: April 16, 2014 Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012 References : http://technet.microsoft.com/en-us/library/gg731780.aspx If you use Windows Firewall to help protect your computers, Microsoft Dynamics AX components require the settings in the following table. For more information about Windows Firewall, see the Windows documentation. Component Computer Firewall setting Notes Setup Any Allow outbound HTTP connections. To access the documentation that is available from the Setup wizard, you must be able to connect to the Internet from the computer where you are running Setup. Databases Database server Exclude the port that is used by Microsoft SQL Server. By default, SQL Server ...