Basic question about UBE Logs

dsable

Member
I apologize for the basic question, but I don't know the correct settings to get a UBE debug log. Can you help?

-Dave

[UBE]
UBEDebugLevel=0
UBESaveLogFile=0
UBEFont_FaceName=Times New Roman
UBEFont_PointSize=8
 
Change
[DEBUG]
TAMMultiUserOn=0
Output=NONE ( here you put FILE )

[DEBUG]
TAMMultiUserOn=0
Output=FILE
 
Before you submit the job, click on advanced in the Row exit. Then place a check mark in the jde.log and jdedebug.log fields as well as setting the UBE logging level to 6. That will give you a log for only that job.
 
You can change while Submitting job,click advanced and check Logging and Tracing option and specify UBE Logging level select 6 .
After job finishes go to WSJ fast path and select your report -row exist view logs you can se UBE logs.
Or
in Local client JDE.ini settings
[UBE]
UBEDebugLevel=6 where as 6 is max
 
Back
Top