Resolution
1. Verify that the Session Reliability port is reachable. This port is set in the Management Console by default as port 2598 and is configurable. Use the command line utility, Telnet /?.
2. Ensure that the port used by Session Reliability is not being shared by any other service, such as ICA, XML, IIS, or SQL. Use the command line utility, Netstat /?.
3. Ensure there are no Citrix Licensing issues or Product Code mismatches.
4. Ensure the configuration file, httpd.conf, exists under the Citrix\XTE\conf folder
5. Copy C:\Program Files\Citrix\XTE\logs\xte.pid from a good server. Note: When the XTE service is stopped, the XTE.pid file disappears. If permissions on the directory have been restricted, then it is possible that the XTE service will not start as it cannot create the pid file. This file essentially only holds the process ID of the XTE service.
6. Ensure the Citrix XTE service is started.
7. If the Citrix XTE service is started, Citrix may advise that the ICA listener be deleted, the system rebooted, and the listener recreated.
8. As a test, add the account for the XTE service from Network Service to Local System OR change the account for the service to Local System. Check permissions on the C:\Program Files\Citrix\XTE directory make sure that the Network service account has full rights
9. Users were unable to launch published applications if the Session Reliability feature was enabled and an option other than All network adapters with this protocol was configured for the ICA protocol in the Citrix Connection Configuration utility.
This fix introduces support for session reliability even if you limit a protocol to a particular network adapter.
To enable this functionality:
a. Open the file httpd.conf, located in the Program Files\Citrix\Xte\conf folder, in a text editor.
b. Below the line #Citrix_End, add the following line:
CgpSpecifiedIcaLocalAddress
c. Save your changes.
d. Restart the server.
If you have this functionality enabled, assign a static IP to the server or, if you are using DHCP, create a script to automatically update the IP address of CgpSpecifiedIcaLocalAddress in the httpd.conf file. If the IP address of CgpSpecifiedIcaLocalAddress does not match the actual IP address of the server, you receive an error stating that there is no route to the specified subnet address.
No comments:
Post a Comment