Details |
Product: |
SQL Server Notification Services |
Event ID: |
6052 |
Source: |
NotificationServices |
Version: |
2.0.9999.9 |
Message: |
The protocol cannot have the same name as a built-in protocol. |
|
Explanation |
This error occurs when the <protocols> section of the configuration file contains a definition for a custom delivery protocol with the same name as one of the built-in protocols shipped with Notification Services. Notification Services is shipped with several built-in delivery protocols, each with a specific protocol name. When creating a custom delivery protocol, you cannot re-use any of these names.</protocols> |
|
User Action |
Examine the <protocols> node of your configuration file and change the name (in the <protocolname> element) of any protocol using the same name as a built-in protocol. For a list of built-in protocol names, see Notification Services Books Online.</protocolname></protocols> |