We have intermitant freezing of the server which affects all the users on it. As far as I can tell this can happen when another user logs in to the Citrix server and until the log in is complete the whole system can freeze. Anyone come across this before?
Is the authentication server on the same subnet? Fileservers? Have any Fileservers been modified to allow greater user access to the shares by altering the MaxWorkItems registry entry?
What clients? WinCE, 9.x, Linux?
Are the DNS servers configured correctly (even if the answer is yes to this one, it's worth double-checking).
The problem with the MaxWorkItems setting is that you have to be careful to get the right setting for your setup.
There is a document on MS site which seems to imply that a setting of 4096 is good for all fileservers.
However, this setting will cause win9.x clients to freeze when attempting to gain access to network resources on servers with this setting. This is why I suspect the problem lies in this area.
The problem with Windows 9.x is that it can only handle a maximum of 64 WorkItems. I can't remember the figure for NT Workstation, but it's worth finding out.
Stay with this one, because here's where it gets fun;
4096 is a multiple of 64 (the square), and that is what causes the 9.x clients to hang. I found that changing the value of MaxWorkItems to (eg) 5000 (and adjusting MaxMPXCt accordingly - it needs to be 25% of the MaxWorkItems figure) fixed this.
This is why you need to know the figure for the NT clients - if it happens that the value you use is a multiple of the Max that Workstation can use, you're in trouble.
The File Server may also need more WorkItems - try adjusting it so that it matches the PDC.
I hope this helps - there are a couple of really good articles by Rick Mack on TheThin.net on this, if you require further reading.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.