[Logged with OS as Windows XP because Windows Vista is not an available choice] I have a dfs root share containing the following link: csresws -> msdfs:myrtle\files,csresws\files If I look at the DFS tab of the Properties under Windows XP I see two paths in the referral list: \\myrtle\files \\csresws\files If I look at the same list in Windows Vista I see: \\csresws\files \\myrtle\files\csresws\files Consequently under Vista it fails to failover correctly. I guess this is a Vista-related bug? Tim.
Created attachment 2278 [details] Proposed fix Attached find a workaround that works for me. This is not the "correct" fix, to me it seems our DFS referral marshalling is broken. Vista requests level 4, we reply with level 2, and Vista seems not to like that. If we reply with level 3 it seems more happy. Volker
Looks good to me ! Jeremy.
I'm marking this as fixed for now since the patch is in the svn tree. We'll get more testing out of the patchset I post tomorrow as well.