tblSkippedAffiliations

tblSkippedAffiliations contain the affiliations that couldn't be read (due to Active Directory Domain Services access errors).

Columns

Column Type Description
prinID
int, not null
Principal ID.
affDescription
nvarchar (256), not null
A string identifying the affiliation.
The format is: guid: {0} uri: {1}> id: {2}
updatedBy
int, not null
ID of the principal that updated this row. It's always 1 (system user) because Active Directory Sync is the only source for these entries.

Keys

Column(s) Description
<prinID, affDescription>
Primary key.
prinID
Foreign key with lookup in tblPrincipal.prinID table.