Monday, November 19, 2012

Windows could not start the Citrix XTE server on the local computer.

Error: Windows could not start the Citrix XTE server on the local computer. The service terminated with a service-specific error 1

Cause: Session Reliability port (2598) is not configured.
Solution:
Step 1: Verify the Session Reliability port is configured by using the below command 
C:>netstat -an |find /i “2598″
Step 2: Take the backup of httpd.conf file
Step 3: Edit the C:\Program Files\Citrix\XTE\conf\httpd.conf (64 bit OS: C:Program Files (X86)

copy the following content in httpd.conf file
#CGP Listen Port
Listen 2598
# Log Level
loglevel emerg
Save the file and start the Citrix XTE Server service.


                                                                         OR

Rename httpd.conf file in the path C:\Program Files\Citrix\XTE\conf and export from any of the working server. Then start the Citrix XTE Server service.

No comments:

Post a Comment