Skip to content

Commit c008461

Browse files
authored
Update file-sync-troubleshoot-installation.md
1 parent 1da859c commit c008461

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

articles/storage/file-sync/file-sync-troubleshoot-installation.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,18 @@ This issue occurs if the [PowerShell execution policy](/powershell/module/micros
5858
To resolve this issue, temporarily disable the [Turn on Script Execution](/powershell/module/microsoft.powershell.core/about/about_execution_policies#use-group-policy-to-manage-execution-policy) group policy setting on the server. Once the agent installation completes, the group policy setting can be re-enabled.
5959

6060
<a id="agent-installation-on-DC"></a>**Agent installation fails on Active Directory Domain Controller**
61-
If you try to install the sync agent on an Active Directory domain controller where the PDC role owner is on a Windows Server 2008 R2 or below OS version, you may hit the issue where the sync agent will fail to install.
61+
62+
In the agent installation log, the following error is logged:
63+
64+
```
65+
CAQuietExec64: Error 0x80070001: Command line returned an error.
66+
CAQuietExec64: Error 0x80070001: CAQuietExec64 Failed
67+
CustomAction InstallHFSRequiredWindowsFeatures returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
68+
Action ended 8:51:12: InstallExecute. Return value 3.
69+
MSI (s) (EC:B4) [08:51:12:439]: Note: 1: 2265 2: 3: -2147287035
70+
```
71+
72+
This issue occurs if you try to install the sync agent on an Active Directory domain controller where the PDC role owner is on a Windows Server 2008 R2 or below OS version.
6273

6374
To resolve, transfer the PDC role to another domain controller running Windows Server 2012 R2 or more recent, then install sync.
6475

0 commit comments

Comments
 (0)