LogNotificationText Element (ADF)

Configures the distributor to log all notification text from the delivery protocol for all notifications or just failed notifications.

Sintaxis

<ApplicationExecutionSettings>
    ...
    <DistributorLogging>
        ...
        <LogNotificationText>

Element Characteristics

Characteristic Description

Data type

Boolean.

Default value

true.

Occurrence

Optional once per DistributorLogging element.

Updates

Can be added, deleted, and modified when updating the application.

Element Relationships

Relationship Elements

Parent element

DistributorLogging Element (ADF)

Child elements

None.

Notas

Notification Services always logs notification text for failed deliveries. Setting the LogNotificationText value to true configures Notification Services to log notification text for all notifications.

The logged notification text is from the delivery protocol, which includes all notification text plus header text. The logged text is truncated at 2048 Unicode characters.

To view log data, use the NS<nombreDeClaseDeNotificación>NotificationDistribution (vista).

Ejemplo

The following example shows how to configure the distributor to log notification text only for failed notifications.

<LogNotificationText>false</LogNotificationText>

Vea también

Referencia

Application Definition File Reference

Otros recursos

Configurar el registro de distribuidor
Actualizar instancias y aplicaciones

Ayuda e información

Obtener ayuda sobre SQL Server 2005