ax 2012 r2 services starting error

Hi freinds,

i have installed ax 2012 r2 ,while i am starting the services i have got an error 90.

"windows could not start microsoft dynamics ax object server 6.2$01-microsoft dynamics ax on local computer .for more information ,review the system event log .if this is a non microsoft seviece,contact the service vendor,and refer to service specific error code 90 "

Please give the solution as soon as possible.
Thanks& Regards,
Sudha.p

Hi Manasa,

Welcome to DUG [:)]

There must be a self explanatory event viewer entry in AOS. Please post here if that error entry doesn’t make sense to you.

Lastly questions of similar nature were discussed many times here. Please search first before posting your queries.

Hi Harish ,

i didn’t find any exact solution for my qurie,

Thanks & Regards,

Sudha

Hi Manasa,

As I mentioned in my previous post, did you check Event viewer in AOS box? In 99.99% cases, there must be an error entry. Did you find that entry and did that make sense?

Sometimes you may have to check Event viewer in SQL box as well.

HI,

I’m facing the same error:
In Event Viewer:

Object Server 01: Dialog issued for client-less session 1: The file ‘axgls.aod’ does not contain the correct check digits.

This is normally caused by file errors or by mixing different application versions.

Object Server 01: Dialog issued for client-less session 1: Error in file: D:\Program Files\Microsoft Dynamics AX\50\Application\appl\DynamicsAx1\axglsen-us.ahd while reading in record = 0
Windows error: =
Error code: 38 = Reached the end of the file.

Object Server 01: Dialog issued for client-less session 1: Error in file: D:\Program Files\Microsoft Dynamics AX\50\Application\appl\DynamicsAx1\axglsen-us.ahd while reading in record = 400
Windows error: =
Error code: 38 = Reached the end of the file.

Object Server 01:
Dialog issued for client-less session 1: Error in file: D:\Program Files\Microsoft Dynamics AX\50\Application\appl\DynamicsAx1\axglsen-us.ahd while reading in record = 0 Windows error: = Error code: 38 = Reached the end of the file. Try again?
Object Server 01:


Dialog issued for client-less session 1: Error in file: D:\Program Files\Microsoft Dynamics AX\50\Application\appl\DynamicsAx1\axglsen-us.ahd while reading in record = 400 Windows error: = Error code: 38 = Reached the end of the file. Try again?

Object Server 01:


Dialog issued for client-less session 1: Error in file: D:\Program Files\Microsoft Dynamics AX\50\Application\appl\DynamicsAx1\axglsen-us.ahd while reading in record = 0 Windows error: = Error code: 38 = Reached the end of the file. Try again?









Object Server 01:
Dialog issued for client-less session 1: The file ‘axgls.aod’ does not contain the correct check digits. This is normally caused by file errors or by mixing different application versions. A backup of correct files should be restored to avoid further damage. Microsoft Dynamics cannot be executed.
Object Server 01:
Dialog issued for client-less session 1: Error in file: D:\Program Files\Microsoft Dynamics AX\50\Application\appl\DynamicsAx1\axglsen-us.ahd while reading in record = 0 Windows error: = Error code: 38 = Reached the end of the file. Try again?
Object Server 01:
Dialog issued for client-less session 1: Error in file: D:\Program Files\Microsoft Dynamics AX\50\Application\appl\DynamicsAx1\axglsen-us.ahd while reading in record = 400 Windows error: = Error code: 38 = Reached the end of the file. Try again?
Object Server 01:
Dialog issued for client-less session 1: Error in file: D:\Program Files\Microsoft Dynamics AX\50\Application\appl\DynamicsAx1\axglsen-us.ahd while reading in record = 0 Windows error: = Error code: 38 = Reached the end of the file. Try again?
Object Server 01:
Dialog issued for client-less session 1: Error in file: D:\Program Files\Microsoft Dynamics AX\50\Application\appl\DynamicsAx1\axglsen-us.ahd while reading in record = 400 Windows error: = Error code: 38 = Reached the end of the file. Try again?
Object Server 01:
Dialog issued for client-less session 1: Error in file: D:\Program Files\Microsoft Dynamics AX\50\Application\appl\DynamicsAx1\axglsen-us.ahd while reading in record = 0 Windows error: = Error code: 38 = Reached the end of the file. Try again?
Object Server 01:


