diff --git a/docs/kb/directorymanager/error_entra_id_replication_always_runs_from_scratch_due_to_domain_case_sensitivity.md b/docs/kb/directorymanager/error_entra_id_replication_always_runs_from_scratch_due_to_domain_case_sensitivity.md index 6ff00e4246..76b2f7dfee 100644 --- a/docs/kb/directorymanager/error_entra_id_replication_always_runs_from_scratch_due_to_domain_case_sensitivity.md +++ b/docs/kb/directorymanager/error_entra_id_replication_always_runs_from_scratch_due_to_domain_case_sensitivity.md @@ -61,9 +61,9 @@ Because the check is case-sensitive, the system fails to find the existing times WHERE isr.IdentityStoreId = ; ``` - If you see `woodmenlife.org` (lowercase "w"), this confirms the mismatch. + If you see `Domain.org` (lowercase "d"), this confirms the mismatch. - If the domain already matches the correct casing (`Woodmenlife.org`), no change is needed. + If the domain already matches the correct casing (`Domain.org`), no change is needed. 3. Backup the table (precaution): @@ -83,7 +83,7 @@ Because the check is case-sensitive, the system fails to find the existing times AND Domain = 'domain.org'; ``` -5. Re-run the verification query from Step 2. The domain should now be stored as `Woodmenlife.org`. +5. Re-run the verification query from Step 2. The domain should now be stored as `Domain.org`. 6. On the next replication cycle, confirm in the logs: