I would be glad to chime in. If Christof said that is the problem, you can bet on it....
John -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Tracy Pearson Sent: Friday, January 20, 2012 5:16 PM To: [email protected] Subject: VFP tables on a NAS Samba A customer has a LG-NAS Firmware Version 1.0.0_2657 Placed the VFP free tables on to it. One machine can access the data without a problem. Another fails stating there is not enough disk space pointing to the FPT file. I ran this code: USE DATA\PCUINFO FOR loop = 1 to 10 TRY REPLACE value WITH value CATCH TO ex ?"Failed:", TRANSFORM(loop), ex.Message ENDTRY NEXT USE The results were unique. 2 XP Pro machines, one Win 7 Pro. The Win 7 and one of the XP pro machines would be successful the first of the 10 loops, then fail the rest. The other XP machine would be successful 100% of the time. I suspect the error message is wrong. I have heard several clients do not have this problem when they put the data onto a NAS. I spoke with another VFP developer in the office and he recalls Christof had warned about this, and the locking being a problem. Would anyone want to give some feedback on their experiences? Some ideas, other than throwing the NAS out the window? Thank you, Tracy [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

