Re: [Firebird-devel] Trace API withEmbeddedandUnicodeinitializationproblem

2014-02-02 Thread Thomas Steinmaurer
Hello Vlad, >>> PS If you provide me with reproducible sample i'll try to investigate it >> >> The only thing I could provide is a 32-bit Delphi application which >> points to an Embedded library. The executable must not be in the same >> directory. Would this be useful? > > At least, we can

[Firebird-devel] Embedded distribution and trace plugin, fbtracemgr.exe

2014-02-02 Thread Thomas Steinmaurer
Hello, is there any particular reason (except probable ZIP size) why the trace plugin and fbtracemgr.exe is not included in the embedded distribution? Thanks, Thomas -- WatchGuard Dimension instantly turns raw network d

Re: [Firebird-devel] Firebird 3.0 Alpha 2 release is available fortesting

2014-02-02 Thread Paul Beach
> No builds for macosx ? No... I am still in the process of trying to do the port... MacOSX gcc is broken (exception handling) - even the version in MacPorts AFAICS (64bit only) So am attempting to use clang... (latest version of XCode on Mavericks) Which brings its own problems... TLS issu

[Firebird-devel] Alpha 2 - SuperServer - Can't connect with multiple isql sessions

2014-02-02 Thread Thomas Steinmaurer
Hello, I'm sure I'm doing something wrong here ... Testing Alpha 2 x86 on Windows using the ZIP distribution. From a configuration side, I only changed the port in firebird.conf to 4050, so I'm running SuperServer. A first isql session with: isql 'localhost/4050:tourism.fdb' -user tourism -pas

Re: [Firebird-devel] Alpha 2 - SuperServer - Can't connect with multiple isql sessions

2014-02-02 Thread Dimitry Sibiryakov
02.02.2014 11:23, Thomas Steinmaurer wrote: > From a configuration side, I only changed the port in firebird.conf to 4050, > so > I'm running SuperServer. No, to run Super-anything, you must run/install firebird.exe with -m switch. -- WBR, SD.

Re: [Firebird-devel] Trace APIwithEmbeddedandUnicodeinitializationproblem

2014-02-02 Thread Vlad Khorsun
PS If you provide me with reproducible sample i'll try to investigate it >>> >>> The only thing I could provide is a 32-bit Delphi application which >>> points to an Embedded library. The executable must not be in the same >>> directory. Would this be useful? >> >> At least, we can try :)

Re: [Firebird-devel] Trace APIwithEmbeddedandUnicodeinitializationproblem

2014-02-02 Thread Thomas Steinmaurer
Hello Vlad, > PS If you provide me with reproducible sample i'll try to investigate it The only thing I could provide is a 32-bit Delphi application which points to an Embedded library. The executable must not be in the same directory. Would this be useful? >>> >>> At

Re: [Firebird-devel] Alpha 2 - SuperServer - Can't connect with multiple isql sessions

2014-02-02 Thread Thomas Steinmaurer
> 02.02.2014 11:23, Thomas Steinmaurer wrote: >> From a configuration side, I only changed the port in firebird.conf to >> 4050, so >> I'm running SuperServer. > > No, to run Super-anything, you must run/install firebird.exe with -m > switch. Thanks, that did the trick, although I do not se

Re: [Firebird-devel] TraceAPI with Embedded and Unicode initialization problem

2014-02-02 Thread Vlad Khorsun
>>> You now should see the UNICODE initialization problem in the trace output. >> >> No, i see ATTACH_DATABASE event by this application. > > That's a pity. ;-) > > Do you have the FIREBIRD environment variable set? No. >> PS does you tried LoadLibraryEx with LOAD_WITH_ALTERED_SEARCH_P

[Firebird-devel] [FB-Tracker] Created: (CORE-4330) not correct result function LAG, if the value OFFSET values ​​are assigned from a table

2014-02-02 Thread Simonov Denis (JIRA)
not correct result function LAG, if the value OFFSET values ​​are assigned from a table --- Key: CORE-4330 URL: http://tracker.firebirdsql.org/browse/CORE-4330 Projec

Re: [Firebird-devel] TraceAPI with Embedded and Unicode initialization problem

2014-02-02 Thread Thomas Steinmaurer
You now should see the UNICODE initialization problem in the trace output. >>> >>> No, i see ATTACH_DATABASE event by this application. >> >> That's a pity. ;-) >> >> Do you have the FIREBIRD environment variable set? > > No. > >>> PS does you tried LoadLibraryEx with LOAD_WITH_ALTE

Re: [Firebird-devel] TraceAPI with Embedded and Unicode initialization problem

2014-02-02 Thread Thomas Steinmaurer
> You now should see the UNICODE initialization problem in the trace output. No, i see ATTACH_DATABASE event by this application. >>> >>> That's a pity. ;-) >>> >>> Do you have the FIREBIRD environment variable set? >> >> No. >> PS does you tried LoadLibraryEx with L

Re: [Firebird-devel] TraceAPI with Embedded and Unicode initialization problem

2014-02-02 Thread Vlad Khorsun
>>> PS You could also try to use FileMon\ProcMon to trace application activity >> >> I see that icuin30.dll is tried to be loaded from various places >> (although excluding the embedded root path), but this fails. >> >> icuin30.dll is available in the embedded root directory. When I put the >> dll

Re: [Firebird-devel] TraceAPI with Embedded and Unicode initialization problem

2014-02-02 Thread Dimitry Sibiryakov
02.02.2014 20:16, Vlad Khorsun wrote: > It finally points me to the source of the problem - fbtrace.dll have no > idea that it works > with embedded and load icuin30.dll not using LOAD_WITH_ALTERED_SEARCH_PATH > flag. I wonder why it doesn't use library already loaded by server itself. Do

Re: [Firebird-devel] TraceAPI with Embedded and Unicode initialization problem

2014-02-02 Thread Vlad Khorsun
> 02.02.2014 20:16, Vlad Khorsun wrote: >> It finally points me to the source of the problem - fbtrace.dll have no >> idea that it works >> with embedded and load icuin30.dll not using LOAD_WITH_ALTERED_SEARCH_PATH >> flag. > > I wonder why it doesn't use library already loaded by server i