I created a Crystal report in 2016 which contains a Command SQL to Oracle. The SQL has a subquery that returns 1 row on my database but returns multiple rows on a client database, resulting in an error. The result for the client was the error message "Exception E0434352". The report is running in Crystal Reports Viewer.
Is there something that I can change to have CR Viewer show the actual Oracle error message (Oracle ORA-01427 Single row subquery returned more than 1 row) instead of the Exception E0434352?