Hi,
I am new to power builder, have some query
1) To capture db logs, enable DB trace options in *.ini file and database logs are capturing successfully.
But every time logging in application it shows popup dialog to start & capture logs. I had changed show dialog option as 0 but even still it shows popup.
Below are database trace option used in *.ini file
[DbTrace]
ShowDBINames=0
FetchBuffers=1
ShowBindings=1
SumTiming=1
Timing=1
ShowDialog=0
LogFileName=logs\dbtrace.log
2) I want to capture event logs, how can I start and capture event error logs and to write in file
What's in your DBMS setting of your connection profile?
If for example you connect to Oracle and you see something like
"TRACE ORA..." in the Dbms setting, tracing will be active. Delete the word TRACE (or TRA) if you don't want the db tracing to be active.
Other examples for tracing DBMS:
TRACE ODBC
TRACE JDBC
FWIW: The SYC DB Client was *deprecated* by Sybase many years ago for ASE. If you are using a newer version of ASE (ie v15.x or v16.x), then you should be using the new "ASE" DB client driver.
Regards ... Chris