Someone use the LOG-MANAGER with WebSpeed?

Posted by Admin on 15-Sep-2008 07:58

If yes, how?

I have seen in the ProKB "P116542" (KBId) that there is a problem with the assigne of a "LOGFILE-NAME", because it's not dynamically settings at the lanch of the LOG-MANAGER in the code of a file.p.

How i can resolve?

TNX.

All Replies

Posted by rstanciu on 15-Sep-2008 08:34

There are a couple of startup parametres for debugging

the _progres client:

-clientlog clientlog.txt

-logginglevel 4

-logentrytypes DB.Connects,FileID,4GLMessages,4GLTrace,QryInfo

-clearlog

-logthreshold 1000000

-numlogfiles 3

-debugalert

-errorstack

-yc

-yx

-s 32

and at the runtime you have an handle:

SESSION:EXECUTION-LOG = true

LOG-MANAGER:LOG-ENTRY-TYPES = ?

This thread is closed