[firebird-support] Performance issue on Windows 2008 R2

2011-08-15 Thread Roland Turcan
Hello all, Our customer has changed the server from Windows XP to new HP server Windows 2008 R2 64bit, where he needs to run FB2.1 32bit. The server is installed with default options. The problem is, that the performance on new Windows 2008 Server R2 is significantly lower than on old Windows XP

[firebird-support] Cannot atach to password database

2011-08-29 Thread Roland Turcan
Hello All, I have installed new fresh ubuntu server where I installed Firebird 2.1 Classic server, but I am unable to create any database. Using [isq-fb -user SYSBDA -password masterkey] then [create database "test.fdb"] I get: Statement failed, SQLCODE = -902 cannot attach to password database

[firebird-support] Restoring database from backup on Firebird 2.1 Classic Linux

2011-09-01 Thread Roland Turcan
Hello firebird-support@yahoogroups.com! This is the end of restore: ... gbak:activating and creating deferred index FK_ADRESAR_ZAMESTNAVATEL gbak:activating and creating deferred index FK_SABLONY_MIESTO gbak:committing metadata gbak:finishing, closing, and going home gbak: ERROR:Error

Re: [firebird-support] Restoring database from backup on Firebird 2.1 Classic Linux

2011-09-01 Thread Roland Turcan
Hello all, I have tried to restore the database on Ubuntu 11.04 64bit with FB 2.1 Classic and it was restored fine. What the hell happens with 32 bit? TRoland; <<< 01.09.2011 18:00:00 - Roland Turcan "k...@rotursoft.sk" >>> Hello firebird-support@yahoogroups.com!

[firebird-support] Firebird 2.5.2.26536

2012-10-29 Thread Roland Turcan
Hi all, I have been looking into my Firebird.log on my Windows 7 64bit running 64bit Firebird 2.5.2.26536 and I can see very often: DEVELOP (Client)Mon Oct 29 20:56:59 2012 "C:\Program Files\Firebird\Firebird_2_5\bin\fbserver.exe": terminated abnormally (4294967295) What could b

[firebird-support] fbserver.exe: terminated abnormally (4294967295) FB Superserver 2.5.2 x64

2013-02-19 Thread Roland Turcan
Hello firebird-support@yahoogroups.com! When I make an backup then server restarts. It happens when it writes "finishing and going home". Also when I try to restore that backup it makes during finalization server restart. SERVER1 (Client)Tue Feb 19 21:52:55 2013 "C:\Program File

Re: [firebird-support] fbserver.exe: terminated abnormally (4294967295) FB Superserver 2.5.2 x64

2013-02-19 Thread Roland Turcan
restarted. <<< 19. 2. 2013 22:56 - Roland Turcan "k...@rotursoft.sk" >>> RT> Hello firebird-support@yahoogroups.com! RT> RT> When I make an backup then server restarts. It happens when it writes RT> "finishing and going home". Also when I try to restore t

Re: [firebird-support] fbserver.exe: terminated abnormally (4294967295) FB Superserver 2.5.2 x64

2013-02-21 Thread Roland Turcan
Sorry I sent one answer accidentally unfinished. <<< 20. 2. 2013 8:28 - Alexey Kovyazin "a...@ib-aid.com" >>> > Hi Roland, Hi Alexey, > Terminated abnormally is indication of the server crash, not > database corruption (though it can be some relation). > First of all, you need to look at UDFs y

Re: [firebird-support] fbserver.exe: terminated abnormally (4294967295) FB Superserver 2.5.2 x64 - SOLVED

2013-02-21 Thread Roland Turcan
Hello Alexey and others, I have done today the following: 1. gbak -b -v -m no problem 2. used fbcopy (thanks to M.Babuskov) to copy data to healthy DB 3. gbak -b -v on new database no problem. Sooo, once again thanks to all of you at least for reading my emails. Of course especially

Re: [firebird-support] fbserver.exe: terminated abnormally (4294967295) FB Superserver 2.5.2 x64 - SOLVED

