Increase Debug Level in jde.ini

dpspan20

Member
I am running a ube version for R093021. Log file error is:
UBE Job Finished with Error(s). Increase Debug Level in your jde.ini to view the cause of this error.

My jde.ini looks as follows:
[DEBUG]
TAMMultiUserOn=0
Output=NONE
ServerLog=0
LEVEL=BSFN,EVENTS
;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

I need to know if another value should be in the Level entry to get a more detailed error message in the jde.log. JDEDEBUG.log is huge and doesn't have anything jumping out at me. Thank you for any wisdom you may offer.

Tamara
 
I believe parameter 'Output=NONE' s/b 'Output=BOTH' or for further leveling it can be set as 'Output=file' so that you can access "jdedebug.log" for further errors.
 
few addition on last reply....

as jde.log might not revel all details, jdedebug.log is best place. you can find Error in jdedebug.log with find options - 1. "is = 2" this gives if any BSFN fails or
2. "Error".

unfortunately jde.log don't through all detail level error.

Try 'Performance WorkBench' which could be better to read out for above 2 options. Hope this help.
 
Back
Top