Error ‘Cannot create another system semaphore’ while starting the AX 2012 AOS service
Introduction:
While starting the AOS service if you face above error then check 2 things,
- Check your System log as mention in error (Event Viewer-> Windows Log -> System) it will give you error ‘Cannot create another system semaphore’.
- Also, Check your Application Log (Event Viewer -> Windows Log -> Application).
Cause:
This error means simply means your AX 2012 Kernel version is lower than your Application version. As, the kernel version is lower it does not support your current Timezone version.
Solution:
- Upgrade your AX 2012 kernel version to higher version.
- Run below script to modify your Timezone version
Update SQLSystemVariables set value = 4 where parm = 'SYSTIMEZONESVERSION'
Related posts:
How to review and accept changes to confirmed Purchase Orders in D365 F&O
How to run an SSRS report on a selected record in the CRM using FetchXml
Project Operations as source of truth for Professional Services Organizations
Streamlining Build Pipelines with YAML Template Extension: A Practical Guide