Alfasith AX

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

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,

How find size of recordsortedlist in D365/AX 2012

Hi, This is the continuity of the previous article where we are now getting the size of recordsortedlist . if(recordsortedlist.len() >1) ...