Question
UMKC
US
Last activity: 27 May 2024 1:13 EDT
Report Definition Error for Unoptimized property
I'm used an unoptimized property in a report definition, it did not throw any error when I saved the rule.
When I run the report definition rule, I'm getting this error:
"An error occured on executing the query for the report definition - There was a problem getting a list: code: 0 SQLState: 42883 Message: ERROR: function pegadata.pr_read_int_from_stream(unknown, character varying, bytea) does not exist Hint: No function matches the given name and argument types. You might need to add explicit type casts. Position: 160 DatabaseException caused by prior exception: org.postgresql.util.PSQLException: ERROR: function pegadata.pr_read_int_from_stream(unknown, character varying, bytea) does not exist Hint: No function matches the given name and argument types. You might need to add explicit type casts. Position: 160 | SQL Code: 0 | SQL State: 42883"
while I understand that its not recommended to use unoptimized properties in report definitions, Can someone help me understand what this error is trying to say