UBE in debug

mehrhardt

Member
When a ube running on the AS400 launchs other ubes they run in debug mode. The first AS400 ube does not run in debug mode. It really slows AR statements.

Just to clarify we do not want debug on

We are AS400 v5r1 XE update3 SP18.1
This is our AS400 INI debug section
[DEBUG]
Output=NONE
Trace=FALSE
DebugFile=JDEB7333/jdedebug
JobFile=JDEB7333/jde.log
JDETSFile=JDEB7333/JDETS.LOG
ClientLog=0
LogErrors=1
KeepLogs=0
RunBatchDelay=0
TAMTraceLevel=0
RepTrace=0
 
Make sure [UBE] section has
UBEDebugLevel=0
UBESaveLogFiles=0

and if it still doesn't work, try in the [debug] section
LogErrors=0
 
With the jde.ini like it is, debugging should not be on. Odd....
 
Thanks for the help.

It was the UBEDebugLevel=5 that seemed to caused a UBE called by another UBE to run in debug mode. Even though Output=NONE was set in the debug section.

It's a very useful JDE feature if you only want to debug called UBEs - without turning on debug.
 
Back
Top