MIchael Feucht Posted May 13, 2019 Posted May 13, 2019 Hi, I have problems with the mapping of local client drives. We will use login scripts with a netuse.bat. net use H: \\client\c% will work. net use H: \\client\C$\%username% will not work - Failure: System Failure 87 - wrong parameter Citrix Version XenApp 7.9 Any ideas? Best Regards Michael
Kelan Rowe Posted May 13, 2019 Posted May 13, 2019 1 hour ago, MIchael Feucht said: net use H: \\client\c% will work. net use H: \\client\C$\%username% will not work - Failure: System Failure 87 - wrong parameter Does this work anywhere? Presumably only if the user has a folder in c drive with their user name. Otherwise taking ICA out of the scenario this will not work either: \\localhost\C$\%username% Assuming the attempt to to map to the user profile directory it would need to be similiar to \\client\C$\Users\%username% (assuming a recent OS is used for the client) %userprofile% could not be used, as it is a server side value and contains the full path starting with "C:\...."
MIchael Feucht Posted May 13, 2019 Author Posted May 13, 2019 I have tested also: net use H: \\client\C$\firstname.lastname will not work - Failure: System Failure 87 - wrong parameter net use H: \\client\C$\test will not work - Failure: System Failure 87 - wrong parameter
MIchael Feucht Posted May 13, 2019 Author Posted May 13, 2019 When I enter the unc path directly into the file explorer, every access will work fine.
Dennis Parker Posted May 13, 2019 Posted May 13, 2019 A few links that may help explain and get you closer to where you want to be: https://discussions.citrix.com/topic/372092-can-you-map-a-local-home-folder-as-drive-letter/ https://support.citrix.com/article/CTX127968 https://support.citrix.com/article/CTX227948
Question
MIchael Feucht
Hi,
I have problems with the mapping of local client drives.
We will use login scripts with a netuse.bat.
net use H: \\client\c% will work.
net use H: \\client\C$\%username% will not work - Failure: System Failure 87 - wrong parameter
Citrix Version XenApp 7.9
Any ideas?
Best Regards
Michael
4 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.