Debug log for individual UBE

Malcolm

Active Member
I have a UBE (R42997 Commitments processing) which generates a debug log on the server every time it runs. Does anyone know how to turn this off?

No other UBEs do it and debugging is turned off in the server jde.ini. It would not be so bad if this was someting which only ran occasionally, but a new 10Mb+ log file every few seconds is rapidly consuming disk space and dropping performance.
confused.gif
 
I have seen People placing their own Code in the UBE to turn the ini
file on-off / Tracing on/Off to facilitate debugging on server.



Check for any custom code in the UBE.



Venugopal C

Ph: 703 770 1475
 
Hi Malcolm,

If Gopal is right, then print the Report Scope event rules into a text file and search "Set INI" in the text file - this Business Function can manipulate jde.ini at run time.

My bet, if this is the scenario, then the BSFN call resides in the Do Initialize Printer report scope event.

Please, let us know, what did you find. Thanks.

Ooops, some additional question:
Q1. Does this happen on fat client too?
Q2. Just one version do it or all?
Q3. Have you tried to create new version and run it (with ADD, not with Copy)?

My previously mentioned BSFN call maybe added at version and not at report template level - so would be useful to repeat my suggestion on the affected version level too.

Regards,

Zoltán
 
Back
Top