Asked by:
ccmeval failed with 0x00000332

Question
-
Hello,
I installed a new SCCM infrastructure with latest version (2002) and up to date with all hotfixes.
I have 20 server and 13 are ok with eval task but 7 other report as "verify ccmeval task executed recently" with error code 0x00000332 and on details : execution query for evaluation task does not succeded.
I don't have ccmeval.log on these computer but I have ccmevaltas.log with these line each hours
Register evaluation CUpdateSchedTask with ExecuteTaskOnSystemIdle CcmEvalTask 28/07/2020 05:07:56 5220 (0x1464) Begin to check client evaluation task setting status. CcmEvalTask 28/07/2020 05:07:56 5220 (0x1464) Task scheduler 2.0 is supported, check client evaluation task setting status with 2.0 API. CcmEvalTask 28/07/2020 05:07:56 5220 (0x1464) Check whether client evaluation task exists. CcmEvalTask 28/07/2020 05:07:56 5220 (0x1464) Client evaluation task exists. CcmEvalTask 28/07/2020 05:07:56 5220 (0x1464) Check whether client evaluation task is compliant. CcmEvalTask 28/07/2020 05:07:56 5220 (0x1464) The task runs in maintanence window, not check trigger related info CcmEvalTask 28/07/2020 05:07:56 5220 (0x1464) Client evaluation task is compliant. CcmEvalTask 28/07/2020 05:07:56 5220 (0x1464) Check whether evaluation is disabled. CcmEvalTask 28/07/2020 05:07:56 5220 (0x1464) Client evaluation task is enabled. CcmEvalTask 28/07/2020 05:07:56 5220 (0x1464) Client evaluation task setting status is healthy. CcmEvalTask 28/07/2020 05:07:56 5220 (0x1464) Begin to check client evaluation task running status. CcmEvalTask 28/07/2020 05:07:56 5220 (0x1464) Current time is 2020/07/28 03:07:56 (UTC), last evaluation time is 2020/07/17 09:13:46 (UTC), interval with buffer is 1500 minutes CcmEvalTask 28/07/2020 05:07:56 5220 (0x1464) Client evaluation task is detected to not run in recent 1 cycles but doesn't exceed the maximum cycles (3) CcmEvalTask 28/07/2020 05:07:56 5220 (0x1464) Client evaluation task running status is healthy. CcmEvalTask 28/07/2020 05:07:56 5220 (0x1464)
I don't find anything about this issue on internet...
Thanks for your help
Merci de marquer comme reponses les interventions qui vous ont ete utile.
- Edited by matteu31400 Tuesday, July 28, 2020 6:45 AM
Tuesday, July 28, 2020 6:44 AM
All replies
-
Have you reviewed the scheduled task that runs ccmeval including it's status? Have you tried to manually initiate it? See https://canadianitguy.wordpress.com/2014/05/04/ccmeval-a-client-health-admins-best-friend/ for some details on this task.
Jason | https://home.configmgrftw.com | @jasonsandys
Tuesday, July 28, 2020 2:07 PM -
Thank you for your answer.
The task doesn't start. It's on pending state and in last result :
operator or administrator refused the query 0x800710e0
Merci de marquer comme reponses les interventions qui vous ont ete utile.
Tuesday, July 28, 2020 3:19 PM -
I've never seen that error for anything. There are multiple threads elsewhere in the TechNet forums as well as the web in general on this exact issue (but not for ccmeval) and it appears there are many possible sources for this.
Can you right-click and run the task manually?
Jason | https://home.configmgrftw.com | @jasonsandys
Tuesday, July 28, 2020 4:24 PM -
Thanks your for your fast answer :)
Yes, I tried it and error appears again instantly :/
I don't understand why I have this error on some computer and not other with same OS and same source master.
I have the issue on the SCCM primary server itself :/
Merci de marquer comme reponses les interventions qui vous ont ete utile.
Tuesday, July 28, 2020 4:34 PM -
Does the event log give any clues?
Jason | https://home.configmgrftw.com | @jasonsandys
Tuesday, July 28, 2020 5:46 PM -
Hi,
You may try to delete the task completely and restart the client agent. It should automatically recreate it.
When delete the task, make sure the registry key is deleted too:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Configuration Manager\Configuration Manager Health Evaluation
Then check ccmevaltask.log for details.
Regards,
Allen
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
- Edited by Allen LioMicrosoft contingent staff Wednesday, July 29, 2020 6:15 AM
Wednesday, July 29, 2020 6:14 AM -
Hello,
There is nothing relevant in event viewer.
I try to delete the task. Registry key is deleted and when I restart ccmexec scheduled task is recreated but the issue occured again
If I launch manually ccmeval -> it works.
If I use task scheduler -> 0x800710e0 operator or administratod refused the query
Merci de marquer comme reponses les interventions qui vous ont ete utile.
- Edited by matteu31400 Wednesday, July 29, 2020 6:27 AM
Wednesday, July 29, 2020 6:21 AM -
Hi,
>If I use task scheduler -> 0x800710e0 operator or administrator refused the query
This error can be given when the scheduled task was not run because it was already running. The scheduled task has the setting "Do not start a new instance" selected for the setting "If the task is already running, then the following rule applies"
And it seems the issue now is not related to SCCM, it seems some issue related to your server itself.
Regards,
AllenPlease remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
Monday, August 3, 2020 1:36 AM