Subject Re: [firebird-support] Re: how to convert fdb database
Author Helen Borrie
At 01:19 AM 22/09/2006, you wrote:
>--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@...> wrote:
> >
> > At 10:41 PM 21/09/2006, you wrote:
> >
> > >It asks me following data:
> > >ACCOUNT - SYSDBA
> > >PASSWORD - masterkey
> > >ROLE <leave blank>
> > >but i don't have this data for the database..it is not protected by
> > >password..
> >
> > This is server authentication (Firebird is a database server). By
> > the way, the above is the installation default, known to the whole
> > world, so make sure your network is secure.
> >
> > ./heLen
> >
>Thanks for suggestion but I don't know what to say...if I fill the
>fields with those values the following error is arisen:
>
>Error while trying to open file
>Access denied
>(#0)

OK, so you have gotten past the authentication issue and now you have
a problem with file access.

Try to provide more information about what you have set up there, and
how you went about installing it. For example, if you are running
Superserver (fbserver.exe) and you have some application reading the
database file with read/write access, then Superserver cannot open
it, because it requires an exclusive write lock.

./heLen