Subject Re: [IBO] 335544344, file used by another process
Author Luiz
Petter,

You could to try with IB_SQL and test if the problem appears.
If this is a message from Firebird Server, maybe you are having differents
path names to database in two or more connections on client machines.
Firebird Server, as I have read, get acess exclusive to database to avoid
corruption of database(an old problem). So, the same path must be used on
all client connections.


Luiz.
----- Original Message -----
From: "Petter Holmström" <petter.holmstrom@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, September 18, 2002 1:38 PM
Subject: [IBO] 335544344, file used by another process


> Hello,
>
> One of my customers have this problem: When the login to the database
> for the first time using my program, everything works well. If they
> then logout and login again as another user, they receive this error
> message:
> 335544344 Cannot access the file because it's being used by another
> process.
>
> If they restart the client program, everything works fine.
> This error does not show up when connecting to the database with
> IBConsole, nor does it show up on my internal development test
> network.
>
> I'm using FireBird databases.
>
> Any ides what this problem could be due to?
>
> -Petter-