[firebird-support] Re: Issue with firebird 2.5.3 setup exe for windows

2014-10-06 Thread peter...@rocketmail.com [firebird-support]
That would explain it. It must be OS dependent, as it worked fine when I tested it on an old xp machine. Thank you for the explanation Mark.

[firebird-support] Issue with firebird 2.5.3 setup exe for windows

2014-10-02 Thread Peter Saric peter...@rocketmail.com [firebird-support]
I have a customer who is trying to setup fb 2.5.3 on his server. He has fb 1.5 installed on the server, so is trying to install fb 2.5 to run as an application; however, the setup does not display the Select Additional Tasks form where fb can be setup to run as an application. It works fine on o

[firebird-support] isc_service_start error 335544562 isc_bad_spb_form

2013-03-22 Thread peter...@rocketmail.com
After a successful attach to the service manager, isc_action_svc_add_user is failing with isc_service_start error 335544562 isc_bad_spb_form. These are the SPB details, I can't see any problem with the spb:SPB : array[0..127] of Char;SPB = (#4,#7,#4,T,E,S,T,#8,#4,t,e,s,t,#0 This using Firebird

[firebird-support] Re: Firebird speed degrades during the day

2013-02-07 Thread peter...@rocketmail.com
--- In firebird-support@yahoogroups.com, Mark Rotteveel wrote: > > On Wed, 06 Feb 2013 16:04:45 -, "peter_65@..." > wrote: > > Hi, I have a customer with FB 1.56 sitting on SBS 2008 std and mostly xp > > clients. In certain areas of the program where activity is heaviest > (server > > side

[firebird-support] Re: Firebird speed degrades during the day

2013-02-07 Thread peter...@rocketmail.com
--- In firebird-support@yahoogroups.com, Thomas Steinmaurer wrote: > > > Hi, I have a customer with FB 1.56 sitting on SBS 2008 std and mostly xp > > clients. In certain areas of the program where activity is heaviest (server > > side procedures are being run to calculate the data) it takes ov

[firebird-support] Re: Firebird speed degrades during the day

2013-02-06 Thread peter...@rocketmail.com
--- In firebird-support@yahoogroups.com, Thomas Steinmaurer wrote: > > > Hi, I have a customer with FB 1.56 sitting on SBS 2008 std and mostly xp > > clients. In certain areas of the program where activity is heaviest (server > > side procedures are being run to calculate the data) it takes ov

[firebird-support] Re: Firebird speed degrades during the day

2013-02-06 Thread peter...@rocketmail.com
--- In firebird-support@yahoogroups.com, "Leyne, Sean" wrote: > > > > Thanks Svein, I will re-check all the transactions but am careful to start > > and > > commit transactions. This isn't a general problem with the program, it seems > > to be isolated to this user. Something you said did stri

[firebird-support] Re: Firebird speed degrades during the day

2013-02-06 Thread peter...@rocketmail.com
--- In firebird-support@yahoogroups.com, "Woody" wrote: > > > Hi, I have a customer with FB 1.56 sitting on SBS 2008 std and mostly xp > > clients. In certain areas of the program where activity is heaviest > > (server side procedures are being run to calculate the data) it takes over > > 5 m

[firebird-support] Re: Firebird speed degrades during the day

2013-02-06 Thread peter...@rocketmail.com
--- In firebird-support@yahoogroups.com, Svein Erling Tysvær wrote: > > >Hi, I have a customer with FB 1.56 sitting on SBS 2008 std and mostly xp > >clients. In certain areas of > >the program where activity is heaviest (server side procedures are being run > >to calculate the data) it > >ta

[firebird-support] Firebird speed degrades during the day

2013-02-06 Thread peter...@rocketmail.com
Hi, I have a customer with FB 1.56 sitting on SBS 2008 std and mostly xp clients. In certain areas of the program where activity is heaviest (server side procedures are being run to calculate the data) it takes over 5 minutes to complete the process. I have put their fdb on my system and do not

[firebird-support] unexpected item in service parameter block, expected isc_spb_sec_username error

2012-01-10 Thread peter...@rocketmail.com
I am getting the above error with isc_service_start (using fb2.51). Can anyone please tell me why ? // Attaches to service Ok svc_handle := nil;fillchar(spb, sizeof(spb), #0);spb[0] := char(isc_spb_version);spbLen := 1;spb[1] := char(isc_spb_current_version);inc(spbLen);