Solved! Go to Solution.
That Run Client task now is using the Data Channel and we had some issues with in the past not cleaning the Queue of this task. which CU do you have on your ePO 5.10?
Could you please run the query from Step 2 from the below article and see if you have 2 clean up task?
https://kc.mcafee.com/corporate/index?page=content&id=KB84114
Regards
Alejandro
Was my reply helpful?
If this information was helpful in any way or answered your question, will you please select Accept as Solution in my reply and together we can help other members?
Note: my ePo version is 5.10
That Run Client task now is using the Data Channel and we had some issues with in the past not cleaning the Queue of this task. which CU do you have on your ePO 5.10?
Could you please run the query from Step 2 from the below article and see if you have 2 clean up task?
https://kc.mcafee.com/corporate/index?page=content&id=KB84114
Regards
Alejandro
Was my reply helpful?
If this information was helpful in any way or answered your question, will you please select Accept as Solution in my reply and together we can help other members?
If rebooting epo temporarily resolves, then it is possible you are missing some of the internal tasks from KB you were pointed to. You could also be running into a connection leak with some known extension versions that would cause that. You might want to open a ticket with us so we can look at data that should not be posted here or on any public forum.
Was my reply helpful?
If this information was helpful in any way or answered your question, will you please select Accept as Solution in my reply and together we can help other members?
As a side note, you should only be using run client task now on a limited bases - it is not meant for mass deployments. You should rather use assigned client tasks as a general rule.
Was my reply helpful?
If this information was helpful in any way or answered your question, will you please select Accept as Solution in my reply and together we can help other members?
i run the below queery:
SELECT
SUBSTRING(TaskDescription, LEN(LEFT(TaskDescription, CHARINDEX ('<name>', TaskDescription))) + 6, LEN(TaskDescription) - LEN(LEFT(TaskDescription, CHARINDEX ('<name>', TaskDescription))) - LEN(RIGHT(TaskDescription, LEN(TaskDescription) - CHARINDEX ('</name>', TaskDescription))) - 6) as 'Task Name',
CONVERT(datetime, SWITCHOFFSET(CONVERT(datetimeoffset, OrionTaskQueueMT.RunTime), DATENAME(TzOffset, SYSDATETIMEOFFSET()))) AS 'Local Start Time',
CONVERT(datetime, SWITCHOFFSET(CONVERT(datetimeoffset, OrionTaskQueueMT.EnqueuedTime), DATENAME(TzOffset, SYSDATETIMEOFFSET()))) AS 'Local Queued Time',
CASE WHEN State=0 THEN 'Queued' WHEN State=1 THEN 'INVALID' WHEN State=2 THEN 'Pending/Waiting' WHEN State=3 THEN 'Running' ELSE 'Unknown' END as 'State'
FROM OrionTaskQueueMT
where taskdescription like '%db clean%'
then i rebooted my PC, it worked , then after 5 min i tried to run tasks again and the same issue ( blank)
what is the result of the query?
attached the screenshots
I m 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.
You are missing one of the internal tasks - have you applied any updates to epo yet? The base install was missing one of the critical tasks that was fixed in cu 1. At the very least, you need update 9, preferably update 12.
Was my reply helpful?
If this information was helpful in any way or answered your question, will you please select Accept as Solution in my reply and together we can help other members?
Corporate Headquarters
6220 America Center Drive
San Jose, CA 95002 USA