Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Contains elements that describe a single notification application hosted by the instance of Notification Services.
Syntaxe
<Applications>
<Application>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type |
None. |
Default value |
None. |
Occurrence |
Required once or more within the Applications element. |
Updates |
Can be added or deleted when updating the instance. |
Element Relationships
| Relationship | Elements |
|---|---|
Parent element |
|
Child elements |
BaseDirectoryPath Element (ICF) |
Notes
If the instance hosts multiple applications, the instance configuration file contains multiple Application elements, each with child elements that describe their applications.
Exemple
This example shows an Application element with its child elements:
<Application>
<ApplicationName>Stock</ApplicationName>
<BaseDirectoryPath>C:\NSApps\Stock</BaseDirectoryPath>
<!-- Path and file name relative to BaseDirectoryPath -->
<ApplicationDefinitionFilePath>
appDefinition\StockADF.xml
</ApplicationDefinitionFilePath>
<!-- Parameter names and values to pass to ADF -->
<Parameters>
<Parameter>
<Name>DBSystem</Name>
<Value>MySqlServer</Value>
</Parameter>
<Parameter>
<Name>NSSystem</Name>
<Value>MyNSServer</Value>
</Parameter>
</Parameters>
</Application>
Voir aussi
Référence
Application Definition File Reference
Concepts
Instance Configuration File Reference
Autres ressources
Mise à jour des instances et des applications