JDE debug log issues on TR 9.1.5.3

johndanter

johndanter

Legendary Poster
Hi list

I've developing for a while now and feel like a bit of a schoolboy asking this but.....
whenever I need local log I use OW info, set the logging to ON and just run what I need.

I've noticed that since upgrading our TR to 9.1.5.3 this approach isn't working.

So I try the old fashioned, log out, update the INI to Output=FILE and log back on and that works for APPLs not for UBEs

Here's my ini

[DEBUG]
TAMMultiUserOn=0
Output=FILE
ServerLog=0
LEVEL=BSFN,EVENTS,SF_CONTROL,SF_GRID,SF_PARENT_CHILD,SF_GENERAL,SF_MESSAGING,SF_WORKFLOW,SF_WORKFLOW_ADMIN,SF_MEDIA_OBJ
DebugFile=c:\jdedebug.log
JobFile=c:\jde.log
Frequency=10000
LogErrors=FALSE

.
.
.
.
[UBE]
UBEDebugLevel=6
UBESaveLogFile=1
UBEFont_FaceName=Times New Roman
UBEFont_PointSize=8
BIPXMLIncludeInvisible=*ALL


Is anyone else noticing this?

Or how to do toggle debugging?

Thanks

John
 
I use OWDLC from Alex as OW Info is no longer free.....I think you will need to get a new license from Trevor, Thanks
 
Check out Oracle Doc ID 639903.1. Specifically, the last section lists common issues with debugging, and mentions having a UBEThread value in your JDE.INI file that may need to be removed or commented out (if present).
 
Back
Top