The column cannot be altered via the application server. Please ask your DBA to issue the following statement against database {0}, then re-attempt the operation. This field is read-only.


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

Syntax

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

See Also