Page 1 of 1

Help: IBCConfigService.SetSweepInterval error

Posted: Sun 06 Mar 2011 23:52
by mazoom
I use Firebird 2.5 and Delphi 2010.

I need to disable sweeping on a database.

When i excecute this code i have this error:
please retry, specifying an option.

IBCConfigService11 := TIBCConfigService.Create(nil);
IBCConfigService11.ClientLibrary := 'fbclient.dll';
IBCConfigService11. LoginPrompt := false;
IBCConfigService11.Username := 'SYSDBA';
IBCConfigService11.Password := 'masterkey';
IBCConfigService11.Server := mainform.db_server;
IBCConfigService11.Database := mainform.path_db;
IBCConfigService11.Protocol := TCP;
IBCConfigService11.Active := true;

IBCConfigService11.SetSweepInterval(0);
IBCConfigService11.Active := false;
IBCConfigService11.Free;

Posted: Mon 07 Mar 2011 09:45
by AndreyZ
Hello,

This error is caused by server. You will find information about this problem here: http://www.firebirdfaq.org/faq170