Subject Re: Fwd: [firebird-support] I've a BIG BIG problem
Author Adam
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@...> wrote:
>
>
> >--------------------
> >FROM: dario.napoli@...
> >DATE: Sun, 25 Jun 2006 19:00:37 -0000
> >SUBJECT: I've a BIG BIG problem
> >
> >hi all,
> >
> >FIRST: SORRY FOR MY ENGLISH!!!
> >
> >SECOND: i've a big problem during a connection between two
> >firebird server configuration ( win2000 configuration and
> >winXP SP2 configuration).
> >
> >when i try connection from a computer to another computer
> >occurs this error:
> >
> >I/O error for file "c:\.....\mydb.gdb"
> >Error while trying to open file.
> >Impossible find specify path
> >SQL Code: -902
> >IB Error Number: 335544344
> >

Rename the file to mydb.fdb, because of a bug with Windows XP System
Restore.

It is telling you it can't open the file. This can happen for many
reasons, the file is not there, or another database server is hosting
the file, or another program has a lock on the file (eg System Restore).

The message regarding the path tells me you should check that the path
actually exists. The path is relative to the SERVER machine, and must
be on a local disk, not a mapped drive.

Adam