Terminal Services Application Analyzer Beta
Published Sep 07 2018 06:09 PM 338 Views
First published on CloudBlogs on May, 19 2008

What is Application Compatibility for Terminal Services?

Application Compatibility is the term given to the collection of issues which prevent an application from executing satisfactorily (or in an expected manner) in a given environment - in this case Windows Terminal Services (TS) platform.

TS is deployed for a variety of reasons such as reducing total cost of ownership (TCO), better security & compliance, enabling mobility, etc.

Following are some problems faced by client applications in a TS environment:

  1. Client applications are generally written for a single user. Because TS is a multiuser system, this might cause synchronization problems.

  2. Some applications are written with the assumption that their binaries are running with administrator privileges. In TS, a normal user is rarely given administrative privileges.

  3. Behavior of some APIs is different in a TS server environment than in a client operating system. This might cause programs such as unexpected results from some operating system calls.

TS Application Analyzer

TS Application Analyzer is a runtime program analysis tool to enable administrators/users to determine if they can deploy an application on TS with confidence. It provides a summary of an application’s TS-incompatible behavior. The classes of application compatibility issues targeted for detection are:

  1. Shared resources – files/registries

  2. Access/privilege issues

  3. Windows API calls with special cases for TS

The tool does the following:

  1. Enables administrators to analyze test runs on a given binary.

  2. Determines whether the binary will face any problems when deployed on TS. If so, the tool determines the type of problem and its severity.

  3. Summarizes the findings along with a recommendation.

  4. The findings can be exported and analyzed at another computer (e.g. for analysis by a test team).

  5. The tool can be deployed on a set of user computers or test computers (running the client OS or the TS server OS) seamlessly. The findings can be collected at the administrator’s computer. The administrator can then analyze the findings from all computers and decide whether the application should be deployed on TS or not.

More information and downloads for the tool are available at the Connect website for TS Application Compatibility: http://connect.microsoft.com/tsappcompat

The guide for using the tool and the End User License Agreement (EULA) are also available at this site.

For any queries about the tool or about TS Application Compatibility, email tsappsup@microsoft.com .

1 Comment
Version history
Last update:
‎Sep 07 2018 06:09 PM