Published application on a Mapped Network Drive fails in XenApp 6.x with error: “An error occurred while making the requested connection."
Complete the following procedure to resolve the issue:
Note: A new command flag LoadBalancingApplicationCheckEnabled is added when creating the application and when setting the application properties using PowerShell.
Download XenApp the PowerShell SDK from the following location to include the PowerShell command for XenApp version 6.x:
XenApp 6.5 PowerShell SDK
Run the following command:
Get-XAApplication
Check for the application in the list.
Run the following command for the application, Notepad:
Set-XAApplication –BrowserName Notepad –LoadBalancingApplicationCheckEnabled $FALSE
Note: Setting it to $FALSE disables Application Installation Check for that application.
Application Install Check fails if the application is not running on a Local Drive on the XenApp server.
Caution! Refer to the Disclaimer at the end of this article before using Registry Editor.
The preceding issue also occurred in XenApp 6.0 and was resolved after disabling the AppInstallCheck through the registry. However the same registry key does not work for XenApp version 6.5.
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Citrix\IMA
ValueName: DisableAppInstallCheck
Type: REG_DWORD