Re: [firebird-support] Re: Proper way to configure Firebird startup on FreeBSD 10

2014-09-14 Thread marcus mar...@antiphasis.net [firebird-support]
http://www.firebirdsql.org/manual/qsg2-config.html#qsg2-config-security discusses some points you should consider. And where to place databases - now, there are some common locations such as /var, /usr/var or /opt - but there is no general authoritative answer possible, as it depends on how

Re: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 14-9-2014 03:05, Adam adam...@gmail.com [firebird-support] wrote: Hi Alan and thanks for your help. I checked the release notes and started again. This is my directory structure: D:\my_app\myapp.exe D:\my_app\myapp.FDB D:\my_app\fbclient.dll D:\my_app\firebird.conf

Re: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Lester Caine les...@lsces.co.uk [firebird-support]
On 14/09/14 09:25, Mark Rotteveel m...@lawinegevaar.nl [firebird-support] wrote: And still both myapp.exe and IB_SQL.exe give Database unavailable message (ISC ERROR CODE:335544375 in the cae of IB_SQL.exe) :( Ok, so you don't have the error with your own application (myapp.exe), but with

[firebird-support] Re: Help!!! - Problem with Firebird Embeded

2014-09-14 Thread sixlinksr...@yahoo.com.au [firebird-support]
D:\my_app\fbclient.dll What's this file? It should be fbembed.dll renamed to fbclient.dll. If it's not, then it's the regular client API and you're getting the error because there's no server. Yes this is fbembed.dll from the Firebird-2.5.2.26539-0_x64_embed.zip root folder renamed to

RE: [firebird-support] Re: Help!!! - Problem with Firebird Embeded

2014-09-14 Thread 'Alan McDonald' a...@meta.com.au [firebird-support]
The database path I am using in both my app and IB_SQL.exe is simply the atabase name myapp.FDB. When fb_inet_server.exe is running as a background process on the machine both my app and IB_SQL.exe connect to the server and the app runs as I would expect. Adam

Re: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Adam adam...@gmail.com [firebird-support]
Hi and thanks for jumping in Helen On Sun, Sep 14, 2014 at 1:44 PM, Helen Borrie hele...@iinet.net.au [firebird-support] firebird-support@yahoogroups.com wrote: At 01:05 p.m. 14/09/2014, Adam adam...@gmail.com [firebird-support] wrote: Hi Alan and thanks for your help. I checked the

Re: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Adam adam...@gmail.com [firebird-support]
Hi Mark The error exists for BOTH my application and the IB_SQL.exe client app and I run these non-concurrently. IB_SQL is the Interbase Objects Firebird database desktop tool (see: http://www.ibobjects.com/) Ok, so you don't have the error with your own application (myapp.exe), but with

Re: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Adam adam...@gmail.com [firebird-support]
Hi Lester On Sun, Sep 14, 2014 at 6:38 PM, Lester Caine les...@lsces.co.uk [firebird-support] firebird-support@yahoogroups.com wrote: On 14/09/14 09:25, Mark Rotteveel m...@lawinegevaar.nl [firebird-support] wrote: And still both myapp.exe and IB_SQL.exe give Database unavailable

RE: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread 'Alan McDonald' a...@meta.com.au [firebird-support]
I have tried both fullpath (D:\my_app\myapp.FDB) and just filename (myapp.FDB) and in both cases cannot connect. Adam And you are using cpLocal? Alan

RE: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread 'Alan McDonald' a...@meta.com.au [firebird-support]
Engine Code :335544721 Engine Message: Unable to complete network request to host localhost Failed to establish connection. That means you are trying to use the TCP stack. Alan

Re: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Adam adam...@gmail.com [firebird-support]
On Sun, Sep 14, 2014 at 9:53 PM, 'Alan McDonald' a...@meta.com.au [firebird-support] firebird-support@yahoogroups.com wrote: I have tried both fullpath (D:\my_app\myapp.FDB) and just filename (myapp.FDB) and in both cases cannot connect. Adam And you are using cpLocal? Alan If

Re: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Lester Caine les...@lsces.co.uk [firebird-support]
On 14/09/14 12:46, Adam adam...@gmail.com [firebird-support] wrote: Engine Code :335544721 Engine Message: Unable to complete network request to host localhost Failed to establish connection. So yes FlameRobin provides more information but still I cannot understand why This means

Re: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Iwan Cahyadi Sugeng iwan.c.sug...@gmail.com [firebird-support]
what is your connection string, don't use localhost:dbname format. Try use only the filename. Try ems sql manager for firebird, it has embeded protocol On 14 Sep 2014 19:01, Adam adam...@gmail.com [firebird-support] firebird-support@yahoogroups.com wrote: On Sun, Sep 14, 2014 at 9:55 PM,

Re: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 14-9-2014 14:11, Lester Caine les...@lsces.co.uk [firebird-support] wrote: On 14/09/14 12:46, Adam adam...@gmail.com [firebird-support] wrote: Engine Code :335544721 Engine Message: Unable to complete network request to host localhost Failed to establish connection. So yes FlameRobin

Re: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Adam adam...@gmail.com [firebird-support]
On Sun, Sep 14, 2014 at 10:11 PM, Lester Caine les...@lsces.co.uk [firebird-support] firebird-support@yahoogroups.com wrote: On 14/09/14 12:46, Adam adam...@gmail.com [firebird-support] wrote: Engine Code :335544721 Engine Message: Unable to complete network request to host localhost

Re: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Adam adam...@gmail.com [firebird-support]
On Sun, Sep 14, 2014 at 10:15 PM, Iwan Cahyadi Sugeng iwan.c.sug...@gmail.com [firebird-support] firebird-support@yahoogroups.com wrote: what is your connection string, don't use localhost:dbname format. Try use only the filename. Try ems sql manager for firebird, it has embeded protocol

Re: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Lester Caine les...@lsces.co.uk [firebird-support]
On 14/09/14 13:20, Mark Rotteveel m...@lawinegevaar.nl [firebird-support] wrote: On 14-9-2014 14:11, Lester Caine les...@lsces.co.uk [firebird-support] wrote: On 14/09/14 12:46, Adam adam...@gmail.com [firebird-support] wrote: Engine Code :335544721 Engine Message: Unable to complete

Re: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Adam adam...@gmail.com [firebird-support]
I think a status update may be helpful. After deleting all other than the one fbclient.dll in myapp folder 1 - Running my app results in the following error message: [FireDAC][Phy][IB]-314. Cannot load vendor library [fbclient.dll]. Hint: check it is in the PATH or application EXE directories,

Re: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Lester Caine les...@lsces.co.uk [firebird-support]
On 14/09/14 13:38, Adam adam...@gmail.com [firebird-support] wrote: 1 - Running my app results in the following error message: [FireDAC][Phy][IB]-314. Cannot load vendor library [fbclient.dll]. Hint: check it is in the PATH or application EXE directories, and has x86 bitness. I've checked

Re: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Adam adam...@gmail.com [firebird-support]
On Sun, Sep 14, 2014 at 10:33 PM, Lester Caine les...@lsces.co.uk [firebird-support] firebird-support@yahoogroups.com wrote: On 14/09/14 13:20, Mark Rotteveel m...@lawinegevaar.nl [firebird-support] wrote: On 14-9-2014 14:11, Lester Caine les...@lsces.co.uk [firebird-support] wrote: On

Re: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Adam adam...@gmail.com [firebird-support]
On Sun, Sep 14, 2014 at 10:56 PM, Lester Caine les...@lsces.co.uk [firebird-support] firebird-support@yahoogroups.com wrote: On 14/09/14 13:38, Adam adam...@gmail.com [firebird-support] wrote: 1 - Running my app results in the following error message: [FireDAC][Phy][IB]-314. Cannot load

Re: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Adam adam...@gmail.com [firebird-support]
On Sun, Sep 14, 2014 at 11:00 PM, Adam adam...@gmail.com wrote: On Sun, Sep 14, 2014 at 10:56 PM, Lester Caine les...@lsces.co.uk [firebird-support] firebird-support@yahoogroups.com wrote: On 14/09/14 13:38, Adam adam...@gmail.com [firebird-support] wrote: 1 - Running my app results in

Re: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Lester Caine les...@lsces.co.uk [firebird-support]
On 14/09/14 14:00, Adam adam...@gmail.com [firebird-support] wrote: Otherwise you need the 32bit build ... which may account for your earlier results as the deleted versions may have been the right 'bittyness' and being picked up rather then the renamed embedded one in your

Re: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread em...@tot-consult.com [firebird-support]
I saw a hint to the bitness of the client library - is you application 64-bit or 32-bit? The client library (embedded or not) should match the application.

Re: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Adam adam...@gmail.com [firebird-support]
On Sun, Sep 14, 2014 at 11:26 PM, Lester Caine les...@lsces.co.uk [firebird-support] firebird-support@yahoogroups.com wrote: On 14/09/14 14:00, Adam adam...@gmail.com [firebird-support] wrote: Otherwise you need the 32bit build ... which may account for your earlier results as the deleted

Re: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Adam adam...@gmail.com [firebird-support]
On Sun, Sep 14, 2014 at 11:32 PM, em...@tot-consult.com [firebird-support] firebird-support@yahoogroups.com wrote: I saw a hint to the bitness of the client library - is you application 64-bit or 32-bit? The client library (embedded or not) should match the application. Yes the non

Re: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Lester Caine les...@lsces.co.uk [firebird-support]
On 14/09/14 14:34, Adam adam...@gmail.com [firebird-support] wrote: Just tested it and all works fine. FlameRobin uses the FireBird running in background process and yes as long as the database is not being concurrently accessed all works fine. Thank you o much for giving your time to my

Re: [firebird-support] Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Adam adam...@gmail.com [firebird-support]
On Mon, Sep 15, 2014 at 12:12 AM, Lester Caine les...@lsces.co.uk [firebird-support] firebird-support@yahoogroups.com wrote: On 14/09/14 14:34, Adam adam...@gmail.com [firebird-support] wrote: Just tested it and all works fine. FlameRobin uses the FireBird running in background process and

RE: [firebird-support] Re: Help!!! - Problem with Firebird Embeded

2014-09-14 Thread 'Leyne, Sean' s...@broadviewsoftware.com [firebird-support]
What's this file? It should be fbembed.dll renamed to fbclient.dll. If it's not, then it's the regular client API and you're getting the error because there's no server. Yes this is fbembed.dll from the Firebird-2.5.2.26539-0_x64_embed.zip root folder renamed to fbclient.dll. Before

[firebird-support] Re: Proper way to configure Firebird startup on FreeBSD 10

2014-09-14 Thread stevef...@yahoo.com [firebird-support]
Thank you, Marcus. Your answer was very helpful. -- Steve Faleiro

Re: [firebird-support] Firebird Embedded corruptions

2014-09-14 Thread Ann Harrison aharri...@ibphoenix.com [firebird-support]
On Sat, Sep 13, 2014 at 12:22 PM, Jan Flyborg jan.pers...@gmail.com [firebird-support] firebird-support@yahoogroups.com wrote: We have shipped Firebird Embedded bundled together with our product for a few years now and the system is currently in production at several thousand of our

Re: [firebird-support] Re: Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Adam adam...@gmail.com [firebird-support]
On Mon, Sep 15, 2014 at 2:40 AM, 'Leyne, Sean' s...@broadviewsoftware.com [firebird-support] firebird-support@yahoogroups.com wrote: What's this file? It should be fbembed.dll renamed to fbclient.dll. If it's not, then it's the regular client API and you're getting the error because