Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Programming » .NET application programming » SQL Anywhere ASP.NET providers

 

Health Monitoring provider table schema

SAWebEventProvider logs web events in the aspnet_WebEvent_Events table of the provider database. The namespace associated with SAWebEventProvider is iAnywhere.Web.Security. Each record in the WebEvents_Events table corresponds to one web event.

For more information about setting up health monitoring, see "How To: Use Health Monitoring in ASP.NET 2.0" at [external link] http://msdn.microsoft.com/en-us/library/ms998306.aspx.

Column name Description
name The name of the provider.
type iAnywhere.Web.Security.SAWebEventProvider
connectionStringName The name of a connection string specified in the <connectionStrings> element.
connectionString The connection string. Optional. Required if connectionStringName is not specified.
commandTimeout The timeout value, in seconds, for server calls.
maxEventDetailsLength The maximum length of the details string for each event or Infinite