Re: [firebird-support] Firebird 2.5 rejecting connections

2017-08-07 Thread 'CR' ch...@vp44.net [firebird-support]
On Mon, August 7, 2017 11:03 pm, 'livius' liviusliv...@poczta.onet.pl [firebird-support] wrote: > Hi, > put fbclient.dll / and/or/ gds32.dll into your application folder. That is standard practice, I do it at each installation. I have found several mentions of conflicts with antivirus sw such as N

Re: [firebird-support] Firebird 2.5 rejecting connections

2017-08-07 Thread 'livius' liviusliv...@poczta.onet.pl [firebird-support]
Hi, put fbclient.dll / and/or/ gds32.dll into your application folder. Remember that you need 32bit dll’s if your app is 32bit and 64bit dll if you have 64bit app (bitness of the server does not matter) Check if you have not Interbase installed on you computer side (some apps can install it) rega

RE: [firebird-support] Firebird 2.5 rejecting connections

2017-08-07 Thread 'CR' ch...@vp44.net [firebird-support]
>>>Can you connect locally by using TCP/IP(i.e.: using localhost or the >>> server's own IP)? > > Just my 2c. We have also experienced this on a few PC's. > > A connection string of: > > localhost:c:\MyFolder\MyData.fdb > > gives the connection rejected error. > > Changing to: > > c:\MyFolder\MyD

RE: [firebird-support] Firebird 2.5 rejecting connections

2017-08-07 Thread Maya Opperman m...@omniaccounts.co.za [firebird-support]
>>Can you connect locally by using TCP/IP(i.e.: using localhost or the >>server's own IP)? Just my 2c. We have also experienced this on a few PC's. A connection string of: localhost:c:\MyFolder\MyData.fdb gives the connection rejected error. Changing to: c:\MyFolder\MyData.fdb resolves

Re: [firebird-support] Firebird 2.5 rejecting connections

2017-08-06 Thread 'CR' ch...@vp44.net [firebird-support]
> Monday, August 7, 2017, 5:54:06 AM, you wrote: > > > > On the remote client box, same story. Match the client to the bitness > of the application and driver, not the remote server. If you > installed a 32-bit kit, you would not get a copy of the 64-bit client. > In the 64-bit kits you get both

Re: [firebird-support] Firebird 2.5 rejecting connections

2017-08-06 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Monday, August 7, 2017, 5:54:06 AM, you wrote: >> >> Did you actually replace the client lib on the remote box with the >> appropriate-bitness one from the installation? > System is x64 but x86 version of firebird is required due to legacy UDF. > I have tried deleting the DLLs from System32 and

Re: [firebird-support] Firebird 2.5 rejecting connections

2017-08-06 Thread 'C' ch...@vp44.net [firebird-support]
> Hi, > > At August 6, 2017, 4:07 AM, 'C' ch...@vp44.net [firebird-support] wrote: > >> On a brand new install for Firebird 2.5.7 (x86) I am having issues >> connecting to the server via TCP/IP. >> The error message is always the same "Connection rejected by remote >> interface" however I have trie

Re: [firebird-support] Firebird 2.5 rejecting connections

2017-08-06 Thread Daniel Rail dan...@accra.ca [firebird-support]
Hi, At August 6, 2017, 4:07 AM, 'C' ch...@vp44.net [firebird-support] wrote: > On a brand new install for Firebird 2.5.7 (x86) I am having issues > connecting to the server via TCP/IP. > The error message is always the same "Connection rejected by remote > interface" however I have tried several

Re: [firebird-support] Firebird 2.5 rejecting connections

2017-08-06 Thread 'C' ch...@vp44.net [firebird-support]
> Sunday, August 6, 2017, 7:07:02 PM, you wrote: > Hi Helen >> On a brand new install for Firebird 2.5.7 (x86) I am having issues >> connecting to the server via TCP/IP. >> The error message is always the same "Connection rejected by remote >> interface" however I have tried several DB utilities

Re: [firebird-support] Firebird 2.5 rejecting connections

2017-08-06 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Sunday, August 6, 2017, 7:07:02 PM, you wrote: > Hi all. > On a brand new install for Firebird 2.5.7 (x86) I am having issues > connecting to the server via TCP/IP. > The error message is always the same "Connection rejected by remote > interface" however I have tried several DB utilities and I c

[firebird-support] Firebird 2.5 rejecting connections

2017-08-06 Thread 'C' ch...@vp44.net [firebird-support]
Hi all. On a brand new install for Firebird 2.5.7 (x86) I am having issues connecting to the server via TCP/IP. The error message is always the same "Connection rejected by remote interface" however I have tried several DB utilities and I can connect fine via local protocol but not via network add