This may or may not be helpful, but when one of our customers moved from Win NT to Win 2000, their Teradata DBMS no longer worked: _sometimes_. But sometimes it did! It was driving everyone crazy.
This turned out to be because Win 2000 added an operating system service that tried to use the same port that Teradata did. If that service happened to run first at bootup, it grabbed the port, and Teradata didn't work. But if the Teradata service ran first, it grabbed the port, and it worked fine. (Apparently the Windows service, if it couldn't get its desired port, grabbed a different one, but Teradata was hard-coded to only one port.) This may not be the problem in your instance (IIRC in our case no one could connect to Teradata, even from the server), but perhaps something on the network is trying to use port 3050. I'm not familiar with Firebird, but if it can be easily reconfigured to use a different port, perhaps you can try that and see if it resolves the problem? At 10:16 AM 12/17/2006, Cosmin Prund wrote: > From the server machine I can connect to the Firebird server using >"telnet 127.0.0.1 3050". >If I try "telent REAL_IP_ADDR 3050" the connection fails! I don't >remember the error number (if any) but it was most likely time out related. >If I run "netstat -n -a -o" I see the firebird process listening on >0.0.0.0:3050 so it should work on both loopback and the real ip address. > >I'll have some colleagues on site tomorrow so I might be able to run >some tests, but I have absolutely no idea what to look for. I already >looked for personal firewalls or anti virus software and I found none. > >I also might be able to get an W2k telnet.exe on the XP machine if that >makes any difference. > >Thanks for your input, any other ideas? > >Wilfried Mestdagh wrote: > > Hello Cosmin, > > > > Can you connect to the server using a simple telnet session ? this > > should be possible if the server uses TCP. > > > > If not, what is the winsock error ? (I think you have to use the old > > telnet.exe W2K or older to get the error number). > > > > --- > > Rgds, Wilfried > > http://www.mestdagh.biz > >__________________________________________________ >Delphi-Talk mailing list -> Delphi-Talk@elists.org >http://www.elists.org/mailman/listinfo/delphi-talk Regards, Sid Gudes PIA Systems Corporation [EMAIL PROTECTED] __________________________________________________ Delphi-Talk mailing list -> Delphi-Talk@elists.org http://www.elists.org/mailman/listinfo/delphi-talk