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


_______________________________________________
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.

Reply via email to