We run TSE + MetaFrame with load balancing. We need user data stored to
a common place vs. on each server so users pick up where they left off no
matter what server they get.
In UsrLogon.Cmd, we are mapping %RootDrive% using SUBST with a UNC.
ServerA holds the user data and has a share called Users. So on ServerB,
what is the difference between
NET USE T: \\ServerA\Users
SUBST %RootDrive% T:\%UserName%
and
SUBST \\ServerA\Users\%UserName%
We prefer the second because it doesn't waste a drive letter. However,
we are experiencing intermittent application errors related to cannot
find drive/file type issues, but only for users logged onto ServerB. Is
SUBST with a UNC flakier than doing a NET USE or should I look elsehwere
for the problem?
-Jon
-Jon
In article <MPG.113fcf2a6...@news2.one.net>, an...@anon.net
says...
Hope this helps,
Howie Erickson, MCP