Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the number of consecutive notification delivery failures that can occur when attempting to deliver a distributor work item before the attempt is aborted and an error is reported to the event log.
Syntax
<NotificationClasses>
<NotificationClass>
...
<Protocols>
<Protocol>
<ProtocolExecutionSettings>
...
<FailuresBeforeAbort>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type |
Non-negative integer. |
Default value |
20. |
Occurrence |
Optional once per ProtocolExecutionSettings element. |
Updates |
Can be added, deleted, and modified when updating the application. |
Element Relationships
| Relationship | Elements |
|---|---|
Parent element |
|
Child elements |
None. |
Hinweise
When the FailuresBeforeAbort limit is reached, the distributor writes a message to the application log and then marks the work item as failed. In this case, there might be notifications in the work item that were never attempted. If there is a retry schedule, the distributor will pick up the work item at the next retry interval and retry both the failed notifications and those that were never attempted.
Beispiel
The following example shows how to specify that ten consecutive delivery failures are permissible before aborting any further attempts.
<FailuresBeforeAbort>10</FailuresBeforeAbort>
Siehe auch
Verweis
Application Definition File Reference
Andere Ressourcen
Angeben des Namens und der Felder des Übermittlungsprotokolls
Aktualisieren von Instanzen und Anwendungen