I'm trying to install CRM 2015 on a pretty locked-down server and keep getting two errors in the 'install_log.log' file and setup fails:
- Check SandboxServiceAccountSecurityValidator : Failure: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
- Check VssWriterServiceAccountSecurityValidator : Failure: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
I checked all privileges/permissions required for the two service accounts, but these errors keep occurring.
Here's the fragment from the 'install_log.log' file:
10:30:44| Info| Check AspNetServiceAccountValidator: Success
10:30:44| Info| Check SandboxServiceAccountValidator: Success
10:30:44| Info| Account network name: srvcBABDCRMSandbox@frd.tshsdir.local
10:30:44| Error| Check SandboxServiceAccountSecurityValidator : Failure: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))10:30:44| Info| Check DeploymentServiceAccountValidator: Success
10:30:44| Info| Check AspNetServiceAccountCanMonitorPerfCountersValidator: Success
10:30:44| Info| Check AsyncServiceAccountCanMonitorPerfCountersValidator: Success
10:30:44| Info| Check VssWriterServiceAccountValidator: Success
10:30:44| Info| Account network name: srvcBABDCRMVssWriter@frd.tshsdir.local
10:30:44| Error| Check VssWriterServiceAccountSecurityValidator : Failure: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))10:30:45| Info| Check MonitoringServiceAccountValidator: Success
10:30:45| Info| Check AvailableSpaceValidator: Success
Any help is appreciated in fixing these errors. The event log doesn't show any errors or other details.
*This post is locked for comments
I have the same question (0)