Alfasith AX

Alfasith AX
اللَّهُمَّ انْفَعْنِي بِمَا عَلَّمْتَنِي، وَعَلِّمْنِي مَا يَنْفَعُنِي، وَزِدْنِي عِلْمًا

Tuesday, July 21, 2015

Stop prompt 'add link' when you open any URL page in server

Hi,

Turn  IE enhanced security to  OFF  from ON so that it will not prompt you on every every page that you open in the server OS.

Regards,

Thursday, July 9, 2015

AX client cache is stored as *.aoc file

Hi,

where are stored the parameters for the user session ?
This is the local location of every client system bears the *.aoc file for client cache.

C:\Documents and Settings\\local settings\application data\*.aoc

On clearing the individual cache will make ease on cleaning their concern sessions records.

Note: *.aoc file will be cleared on every AOS restart.
Regards,

Thursday, July 2, 2015

Hot fixes for Microsoft Dynamics AX 2012 R3

Hi,

Hot fixes for Microsoft Dynamics AX 2012 R3

Partner source link to download the hot fixes.

KBNumber
Area Path
Integration Build
Title
2989855
DAXSE\Human Resources\Payroll
6.3.164.2444
Earning code groups
2989197
DAXSE\Human Resources\HR
6.3.164.2443
Unable to delete or modify existing fixed compensation records
2983634
DAXSE\Client
6.3.164.1785
Not able to open the AOT developer workspace in the middle of the AOD code upgrade checklist to review code and troubleshoot code and layering problems
2983184
DAXSE\SI
6.3.164.1710
CRP deadlock issues
2978857
DAXSE\SI\Expense Management\Expense Entry
6.3.164.1450
Meal Reduction on per day basis- Perdiem
2974109
DAXSE\Human Resources\Payroll
6.3.164.2723
The earning generation process is not creating lines when the lines calculate to a zero dollar amount (Leave, Schedule, and Recurring)
2928470
DAXSE\Infrastructure\Build
6.3.164.5
KB is required for building R3 SYP model file.
Regards,

Wednesday, July 1, 2015

Warning cum error "Access Is denied For the user" in DMF AX 2012 R3


Hi,

Solution:

1. Add the concern user in 'Microsoft Dynamics AX Data Import Export Framework Service Users local group'  in server where DMF service is running.
2. Make the directory shared with everyone in read/write privileges.
3. Must restart the server not AOS , Its server (system)
 Note: sometimes it will not be validated until you restart the server.


Regards,

Saturday, June 27, 2015

AX build number (version)

Version
Build
Comment
Download link
Recent kernel build
6.3.3000.2173
20 Mar 2016
6.3.3000.110
24-Nov-15
08 Jun 2015
6.3.1000.309
18 Nov 2014
Hotfixes
6.3.1000.xxxx
Since 2015
Hotfixes
6.3.164.xxxx
Until 2015
6.3.164.0
14-Apr
Customer / Partner
Version
Build number 
Comment
Download link
Recent kernel build
6.2.3000.1177
10-Mar-16
Cumulative Update 9
6.2.3000.110
24-Sep-15
Cumulative Update 8
6.2.2000.14
06-Mar-15
6.2.1000.4051
01-Nov-13
6.2.1000.1437
26-Jun-13
Cumulative Update 1
6.2.1000.156
26-Feb-13
Hotfixes
6.2.2000.xxxx
After Feb 2015
Hotfixes
6.2.1000.xxxx
Until May 2015
6.2.158.0
01-Dec-12
Customer / Partner
Microsoft Dynamics AX 2012
Version
Build
Comment
Download link
Recent kernel build
6.0.1108.8583
27 Jan 2016
Cumulative Update 7
6.0.1108.6482
16-Apr-14
Cumulative Update 5
6.0.1108.4316
29 Apr 2013
Cumulative Update 4
6.0.1108.2423
02 Dec 2012
Cumulative Update 3
6.0.1108.670
28 Jun 2012
Cumulative Update 2
6.0.947.280
16 Nov 2011
Cumulative Update 1
6.0.947.61
01 Aug 2011
Hotfixes [new]
6.0.1108.xxxx
After 15 Feb 2012
Hotfixes [old]
6.0.947.xxxx
Until 15 Feb 2012
6.0.947.862
Solution build 6.1.1108.0
Customer / Partner
RTM
6.0.947.0
01-Aug-11
Customer / Partner
Version
Build
Comment
Download link
Latest kernel build
5.0.1600.3596
26 Jan 2016
KB3138383
Recent published kernel build
5.0.1600.2967
23-Jun-14
Recent Retail POS build
5.0.1600.3368
21 Apr 2015
Retail
01 Jun 2012
Process Industries 3.1
25-Mar-12
Project Time Management
25-Mar-12
Professional Services Automation
25-Mar-12
Payroll
01-Apr-13
Rollup Update 8
5.0.1500.6491
21 Mar 2012
Rollup Update 7
5.0.1500.4570
25 Apr 2011
Rollup Update 6
5.0.1500.3761
16 Dec 2010
Rollup Update 5
5.0.1500.2985
30-Jun-10
Rollup Update 4
5.0.1500.2116
22-Mar-10
Rollup Update 3
5.0.1500.1313
22-Sep-09
Rollup Update 2
5.0.1500.809
29-Jun-09
Rollup Update 1
5.0.1500.358
12-Apr-09
Hotfixes [New]
5.0.1600.xxxx
After 18 Apr 2012
Hotfixes [Old]
5.0.1500.xxxx
Until 18 Apr 2012
Service Pack 1
5.0.1000.52
08-Nov
Customer / Partner 
RTM RU-6
5.0.593.1429
RTM RU-5
5.0.593.1287
RTM RU-4
5.0.593.1084
RTM RU-3
5.0.593.827
RTM RU-2
5.0.593.662
RTM RU-1
5.0.593.439
RTM Hotfixes
5.0.593.xxxx
Until 25 Apr 2011
RTM
5.0.593.0
02-Jun-08
Customer / Partner
Microsoft Dynamics AX 4.0 SP2
Version
Build
Comment
Download link
Latest Kernel Build
4.0.2503.1872
14-Jan-14
Latest Application Build
4.0.2503.1707
11-Oct-11
KB2626235
Hotfixes
Until 17 Oct 2011

Get a table ID in SQL / table browser - D365

Hi select ID from SysTableIdView where  SysTableIdView .Name = 'CustTable' <URL>/?cmp=<CompanyID>&mi=sysTableBrowser...