The object store specified in the JDBC URL could not be found. This field is read-only.


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

Syntax

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

See Also