Posts

Creating Entity for Natural Key Error on Invent Trans

Image
  Data Entity is a new concept which has been introduced in D365FO and has major use in Data Import/Export and for Data Integration. Data entities can be regarded as an abstraction from the physical implementation of database tables. Implemented as de-normalized views (a data entity is stored as a view in SQL Server) with their own set of methods, they are now key elements in data import/export and integration scenarios. While creating entity for invent trans table, getting natural key error. Hence duplicated the invent trans and kept for build, but there are several errors.   Hence created the entity with the datasource as InventTransOrigin table. 1.        Create a Project Solution Explorer > Right click the Project > Click Add > New Item. 2.        Select ‘Data Entity’ > Place the name for the entity(mentioned as InventTransEntity) > Click Add 3.        Dat...

AX SSRS Report times out after 10 minutes --- Error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

Image
 While generating the report for Payroll Report getting the below mentioned error in Ax2012 R3 environment. "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond." We have followed the steps for this timeout issue which was mentioned in MS doc`s, still no luck. (refer the below link) https://docs.microsoft.com/en-us/dynamicsax-2012/appuser-itpro/tips-to-help-prevent-long-running-reports-from-timing-out?redirectedfrom=MSDN Resolution: 1. Export the configuration file from client as shown below and make sure the configuration target is "Business Connector". 2. Save the file on the remote desktop with the name "Microsoft.Dynamics.AX.reportConfiguration" .     3. Open the file and search for  sendTimeout="00:10:00"    4. Replace all the  sendTimeout="00:10:00" with sendTimeout="00:30:00" by doing cntl+H...