Saturday, June 17, 2017

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

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



Solution:

Open SSMS (SQL)
Run enter SSMS and Enter.



Run the below script:   on SQL 


select * from SQLSystemVariables
WHERE PARM = 'SYSTIMEZONESVERSION'

UPDATE SQLSystemVariables
SET VALUE = 7
WHERE PARM = 'SYSTIMEZONESVERSION'



No comments:

Post a Comment