[firebird-support] FB3 Embedded on Android

2018-02-18 Thread Jorge Gonçalves projo...@gmail.com [firebird-support]
Hi, I'm trying to put the embedded version running on android, but FB is allwys trying to connect to localhost. The FB files are located on the app files folder files/firebird/libfbclient.so files/firebird/firebird.msg files/firebird/plugins/libEngine12.so files/firebird/intl/fbintl.conf files/f

[firebird-support] Re: FB3 Embedded on Android

2018-02-18 Thread hv...@users.sourceforge.net [firebird-support]
Add firebird.conf file and change #Providers = Remote,Engine12,Loopback by Providers = Engine12 Idea is to see what error is returned by Engine12 provider (if any). Probably something wrong with privileges at file system level. Regards, Vlad

Re: [firebird-support] Re: FB3 Embedded on Android

2018-02-18 Thread Jorge Gonçalves projo...@gmail.com [firebird-support]
Same error. I'm more inclined to something related with relative paths or similar. If you notice the fbclient is trying to read firebird.msg from the wrong folder. On Sun, Feb 18, 2018 at 10:00 PM, hv...@users.sourceforge.net [firebird-support] wrote: > > > > Add firebird.conf file and cha

Re: [firebird-support] Re: FB3 Embedded on Android

2018-02-18 Thread hv...@users.sourceforge.net [firebird-support]
> ---In firebird-support@yahoogroups.com, wrote : > > Same error. > > I'm more inclined to something related with relative paths or similar. > > If you notice the fbclient is trying to read firebird.msg from the wrong > folder. Yes, it is strange. What if put modified firebird.conf

Re: [firebird-support] Firebird 3 - Auto Garbage collection with Sweep interval = 0

2018-02-18 Thread hv...@users.sourceforge.net [firebird-support]
Hi, Helen Good description, as always ;) Let me add some details > A GC run updates the record statistics but it does not remove the > stubs of deleted records. GC doesn't update record statistics (not sure i understand you correctly here) and it removes delete stubs - when OST become

Re: [firebird-support] Re: FB3 Embedded on Android

2018-02-18 Thread Jorge Gonçalves projo...@gmail.com [firebird-support]
Yes, putting firebird.conf and firebird.msg one folder above gives some progress.. SQL Message : -904 Unsuccessful execution caused by an unavailable resource. Engine Code: 335544992 Engine Message : Can not access lock files directory /data/local/tmp/firebird/ It seems that the user can't

Re: [firebird-support] Re: FB3 Embedded on Android

2018-02-18 Thread hv...@users.sourceforge.net [firebird-support]
---In firebird-support@yahoogroups.com, wrote : > Yes, putting firebird.conf and firebird.msg one folder above gives some > progress.. Good to know. Looks like wrong build configuration, will investigate it ... > Can not access lock files directory /data/local/tmp/firebird/ Usually, f

Re: [firebird-support] Re: FB3 Embedded on Android

2018-02-18 Thread Jorge Gonçalves projo...@gmail.com [firebird-support]
setting the FIREBIRD_LOCK to app/cache solve the problem. Now I have get privilege error but this time is a FB error. FB is working now. SQL Message : -607 This operation is not defined for system tables. Engine Code: 335544351 Engine Message : unsuccessful metadata update CREATE TABLE TMP

Re: [firebird-support] Re: FB3 Embedded on Android

2018-02-18 Thread hv...@users.sourceforge.net [firebird-support]
---In firebird-support@yahoogroups.com, wrote : > > setting the FIREBIRD_LOCK to app/cache solve the problem. Good > Now I have get privilege error but this time is a FB error. > > FB is working now. > > SQL Message : -607 > This operation is not defined for system tables. > > Eng

Re: [firebird-support] Re: FB3 Embedded on Android

2018-02-18 Thread Jorge Gonçalves projo...@gmail.com [firebird-support]
Yes, it's working now, thanks. Regards jGoncalves Virus-free. www.avast.com