Date:  05/12/2014 11:49:10 AM Msg ID:  004693
From:  Martin Martin Thread:  004693
Subject:  File is in use by another user.
HI, 
 
I try to solve this problem for a long time now.
When I have lot of users and activity, I starting getting error that make no sense for me :
 
ERROR 108 :  File is in use by another user.
 
When I go to the source code at the specified line number, it's a simple USE statement.
 
   USE LOGIN IN 0 ALIAS LOGIN
 
I'm only use FREE TABLE so there are no .DBC 
This file is always open. There are no way to open it exclusively. This script was executed over 20,000 times per day.
The error seems to be completely random in time and always on the a USE statement (first 2 or 3 lines of the program)
 
So, is it possible, if the same program was call on the same foxweb channel then foxweb run into problem?
Is this related to CLOSE TABLE option in the configuration tab ? 
 
How can I solve this?
 
Thanks for your Help
 
Martin