SystemName Element for HostedProvider (ADF)
Specifies the name of the server on which the hosted event provider runs.
Syntax
<Providers>
<HostedProvider>
...
<SystemName>
Element Characteristics
Characteristic | Description |
---|---|
Data type |
string, between 1 and 255 characters in length. |
Default value |
None. |
Occurrence |
Required once per HostedProvider element. |
Updateable |
Can be modified, but not added or deleted, when updating the application. |
Element Relationships
Relationship | Elements |
---|---|
Parent element |
|
Child elements |
None. |
Remarks
The following are not allowed as the SystemName value: localhost, ., an IP address, or any string containing a backslash character.
In Notification Services Standard Edition, all SystemName elements must be identical. In Notification Services Enterprise Edition, the generator, distributors, and hosted event providers can be distributed on multiple systems.
Example
The following example shows how to specify that the event provider will run on the server COHOVINYARD.
<SystemName>COHOVINEYARD</SystemName>
See Also
Reference
Application Definition File Reference
Other Resources
Defining Hosted Event Providers
Updating Instances and Applications