ktruelse articles

ktruelse
Published 
1 min read

AX 2012 Database: How to enable SQL compression (Enterprise edition) 

Description: We now fully support database compression from within the AX system. If you are running Enterprise Edition, you can apply compression, which will save you Storage Space and decrease time for backup and restore. Read about the feature in the links section below.
Published 
1 min read

Temporary Tables (AX 2012) 

Set/Link Data on Temporary Tables (AX 2012) In Ax 2012, the Temporary property on tables was replaced with a new property: TableType, which has three possible values: Regular – a standard physical table InMemory – the type of temporary table which existed in the previous versions of Dynamics Ax.
Published 
13 min read

AX 2012 Retail: How to enable tracing in AX 2012 Retail 

AX 2012 Retail Tracing options   The aim of this blog is to describe the different trace options that exists in AX 2012 Retail. We have seen many request how and were to find information about errors in the retail system.
Published 
1 min read

AX2012 POS: Adding a new line is slow 

 Issue: When scanning an Item in POS the insert into the line grid seem a bit slow.   Solution: In the POS.EXE.CONFIG file change the Pooling to true C:\Program Files (x86)\Microsoft Dynamics AX\60\Retail POS\POS.EXE.CONFIG file <?xml version=”1.0″ encoding=”utf-8″?><configuration>    <configSections>        <section name=”AxRetailPOS” type=”LSRetailPosis.Settings.ConfigFile.AppConfiguration, SystemSettings, Version=6.0.0.
Published 
2 min read

AX for Retail: Manage data cleanup task in POS database 

Description:   The cleanup procedures in POS are not fully implemented and therefore a small manual job can ensure that your database is not filling up with unnecessary records. Resolution: We create a job in SQL to run in a schedule. In this example we use 150 days.