Subject RE: [firebird-support] Win2K Server Event Log message
Author Helen Borrie
At 04:16 PM 14/02/2004 +1100, you wrote:
> > >If not then there seems no reason for SS to do this on each connection.
> >
> > It doesn't. Try modifying something in firebird.conf with SS
> > running (e.g.
> > set UDFAccess to NONE) and then do a new login without restarting the
> > server. For my test (assuming you have ib_udf installed), do
> > select ascii_char(64) as retval from rdb$database
> >
> > You'll see that it coolly returns '@'.
> >
> > /heLen
>
>Could it be holding it memory then? Cause what I get is 62 events which
>correspond to 62 blank lines in the conf file. If I delete the blank lines I
>do not get the 62 events. So is it running thru a cached copy of the conf
>file and spitting an event each time?

Not on my system (SS RC8 on Win2K - Pro not Server). I have no record in
my eventlog of this event ever happening. And I have quite a few blank
lines in firebird.conf. Not 62 of 'em though.

Are you sure you're running SS and not Classic?

/hb