Posts

Showing posts from 2015

CU8 Application on AX 2012 R3 instance - Reinitialize the Model Store

Reinitialize the model store After installations of most of the hotfixes and Cumulative updates Many hotfixes require that you reinitialize the model store after installation. You should assume that all cumulative updates require reinitializing. The hotfix description indicates whether this step is required. You can use either Windows PowerShell or AXUtil to perform this step. 1. On the Start menu, point to All Programs, point to Administrative Tools, and then click Microsoft Dynamics AX Management Shell. 2. At the Windows PowerShell command prompt, PS C:\>, type the following command, and then press ENTER. Initialize-AXModelStore This command reinitializes the default model store For more information, see Initialize-AXModelStore.

A network error occured while attempting to read from the file - Skype Installation

Image
Resolution of this issue was pretty simple .Just followed the blog as below and found that there was already an installation for the skype with some other user credentials. Just remove it and reinstall it again to resolve your issue http://community.skype.com/t5/Windows-archive/A-network-error-occurred-while-attempting-to-read-from-the-file/td-p/1261862

ERR_QUIC_PROTOCOL_ERROR - Google Chrome

Image
Getting Error Message when loading Gmail in google chrome. ERR_QUIC_PROTOCOL_ERROR Resolve this issue by following this link  http://stackoverflow.com/questions/28195610/why-is-this-error-appearing-in-chrome-load-resource-neterr-quic-protocol-erro Probably unrelated, but note that if you are receiving this error you can disable QUIC in Chrome by disabling the  enable-quic  setting by navigating to: chrome://flags/#enable-quic share improve this answer

Export Data from AX 2012 - using DIXF (Data Migration Framework)

Importing is a well known task using DIXF, but at times we do need to export as well and then import it back in AX 2012. The export task can be done with the help of this information. https://technet.microsoft.com/en-us/library/dn144987.aspx Define the format of your source data Open  Data Import/Export Framework  >  Setup  >  Source data formats . Click  New , enter a name and a description, and then select  AX  from the  Type  list. Define a processing group to export data from Microsoft Dynamics AX Change the company to  CEU . In  Data Import/Export Framework , click  Common  >  Processing group , and then click  New  to create a new processing group. Set the group name to  Export-Cust  and add a description. Click  Entities  to select the entities to include in the processing group. In the  Select entities for processing group  form, click  New , and then, for an entity name, select  Customer . In the  Source data format  fiel

AX 2009 Installation roll back issue - Client AX 2009

Encountered the issue when installing the client on different machines of the users. Only client was required to be installed and faced Rollback of the overall client installation. Please note that - to install Dot Net Framework 3.5 we need to go in windows feature for Windows 7. Downloaded version to install did not worked. The issue resolved by visiting some of the blogs https://community.dynamics.com/ax/f/33/t/21172.aspx K. Arunsubramaniam   responded on 7 Jun 2010 3:08 AM Hi,  I think problem in .net frameworks previous installed.So uninstall all .net frameworks from that machine and install a fresh .net framework 3.5 installation. Then install AX it will work. Camilo Virguez   responded on 20 Aug 2010 5:11 PM Hi, We had the same problem with a Win7 Ultimate.   We had to unistall .net4 and all of the Visual c++ (2005-2008); reboot and  Install .net3.5.  Then, the installer ran with no problems. 

Dynamics AX 2012 - Table Keys

Terminology for keys Important concepts. Term Description foreign key In Microsoft Dynamics AX, an AOT node under  MyTable  >  Relations  represents a foreign key.  natural key A key whose value has meaning to people. Most replacement keys are natural keys. surrogate key A key whose value has no meaning to people. A large number generated by the system, such as RecId, could be a surrogate key. unique key A broad term that applies to primary keys and to alternate keys. It does not apply to foreign keys. This term emphasizes that all values for a given key must be unique within one table. All fields in a unique key must be not-nullable.