MES Middleware Proxy component properties
- Last UpdatedAug 26, 2024
- 1 minute read
-
MES.MiddlewareProxy.MiddlewareHost
The fully qualified domain name of the node on which the MES middleware is running.
If this property is not specified, it defaults to localhost, which is changed to the server name of the node during configuration.
-
MES.MiddlewareProxy.HttpPort
The HTTP port number for the MES middleware's WCFHostService account.
The default value 80 is used if this property is not specified.
The HTTP port is always used to retrieve the configuration settings regardless of the MES.MiddlewareProxy.Protocol property. You must change this value only when you cannot access port 80 through the firewall.
-
MES.MiddlewareProxy.Protocol
The communication protocol type used by the MES middleware communications. Values are TCP (the default if this property is not specified) or HTTP.
-
MES.MiddlewareProxy.HttpsPort
The HTTPS port number for the MES Web API.
The default HTTPS port number 443 is used if this property is not specified.
If you want to include multiple MES middleware servers with which the proxy will be able to communicate, include their settings for each property line separated by semi‑colons, as shown below.
# Middleware Proxy Configuration
MES.MiddlewareProxy.MiddlewareHost=Srvr1.MES.ourorgdomain.com;Srvr2.MES.ourorgdomain.com
MES.MiddlewareProxy.HttpPort=80;80
MES.MiddlewareProxy.Protocol=TCP;TCP
MES.MiddlewareProxy.HttpsPort=443;443
-
MES.MiddlewareProxy.AIMHost
The host name of the AVEVA Identity Manager (AIM) node.
If the System Management Server (SMS) value is configured, this field defaults to the SMS value.
-
MES.MiddlewareProxy.AIMHttpsPort
The HTTPS port number for AIM.
If the SMS value is configured, this field defaults to the SMS value.
-
MES.MiddlewareProxy.ClientRegistrationUserName
The user name for an administrator account on the node on which AIM is running.
-
MES.MiddlewareProxy.ClientRegistrationUserPassword
The user password for an administrator account on the node on which AIM is running.