Database connection is invalid. This usually implies a stale connection issue in the pool. The server will typically retry these but if this is returned to the client, they should retry.

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

ToggleSyntax

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

ToggleSee Also