 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Nico Callewaert Guest
|
Posted: Mon Sep 29, 2003 11:13 am Post subject: Cannot complete network request...... (Interbase) |
|
|
Hi,
I've posted a message about this problem a few weeks ago. I
followed the advice but the problems remains : The connection
to the database server is gone intermittently. And the ISAPI
is unable to reconnect (I provided a procedure to reconnect).
The IIS has to be stopped and restarted before the connection
works again.
I think the problem is the Watchguard Firewall where the
webserver is connected on the DMZ port. I think it's useless
to look to change the ISAPI, because the whole thing is unable
to reconnect, because of the underlaying hardware. The problem
is : how can I solve this ? Working with a db on the webserver
itself ?
But then I will have the same problem to synchronize, isn't
it ? I have to come up with a solution, but I don't know
how.....
Any help is very appreciated,
Thanks in advance,
Nico Callewaert
|
|
| Back to top |
|
 |
Shiv Kumar Guest
|
Posted: Mon Sep 29, 2003 1:37 pm Post subject: Re: Cannot complete network request...... (Interbase) |
|
|
Nico,
In the past, I've solved this kind of issue one way...
I built a windows Service (NT service application) application that would
connect to the database server in the DMZ and disconnects every 10 minutes
or so. The duration depends on your firewall settings. This keeps the ports
open so the firewall sees some activity and doesn't timeout.
--
Shiv R. Kumar
The Delphi Apostle
http://www.matlus.com
|
|
| Back to top |
|
 |
Nico Callewaert Guest
|
Posted: Mon Sep 29, 2003 2:12 pm Post subject: Re: Cannot complete network request...... (Interbase) |
|
|
Hi Shiv,
First of all, thanks for the reply. You mentioned that
already in your previous mail a few weeks ago. So I've
written such a application, and set the timer to every 10
minutes. It works fine for a day or so and then also that
application gives the same errors and once the connection is
broken it can't be restored anymore. Maybe the 10 minutes
setting is a bit long, maybe I can try to decrease that
value. Is that the way to do it : connecting the webserver
to the DMZ port ? Or are we asking for trouble that way ?
Thanks in advance,
Nico
"Shiv Kumar" <shivk (AT) erols (DOT) com> wrote:
| Quote: | Nico,
In the past, I've solved this kind of issue one way...
I built a windows Service (NT service application) application that would
connect to the database server in the DMZ and disconnects every 10 minutes
or so. The duration depends on your firewall settings. This keeps the ports
open so the firewall sees some activity and doesn't timeout.
--
Shiv R. Kumar
The Delphi Apostle
http://www.matlus.com
|
|
|
| Back to top |
|
 |
Shiv Kumar Guest
|
Posted: Wed Oct 01, 2003 3:04 pm Post subject: Re: Cannot complete network request...... (Interbase) |
|
|
You should reduce the time then. Make it every minute. I'm assuming your
"service" app is running on the Web Server machine. This service should
connect to your database on the machine in the DMZ. This should keep the
port open and prevent and disconnection.
Of course, the ideal solution is for your network administrators to change
their setup :)
--
Shiv R. Kumar
The Delphi Apostle
http://www.matlus.com
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|