MSIR.0886 Field (classname) has invalid LOB type change between UAI and LAI

From m204wiki
Revision as of 15:01, 9 November 2010 by 198.242.244.47 (talk) (Created page with "One of the following has occurred for a reload: <ul> <li>An unloaded non-BLOB, non-CLOB field has been re-defined as BLOB or CLOB. <li>A BLOB or CLOB field was re-defined as non...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

One of the following has occurred for a reload:

  • An unloaded non-BLOB, non-CLOB field has been re-defined as BLOB or CLOB.
  • A BLOB or CLOB field was re-defined as non-BLOB and non-CLOB.
  • A BLOB field was re-defined as CLOB, or vice versa.

The BLOB/CLOB attributes of a field during an LAI must exactly match those attributes for the field on an LAI. If you want to change these attributes, a non-UAI/LAI reorg is currently required.