Specifies the DNS site name listed under the Active Directory container. For each site, set the value of this property to one DNS site under the Active Directory container "CN=Sites,CN=Configuration,DC=...".

Each FileNet P8 Site instance maps to 0 or 1 DNS site. If more than one site is configured for the FileNet P8 domain, and these sites are in different geographical locations, LDAP communication between the application server and the directory server might go across a WAN and performance might suffer. To alleviate this, you can set this property, which causes the API to search for all domain controllers for the given domain under that site. For example, you could set the value of this property to "Chicago". All domain controllers for the given domain under "CN=Chicago,CN=Sites,CN=Configuration,DC=..." are tested by attempting a connection. The first running domain controller is selected.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Property ActiveDirectorySiteDNS As String
C#
string ActiveDirectorySiteDNS { get; set; }
C++
property string ActiveDirectorySiteDNS abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_ActiveDirectorySiteDNS();

/** property */
public void set_ActiveDirectorySiteDNS(string value);
JScript
public function get ActiveDirectorySiteDNS() : String

public function set ActiveDirectorySiteDNS(value : String);

Remarks

See Also