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 can be mapped to no specific DNS site or exactly one 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)
Visual Basic (Declaration) |
---|
Property ActiveDirectorySiteDNS As String |
C# |
---|
string ActiveDirectorySiteDNS { get; set; } |
Visual C++ |
---|
property String^ ActiveDirectorySiteDNS {
String^ get ();
void set (String^ value);
} |
JavaScript |
---|
function get_activeDirectorySiteDNS();
function set_activeDirectorySiteDNS(value); |