Topic Last Modified: 2011-01-27

The ServerIdentity table contains the active servers in the Microsoft Lync Server 2010, Group Chat pool.

Columns

Column Type Description

serverID

int, not null

Server ID. (Each server generates a new ID.)

serverAddress

nvarchar (256), not null

Server address, in one of the following formats:

  • For a Compliance Server, the address is in this format: “msmq:// queuename.

  • For a Lookup or Channel Server, the address looks like the format of a Windows Communication Foundation address.

serverType

int, not null

Server type with numbers representing the following:

  • 1: Lookup Server

  • 2: Channel Server

  • 4: Compliance Server

serverLastPingTime

datetime

The latest time the Channel Server updated this row to give evidence that it is running. Applies to Channel Servers only. Null for the server other roles.

Key

Column Description

serverID

Primary key.