tblSkippedAffiliations in Lync Server 2013
Topic Last Modified: 2012-09-12
tblSkippedAffiliations contains the affiliations that could not be read (usually 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 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 tblPrincipal.prinID table. |