Application Factory Settings: Application Domain
- Last UpdatedApr 30, 2026
- 1 minute read
Note: It is recommended that you add these configuration settings and their default values to your existing configuration settings.
The values for the following parameters in the Application Domain should be left empty:
-
WDA.DataUpdateProviders.SMTP.Port
-
WDA.DataUpdateProviders.SMTP.EnableSSL
-
WDA.DataUpdateProviders.SMTP.NetworkCredentials.Domain
-
WDA.DataUpdateProviders.SMTP.NetworkCredentials.UserName
-
WDA.DataUpdateProviders.SMTP.NetworkCredentials.Password
For example:
<Service name="Email.Update">
...
<Property name="WDA.DataUpdateProviders.SMTP.Port" value="" />
<Property name="WDA.DataUpdateProviders.SMTP.EnableSSL"value="false"/>
<Property name="WDA.DataUpdateProviders.SMTP.NetworkCredentials.Domain"value=""/>
<Property name="WDA.DataUpdateProviders.SMTP.NetworkCredentials.UserName"value=""/>
<Property name="WDA.DataUpdateProviders.SMTP.NetworkCredentials.Password"value=""/>
...
</Service>
The value for the following parameter in the Application Domain should be set to 60.
<Property name="Internal.ServiceRequest.StoredProcedures.CommandTimeout" value="60" />
Note: The value can be increased to avoid a SQL timeout exception when The value for the following parameter in the Application Domain should be set to 60.
<Property name="Internal.ServiceRequest.StoredProcedures.CommandTimeout" value="60" />
Note: The value can be increased to avoid a SQL timeout exception when AVEVA NET Gatekeeper or AVEVA Change Manager invokes stored procedure to process data. This value is better to be aligned with the DTC transaction timeout value configured.