Re: [Firebird-net-provider] Commit retaining

2006-10-20 Thread Carlos Guzmán Álvarez
Hello: > I did search the list - and this gave me the hard and soft commit > resolution. > I just thought that someone has any ideea of what am I doing wrong. > > anyway, thanks... It maybe a problem with the provider, but i don't the possible reasons the server could raise that exception so it'

Re: [Firebird-net-provider] Commit retaining

2006-10-20 Thread balazs.zoltan
I did search the list - and this gave me the hard and soft commit resolution. I just thought that someone has any ideea of what am I doing wrong. anyway, thanks... > Hello: >> Then I restarted the firebird server and all went ok afterwards. In the >> log >> there was this message with 'too many

Re: [Firebird-net-provider] Commit retaining

2006-10-20 Thread Carlos Guzmán Álvarez
Hello: > Then I restarted the firebird server and all went ok afterwards. In the log > there was this message with 'too many savepoints'. Could you ask in the fb-support lista bout the possible reasons of that error ?? - Usi

Re: [Firebird-net-provider] Commit retaining

2006-10-20 Thread balazs.zoltan
6:29 Subject: Re: [Firebird-net-provider] Commit retaining > Hello: >> This is the real problem :) >> >> I didn't had problem for a week (the app is running 18h a day) and one >> day >> in a transaction it just blocked. >> I tried to recreate the scena

Re: [Firebird-net-provider] Commit retaining

2006-10-20 Thread Carlos Guzmán Álvarez
Hello: > This is the real problem :) > > I didn't had problem for a week (the app is running 18h a day) and one day > in a transaction it just blocked. > I tried to recreate the scenario with the production db on a dev machine but > it worked. > Then I restarted the firebird server and all went o

Re: [Firebird-net-provider] Commit retaining

2006-10-20 Thread balazs.zoltan
One more info: where the problem appears I use IsolationLevel.Serializable. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job ea

Re: [Firebird-net-provider] Commit retaining

2006-10-20 Thread balazs.zoltan
ncura" <[EMAIL PROTECTED]> To: "For users and developers of the Firebird .NET providers" Sent: 20 October, 2006 12:23 Subject: Re: [Firebird-net-provider] Commit retaining > balazs.zoltan wrote: >> There are 3 diferent applications, and 5 clients using them at the sa

Re: [Firebird-net-provider] Commit retaining

2006-10-20 Thread Jiri Cincura
balazs.zoltan wrote: > There are 3 diferent applications, and 5 clients using them at the same > firebird server. > All 3 applications were developed by us, using a common db layer for > communicating with the db server. Well, can you "create" this error on some sample code (to find the bug in

Re: [Firebird-net-provider] Commit retaining

2006-10-20 Thread balazs.zoltan
ers and developers of the Firebird .NET providers" Sent: 20 October, 2006 12:11 Subject: Re: [Firebird-net-provider] Commit retaining > balazs.zoltan wrote: >> Thanks, >> >> Is there any other possible reason for the 'too many savepoints' error >> mes

Re: [Firebird-net-provider] Commit retaining

2006-10-20 Thread Jiri Cincura
balazs.zoltan wrote: > Thanks, > > Is there any other possible reason for the 'too many savepoints' error > message ? Only your app is working with server? -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com --

Re: [Firebird-net-provider] Commit retaining

2006-10-20 Thread balazs.zoltan
Thanks, Is there any other possible reason for the 'too many savepoints' error message ? - Original Message - From: "Jiri Cincura" <[EMAIL PROTECTED]> To: "For users and developers of the Firebird .NET providers" Sent: 20 October, 2006 11:33

Re: [Firebird-net-provider] Commit retaining

2006-10-20 Thread Jiri Cincura
balazs.zoltan wrote: > My question is: > - when I do > transaction.Commit(); > transaction.connection.Close(); > > does it do a commit retaining or a hard commit ? Normal commit. For commit retaining is there CommitRetaining method. -- Jiri {x2} Cincura http://blog.vyvojar.c

[Firebird-net-provider] Commit retaining

2006-10-20 Thread balazs.zoltan
Hello list, In my firebird server logfile it shows up a message saying 'internal gds software consistency check (Too many savepoints (287))'. My question is: - when I do transaction.Commit(); transaction.connection.Close(); does it do a commit retaining or a hard commit ? Th