Configuring RemoteFX on Windows Server 2012 R2
In this guide, we will show how to setup and configure RemoteFX for a Hyper-V host running
Windows Server 2012 R2. The host is used for testing and development purposes, it is not member of
a domain.
Especially we are interested to have a synthesized DirectX 11 capable graphics adapter in our virtual
machines. This is known as the RemoteFX vGPU feature.
Download the detailed how-to guide (pdf)
Enabling Remote Management of SQL Server Integration Services
We want to manage a remote instance of SQL Server Integration
Services using SQL Server Management Studio. Here, SQL Server
2008 R2 Management Studio is installed on a notebook running Windows 7. The SQL
Server 2008 R2 Integration Services are installed in a virtual machine running Windows
Server 2008 R2. (The virtual machine is hosted by Hyper-V.)
Using SQL Server Management Studio on the notebook, we try to connect to the Integration
Services on the server. The connection will fail. The error message is:
Cannot connect to <server name>.
Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)
Connecting to the Integration Services service on the computer "<server name>"
failed with the following error: “Access is denied.”
This error occurs when the computer has not been configured to allow remote connections
through DCOM, or the user does not have permission to access the SQL Server Integration
Services service through DCOM.
Download the detailed how-to guide (pdf)