Database Error Messages

JZN-00634

column '~1s' of table '~2s' has conflicting write properties

Cause

The column is used with both 'update' and 'noupdate' specified in different instances of the table.


Action

Ensure that all usages of the column have matching write properties.