XenApp/XenDesktop 7.15 LTSR CU3: AppData\Roaming Folder Redirection Fails When Configured Using UPM Policies From Citrix Studio
book
Article ID: CTX249943
calendar_today
Updated On:
Description
- You enable the below policy. However, AppData\Roaming folder redirection fails on VDA's with Windows 10 and Windows Server 2016 installed. In the user's UPM profile store directory AppData\Roaming does not get created.
- Below error 2007 is seen in the Application Event logs:
- In CDF logs collected from the VDA you see the below error:
188938,2,2018/12/05 18:36:14:81092,6712,2616,0,upmGpCse,134,CreateDirectoryAPIWrapper,9,Error,"CreateDirectoryAPIWrapper:
CreateDirectory \\?\UNC\xxx\upm10$\yyy\AppData\Roaming failed: 0x3",""188940,2,2018/12/05 18:36:14:81092,6712,2616,0,upmGpCse,793,UpmShell::RedirectFullPath,9,Error,"UpmShell::
RedirectFullPath: Creating the user's folder <\\xxx\upm10$\yyy\AppData\Roaming> failed: 0x3",""
Resolution
A private under LD0797 has been created to add function CreateDirectoryTree() which supports creating new directory tree with multiple layers, and use it when creating the new directory in the UPM store for redirection.
Contact Citrix support referencing LD0797 to get the private for 7.15 LTSR CU3. Public fix for this issue will most likely be included in 7.15 LTSR CU4.
Problem Cause
AppData redirection directory changed from 'Application Data' to 'AppData\Roaming' on 7.15 CU3, while CreateDirectoryAPIWrapper()(which calls CreateDirectory() directly) do not support create new directory with more than 1 layer"
With Windows 7, the path will be: \\xxx\upm10$\yyy\Application Data, so the directory gets created.
Issue/Introduction
XenApp/XenDesktop 7.15 LTSR CU3: AppData\Roaming Folder Redirection Fails When Configured Using UPM Policies From Citrix Studio
Was this article helpful?
thumb_up
Yes
thumb_down
No