ICA Bitmap Cahe Problem.

  • Thread starter Thread starter Mary
  • Start date Start date
M

Mary

Hi,
My Problem is that ICA is installed in the Thinclient.So the Bitmap Cache
setting is pointing to Z Drive in Administrator Mode.But where as if we
create a New User then the BitmapCache is pointed as C Drive.I want that
also to point to Z drive.but as per my observation there is a file named
APPSRV.INI which specifies the path as "PersistantCachePath" in the bitmap
cache has to take the same location.But why is it going wrong in the case of
NewUser.Please help.
Thanks,
Mary.
 
Hi,

for RDP- just set the registry values to the HKLM and to the Default user
hive.
for ICA- just change the default INI that is located in the All Users
profile and in the Default profile folder.

YaronM
 
AppSrv.ini are files related to the path. However the problem you put
up - whenever a new user is created, explicitely the profile ini in all
users needs to be changed accordingly as yaron suggested. may be you
can write an nt script to do the job .

assume that you have looked in the appsrv.ini file in the users
profile on the clients.

you can still have appsrv.ini inside programfiles\ Citrix\ICA
client\appsrv.ini by scripting during login to delete the normal .ini
and can be modified using the script.

- Kesavan
 
Thanks a lot Yaron.It worked for me.
YaronM said:
Hi,

for RDP- just set the registry values to the HKLM and to the Default user
hive.
for ICA- just change the default INI that is located in the All Users
profile and in the Default profile folder.

YaronM
 
Back
Top