Machine not processing Baseline

(imported topic written by Tim.Rice)

I’m trying to track down why an Endpoint is not processing an Open Action based on a Baseline.

When I look for the Action ID (#214858) in the client logs, all I find is …

At 14:32:42 -0400 - opsite128 (http://myserveraddress:52311/cgi-bin/bfgather.exe/opsite128)

   BackgroundAdviceEvaluation NonTargetedFile optimization of C:\Program Files\BigFix Enterprise\BES Client\__BESData\opsite128\Multiple Action Group 214858.fxf

The Agent is only three days old, and this entry is from the first log file. Currently, the Endpoint is processing actionsite data without taking any actions.

At 09:01:01 -0400 - 

   Successful Synchronization with site 'actionsite' (version 368245,5,2,90014) - 'http://myserveraddress:52311/cgi-bin/bfgather.exe/actionsite'

   GatherActionMV command received.  Version up to date, gathering skipped.

At 09:01:13 -0400 - 

   GatherActionMV command received.  Version up to date, gathering skipped.

can anyone tell me why the only reference to the Baseline action ID is in the
BackgroundAdviceEvaluation
entry, and BTW,
WHAT IS BACKGROUNDADVICEEVALUATION
?

I don’t see reference to
Relevant
or
Not Relevant
in the client logs.

(imported comment written by AlanM)

So “BackgroundEvaluation” is just when the client is processing all of its content in sequence. There is nothing special going on.

The NonTargetedFile optimization means the action is targeted to a specific computer ID and this endpoint is not one of the ones listed.

1 Like

(imported comment written by Tim.Rice)

Thank you for the reply. That explains it!