Subject Re: [Firebird-Java] Another backup error
Author Roman Rokytskyy
> On the same machine where the other backup works (with the error
> mentioned in an earlier post) I have another client trying to do more
> or less the same backup routine on the same database (this may have
> nothing to do) with the following error:

> org.firebirdsql.jdbc.FBSQLException: GDS Exception. 65. internal error
>
> What does this mean to me?

Something that server does not like. You might want to check Firebird
sources to know exact reason - first you have to find symbolic defintion for
error code 65, then you can look for that particular error. :) Or to try to
ask in firebird-devel list...

There is no chance to learn about this error more except reading the
sources. This error comes from Firebird itself when we tries to start the
Services API operation. This part of the API is not very good documented
compared to other parts. If you can reproduce it only by starting two backup
processes for the same database, then workaround is very simple - don't do
it... If that is something different, we have to try to find the reason with
firebird-devel together.

Roman