2013-02-22 Thread Roland Turcan
4bit where customers are having SuperServer instance and average database size is 8 GB and all servers are working with the only database all the day. Do you have any recommendation what to check? TRoland; <<< 21. 2. 2013 23:59 - Roland Turcan "k...@rotursoft.sk" >>> RT&

[firebird-support] Firebird 2.5.x x64 Windows - terminated abnormally (4294967295)

2013-02-26 Thread Roland Turcan
Hello all once again, I have spent quite long time with analyzing firebird.log files on many different servers I can access today. All servers I checked are running on Windows 7/2008R2 and they have in firebird.log very often logged this problem: "C:\Program Files\Firebird\Firebird_2_5\bin\fbser

[firebird-support] Strange deadlocks

2013-07-10 Thread Roland Turcan
Hello all! I am very confused for few days. I have problems with strange application hangs which happens when some application tries to read some rows and second one tries to insert into another table. I thought that the applications were not using the same transaction isolation le

[firebird-support] Transaction waits

2013-08-13 Thread Roland Turcan
Hello firebird-support@yahoogroups.com! I have two tables: TABLE_A (ID integer) TABLE_B (ID integer, TABLE_A_ID integer) TABLE_B.TABLE_A_ID has foreign key to TABLE_A.ID TABLE_A contains a row e.g. with ID=5 one transaction updates the row with "update TABLE_A set id=id where id=5", but do

[firebird-support] Altering procedure makes differences in calculation on nested procedures

2013-11-11 Thread Roland Turcan
Hello all, I have two procedures: ProcA and ProcB where ProcB calls ProcA. I have made the altering of ProcA because of bugfix and I haven't touched the ProcB, because it was OK. When I was getting the results from ProcB, it still haven't returned me as I wanted and then I've got the r

[firebird-support] Very very very slow FB 2.5.2 64bit performance on Windows 2008 R2

2014-01-20 Thread Roland Turcan
Hello guys, I found some info about problems with performance when FB is running on Win2008R2 which is domain controller. But in my case is it not DC, but the performance is the worst I met. It is new server running 10GB of RAM, RAID, ... it is quite new server box. It cannot be, that b

Re: RES: [firebird-support] Very very very slow FB 2.5.2 64bit performance on Windows 2008 R2

2014-01-21 Thread Roland Turcan

Re: [firebird-support] Very very very slow FB 2.5.2 64bit performance on Windows 2008 R2

2014-01-21 Thread Roland Turcan

Re: [firebird-support] Very very very slow FB 2.5.2 64bit performance on Windows 2008 R2

2014-01-22 Thread Roland Turcan

Re: [firebird-support] Very very very slow FB 2.5.2 64bit performance on Windows 2008 R2

2014-01-22 Thread Roland Turcan

Re: [firebird-support] Very very very slow FB 2.5.2 64bit performance on Windows 2008 R2

2014-01-23 Thread Roland Turcan
ngle core. Of course. TS> -- TS> With regards, TS> Thomas Steinmaurer TS> http://www.upscene.com/ TS> TS> Professional Tools and Services for Firebird TS> FB TraceManager, IB LogManager, Database Health Check, Tuning etc. TS> >> >> <<< 22.01

Re: [firebird-support] Very very very slow FB 2.5.2 64bit performance on Windows 2008 R2

2014-02-16 Thread Roland Turcan

[firebird-support] How to replace NOT IN with JOINs

2015-10-21 Thread Roland Turcan k...@rotursoft.sk [firebird-support]
Hello firebird-support@yahoogroups.com! CREATE TABLE AAA_TABLE_A (ID D_INTEGER); CREATE TABLE AAA_TABLE_B (ID D_INTEGER, AAA_TABLE_A D_INTEGER, MY_VALUE D_INTEGER, MY_VALUE2 D_INTEGER); DELETE FROM AAA_TABLE_A; INSERT INTO AAA_TABLE_A (ID) VALUES (1); INSERT INTO AAA_TABLE_A (ID) VALUES (2); INS

