79114188

Date: 2024-10-22 13:07:50
Score: 2
Natty:
Report link

As hier said the problem is that Service is running as "local System account" and even it has the admin power but the windows credential does not allow it to access credential. for accessing credential, the user should be the same user as creator of credential. the easy way is to right click on service in "Windows Services" and say to run service as the user... but the correct way is to define a service Account for doing that job.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: samsoft