mwolfere
1st July 2002, 17:11
What are the possible values for the DBSLOG option? I couldn't find any info on the Baan site, except some examples. The values are not explained.
Thanks in advance.
NPRao
1st July 2002, 20:25
Hi Marc,
I found some info from my old emails. Hope it helps you out -
use -- -set DBSLOG=value (or added values) to get debug info from the online processing of the database driver:
value description
0000001 data dict. info of tables
0000002 query info (sql level 1)
0000004 query info (sql level 2)
0000010 row action info
0000020 table action info
0000040 transaction info
0000100 dbms input/output data (sql level 2)
0000200 admin file info (sql drivers)
0000400 dbms sql statements
0001000 general debug statements
0002000 query processing info
0004000 data buffering info (communication)
victor_cleto
2nd July 2002, 09:40
For a more or less complete list of debug options see the thread http://www.baanboard.com/baanboard/showthread.php?s=&threadid=95
You also have the DBSLOG options there besides other usefull.
mwolfere
2nd July 2002, 11:23
Thanx for your replies.
:)