![]() |
#7 |
Модератор
|
Дополню:
см. http://www.axaptapedia.com/Dynamics_...allation#AOS_2 см. http://dynamics-ax-live.blogspot.com...er-system.html Цитата:
Error: Cannot create another system semaphore
When trying to start the Dynamics Ax AOS service, the attempt fails. You may receive following error message: Error: Cannot create another system semaphore When you check the Windows event log, you may come across following error: Fatal SQL condition during login. Probable causes:
If you copy your database from one environment to another (from Production to Test for example), make sure you have the right security setup in place. Does the startup account used for the AOS service have access to the SQL database? Once the account has access, make sure it has proper access. If you don't want to give it the db_owner role, make sure at least following roles are assigned to the service account • db_ddladmin • db_datareader • db_datawriter Also make sure permission to execute both stored procedures is in place. After you verified the above, you should be able to start the AOS service.
__________________
This posting is provided "AS IS" with no warranties, and confers no rights. |
|