You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/kb/directorymanager/error_entra_id_replication_always_runs_from_scratch_due_to_domain_case_sensitivity.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,14 +61,14 @@ Because the check is case-sensitive, the system fails to find the existing times
61
61
WHEREisr.IdentityStoreId=<IdentityStoreId>;
62
62
```
63
63
64
-
If you see `Domain.org` (lowercase "d"), this confirms the mismatch.
64
+
If you see the domain in all lowercase letters (e.g., `domain.org`), this confirms the mismatch.
65
65
66
-
If the domain already matches the correct casing (`Domain.org`), no change is needed.
66
+
If the domain already matches the correct title case (e.g., `Domain.org`), no change is needed.
67
67
68
68
3. Backup the table (precaution):
69
69
70
70
```sql
71
-
SELECT*
71
+
SELECT*
72
72
INTO dbo.IdentityStoreReplication_Backup_<yyyymmdd>
73
73
FROMSVC.IdentityStoreReplication
74
74
WHERE IdentityStoreId =<IdentityStoreId>;
@@ -83,7 +83,7 @@ Because the check is case-sensitive, the system fails to find the existing times
83
83
AND Domain ='domain.org';
84
84
```
85
85
86
-
5. Re-run the verification query from Step 2. The domain should now be stored as `Domain.org`.
86
+
5. Re-run the verification query from Step 2. The domain should now be stored in the proper case (e.g., `Domain.org`).
87
87
88
88
6. On the next replication cycle, confirm in the logs:
89
89
@@ -99,4 +99,4 @@ Because the check is case-sensitive, the system fails to find the existing times
99
99
## Additional Notes
100
100
101
101
- This issue is environment-specific and not widespread.
102
-
- If Directory Manager 11 Entra ID replication always runs from scratch, check the domain casing in **SVC.IdentityStoreReplication**. Correcting a single character in the domain field (lowercase “d” → uppercase “D”) restores delta replication and reduces runtime from hours to minutes.
102
+
- If Directory Manager 11 Entra ID replication always runs from scratch, check the domain casing in **SVC.IdentityStoreReplication**. Correcting a single character in the domain field (lowercase “d” → uppercase “D”) restores delta replication and reduces runtime from hours to minutes.
0 commit comments