Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

A virtualized application on an App-V client fails to launch with Error Code 2A-0000274D


Symptoms

A virtualized application on an App-V client fails to launch with the following error:

The Application Virtualization Client could not launch application name.

No connection could be made because the target machine actively refused it.

Error code: xxxxxxx-xxxxxx2A-0000274D

↑ Back to the top


Cause

This issue can occur if the HREF attribute in the application .osd file is configured to use the RTSPS protocol but the App-V Management Server is configured to use the RTSP protocol.

↑ Back to the top


Resolution

To resolve this issue, perform the following steps:

1. On the App-V Management Server, open the application .osd file and scroll down to the following line:

<CODEBASE HREF="rtsps://servername:322/ApplicationDirectory/Application.sft"
2. Change the protocol from RTSPS to RTSP and the port number from 322 to 554 like the example below:

<CODEBASE HREF="rtsp://servername:554/ApplicationDirectory/Application.sft"
3. Save the application .osd file.

4. Open the Application Virtualization Client MMC snap-in on the App-V client and refresh the Publishing Server.

5. Launch the application on the App-V client.

↑ Back to the top


Keywords: kb

↑ Back to the top

Article Info
Article ID : 2417815
Revision : 2
Created on : 3/27/2020
Published on : 3/27/2020
Exists online : False
Views : 122