[firebird-support] Firebird 3.0 - invalid transaction handle (expecting explicit transaction start).

2016-06-15 Thread Roland Turcan k...@rotursoft.sk [firebird-support]
Hello firebird-support@yahoogroups.com! I am trying to deploy Firebird 3.0 to our customers. Only three small customers are running on FB3, but all of them have the same problem: invalid transaction handle (expecting explicit transaction start). This exception happens on different places which

Re: [firebird-support] Firebird 3.0 - invalid transaction handle (expecting explicit transaction start).

2016-06-17 Thread Roland Turcan k...@rotursoft.sk [firebird-support]

Re: [firebird-support] Re: Firebird 3.0 - invalid transaction handle (expecting explicit transaction start).

2016-06-17 Thread Roland Turcan k...@rotursoft.sk [firebird-support]
Hello Norbert, Thanks for your confimation, that I am not alone on this planet having this problem. I can't say if customers had it during concurrent access to the same record, but in my case it was definitely not caused by concurrent access, because I have got it on my developer test da

Re: [firebird-support] Re: Firebird 3.0 - invalid transaction handle (expecting explicit transaction start).

2016-06-17 Thread Roland Turcan k...@rotursoft.sk [firebird-support]
<<< 17.06.2016 13:20 - Dimitry Sibiryakov s...@ibphoenix.com [firebird-support] "firebird-support@yahoogroups.com" >>> DSsicfs> 17.06.2016 13:17, Roland Turcan k...@rotursoft.sk [firebird-support] wrote: >> I don't want to post this issue into DEVEL

[firebird-support] NEXT VALUE FOR on Firebird 3.0.1 32bit Windows 7 32bit

2016-12-06 Thread Roland Turcan k...@rotursoft.sk [firebird-support]
Hello firebird-support@yahoogroups.com! I have installed new clean database to new customer having FB3.0.1 32bit running on Windows7Pro 32bit. He was complaining that he is not able to add new record into some parts of our software. I have connected to his computer and made backu

Re: [firebird-support] Re: NEXT VALUE FOR on Firebird 3.0.1 32bit Windows 7 32bit

2016-12-21 Thread Roland Turcan k...@rotursoft.sk [firebird-support]
< 6.12.2016 9:23 - Dmitry Yemanov dim...@users.sourceforge.net [firebird-support] "firebird-support@yahoogroups.com" >>> DYdusnfs> 06.12.2016 11:05, Roland Turcan wrote: >> >> I have installed new clean database to new customer having FB3.0.1 >> 32bit runn

Re: [firebird-support] Re: NEXT VALUE FOR on Firebird 3.0.1 32bit Windows 7 32bit

2016-12-21 Thread Roland Turcan k...@rotursoft.sk [firebird-support]
<<< 21.12.2016 9:34 - Helen Borrie hele...@iinet.net.au [firebird-support] "firebird-support@yahoogroups.com" >>> HBhinafs> Hello Roland, HBhinafs> HBhinafs> Wednesday, December 21, 2016, 9:11:36 PM, Roland Turcan wrote: HBhinafs> >> But

Re: [firebird-support] Re: NEXT VALUE FOR on Firebird 3.0.1 32bit Windows 7 32bit

2016-12-28 Thread Roland Turcan k...@rotursoft.sk [firebird-support]
<<< 22.12.2016 7:20 - Dmitry Yemanov dim...@users.sourceforge.net [firebird-support] "firebird-support@yahoogroups.com" >>> DYdusnfs> 21.12.2016 12:39, Roland Turcan wrote: >> >> But still, why this problem occurred? Why didn't some generators

[firebird-support] internal Firebird consistency check (applied differences will not fit in record (177), file: sqz.cpp line: 127)

