Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SAVE TO problems
Message
From
13/11/2001 14:21:53
 
 
To
13/11/2001 07:30:51
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00580801
Message ID:
00581057
Views:
17
>Hi
>
>I have had some funny results with SAVE TO and I can't be sure if I it is an NT issue or a VFP one.
>
>A lot of our users have notebooks running on NT4 and occasionally connect to the N/W and run an app that does various things, and afterwards it writes back to a memory file on the Local C: drive (using SAVE TO), but occasionally has problems and errors with:
>
>"File Access Denied"
>
>Huh ???
>
>Why would access be denied to a Local file ?
>

(1) You already have it open in a mode that would deny the ability to overwrite the file. This might include having FOPEN()ed or FCREATE()d the file previously using LLFIO and not releasing the file handle.

(2) Under WinNT/2K/XP, not all users have all rights to all folders or files in a given folder. Check the current user's permissions and security rights.

(3) Another user has the file open at the time through a share.

(4) A background task has the file open temporarily - Fast Find and some backup programs have a nasty habit of doing this at unopportune moments.

(5) A cow flew by and distracted the OS Kernel.

>Can anyone shed any light on this ? Is it NT playing up ? or is it something I may be doing wrong?
>
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform