Support Article
UserResolveReportException for a report definition
SA-88916
Summary
UserResolveReportException error generated in the logs. However, there is no error on the screen and the command completes successfully.
Error Messages
com.pega.pegarules.data.internal.rd.resolve.UserResolveReportException: UserResolveReportException Name: Property Type: TEXT, Column Type: NUMBER, Value: Property Type: TEXT, Column Type: VARCHAR2 - are not of the same exposed type.
Steps to Reproduce
Run the report definition.
Root Cause
An issue in the custom application code or rules.
There was a type mismatch between two columns which participated in the Join. Though the database handled the mismatched data correctly, the error was recorded in the PegaRULES log file.
Resolution
Perform the following local-change:
Add or modify the below Dynamic System Setting (DSS) to be equal to 'Warn'.
"Pega-Reporting","reporting/validateColumnTypeMismatchAs"
Published February 10, 2020 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.