Object Server 01:  Fatal SQL condition during login. Error message: \”The internal time zone version number stored in the database is higher than the version supported by the kernel (8/7). Use a newer Microsoft Dynamics AX kernel.\”

Issue: Dynamics AX service failed to start due to below error:

Event Log:

Error:
Object Server 01:  Fatal SQL condition during login. Error message: \”The internal time zone version number stored in the database is higher than the version supported by the kernel (8/7). Use a newer Microsoft Dynamics AX kernel.\”

AX: AX 2012 R3, CU8
OS: Windows Server 2012
SQL: SQL 2014

Solution:

Open SSMS (SQL)
Run enter SSMS and Enter

Select the DB

Run the below script:

select * from SQLSystemVariables
WHERE PARM = \’SYSTIMEZONESVERSION\’

UPDATE SQLSystemVariables
SET VALUE = 7
WHERE PARM = \’SYSTIMEZONESVERSION\’

And the return to windows type CMD run as Admin

C:windowssystem32>

Type: net start AOS60$01

Will look like: C:windowssystem32>net start AOS60$01

Happy AX Infra! 
Thanks & Regards,
Umesh Pandit
Mail ID: pandit.umesh@hotmail.com
Skype ID: pandit.umesh

2 thoughts on “Object Server 01: Fatal SQL condition during login. Error message: "The internal time zone version number stored in the database is higher than the version supported by the kernel (8/7). Use a newer Microsoft Dynamics AX kernel."

  1. The Community-Driven Education is the best to help us and provide great results. The Project Ownership Where it Belongs is amazing and I like that you shared this post for us to know about these ideas. Also from Microsoft AZ-301 Exam Questions I realize that it is more helpful for us.

Leave a Reply

Your email address will not be published. Required fields are marked *