"not enough system resources to complete this operation"
So I found a few things online. One was to install this hotfix by MS:
http://support.microsoft.com/kb/902336
I modified the registry as it says ... day 2 same problems... this time more errors about not enough memory and a few others when trying to log in. So after reviewing the file system log there were tons of errors in there about NTFRS ... this is the one:
- Code: Select all
The File Replication Service has detected that the replica
root path has
changed from "c:\windows\sysvol\domain"
to "c:\windows\sysvol\domain". If
this is an intentional move then a file with the name
NTFRS_CMD_FILE_MOVE_ROOT needs to be created under the new
root path.
This was detected for the following replica set:
"DOMAIN SYSTEM VOLUME (SYSVOL SHARE)"
So I did exactly as the rest of the error message tells you to do. Create a FILE in the "c:\windows\sysvol\domain" directory called:
NTFRS_CMD_FILE_MOVE_ROOT
Then do a "net stop ntfrs” and “net start ntfrs” from command line and no more errors. Its still a little early to tell if this completely solved the problem but their hasn't been 1 error message in the log as of yet and everyone is able to login.
