Tuesday, June 14, 2016
Installation of MSI File 'TelemetryServiceInstaller_x64.msi' failed with code 'InstallFailure' (1603)
Error While Installing XenApp/Xendesktop 7.8
XenDesktop 7.8 Install Error - Installation of MSI File 'TelemetryServiceInstaller_x64.msi'
Resolution -
Browse TelemetryServiceInstaller.msi and click on Install.
popup will come
Open Services.msc
Search for "Citrix Telemetry Service" and open Properties
Change Logon on as from NT SERVICE\CitrixTelemetryService to Local System Account and click OK
Click Retry on Installation pop up.
Now we can proceed with Installation of Delivery controller or Virtual Desktop Agent
Monday, June 6, 2016
How to check a Remote Desktop Services License server for XenApp / XenDesktop 7.x Windows Server 2012 application server
I’ve been asked several times since XenDesktop 7 was released when
Windows Server 2012 R1 and R2 were supported operating systems about how
can we check Remote Desktop Services License server from a
application server with a Windows Server 2012 R1 or R2 as the base OS:
Windows Server 2008 R2 doesn’t have this problem because is a Remote Desktop Session Host Configuration console is included during the install of the RDS services:
… but Windows Server 2012’s Remote Desktop Session Host:
… does not include any graphical consoles:
The only way to get a graphical user interface to configure the licensing server is to actually install the Remote Desktop Connection Broker:
chesk the Remote Desktop Licensing Mode on an RD Session Host Server
$obj = gwmi -namespace "Root/CIMV2/TerminalServices" Win32_TerminalServiceSetting
$obj.LicensingName
Per Device
$obj.ServerName
servername.abc.com
Windows Server 2008 R2 doesn’t have this problem because is a Remote Desktop Session Host Configuration console is included during the install of the RDS services:
… but Windows Server 2012’s Remote Desktop Session Host:
… does not include any graphical consoles:
The only way to get a graphical user interface to configure the licensing server is to actually install the Remote Desktop Connection Broker:
chesk the Remote Desktop Licensing Mode on an RD Session Host Server
$obj = gwmi -namespace "Root/CIMV2/TerminalServices" Win32_TerminalServiceSetting
$obj.LicensingName
Per Device
$obj.ServerName
servername.abc.com
Subscribe to:
Posts (Atom)