[firebird-support] Re: Problem occuers while trying to generate trace file

2015-07-08 Thread hv...@users.sourceforge.net [firebird-support]
---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\binfbtracemgr -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

  





Re: [firebird-support] Re: Problem occuers while trying to generate trace file

2015-07-08 Thread Babak Bastan babak...@gmail.com [firebird-support]
Thank you Vlad, it works now

On Wed, Jul 8, 2015 at 11:36 AM, hv...@users.sourceforge.net
[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\binfbtracemgr -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