Re: [Firebird-net-provider] Connection problem from Win 2003 Standard (SOLUTION)

2007-08-20 Thread Cosmin Sandu
! Cosmin Sandu [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, I have a connection problem from a Windows 2003 Standard Edition using FibProvider from a C#2005 application to an Interbase Server. The system I use is the following: Application written

Re: [Firebird-net-provider] Connection problem from Win 2003

2007-08-16 Thread Cosmin Sandu
There is no firewall on. There are a bunch of applications written in Delphi 7 which connect directly with the interbase server on port 3050. The only problem I have is with applications which connects using FBProvider and only from the respective machine. All the services are started, the

Re: [Firebird-net-provider] Connection problem from Win 2003 Standard

2007-08-16 Thread Cosmin Sandu
192.168.100.55 (nn. that is the IP of the Linux machine). Thank you for your prompt response. Cosmin Sandu [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, I have a connection problem from a Windows 2003 Standard Edition using FibProvider from a C#2005 application

Re: [Firebird-net-provider] Connection problem from Win 2003

2007-08-16 Thread Cosmin Sandu
It's a fresh installation, so there was nothing modified in the CAS Settings. Should I give it a try with the DDEX Provider instead of FIBConnection? Jiri Cincura [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] What is CAS on C# application on server? It's full trust or some

Re: [Firebird-net-provider] Connection problem from Win 2003

2007-08-16 Thread Cosmin Sandu
My connection string looks like this: User=SYSDBA;Password=test;Database=/opt/interbase/test.gdb;DataSource=192.168.100.55; I also tried appending this to it, but with no luck: Port=3050;Dialect=3;Charset=NONE;Role=;Connection lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50;Packet

[Firebird-net-provider] Connection problem from Win 2003 Standard Ed using .NET provider for Firebird

2007-08-15 Thread Cosmin Sandu
Hello, I have a connection problem from a Windows 2003 Standard Edition using FibProvider from a C#2005 application to an Interbase Server. The system I use is the following: Application written in C#2005, .Net Framework 2.0, FibProvider 2.0, hosted on a Windows 2003 Standard