Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

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.