citrix3 XTE Server Service Errors

Jan Bakker had the same problem, giving the network service account permissions on %systemdrive% solved the problem

Manish Amriwala I had the same problem with PS4.0 on W2K3 SP1. I added in the Network Service account to have full control on the XTE folder, and connections were restored.

Royiel Herrera Using systernals.com filemon.exe I found that my problem was file permission on M:\Program Files\Citrix\XTE\logs\error.log

Added Network Services Full Access to XTE recursively to fix the problem.


Wellington Silva I checked all the solution listed here, but in my case the solution for de Event ID: 3299 with source XTE Service error was the following:

1 - Look the computer management and i verify the group Administrator in the Local Users and Groups and all the account is displayed as a SID (S-1-5-21-1989….), not in named “Domains Admin” or “Passmanager”. This indicate that the server lost the domain reference.

2 - I remove all the user and group displayed as the SID

3 - I remove de server from domain and reboot de server. After server startup i put her again in the domain and reboot again.

4 - After the server completed the startup i go to the group Administrator in the Local Users and Groups and added all the necessary users (in my case Domains Admin and passmanager user).

5 - At this moment i try to start XTE Service and its was successful

Wellington


Guus Lambalk I had the same problem. Configured PasswordManager to use (default) port 443 which was in use by IIS. Changed the port to 444.

Svein Tore Finn… Solved. PS 4.5
It was emty into the c:\Program Files\Citrix\XTE\conf\httpd.conf
I copy this from a another server:

#Citrix_Begin
#Server Root Path
ServerRoot “C:\Program Files\Citrix\XTE”
PidFile logs/xte.pid
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 3

%26lt;IfModule mpm_winnt.c%26gt;
ThreadsPerChild 150
MaxRequestsPerChild 0
%26lt;/IfModule%26gt;

ServerName localhost
MultiplexerHandshakeTimeout 100000

  1. Apache Modules

LoadModule access_module modules/mod_access.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so

  1. XTE Modules

LoadModule socks_module modules/mod_socks.so
LoadModule winevent_log_module modules/mod_winevent_log.so
LoadModule cgp_module modules/mod_cgp.so
LoadModule multiplexer_module modules/mod_multiplexer.so
LoadModule schannel_module modules/mod_schannel.so
LoadModule async_engine_module modules/mod_async_engine.so
LoadModule ticket_module modules/mod_ticket.so

AsyncWorkerThreadCount 0
RequireTicket Off

#CGP Listen Port
Listen 2598

#Max Disconnected Sessions
CgpMaxDisconnectedSessions 100

#Default ICA Local Address and Port Number
CgpDefaultIcaLocalPort 1494

#The length of the CGP cookie in bytes
CgpCookieLength 16

#Allow old clients to request for version 1 CGP cookie
CgpAllowVersionOneCookie On

CgpClientToServerKeepAlive 4000
CgpServerToClientKeepAlive 20000

#CGP Configuration
%26lt;VirtualHost *:2598%26gt;

#CGP Protocol State
CgpProtocol On

#Max TCP Channels Per Session
CgpTcpChannelsPerSession 50

#Disconnected Sessions Timeout (msec)
CgpInterruptedSessionTimeout 180000
CgpHandshakeTimeout 100000
CgpInterruptedSessionsThreadWakeupInterval 60000
%26lt;Location /destination/cgp%26gt;
Order Allow,Deny
Allow to 127.0.0.1:1494
%26lt;/Location%26gt;

%26lt;/VirtualHost%26gt;
#Citrix_End

Jamie Gleeson I recently upgraded our test Farm from MF XP FR3 to MPS 3. When I boot the server, the XTE shows errors in the Windows event log of Event ID 7024 in the system log and 3299 in the application log. Any help would be appreciated.

Thanks
Jamie Gleeson

Jamie Gleeson I recently upgraded our test Farm from MF XP FR3 to MPS 3. When I boot the server, the XTE shows errors in the Windows event log of Event ID 7024 in the system log and 3299 in the application log. Any help would be appreciated.

Thanks
Jamie Gleeson

Category: citrix3