Dialog issued for client-less session 1: The message for ID 1390 cannot be found. Verify that your Microsoft Dynamics installation has the correct message file (*.ktd).





Object Server 01:
Dialog issued for client-less session 1: The message for ID 1389 cannot be found. Verify that your Microsoft Dynamics installation has the correct message file (*.ktd).

Hello ,

I am also facing same error.

Can u solve this isse deepak.

In Event Viewer:

Application or service ‘Microsoft Dynamics AX Object Server 6.0$01-MicrosoftDynamicsAX’ could not be restarted.

Object Server 01:
[Microsoft][SQL Server Native Client 10.0][SQL Server]Invalid object name ‘SYSCLIENTSESSIONS’.
UPDATE BATCH SET RETRYCOUNT=(RETRYCOUNT+?),STATUS=?,MODIFIEDDATETIME=?,RECVERSION=? WHERE ((STATUS=?) AND (RETRYCOUNT<RETRIESONFAILURE)) AND NOT EXISTS (SELECT ‘x’ FROM SYSCLIENTSESSIONS T2 WHERE (((BATCH.SESSIONIDX=T2.SESSIONID) AND (BATCH.SESSIONLOGINDATETIME=T2.LOGINDATETIME)) AND (T2.STATUS<>?)))


session 2 (-AOS-)





Hi EveryOne,

I am trying to resolve the issue :

update SqlSystemVariables set value = value - 1 where parm = ‘systabversion’

Run this SQL and restart the AOS.

But again AOS not start.

piyush: Wouldn’t Dilip’s trick with resetting SysTabVersion help in any way?

Deepak: Can you verify that your GLS layer has the right version and overwrite related files (from a backup or original installation media)?

Hi Martin,

Please tell me how to Verify GLS layer has the rigth version and overwrite related files???

Hi Martin,

Plz ignore the previous reply.

I was trying the dilip trick with resetting SysTabVersion but its not working in my case.

Still Error comes and AOS not strated.

Hi Piyush,

Regarding SysClientSessions table error - I assume this is a newly installed system and contain no business data. Try the following -

  1. Stop AOS

  2. In SQL Server Management Studio, take a backup of this table (just in case) and rename this table.

  3. In AOS server, look for xppIL directory. Take a backup of this directory and store this backup safe.

  4. After completing above steps, restart AOS.

The above steps will allow AOS to rebuild this table and also clear CIL directory and rebuild the same.

Hi Harish,

Which table backup and rename ???

SysClientSessions table not in my DB.

Hi Piyush,

SysClientSessions.

This table is system table.

Do this from backend using SQL server management studio.

Hi Harish,

I tried but this table is not in Sql sever management studio.

I am creating new AOS and configureing it with existing database after database and AOS have been installed ,

my new AOS is woking and also found sysclientsessions table in the Sql sever management studio.

Thanks for quick reply Harish and Martin

HI Martin,

Object Server 01: Dialog issued for client-less session 1: The file ‘axgls.aod’ does not contain the correct check digits.

This is normally caused by file errors or by mixing different application versions.

A backup of correct files should be restored to avoid further damage.

Can i replace the file from the original installation file.

Hi Martin,

While Lauching the Application, I’m getting below error:

Conection with AOS could not be established.

&

I’m getting below error in Event Viewer :

The Microsoft Dynamics AX Application Object Server is running on an operating system that is not supported. The supported operating system is Microsoft Windows Server 2003 with Service Pack 1.

Same error for me also did u solve this error plz help me

"windows could not start microsoft dynamics ax object server 6.2$01-microsoft dynamics ax on local computer .for more information ,review the system event log .if this is a non microsoft seviece,contact the service vendor,and refer to service specific error code 90 "

This warning is common in ax 2012… don’t worry about this… after getting this error aos takes 5-10min to start…

After connecting Demo Database in SQL server then i started the service Microsoft Dynamic AX Object Server 6.2$01-MicrosoftDynamicsAX in AX2012 server but its didn’t start giving error :-

"windows could not start microsoft dynamics ax object server 6.2$01-microsoft dynamics ax on local computer .for more information ,review the system event log .if this is a non microsoft seviece,contact the service vendor,and refer to service specific error code 90 "

Plz help me…