Alfasith AX

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

Sunday, May 22, 2016

SQL Server 2014 build versions

SQL Server 2014 build versions

This article lists the Microsoft SQL Server 2014 builds that were released after SQL Server 2014 was released.
SQL Server 2014 Service Pack 1 (SP1) and cumulative update (CU) builds
Cumulative update name
Build version
Knowledge Base number
SQL Server 2014 SP1 CU6
12.0.4449.0 (latest build)
SQL Server 2014 SP1 CU5
12.0.4439.1
SQL Server 2014 SP1 CU4
12.0.4436.0
SQL Server 2014 SP1 CU3
12.0.4427.24
SQL Server 2014 SP1 CU2
12.0.4422.0
SQL Server 2014 SP1 CU1
12.0.4416.1
SQL Server 2014 SP1
12.0.4100.1
SQL Server 2014 cumulative update (CU) builds
Cumulative update name
Build version
Knowledge Base number
CU13
12.0.2568.0 (latest build)
CU12
12.0.2564.0
CU11
12.0.2560.0
CU10
12.0.2556.4
CU9
12.0.2553.0
CU8
12.0.2546.0
CU7
12.0.2495.0
CU6
12.0.2480.0
CU5
12.0.2456.0
CU4
12.0.2430.0
CU3
12.0.2402.0
CU2
12.0.2370.0
CU1
12.0.2342.0

Ref : https://support.microsoft.com/en-us/kb/2936603

Tuesday, May 17, 2016

Ax error " A user session on the server could not be created. Try to start the client again. If the problem continues contact Ax Administrator


Cause:
AOS has no access to createusersessions stored procedure in the database.
Even there will not be any log in Event Viewer for this issue.


Occurrence :
Whenever C:drive of AOS server gets full then this will occur.

Resolution:
Clear the C: drive at-least to 2 GB to run the application.
Best way is to shirk the SQL databases.

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) ...