Subject RE: [firebird-support] problem connecting in win2003
Author Alan McDonald
> Hi all,
> I have a problem connecting to a FB 1.5.1 in Windows 2003. I can
> connect with isql using only the path, i.e.
>
> connect c:\something.fdb user sysdba password masterkey;
>
> succeds; but
>
> connect localhost:c:\something.fdb user sysdba password masterkey;
>
> don't. I get
>
> Statement failed, SQLCODE = -902
> operating system directive CreateFile failed
> -The request operation cannot be performed on a file with a user-mapped
> section open.
>
> any ideas where to look for a solution?
>
> TIA
>
> Ernesto Cullen

Have you setup the FbServer process to run as a particular user and not
"system"
Alan