I had a operating test system of AX 2012 R3 CU8. I used the AX setup tool to uninstall the AOS and then re-install it. Now when I try to start the AOS I get a message that leads me to the event logs where the error reports: Cannot create another system semaphore.
*This post is locked for comments
Fixed it with this:
update SQLSystemVariables
set value = '4'
where parm = 'SYSTIMEZONESVERSION'
THIS WORKED FOR ME.
I couldn't start my AOS service and GHogge solution worked for me. Thanks for the post!
following are two possible reasons, 2nd worked for me
-- Add the below permission to AOS SQL user
• db_ddladmin
• db_datareader
• db_datawriter
-- Update the below query
update SQLSystemVariables
set value = '4'
where parm = 'SYSTIMEZONESVERSION'
Thanks GHogge! your solution worked for me.
Fixed it with this:
update SQLSystemVariables
set value = '4'
where parm = 'SYSTIMEZONESVERSION'
ax 4.0 ....
support.microsoft.com/.../911380
also look her
dynamics-ax-live.blogspot.nl/.../error-cannot-create-another-system.html
Hi George Hogge,
Were you able to get a solution for this? Could you please share here as I am facing the similar issue on one of my environments.
Thanks in advance,
SKP
Ok.
Then, let us know what was the issue.
Thanks
Denis
Thanks. None of those options worked for me, but I appreciate the response. I'll open a support ticket. Thanks again.
Hi
Take a look to this post dynamics-ax-live.blogspot.it/.../error-cannot-create-another-system.html
I guess works also for you.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156