Hello Everyone,
Am doing a fresh installation of AX 2012 R2 in my test environment but each time I try it fails. Am installing the following components:
Application Object Server, Client, Business intelligence (Reporting Service extension and Analytic Services Configuration)
Apparently, AOS fail to start to finish the installation of the additional components. When I check the event log, its says"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 (5/2). Use a newer Microsoft Dynamics AX kernel."
This is Fix by running the command
USE [Databasename]
Update SQLSYSTEMVARIABLES set value=2 where parm='SYSTIMEZONESVERSION';
After this was able to manually start AOS and install the addtional components. But I think something is not right because my cubes are not appearing under AOS->System administration->BI-> Analyst Server-> OLAP database....
Can some please say why my installation is not going as smooth as it should without me having to do all of this? Please note I have copied the DB from my productive environment and have it in test.

