Subject | Re: [firebird-support] Backup in embedded mode using C API - authentication problem |
---|---|
Author | Bunth Tamás |
Post date | 2016-05-23T20:08:36Z |
On 23 May 2016 at 21:01, Dimitry Sibiryakov sd@... [firebird-support] <firebird-support@yahoogroups.com> wrote
>You don't need password, but user name must be.
When I add "SYSDBA" as a user name to the spb of isc_service_attach, I got the following error:
*I/O error during "open" operation for file "/usr/local/firebird/security2.fdb"
*Error while trying to open file
*No such file or directory
caused by
'isc_service_attach'
It seems to me that firebird looks for the user name in the security2.fdb
file, which shouldn't be used in an embedded server. What am I missing?