Skip to main content

Posts

Next generation of Axapta

Next generation of Axapta is Ax 2012 R2 and MS dynamics Ax 7. You can see From Microsoft Dynamics AX road map image

Layers in axapta 4,2009,2012

Encrypt Decrypt password or text in AXapta 2012

Encrypt or Decrypt in AX 2012 You can test following code in job before applying to main form. CryptoApi cryptoApi; Container container1,container2; ContainerClass concls; ; cryptoApi = new CryptoApi(99999999999); concls= new ContainerClass(["AbcCls"]); container1 = CryptoApi.encrypt(concls.toBlob()); container2 = ContainerClass::blob2Container(CryptoApi.decrypt(container1)); info(Strfmt("Encrypted:%1",BinData::dataToString(container1))); info(con2str(container2)); I hope you get your answer.

SQL Services Analysis Services Account for axapta

 The domain account the SQL Server Analysis Services (MSSQLSERVER) Windows service will run as. When installing Analysis Services, specify that the Analysis Services Windows service should run as the .NET Business Connector account. The .NET Business Connector account must have read access to the Microsoft Dynamics AX online transaction processing (OLTP) database.