Logs on AS400

Godino

Member
Hello everybody:

I'm running an application with the BSFN running on AS400.

I captured the logs from a client.

To do it, I changed the local jde.ini:

[DEBUG]
TAMMultiUserOn=3D0
Output=3DFILE
ServerLog=3D1

The result is a simple trace.
I didn't see neither BSFN parameters nor SQL sentence.
I resolved how get the parameters but not the SQL sentences detail.
Someone knows how I need to change a setup to get the detail?

Thanks in advance.

Javier
 
Hello Javier.
Check this keys or your JDE.INI, but you are in the right way:

[DEBUG]
Output=FILE
ServerLog=1
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

With that, you should get all you need in jdedebug.log file, at least SQL, function parameters, etc.
Regards.
 
Back
Top