I'm using frmcmp.exe (12.2.1.4.0) to compile forms on Windows.
I enter the required information thru the displayed form.
Let say I enter a wrong user/password / missing TNS... An error window will be displayed to show me what went wrong.
When I execute frmcmp in the same scenario, but in batch mode (-batch=yes), the utility completes, but it doesn't return any error (e.g. wrong user/pwd / missing TNS) thru the error stream.
It doesn't create a log file, nor it creates an .err file in this scenario.
Looking at the parameters, there's no nothing that sounds like "please log anything in this file".
Is there a way to get the errors back or frmcmp just catch them and hide them from us?
Thanks