Subject Re: [firebird-support] Re: Cryptic message in Firebird Logs
Author Woody (TMW)
> --- In firebird-support@yahoogroups.com, "Woody \(TMW\)"
> <woody.tmw@i...> wrote:
> > >
> > > SERVER (Client) Fri Jun 25 11:47:59 2004
> > > INET/inet_error: send errno = 10054
> >
> > This means the client lost connection to the server. Could be
> network
> > cabling, router problems, net card problems or any number of
> things. One
> > entry can be ignored but if it keeps happening, you should find out
> which
> > computer on the network is causing it and fix it.
> >
> > Woody (TMW)
> Do you or anyone have any suggestions on how I can track this down?
> Thank you.

I can tell you how I solved similar problems. I created a log in table in
the database that recorded log in and out times. If a computer shut down
without logging out correctly, there would be an entry for logging in but
not logging out. Each time the user logs in, the table is checked to see if
there is a stranded entry for them. If not, it just overwrites the one in
the table. If there is, a message is sent to the administrator about it so
they can know which one is giving the most problems.

HTH

Woody (TMW)