This error is unrecoverable (fatal) and can be caused by one of the following scenarios: 1. The GCD does not have any defined directory configurations. 2. A directory configuration has an unrecognized LDAP provider. 3. The host field of a directory configuration is either empty or it has a port number but not a host name. 4. In a directory configuration, the port number field of a directory server or the GCD is empty. 5. In a directory configuration, a mandatory LDAP attribute such as objectClass is either missing or is not accessible to the LDAP bind user. 6. An unexpected exception occurred when Content Engine validated the directory configurations.

Namespace:  FileNet.Api.Exception
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Shared ReadOnly SECURITY_INVALID_CONFIGURATION As ExceptionCode
C#
public static readonly ExceptionCode SECURITY_INVALID_CONFIGURATION
Visual C++
public:
static initonly ExceptionCode^ SECURITY_INVALID_CONFIGURATION
JavaScript
FileNet.Api.Exception.ExceptionCode.securitY_INVALID_CONFIGURATION

ToggleSee Also