Posts

Showing posts from 2018

What is the use of FormRef property of a table?

Image
Knowledge: What is the use of FormRef property of a table? 1) As the name suggest FormRef; that actually means reference to a form. 2) FormRef property on the table to determine which form should be opened (a menu item can be specified there pointing the required form). 3) The interesting fact is that even if FormRef is not specified on the table AX will still try to open some form. Actually AX will look for display menu item which has the name equals to the table name. 4) Frustrating part is that if such menu item does not exist the warning will be shown when user click on view details. Note : Warning will be like that: “No object specified on menu item table_name”. Author: Chirag Gupta Microsoft Dynamics 365 AX Technical Consultant at IBM Bengaluru Date: 07-Feb-2018 Happy Learning !!

Data is not showing on SSRS Report in AX 2012

Image
Hi Readers, Today, in this post we will share a solution for SSRS report issue. You might have seen when you run the SSRS report, it runs successfully but data will not display on the report. We have a solution for this... Issue:  Data is not showing on SSRS Report in AX 2012 Resolution: First, we need to understand how SSRS Report works. 1) SSRS Report fetches the data from AX. 2) For testing purpose, put a “test” in report layout and deploy it. 3) If it’s deploy successfully run the report and check “test” is showing in the report or not. 4) If “test” is showing on the report then the issue for not printing the data on report is; SSRS Report is not configured correctly with AX. How to do it? 1) Click on start button and open Microsoft Dynamics AX Configuration Utility. 2) A dialog box will open like below: 3) In the configuration dropdown choose the right AX configuration file. 4) Restart the AOS services. 5) Restart the SSRS report services.

Error: There was no endpoint listening at net.tcp://your_server_name:8201/Dynamics AX/Services…

Image
Hi Readers, Today, in this post we will share a very important solution for the below error. You may get this error at the time of report deployment in ax 2012 or may be when you are running a SSRS report. Error:  There was no endpoint listening at net.tcp:/your_server_name:8201/Dynamics AX/Services… "A call to the Microsoft Dynamics AX SRSFrameworkService service failed. There was no endpoint listening at net.tcp://############/DynamicsAx/Services/BIServices that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details." Solution: Method 1: 1) Go to System administration > Setup > Services & Application Integration Framework > Inbound ports. 2) Select BIServices port, activate same.  Note:  When you activate the same, you might get some more errors, please see the screen shot below: 3) Go to AOT >> Service Groups >> BI S

What is Microsoft Dynamics AX 2012?

What is Microsoft Dynamics AX 2012? Microsoft Dynamics AX 2012 is a customizable, multiple-language, and multiple-currency Enterprise Resource Planning (ERP) solution. Microsoft Dynamics AX excels in: ·        Manufacturing ·        E-business ·        Wholesale ·        Services industries Microsoft Dynamics AX is a completely integrated solution and is web-enabled and supports Microsoft® SQL Server®. With customizable source code, the solution can be modified however and whenever it is necessary. Author: Chirag Gupta Microsoft Dynamics 365 AX Technical Consultant at IBM Bengaluru Date: 19-Jan-2018 Happy Learning !!