Skip to main content

Problem:

I've compiled my application with SQL(TRACELEVEL=n), yet I cannot find the resultant log file (OpenESQLTrace.XXX.log).

Resolution:

OpenESQL requires write permission to the current directory to create the OpenESQL trace file. If running from within the Net Express IDE, this will be the project directory. If the current directory is not writeable, OpenESQL will attempt to create the log file in the directory pointed to by the TEMP environment variable.

See http://supportline.microfocus.com/mf_kb_display.asp?kbnumber=20008 for further details on OpenESQL tracing.

Old KB# 3899