"Failed to Invoke Diagnostic External Services: Keyset does not exist" or in german:
"Failed to Invoke Diagnostic External Services: Der Schlüsselsatz ist nicht vorhanden"
After some research I found out that this is due to the fact that my service is running with an account which is not within the administrators group.
So I followed these steps to allow the service account to access the certificate;
- Start the Microsoft Management Console from the start menu (typing mmc and hitting enter is enough).
- Click on File > Add or remove Snap-In
- Select Certificates
- Click on Add and select “Computer account”
- Select “Local Computer”
- Click finish
- Under Certificates > Personal > Certificates look for the one you created
- Right click on the certificate and select All Tasks > Manage Private Keys…
- On the Security tab add the service account for the Diagnostics Service and grant full control to it.
- Click on accept.
- Restart the Diagnostics service.
No comments:
Post a Comment