Skip to content

Commit 29c9d58

Browse files
authored
Update adamsync-cant-sync-basedn-grandchild-ou.md
Edit review per CI 7577
1 parent fc26597 commit 29c9d58

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

support/windows-server/active-directory/adamsync-cant-sync-basedn-grandchild-ou.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Synchronizing Between AD DS and AD LDS Enters Endless Loop when the BaseDN is a Grandchild OU
3-
description: Discusses how to work around a behavior in the Adamsync tool in which the synchronization process enters an endless loop. You can only stop the loop by using Task Manager or by pressing CTRL+C.
2+
title: Synchronizing Between AD DS and AD LDS Enters Endless Loop if the base DN is a Grandchild OU
3+
description: Discusses how to work around a behavior in the Adamsync tool in which the synchronization process enters an endless loop.
44
ms.date: 01/09/2026
55
manager: dcscontentpm
66
audience: itpro
@@ -14,23 +14,23 @@ appliesto:
1414
- ✅ <a href=https://learn.microsoft.com/windows/release-health/supported-versions-windows-client target=_blank>Supported versions of Windows Client</a>
1515
---
1616

17-
# Synchronizing between AD DS and AD LDS enters endless loop when the baseDN is a grandchild OU
17+
# Endless loop in AD DS to AD LDS synchronization if base DN is a grandchild OU
1818

19-
This article discusses how to work around a behavior in the Adamsync tool in which the synchronization process enters an endless loop. You can only stop the loop by using Task Manager or by pressing CTRL+C.
19+
This article discusses how to work around a behavior in the Adamsync tool in which the synchronization process enters an endless loop if the base distinguished name (base DN) is a grandchild OU. You can stop the loop only by using Task Manager or by pressing Ctrl+C.
2020

2121
_Original KB number:_ &nbsp; 926933
2222

2323
## Symptoms
2424

25-
You have an Active Directory Domain Services (AD DS) forest and an Active Directory Lightweight Directory Service (AD LDS) instance. You use the Active Directory Application Mode (ADAM) Synchronizer (Adamsync) tool in Microsoft Windows to synchronize data from the AD DS forest to the AD LDS instance. However, the synchronization never finishes. For a detailed walkthrough of this process, see [More information](#more-information).
25+
You have an Active Directory Domain Services (AD DS) forest and an Active Directory Lightweight Directory Service (AD LDS) instance. You use the Active Directory Application Mode (ADAM) Synchronizer (Adamsync) tool in Windows to synchronize data from the AD DS forest to the AD LDS instance. However, the synchronization never finishes. For a detailed walkthrough of this process, see [More information](#more-information).
2626

27-
This issue occurs if you specified a grandchild organizational unit (OU) in the AD DS forest as the base distinguished name (base DN) in Adamsync's XML configuration file. Such a configuration resembles the following example:
27+
This issue occurs if you specify a grandchild organizational unit (OU) in the AD DS forest as the base DN in Adamsync's XML configuration file. Such a configuration resembles the following example:
2828

2929
```xml
3030
<base-dn>OU=Grandchild,OU=Child,DC=03child,DC=MyDomCon,DC=net</base-dn>
3131
```
3232

33-
By default, the configuration file is named MS-AdamsyncConf.XML and it resides in the %windir%\adam folder.
33+
By default, the configuration file is named MS-AdamsyncConf.XML, and it resides in the %windir%\adam folder.
3434

3535
## Cause
3636

@@ -54,7 +54,7 @@ You can reproduce the issue by following these steps:
5454

5555
1. Configure an AD LDS instance (or a configuration set of instances) as described in the [Preparing an AD LDS instance for synchronization](/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/cc770408(v=ws.10)#preparing-an-adlds-instance-for-synchronization) section of "Synchronize with Active Directory Domain Services."
5656

57-
1. Edit the Adamsync tool's configuration file to synchronize data from an Active Directory forest to the instance or configuration set. Set the base DN to be the grandchild OU.
57+
1. Edit the Adamsync tool configuration file to synchronize data from an Active Directory forest to the instance or configuration set. Set the base DN to be the grandchild OU.
5858

5959
For example, include parameters that resemble the following example in the My-Custom-AdamsyncConf.XML configuration file:
6060

@@ -68,14 +68,14 @@ You can reproduce the issue by following these steps:
6868
<base-dn>OU=Grandchild,OU=Child,DC=03child,DC=MyDomCon,DC=net</base-dn>
6969
```
7070

71-
1. To install the Adamsync configuration, open a Windows Command Prompt window, and then run the following command:
71+
1. To install the Adamsync configuration, run the following command at a Windows command prompt:
7272

7373
```console
7474
Adamsync.exe /install <AdamServerName>:<PortNo> My-Custom-AdamsyncConf.XML
7575
```
7676

7777
> [!NOTE]
78-
> In this command (and in the other steps of this procedure) `<AdamServerName>` represents the name of the computer that runs the Adamsync tool, and `<PortNo>` represents the number of the port that the Adamsync tool uses.
78+
> In this command (and in the other steps of this procedure), `<AdamServerName>` represents the name of the computer that runs the Adamsync tool, and `<PortNo>` represents the number of the port that the Adamsync tool uses.
7979
8080
1. To start synchronizing, run the following command at the command prompt:
8181

@@ -118,7 +118,7 @@ You can reproduce the issue by following these steps:
118118
Previous entry took 0 seconds (2, 0) to process
119119
```
120120

121-
This pattern of entries keeps repeating through the log file.
121+
This pattern of entries repeats throughout the log file.
122122

123123
## References
124124

0 commit comments

Comments
 (0)