Re: [Firebird-devel] db trigger not firing

2015-04-20 Thread James Starkey
As written, it did cyclical translation of environmental variables and symbolic links looking for node names and files on NFS mounted file systems. On Monday, April 20, 2015, Adriano dos Santos Fernandes wrote: > On 20/04/2015 11:08, Dimitry Sibiryakov wrote: > > 20.04.2015 15:54, Adriano dos Sa

Re: [Firebird-devel] db trigger not firing

2015-04-20 Thread Adriano dos Santos Fernandes
On 20/04/2015 11:31, Adriano dos Santos Fernandes wrote: > I will run the exe in Windows, and it has hardcoded "localhost:". AFAIK > Firebird server cannot (anymore?) redirect to another server via alias. > > But I can edit the exe changing localhost and adjusting my hosts file. :) Adriano

Re: [Firebird-devel] db trigger not firing

2015-04-20 Thread Adriano dos Santos Fernandes
On 20/04/2015 11:08, Dimitry Sibiryakov wrote: > 20.04.2015 15:54, Adriano dos Santos Fernandes wrote: >> On 20/04/2015 10:52, Dimitry Sibiryakov wrote: >>> 20.04.2015 15:36, Adriano dos Santos Fernandes wrote: I do not have Delphi to recompile it, and I want to test the server in Linux.

Re: [Firebird-devel] db trigger not firing

2015-04-20 Thread Dimitry Sibiryakov
20.04.2015 15:54, Adriano dos Santos Fernandes wrote: > On 20/04/2015 10:52, Dimitry Sibiryakov wrote: >> 20.04.2015 15:36, Adriano dos Santos Fernandes wrote: >>> I do not have Delphi to recompile it, and I want to test the server in >>> Linux. >> That's what aliases are for. >> > It's not.

Re: [Firebird-devel] db trigger not firing

2015-04-20 Thread Adriano dos Santos Fernandes
On 20/04/2015 10:52, Dimitry Sibiryakov wrote: > 20.04.2015 15:36, Adriano dos Santos Fernandes wrote: >> I do not have Delphi to recompile it, and I want to test the server in >> Linux. >That's what aliases are for. > It's not. Adriano --

Re: [Firebird-devel] db trigger not firing

2015-04-20 Thread Dimitry Sibiryakov
20.04.2015 15:36, Adriano dos Santos Fernandes wrote: > I do not have Delphi to recompile it, and I want to test the server in > Linux. That's what aliases are for. -- WBR, SD. -- BPM Camp - Free Virtual Workshop

Re: [Firebird-devel] db trigger not firing

2015-04-20 Thread Adriano dos Santos Fernandes
On 20/04/2015 00:17, Lauri Zoova wrote: > The problem is still present in 2.5.4. Both 32 and 64 bit versions. > > Should i submit a bug report to the tracker? > > Can you make the executable configurable for the whole database path (FUdb.DatabaseName) ? I do not have Delphi to recompile it, and I

Re: [Firebird-devel] db trigger not firing

2015-04-19 Thread Lauri Zoova
On 2.04.2015 22:51, Lauri Zoova wrote: > Hello Adriano, > > On 2.04.2015 20:47, Adriano dos Santos Fernandes wrote: >> On 02-04-2015 14:15, Lauri Zoova wrote: >>> >>> I've had more time now and created a small test project to reproduce the >>> issue without fail. If anyone is interested to take a l

Re: [Firebird-devel] db trigger not firing

2015-04-02 Thread Lauri Zoova
Hello Adriano, On 2.04.2015 20:47, Adriano dos Santos Fernandes wrote: > On 02-04-2015 14:15, Lauri Zoova wrote: >> >> I've had more time now and created a small test project to reproduce the >> issue without fail. If anyone is interested to take a look then let me >> know where to send it. > > Ca

Re: [Firebird-devel] db trigger not firing

2015-04-02 Thread Adriano dos Santos Fernandes
On 02-04-2015 14:15, Lauri Zoova wrote: > > I've had more time now and created a small test project to reproduce the > issue without fail. If anyone is interested to take a look then let me > know where to send it. > > Can you put it somewhere we can download? Adriano -

Re: [Firebird-devel] db trigger not firing

2015-04-02 Thread Lauri Zoova
On 17.03.2015 14:05, Lauri Zoova wrote: > Hello Dimitry, > > On 17.03.2015 8:30, Dmitry Yemanov wrote: >> 17.03.2015 01:02, Lauri Zoova wrote: >>> >>> After further investigation, it turns out the problem is NOT with >>> context values getting lost but rather in the ON CONNECT database >>> trigger

Re: [Firebird-devel] db trigger not firing

2015-03-17 Thread Lauri Zoova
Hello Dimitry, On 17.03.2015 8:30, Dmitry Yemanov wrote: > 17.03.2015 01:02, Lauri Zoova wrote: >> >> After further investigation, it turns out the problem is NOT with >> context values getting lost but rather in the ON CONNECT database >> trigger not firing when connecting. Furthermore, so far it

Re: [Firebird-devel] db trigger not firing

2015-03-16 Thread Dmitry Yemanov
17.03.2015 01:02, Lauri Zoova wrote: > > After further investigation, it turns out the problem is NOT with > context values getting lost but rather in the ON CONNECT database > trigger not firing when connecting. Furthermore, so far it has always > been the SECOND attachment to the db (by attachmen

Re: [Firebird-devel] db trigger not firing (was: missing context values)

2015-03-16 Thread Lauri Zoova
Hello again, After further investigation, it turns out the problem is NOT with context values getting lost but rather in the ON CONNECT database trigger not firing when connecting. Furthermore, so far it has always been the SECOND attachment to the db (by attachment id) after OS restart where