Subject IBO Admin SQL Code -923 "Connection Rejected by Remote Interface"
Author ra8009
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?