Hi All,
I have seen this problem so many times it is not funny...
Open performance monitor on one of the affected citrix servers and monitor...
Redirector \ CurrentCommands. This should never be above a value of 1 for each nic installed...
On your F&P server where the profiles come from open performance monitor and look at
Server \ Work Item Shortages. This should never be above 0.
If these are exceeded modify the following reg keys on the citrix server to reflect (all dwords):
"HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanManWorkstation\Parameters", "MaxCmds", "255"
"HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanManWorkstation\Parameters", "MaxThreads", "255"
"HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanManWorkstation\Parameters", "MaxCollectionCount", "65535"
And on the F&P server to reflect (all dwords):
"HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanManServer\Parameters", "MaxWorkItems", "32768"
"HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanManServer\Parameters", "MaxMpxCt", "8192"
I personally make the changes on ALL servers in my clients networks to prevent this from ever happening.
This changes the maximum number of concurrent connections available from the citrix server to the F&P server. Microsoft limits this to 50 by default, and by using roaming profiles and folder redirection, each USER can use 8 connections. The reason it hangs for so long is the request goes into a queue to be serviced until one of the 50 free connections are availble (this change increases this limit to 32768) remember, this uses more resources on the F&P server so be sure it can cope.
Hope this helps..
Neil