
Hello,
We have a client who is running Dynamics GP 2010 and their web developer team is looking to integrate their website with GP - and as such, they will need full admin rights to the Terminal Server where GP is installed and the SQL DB.
They were able to remotely log into those machines and install whatever they needed to, but when they go to the GP Web Services Configuration Wizard, they are getting the following error message.
Unable to open the authorization manager store for management.
Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
I tried with our domain admin account and got the same. After research, I found a config file (DynamicsSecurityAdmin.config) that says
system.web>
<authorization>
<allow users="companyname\companynameadmin"/>
<deny users="*"/>
</authorization>
</system.web>
The Dynamics GP service also runs under this account.
I asked for the credentials and they were given to me. I logged in and I get the same error message as well...
At least when I open DynamicsSecurityConsole, I get a different error message than before when I was not using the companynameadmin account.
It says
Could not access the SecurityService service. System.UnauthorizedAccessException.
After looking that up, I found an article that uses Authorization Manager.
I try to open a SQL store with the URL in the proper file
mssql://Driver={SQL Server};Server={COMPANYNAME-DB01};/DWS/DynamicsGPWebServices
and get "Cannot open the authorization store. The following problem occurred: Access is denied."
I cannot seem to get anywhere...
Any help would be appreciated!
Can I just modify the config file and add another user or something? No because not even the user listed can access it; I get access denied...
*This post is locked for comments
I have the same question (0)