OutputDirectory on TS

gary_mogilner

Member
I followed the suggestion in the 'Windows TSE: Tuning for Performance and
Stability' document to setup the TS user profiles. I setup TS Home
Directory (Y:\) \\ server\users\UserName and added OutputDirectory=Y:\ in
the JDE.INI with the following results:

1. On Win2000 TS: when user views a PDF it is created in \\
server\users\UserName\PrintQueue - Correct, this was the desired result.

2. On NT 4.0 TS: when user views a PDF it is created in \\
server\users\PrintQueue - the UserName is not part of the path !!??

I can't find the cause. Any suggestions would be greatly appreciated.

Xe, SP18.1, AS/400, Citrix
Gary Mogilner
Terlato Wine Group (TWG)
[email protected]
 
NT4 TSE used a different profile location. If you are using Active Directory there is a place where you can override the default setting for profile location.
 
Thanks for the reply,=20
We are not using Active Directory. As far as NT4 TS is concerned, are =
you
saying that if I set the TS home dir to \\ server\users\UserName\, NT4 =
will
ignore the UserName part of the path?
Thanks
 
NT4 ughhh!!!

NT4 does not support deep mapping. That is it will support \\server\%username% where you share EVERY SINGLE users directory. However it will not support \\server\users\%username% with the single share of \\server\users.

You can use a scripting language like KIXTART to enumerate every directory and share it. I also think that a piece of software called Hyena will do the same thing for you with much less programming.
 
Back
Top