An Agent Wakeup call or Agent Push server task doesn't expire if the client computer can't be reached
Last Modified: 3/15/2022
Affected Products
Languages:
This article is available in the following languages:
Trellix CEO, Bryan Palma, explains the critical need for security that’s always learning.
As per Gartner, "XDR is an emerging technology that can offer improved threat prevention, detection and response."
Trellix announced the establishment of the Trellix Advanced Research Center to advance global threat intelligence.
Trellix Advanced Research Center analyzes threat data on ransomware, nation-states, sectors, vectors, LotL, MITRE ATT&CK techniques, and emails.
As of May 14, 2024, Knowledge Base (KB) articles will only be published and updated in our new Trellix Thrive Knowledge space.
Log in to the Thrive Portal using your OKTA credentials and start searching the new space. Legacy KB IDs are indexed and you will be able to find them easily just by typing the legacy KB ID.
An Agent Wakeup call or Agent Push server task doesn't expire if the client computer can't be reached
Technical Articles ID:
KB84114
Last Modified: 3/15/2022 Environment
ePolicy Orchestrator (ePO) 5.x
Problem 1
When you try to push the agent to a client computer, the server task doesn’t expire. This issue is seen when the computer can't be reached. Problem 2
You might also notice that the CauseThe
SolutionIf this solution or workaround does not resolve your issue, log on to the ServicePortal and create a Service Request. Include this article number in the Problem Description field.
Workaround
Restore the Step 1 — Take a backup of the ePO database before making any changes. For instructions to back up the SQL database, see one of the following articles:
The results differ depending on the ePO version you’re using.
Step 3 — Determine the ID of the task that is missing from the above results.
Expected results: ePO 5.9.x
ePO 5.10
IMPORTANT: If the results you see on your server are similar to the examples above (one row returned on an ePO 5.9.x database, or two rows returned on a 5.10 database), you’re experiencing a different issue. Stop here and contact Support. See the "Related Information" field for details. If you don't see the above expected results, and there's a missing task, run the following query to show the task identifiers from the NOTE: The script above determines the IDs of the missing tasks. Expected results: ePO 5.9.x
ePO 5.10.x
Compare the above results with the results from the previous query, and determine the ID of the task that's missing. Example: Assume that you’re using ePO 5.10, and the query from step 2 only returns the DB Clean-up Task and not the CD DB Clean-up Task. Then, based on the above results from the Step 4 — Verify that the issue is resolved.
Use the query below to display all data on one page: st.Id, st.[name], st.[UniqueKey], st.[Enabled], st.[type], CASE WHEN tq.[state]=0 THEN 'Queued' WHEN tq.[state]=1 THEN 'INVALID' WHEN tq.[state]=2 THEN 'Pending/Waiting' WHEN tq.[state]=3 THEN 'Running' ELSE 'UNKNOWN' END AS [state], CONVERT(datetime, SWITCHOFFSET(CONVERT(datetimeoffset, TQ.RunTime), DATENAME(TzOffset, SYSDATETIMEOFFSET()))) AS 'Local Start Time', CONVERT(datetime, SWITCHOFFSET(CONVERT(datetimeoffset, TQ.EnqueuedTime), DATENAME(TzOffset, SYSDATETIMEOFFSET()))) AS 'Local Queued Time' FROM OrionSchedulerTaskMT as ST INNER JOIN OrionScheduledTaskQueueEntryMT as TQE on ST.id=TQE.SchedulerTaskID inner join OrionTaskQueueMT as TQ on tq.id=TQE.TaskQueueEntryID WHERE ST.name like '%db clean%' or st.name like '%Task Queue Maintenance Task%' Example Output: Related InformationTo contact Technical Support, go to the Create a Service Request page and log on to the ServicePortal.
Affected ProductsLanguages:This article is available in the following languages: |
|