Subject | RE: [firebird-support] "Unavailable database" error when running gbak from my apllication |
---|---|
Author | Leyne, Sean |
Post date | 2013-04-15T20:11:37Z |
> Greetings colleagues!I would suspect the original DB path: localhost:Ñ:\\DB\\mol.GDB
> I need to programmatically create Firebird 1.5 db backup file within an app
> written on C++.NET.
> Problem is that when I run gbak using System.Diagnostics.Process class, it
> throws message gbak: ERROR: unavailable database.
> Parameters string looks like this:-b -se localhost:service_mgr
> localhost:Ñ:\\DB\\mol.GDB C:\\DB\\molbk.fbk -user sysdba -pass masterkey
> Thing is that when I run gbak from console (with the same rights as my
> app) with exactly the same parameters it works well. So the problem seems
> not to be with access rights.
> Any ideas on this?
I am pretty sure that "Ñ" is not a valid drive letter.
Sean