Post-upgrade from Clarity 16.4.1 to version 16.4.2 on a PostgreSQL database environment, users are unable to copy and publish a data provider for Time Entries and Timesheets.
ERROR: operator does not exist: character varying = integer
Hint: No operator matches the given name and argument types. You might need to add explicit type casts.
Position: 5549
com.niku.union.persistence.PersistenceException:
SQL error code: 0
Error message: ERROR: operator does not exist: character varying = integer
Hint: No operator matches the given name and argument types. You might need to add explicit type casts.Position: 5549
Steps to Reproduce:
Expected Results: The Data Provider should publish successfully without database mapping exceptions, and schema definitions (DWH_INV_TASK) should align perfectly with the data warehouse metadata configurations (DWH_META_COLUMN).
Actual Results: The publication fails with a toast 'This Data Provider cannot be published.'
Clarity 16.4.2
Due to DE208069
Engineering is reviewing DE208069