Logging into a Citrix Session...

sashton

sashton

Reputable Poster
Ok, all of our domain users have a share drive, for example: \\server\groups\Purchasing\JDoe and when a user logs into Citrix the WINDOWS folder containing the JDE.ini and jde.log and jdedebug.log files get copied to it. Where can I change this so that the WINDOWS folder gets copied to the Documents and Settings\User location on the Citrix server itself instead of out to this shared drive location?
 
This is controlled by the Term Server Home Directory setting within the users NT profile. Speak to your network admin.

Out of interest, why do you want to change it? I find it useful to be set to the users network directory especially when used in combination with the OutputDirectory setting in the JDE.INI file.

HTH

Paul
 
when you run OW - run a batch file instead, with the following commands. We had the same issue and this resolved it.

set HOMEDRIVE=C:
set HOMEPATH=\Documents and Settings\%USERNAME%
start "Running OneWorld" d:\b7\system\bin32\activconsole.exe

Hope this helps

Barry
 
The main issue is when we have a user here in Columbus, and her share drive is over the WAN in California. It takes forever to login.
 
Back
Top