When I try to use the Policy Service in the Dynamics Security Console, I get the following message:
"Cannot access the policy service. Verify that the configuration file exists and contains the correct path to the policy service."
I am assuming that this config file is "Microsoft.Dynamics.Security.Administration.SecurityAdministration.dll.config", since it contains the following line:
<add key="CD68F334-1748-4426-BD4A-051E30E56886" assemblyName="Microsoft.Dynamics.GP.Administration.Policy, Culture=neutral, PublicKeyToken=31bf3856ad364e35" classNamespace="Microsoft.Dynamics.GP.Administration.Policy" className="PolicyNode"/>
When I remove this line, the Policy node in the Dynamics Security Console does not appear.
For reference, when I actually retrieve Policies from Dynamics GP using Web Services, there are no errors. It's only when trying to access the module in the Security Console that I run into problems. I've read elsewhere here that trashing and reinstalling GP can solve this, but this seems like a drastic step for a seemingly simple problem.
Thanks in advance for any tips!