I am using a Dynamic Input within a Batch Macro to allow the user to read (dump) data from multiple Oracle tables with varying schemas. If a table read has 0 rows output, then an error message like the following is displayed at the end of the job execution:
Because it is always possible to return 0 rows from the read, I'd like to mute the error message. If this message is present, I don't want to STOP the macro/application. I do however want to stop the application if an ERROR Message that I care about is encountered (e.g. Output file is not defined).
Cheers,
Mark