Subject Re: [firebird-support] error msg reads "cannot attach to password database" when client runs app.
Author Magnus Titho
delphigurusam schrieb am 07.04.2005 18:56:
>
> Shared db folder(b4 it was shared, client recd "access" errors.)
> Client can ping server
> Network services is set to automatic on server
> port 3050 is listening on server
> Client successfully "Tests Connection" in MS ODBC Manager (This failed
> b4 db folder was shared.)

* There's no need to share the db-folder. Don't use UNC-paths/mapped
drives in the connection string.
* The server has to have full access to the db-folder (SYSTEM-account)
* The server has to have full access to the security-database, which is
either security.fdb (Firebird 1.5) or isc4.gdb (Interbase 6/Firebird 1.0).

Did you change anything in firebird.conf?



Magnus