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.
No comments:
Post a Comment