Performance issues are observed on endpoints when GTI or TIE communication fails with the endpoints. If the endpoints report degraded performance, look for the following errors in the
Solidcore.log file:
GTI
Error 12002 --> ERROR_INTERNET_TIMEOUT : The request has timed out
ERROR: gti_http.c : 544: WinHttpReceiveResponse failed, err: 12002
ERROR: gti_http.c : 713: GTI: Request to get reputation from GTI failed, err: 112002
ERROR: gti_reputation.cpp: 196: gti_fetch_cert_reputation failed, err: 112002
12007 --> ERROR_INTERNET_NAME_NOT_RESOLVED : The server name could not be resolved
ERROR: gti_http.c : 528: GTI: WinHttpSendRequest failed, err: 12007
ERROR: gti_http.c : 713: GTI: Request to get reputation from GTI failed, err: 112007
TIE
ERROR: tie_transport.cpp: 1245: TIE: Request to get reputation from TIE timed-out, response not received in 2 sec, err: 11.
NOTE: Error 11 corresponds to the Data Exchange Layer (DXL) error: DXL_WAIT_TIMEOUT.
If five consecutive requests fail while getting the reputation from TIE, the following log entry displays:
SYSTEM: tie_transport.cpp: 84: TIE: setting the TIE state change timer, set TIE responsive on timer expiry.
The following log entries are seen when the TIE state is changed to RESPONSIVE after the timer expiry:
SYSTEM: tie_transport.cpp: 107: TIE: Setting TIE state RESPONSIVE
SYSTEM: tie_transport.cpp: 118: Successfully set TIE to RESPONSIVE
Err: 112029 is an error regarding failure to submit a file to the TIE server using the Windows
WinHttpSendRequest API. It appears in the
solidcore.log file, similar to the example below. A DXL client issue is the usual cause for this error. Try to reinstall the DXL client.
ERROR: tie_atd.cpp : 423: TIE: failed to send http header for file <filename> Err: 112029