SkippedAffiliations Table
Topic Last Modified: 2011-01-26
The SkippedAffiliations table contains the affiliations that could not be read for some reason (usually due to Active Directory Domain Services (AD DS) 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 is 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 Principal.prinID table. |