Interview Questions

Tuesday, July 14, 2020

How to compile ax application objects through command prompt

Hi Guys,

If we need to save our time from compilation, we can follow below steps:

1- Open command prompt as administrator
2- Type below command
Command : axbuild.exe xppcompileall /s=01(instancenumber)

instance number = AOS number

normally, this type of compilation will complete in 20-30 mins. Depends on the cors used in process.

Monday, July 13, 2020

Cannot start AOS / Error: Cannot create another system semaphore.

Hi Friends,

Some time we found that after restoration of DB, one error popup during AOS start:
"Cannot create another system semaphore".

For this issue please find below solutions:
1- Open "SQL server management studio" as admin then select your master db and create below query-
update SQLSystemVariables
set value = '4'
where parm = 'SYSTIMEZONESVERSION'

After creation execute the query.
It worked for me.

2- check the user permission through which you are trying to start the AOS.