tblPrincipalMeta in Lync Server 2013
Topic Last Modified: 2012-09-12
tblPrincipalMeta contains the principals that have to be refreshed from Active Directory Domain Services.
Columns
Column | Type | Description |
---|---|---|
prinID |
int, not null |
Principal ID. |
prinAffiliationsDirty |
bit, not null |
True if principal affiliations have to be refreshed. |
prinAttributesDirty |
bit, not null |
True if principal attributes have to be refreshed. |
prinDeleted |
bit, not null |
True if the principal has been deleted. |
tryCount |
int |
Number of attempts to refresh the principal from AD DS that have happened so far. |
lastTry |
datetime |
Time stamp from the latest attempt to refresh the principal. Can be null if no refresh has been attempted yet. |
nextTry |
datetime |
Time stamp for the next scheduled refresh. Can be null if no further refresh has been scheduled. |
Keys
Column | Description |
---|---|
prinID |
Primary key. |
prinID |
Foreign key with lookup in tblPrincipal.prinID table. |