Subject Re: [IBO] IBO Admin SQL Code -923 "Connection Rejected by Remote Interface"
Author Helen Borrie
At 03:21 PM 21/02/2008, you wrote:
>I need to programmatically backup my database. Using code provided in
>the IBO Admin examples, I create an instance of TIBOBackupService, set
>all the parameters (identical to ones I've already used to connect to
>Firebird), set active to true and start the service.
>
>However, when I call "GetNextLine" an error occurs. It's 335544421.
>with sql code -923 "connection rejected by remote interface".
>
>I'm using Firebird 2.0, connecting using TCP IP to a local database on
>Windows Vista. Will FB 2 work with IBO Admin or do I need to update
>something? Or is there another problem?

You tell us! Did you pass the sysdba or db owner's user credentials as username and password? + answers to other questions we might ask. Like did you use the localhost as your server? 'cos afaik, you can't on Vista, it has to be the node name of the host machine...etc...

Helen