Subject | Re: [firebird-support] Re: Problem occuers while trying to generate trace file |
---|---|
Author | Babak Bastan |
Post date | 2015-07-08T10:04:47Z |
Thank you Vlad, it works now
On Wed, Jul 8, 2015 at 11:36 AM, hvlad@... [firebird-support] <firebird-support@yahoogroups.com> wrote:---In firebird-support@yahoogroups.com, <babak_bsn@...> wrote :
>> I would like to trace data base activity in fire bird using Audit/Trace Services. I run this command in my command prompt:>
> C:\Program Files\Firebird\Firebird_2_5\bin>fbtracemgr -se localhost/3050:service_mgr -user SYSDBA -password masterkey
> -start -name "User Trace 1" -config "fbtrace.conf" > C:\Users\Babak\Desktop\trace.out
>
>> This command generates trace.out file, but I get such an error:
>
> error during fopen operation for file ftrace.conf
> error while trying to open file
> System can not find the file
>
> What should I do to solve these errors?
You specify
-config "fbtrace.conf"
but default fbtrace.conf file is at one folder upper. There is no fbtrace.conf in "bin" folder.
Regards,
Vlad