The server EJB interface was not found. There is generally a chained exception that explains why the problem occurred. This exception is logged. This field is read-only.


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

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly TRANSPORT_UNABLE_TO_LOCATE_EJB As ExceptionCode
C#
public static readonly ExceptionCode TRANSPORT_UNABLE_TO_LOCATE_EJB;
C++
public:
 static const ExceptionCode TRANSPORT_UNABLE_TO_LOCATE_EJB;
J#
public static final ExceptionCode TRANSPORT_UNABLE_TO_LOCATE_EJB
JScript
public static const var TRANSPORT_UNABLE_TO_LOCATE_EJB : ExceptionCode;

See Also