Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

XOQ-02525

A mismatch exists between the measure data type "string" and cube storage data type "string"

Cause

Measure storage was defined as SHARED and the data type for the measure was not an exact match to that of the cube storage type. This may result in data inconsistencies.


Action

Specify an exact match between the measure data type and the cube storage data type when measure storage is SHARED. Either set the IsLevelUnique flag to false, or load unique values into the attribute.