In a secure environment, think with Windows UAC (User Access Control) turned on the application or service might fail to update its own configuration files and send you errors
"Failed updating the server config file."
"Service user does not exist."
"Permission denied"
In this case it would often help to set the owner of the installation directory to be the service account under which the application run.
If you know the exact file that the service needs to update you can change only this file, if not you can change for the entire directory.
To do so:
Right
click on the folder -> Properties -> Security -> Advanced Security
Settings -> Owner -> Edit -> select your service account user and check also
‘Replace owner on subcontainers’, OK OK OK OK
No comments:
Post a Comment