Share via


Monitoring Event Logs

You can monitor Team Foundation Server events and errors though event logs. Team Foundation Server logs a variety of informational, warning, and error events to the Application Event Log. These events can be viewed with the Event Viewer.

Team Foundation Server Events

The following table describes the Team Foundation Server events.

Event Type Event Code Name Event ID

Error

AuthenticationException

3001

Error

AuthorizationException

3002

Error

ResourceAccessException

3003

Error

InvalidIdentityException

3004

Error

IdentityNotFoundException

3005

Error

DatabaseFullException

3006

Error

DatabaseConfigurationException

3007

Error

DatabaseConnectionException

3008

Error

UnexpectedDatabaseResultException

3009

Error

SubscriberNotImplemented

3011

Error

PluginLoadException

3012

Error

UnableToContactService

3013

Error

ServerFatalInitError

3014

Error

UnhandledException

3015

Error

WatsonReportException

3016

Error

InstanceMismatchError

3019

Error

SchemaVersionMismatchError

3020

Error

ATStampMismatchError

3021

Error

MalformedRegistrationData

3022

Error

InvalidDownloadKey

3023

Error

FileTransferException

3024

Error

DeltaComputationException

3025

Error

EventNotificationException

3026

Error

UnableToReportException

3027

Error

RegistrationDataNotAvailable

3028

Error

AuthenticationTypeNotSupported

3029

Warning

InvalidDownloadKeyLength

6001

Warning

FileCacheRootNotConfigured

6002

Warning

UnhandledExceptionOccurred

6003

Warning

WatsonReportSuppressed

6004

Warning

InstalledUICultureNotFound

6005

Warning

PerformanceCounterInitialization

6006

Warning

InvalidUri

6007

Warning

InvalidIdentity

6008

Informational

ApplicationStarted

9001

Informational

ApplicationStopped

9002

Informational

ApplicationInitialization

9003

Informational

SystemStateChanged

9004

Informational

ProcessTerminatedByUserAction

9005

You can view event logs by clicking Start, choose Administrative Tools, and then choose Event Viewer. Team Foundation Server events are written to the Application Event Log, and additional information about each event can be viewed by double-clicking individual events.

See Also

Other Resources

Monitoring Team Foundation Server