skip to main content
Using the ADO Client : ADO Connection Attributes : Host
 

Host

Attribute

Host (HST)

Configuration

Client/server configuration only

Description

Specifies the TCP/IP address of the OpenAccess SDK Server, specified in dotted decimal format (for example, 123.0.45.4) or as a host name.

Valid Values

string
where string is the TCP/IP address.
NOTE: If LDAP is enabled, this identifies the TCP/IP address of the LDAP server. This can also be a list of LDAP servers separated by a blank space (for example, “ld1.foo.com ld2.foo.com ld3.foo.com”). If the first LDAP server in the list does not respond, the data provider will try to connect to the next LDAP server in the list.
Note: If you want to use connection failover features such as connection retry and load balancing, specify the alternate LDAP servers in the Alternate Servers connection attribute. See Configuring Connection Failover for more information about connection failover.

Default

None

GUI Tab

N/A