"Lisa" <> wrote in message
news:OS$...
> I've Windows 2003 SP1 suddenly a shared folders that the users used to
> access became read only and i cann't manage by any means to get it back to
> read write !!!! what can be the reason for that and how can i solve this?
What tools are you using to change the permissions? Locally or over the
Network?
Are you users AUTHENTICATING correctly? (How do you know?)
What does "set LogonServer" show?
Do you DCs all pass a complete "DCDiag /c" with no fail or warn errors?
What does "net share SHARENAME" show when run from the problem
server?
The following command (run from the Server) will give the permissions etc
for each Share on the server:
for /f "skip=4" %a in ('net share') do if %a NEQ The net share %a
(If you get weird syntax errors on unnecessary lines in output, just add an
extra "if %a NEQ BADNAME" after the one that is there now.)
(If you put this in a batch file for later use, the percent signs in %a must
be
doubled to %%a.)
--
Herb Martin, MCSE, MVP
http://www.LearnQuick.Com
(phone on web site)