Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.CdxSynchServiceServerCommerce Data Exchange: Async Server

Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.CdxSynchServiceServer (ClassType)

An instance of Async Server.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId655022ba-9dad-d278-b6a7-6266e591cf0f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.CdxSynchServiceServer:
ID  string  ID Identifier true 256  False 
Username  string  Account Name The local or domain account used as the service account for Async Server. false 256  False 
ServerCertificateThumbprint  string  Server Certificate Thumbprint Server certificate thumbprint. false 256  False 
ServiceInstallFolder  string  Service Install Folder The path where the web application is installed for Async Server. false 256  False 
ServerCertificateRootStore  string  Server Certificate Root Store Server certificate root store. false 256  False 
ServerCertificateStore  string  Server Certificate Store Server certificate store. false 256  False 
AppPoolName  string  Application Pool Name The name of the application pool for Async Server. false 256  False 
WebsiteName  string  Website Name The name of the website where Async Server is installed. false 256  False 
WebApplicationName  string  Web application name The name of the web application for Async Server. false 256  False 
HttpPort  string  HTTP Port The port that is used for incoming HTTP requests. false 256  False 
HttpsPort  string  HTTPS Port The port that is used for incoming HTTPS requests. false 256  False 
PublisherName  string  Publisher Name Event source name false 256  False 
WebConfigFilePath  string  Web.config File Path Path to the application configuration file false 256  False 
HQMessageDBServer  string  Message Database Server Name Name of the server that hosts the Async Server message database. false 256  False 
HQMessageDBName  string  Message Database Name Name of message database for Async Server. false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.CdxSynchServiceServer" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="ID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Username" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServerCertificateThumbprint" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServiceInstallFolder" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServerCertificateRootStore" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServerCertificateStore" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="AppPoolName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="WebsiteName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="WebApplicationName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="HttpPort" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="HttpsPort" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PublisherName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="WebConfigFilePath" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="HQMessageDBServer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="HQMessageDBName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>