Server Communication: WaitForResponse End: m_bIsSleeping[0] IsSleeping[0] GetHttpStatus[0] GetWinHttpError[12007] GetSslError[0] DataAvailable[0] Server Communication: WaitForResponse: WAIT_OBJECT_DATA_AVAILABLE_EVENT Server Communication: WinHTTP communication error: 12007
Microsoft defines the WinHttpSendRequest Error[12007] as:
ERROR_WINHTTP_NAME_NOT_RESOLVED: 12007 The server name cannot be resolved.
Typically this happens when a networking issue is preventing the endpoint from resolving the Server Address:
This error can also appear as Error[00002EE7]
cd "C:\Program Files (x86)\Bit9\Parity Agent" dascli server
Example Output:
Current server: appcontrol.domain.com:41002
Resource Download Location Default:
https://**ServerIP**/hostpkg/pkg.php?pkg=
Certificate Download Location Default:
https://**ServerIP**/packages/
Note: **ServerIP** is a wildcard for the full Server Address as seen in the Console.
tnc -ComputerName appcontrol.domain.com -Port 41002 -InformationLevel "Detailed"
tnc -ComputerName appcontrol.domain.com -Port 443 -InformationLevel "Detailed"
C:\Windows\SysWOW64\netsh.exe winhttp show proxy
C:\Windows\SysWOW64\netsh.exe winsock reset
If the issue persists, open a case with Support and provide the Disconnected Agent Logs with a Wireshark/Packet Capture.