Environment
Situation
Resolution
The agent quick task handler and ZCM server share state information that is created on agent refresh. The server uses this information when it sends quick task requests to the agent.
If the information used by the server doesn't match that used by the agent, then a warning message is generated and the quick task request fails.
This warning may arise under the rare instance when a quick task is sent to the agent, the agent reboots and another quick task is sent prior to the agent refresh.
The quick task protocol ensures that the agent requests task information directly from its server so there is not the possibility to "push" out an actual task from an unauthorized source, just to invoke the request.
If an agent refresh does not correct or an agent were flooded with requests, this could indicate a true unauthorized source of the request and the quick task handler is refusing to accept the inbound requests for valid reason.