Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Baffling 'file is in use' error
Message
 
 
To
11/10/2005 14:35:35
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Novell 4.x
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01058025
Message ID:
01058027
Views:
10
The INSERT INTO command locks table header shortly to add new record. If another user already has table header locked than you'll get that error.

>Can't seem to pinpoint cause of this error... hoping someone here can help.
>I have an automated VFP9 app that converts xml email attachments into temporary tables and inserts records into FPD2.6 tables.
>
>Of the 9000+ records it successfully created, intermittently I get an error emailed to me like this:
>Error number : 108
>Error message : File is in use by another user.
>Line causing error : newid("volchgpro")
>Line number of error: 63
>Program with error : AWORK9
>
>The actual line causing the error is: INSERT INTO DETAIL FROM MEMVAR. This is an INSERT into a FPD2.6 table. The 'newid("volchgpro")' above refers to a stored procedure that gets a unique id number for a table called volchgpro that is not involved with the INSERT at all. Why is this error occurring?
>
>Extra info if this helps:
>FPD2.6 app is used by several users for Order Entry.
>VFP6 app is used to make adjustments/corrections to above FPD2.6 orders.
>VFP9 app is used to automatically add records to above FPD2.6 orders.
>
>Regards,
>Ed Pecyna
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform