Hi everyone,
I am currently dealing with an issue where multiple Windows clients are failing to report properly after upgrading the BigFix Agent to version 11.0.6.
We are seeing two main symptoms on the affected endpoints:
-
Communication Failure: Client logs show
FAILED to Synchronize - General transport failure, HTTP failure code: 404. (Because of this, Microsoft patch deployments are also failing). -
Stuck Pending Restart: The clients are stuck in a "Pending Restart" state in the console, and this status does not clear even after multiple system reboots.
The Constraint: The standard quick fix (stopping the service and renaming/deleting the __BESData and KeyStorage folders to force a reset) is not an option here. The customer strictly needs to retain their compliance history, so we cannot afford to generate new Computer IDs for these machines.
Our Current Troubleshooting Plan: For the "Pending Restart" issue, I suspect a noisy file (like Defender or a printer driver) is stuck in the Windows PendingFileRenameOperations registry key.
-
We are having the customer run the relevance query locally via QnA to identify the exact file path causing the flag.
-
Once identified, the plan is to use the
_BESClient_ActionManager_PendingRestartExclusionssetting to whitelist the file path.
Because the clients have a 404 error and cannot receive new tasks from the console, we are considering having them apply this exclusion directly in the local client registry (HKLM\SOFTWARE\WOW6432Node\BigFix\EnterpriseClient\Settings\Client) to see if it clears the flag.
My Questions for the Community:
-
Is using the
_BESClient_ActionManager_PendingRestartExclusionssetting the best approach for clearing the stuck restart flag in this scenario? -
Has anyone else encountered this HTTP 404 synchronization error specifically after upgrading to agent 11.0.6?
-
Are there any other known methods to fix the 404 sync issue and re-establish client-to-relay communication without deleting the
KeyStoragefolder?
Any insights or alternative solutions would be greatly appreciated. Thanks in advance!