ProgressReport view

The ProgressReport view stores information about completed sessions. Progress reports will be written only for calls and sessions that Lync Server 2013 determines might be useful for diagnostic purposes. This view was introduced in Microsoft Lync Server 2013.

Note

The ErrorTime, ErrorReportSeq and ProgressReportSeq fields don't necessarily refer to errors but to messages that indicate the status of calls or messages.

Column Data Type Details
ErrorTime
datetime
Time of error occurred. Used in conjunction with ErrorReportSeq to uniquely identify an error.
ErrorReportSeq
int
ID number to identify the error. Used in conjunction with ErrorTime to uniquely identify an error.
ProgressReportSeq
int
ID to identify the progress report. Used to distinguish progress reports of the same error report.
MsDiagId
int
Diagnostic ID for the error report.
Source
nvarchar(256)
Name of server that originated the error (if report was sent from a server component).
Application
nvarchar(256)
Name of application that originated the error (if report was sent from a server component).
TelemetryId
uniqueidentifier
Unique identifier correlating join time information for the different components involved in a conference.
SessionSetupTime
int
Time (in milliseconds) required for a specific component to join a conference.
MsDiagHeader
varchar(max)
Additional error information.