Skip to content

Commit 5845ad4

Browse files
author
zoeycastillo
committed
Update-kb.yml
1 parent 8b96017 commit 5845ad4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/kb/directorymanager/error_entra_id_replication_always_runs_from_scratch_due_to_domain_case_sensitivity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ Because the check is case-sensitive, the system fails to find the existing times
6161
WHERE isr.IdentityStoreId = <IdentityStoreId>;
6262
```
6363

64-
If you see `woodmenlife.org` (lowercase "w"), this confirms the mismatch.
64+
If you see `Domain.org` (lowercase "d"), this confirms the mismatch.
6565

66-
If the domain already matches the correct casing (`Woodmenlife.org`), no change is needed.
66+
If the domain already matches the correct casing (`Domain.org`), no change is needed.
6767

6868
3. Backup the table (precaution):
6969

@@ -83,7 +83,7 @@ Because the check is case-sensitive, the system fails to find the existing times
8383
AND Domain = 'domain.org';
8484
```
8585

86-
5. Re-run the verification query from Step 2. The domain should now be stored as `Woodmenlife.org`.
86+
5. Re-run the verification query from Step 2. The domain should now be stored as `Domain.org`.
8787

8888
6. On the next replication cycle, confirm in the logs:
8989

0 commit comments

Comments
 (0)