Network properties
Applies to: SQL Server Analysis Services Azure Analysis Services Fabric/Power BI Premium
Analysis Services supports the following network properties.
General
ListenOnlyOnLocalConnections
A Boolean property that identifies whether to listen only on local connections, for example localhost.
Listener
IPV4Support
A signed 32-bit integer property that defines support for IPv4 protocol. This property has one of the values listed in the following table:
Value | Description |
---|---|
0 | IPv4 disabled; clients can't connect. |
1 | (Default) IPv4 is required; server won't start if it cannot listen to IPv4. |
2 | IPv4 is optional; server tries to listen to IPv4 but starts even if unable to. |
IPV6Support
A signed 32-bit integer property that defines support for IPv6 protocol. This property has one of the values listed in the following table:
Value | Description |
---|---|
0 | IPv6 disabled; clients can't connect. |
1 | IPv6 is required; server won't start if it cannot listen to IPv6. |
2 | (Default) IPv6 is optional; server tries to listen to IPv6 but starts even if unable to. |
MaxAllowedRequestSize
An advanced property that you should not change, except under the guidance of Microsoft support.
RequestSizeThreshold
An advanced property that you should not change, except under the guidance of Microsoft support.
ServerReceiveTimeout
An advanced property that you should not change, except under the guidance of Microsoft support.
ServerSendTimeout
An advanced property that you should not change, except under the guidance of Microsoft support.
Requests
EnableBinaryXML
A Boolean property that specifies whether the server will recognize requests binary xml format.
EnableCompression
A Boolean property that specifies whether compression is enabled for requests.
Responses
CompressionLevel
An advanced property that you should not change, except under the guidance of Microsoft support.
EnableBinaryXML
A Boolean property that specifies whether the server is enabled for binary xml responses.
EnableCompression
A Boolean property that specifies whether compression is enabled for responses to client requests.
TCP
InitialConnectTimeout
An advanced property that you should not change, except under the guidance of Microsoft support.
MaxCompletedReceiveCount
An advanced property that you should not change, except under the guidance of Microsoft support.
MaxPendingAcceptExCount
An advanced property that you should not change, except under the guidance of Microsoft support.
MaxPendingReceiveCount
An advanced property that you should not change, except under the guidance of Microsoft support.
MaxPendingSendCount
An advanced property that you should not change, except under the guidance of Microsoft support.
MinPendingAcceptExCount
An advanced property that you should not change, except under the guidance of Microsoft support.
MinPendingReceiveCount
An advanced property that you should not change, except under the guidance of Microsoft support.
ScatterReceiveMultiplier
An advanced property that you should not change, except under the guidance of Microsoft support.
SocketOptions\ DisableNonblockingMode
An advanced property that you should not change, except under the guidance of Microsoft support.
SocketOptions\ EnableLingerOnClose
An advanced property that you should not change, except under the guidance of Microsoft support.
SocketOptions\EnableNagleAlgorithm
An advanced property that you should not change, except under the guidance of Microsoft support.
SocketOptions\ LingerTimeout
An advanced property that you should not change, except under the guidance of Microsoft support.
SocketOptions\ ReceiveBufferSize
An advanced property that you should not change, except under the guidance of Microsoft support.
SocketOptions\ SendBufferSize
An advanced property that you should not change, except under the guidance of Microsoft support.
See also
Server properties in Analysis Services
Determine the Server Mode of an Analysis Services Instance