2017-02-20 Thread Roland Turcan k...@rotursoft.sk [firebird-support]
Hello firebird-support@yahoogroups.com! I am migrating data and changing many and many records in one transactions. I have not made anything strange just SQL editor and some SQL commands which forced this database corruption: DEVELOP Mon Feb 20 16:17:54 2017 Database: C:\EXEK

[firebird-support] Error writing data to the connection OR Error reading data from the connection

2017-04-26 Thread Roland Turcan k...@rotursoft.sk [firebird-support]
Hello FireBird Support! Some customers are having troubles which causes %subject% error messages. I think it can be a problem with UDF, but I cannot prove if it is right. Firebird.log file shows only lines with 10054 and nothing else. How can I find out the reason why a use

Re: [firebird-support] Error writing data to the connection OR Error reading data from the connection

2017-04-26 Thread Roland Turcan k...@rotursoft.sk [firebird-support]
.com [firebird-support] "firebird-support@yahoogroups.com" >>> DSsicfs> 26.04.2017 13:42, Roland Turcan k...@rotursoft.sk [firebird-support] wrote: >> Firebird.log file shows only lines with 10054 and nothing else. DSsicfs>Is it server log or client log? >> How

Re: [firebird-support] Error writing data to the connection OR Error reading data from the connection

2017-04-26 Thread Roland Turcan k...@rotursoft.sk [firebird-support]
"firebird-support@yahoogroups.com" >>> DSsicfs> 26.04.2017 14:51, Roland Turcan k...@rotursoft.sk [firebird-support] wrote: >> What else can I check? DSsicfs>Network cards, cable, commutators and firewall/antivirus between this server and DSsicfs> 192.168.0.22

[firebird-support] no permission for read-write access to database

2014-10-27 Thread Roland Turcan k...@rotursoft.sk [firebird-support]
Hello firebird-support@yahoogroups.com! I have one customer having this error message very often when he starts software after he boots up his computer which is as server as well "no permission for read-write accesstodatabase C:\DATA\CUSTOMERS.FDB" He runs the sof

Re: [firebird-support] no permission for read-write access to database

2014-10-28 Thread Roland Turcan k...@rotursoft.sk [firebird-support]

[firebird-support] How to change table to global temporary table

2014-10-29 Thread Roland Turcan k...@rotursoft.sk [firebird-support]
Hello All, I have few tables which are used for many years as temporary table, but that time was not possible to create them in Firebird. Do you know any "hack" over system tables which would allow to change normal table to global temporary and it will not cause some problems? It would be

[firebird-support] How to rebuild all stored procedures / triggers

2014-11-05 Thread Roland Turcan k...@rotursoft.sk [firebird-support]
Hello guys, How can I rebuild all my SP or triggers after altering of one which has many depended callings. How can I assure that my altered SP will be used in all objects depending on it instead of old BLR of it. Should I call "alter procedure" and "alter trigger" on all SP or TR. If y

Re: [firebird-support] Re: How to rebuild all stored procedures / triggers

2014-11-05 Thread Roland Turcan k...@rotursoft.sk [firebird-support]

[firebird-support] UDF for linux 64 bit compiled with Freepascal 2.6.4

2014-12-15 Thread Roland Turcan k...@rotursoft.sk [firebird-support]
Hello firebird-support@yahoogroups.com! I am migrating my UDF from windows to linux, but all functions using string as output when they are used crashes the server. I suppose it must be related to libib_util.so and its function ib_util_malloc. My declaration is the following: {$IFDEF W

Re: [firebird-support] UDF for linux 64 bit compiled with Freepascal 2.6.4

2014-12-19 Thread Roland Turcan k...@rotursoft.sk [firebird-support]

[firebird-support] How to show all relations for "table.column" over foreign key

2015-05-27 Thread Roland Turcan k...@rotursoft.sk [firebird-support]
Hello All, How to build up SQL query over system tables to find out which tables are depending to exact table and column I am searching for. Thanks in advance. -- Best regards, TRoland http://www.rotursoft.sk http://exekutor.rotursoft.sk