Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
rrb
SQLTeam Poet Laureate
1479 Posts |
Posted - 2005-04-13 : 22:36:55
|
| OKnot strictly an SQL Server question - well not actually anything to do with SQL Server.I have an asp page which uses the file system object to update a text page - some of us on the intranet can update the file OK, others can't - I've set file permissions on the file and the folder to everyone/full control, but that hasn't helped - Any ideas?--I hope that when I die someone will say of me "That guy sure owed me a lot of money" |
|
|
Lumbago
Norsk Yak Master
3271 Posts |
Posted - 2005-04-14 : 10:32:08
|
| Is Norton AntiVirus running anywhere? Might be a longshot but I remember having some problems with norton disabeling FSO-scripts a while ago. Fixed it in the settings for Norton somewhere...--Lumbago"Real programmers don't document, if it was hard to write it should be hard to understand" |
 |
|
|
steamngn
Constraint Violating Yak Guru
306 Posts |
Posted - 2005-04-14 : 11:45:51
|
| Hey RRB,you've set file permissions, but have you checked the USER permissions? I was certified on OS long before SQL, and that was and still is the number one hangup on most intranets...Andy"Give users all the permissions they ask for but one; The one that lets them log on in the first place."There's never enough time to type code right, but always enough time for a hotfix... |
 |
|
|
rrb
SQLTeam Poet Laureate
1479 Posts |
Posted - 2005-04-14 : 20:00:11
|
| thanks - it has to be the reason...--I hope that when I die someone will say of me "That guy sure owed me a lot of money" |
 |
|
|
steamngn
Constraint Violating Yak Guru
306 Posts |
Posted - 2005-04-14 : 21:05:13
|
| If you can't get it, maybe I can help. If you are running under a domain, you may also need to check group policy settings. Go to one of the workstations that a user is having a problem on, log them off of windows and then log on as an administrator. if you can successfully update your files, then user permissions are the problem. If all else fails, check to see if the file(s) in question are inheriting security policy from the parent or not, and change accordingly. Let me know how you make out.====================================================================="Group policy is the effective management of protocol for a corporation, not the chart that defines who's turn it is to buy the beer."There's never enough time to type code right, but always enough time for a hotfix... |
 |
|
|
|
|
|
|
|