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
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: STRING
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
MaximumLengthString: null
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