Subject | Re: Another "connection forcibly closed by the remote host" problem |
---|---|
Author | Adam |
Post date | 2006-06-01T05:45:33Z |
--- In firebird-support@yahoogroups.com, "Scott Moon" <smoon63@...>
wrote:
occurring, but will not tell you what is the cause of the issue,
could be lots of different places.
My next step (if the problem doesn't show up) would be to install
some service on the Firebird Server and periodically connect to that
service. If connecting to the other service prevents the Firebird
connection from having issues, then you know your problem is not
Firebird. For example you could install a ftp server, and every few
minutes log in and back out. Divide and conquer.
Adam
wrote:
>the
> --- In firebird-support@yahoogroups.com, "Adam" <s3057043@> wrote:
> > Perhaps you could write a SQL Script that looks like this (from
> > problem workstation):and
> >
> > select 1 from RDB$DATABASE;
> >
> > Then you can make a batch file that looks something like:
> >
> > "C:\Program Files\Firebird\Firebird_1_5\bin\isql.exe"
> > servername:alias -user sysdba -password masterke -i
> > c:\path\to\script.sql
> >
> > Run the batch file to confirm it works.
> >
> > Now add it to the windows scheduled tasks to run every 20 minutes
> > see if you can duplicate your problem.You could do that. It will help you pinpoint the timeout that is
> >
> > Adam
>
> And then if the problem doesn't show up, incrementally increase the
> time between task runs until it fails?
occurring, but will not tell you what is the cause of the issue,
could be lots of different places.
My next step (if the problem doesn't show up) would be to install
some service on the Firebird Server and periodically connect to that
service. If connecting to the other service prevents the Firebird
connection from having issues, then you know your problem is not
Firebird. For example you could install a ftp server, and every few
minutes log in and back out. Divide and conquer.
Adam