Question : Need help resolving a issue with the home folder not being mapped to client from 2003 DC

Running a 2003 server sp1 as a DC. All users are setup with a home folder path within AD at logon. It works 95% of the time. This is what happens when it doesnt work. So the home path should be \\server\users\username.. When it doesnt work correctly it maps the personal folder drive to \\server\users. This seems to happen to me personally more than to other users, Im a domain admin. Any ideas would be appreciated..

Thanks

Answer : Need help resolving a issue with the home folder not being mapped to client from 2003 DC

You might just need to change this

FOLLOWUPDATE BETWEEN COALESCE(@DATEBEGIN, FOLLOWUPDATE) AND COALESCE(@DATEEND, FOLLOWUPDATE)

to

(FOLLOWUPDATE >= @DATEBEGIN OR  @DATEBEGIN IS NULL) AND (FOLLOWUPDATE <= @DATEEND OR @DATEEND IS NULL)
Random Solutions  
 
programming4us programming4us