Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Permissions and packing
Message
 
 
To
16/05/2005 13:08:40
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01014616
Message ID:
01014699
Views:
21
>We recently adjusted permissions on two application folders located on the server in an effort to keep users from moving or deleting files from them. The folders, one of which contains program files and the other of which holds data and index files, were changed from allowing full access for everyone to allowing only administrators full control and allowing users to read, write and modify files. We started having problems with certain functions in the application, especially the PACK command, so we reset the permissions back to allowing everyone full access. We're still getting reports of failures when the application tries to PACK or DELETE a file, even though we've rebooted the server and some workstations, and given some users admin rights. Some parts of the application are still using FoxPro 2.6, and I've also experienced this behavior in the development environment of VFP 6.0. Have we missed some permission setting, or is there a problem with FoxPro, or what?

There's nothing in FoxPro that controls access to the files so the errors come from insufficient user rights. BTW, Pack command works in 3 steps:
1. Copy records to ne temp table and create indexes on it
2. Delete original table files
3. Rename temp table to the originl table name.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform