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

From m204wiki
Jump to navigation Jump to search
(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...")
 
m (1 revision)
(No difference)

Revision as of 16:45, 9 November 2010

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.