I have created Fixlet using BigFixAgent.msi and performing the upgrade
Endpoint is getting upgraded successfully and updated version I am able to see in BigFix Console.
But in console - Action status, I am getting failed status and when I cross checked log file it display an error message “command failed (action ended while waiting for another process to complete)”
Please help how to get rid of it.
Thanks in advance!!
Yes, ‘All lines completed successfully’ is failing because the Bigfix Client is restarting in the middle of the action, before the command completes (there’s no good way to avoid that for a client upgrade).
Changing to ‘relevance evaluates to false’ may briefly show the action failed, but that would change to Success when the client re-evaluates the relevance after restarting and finds it to be False.
You also have to change the relevance so it will become false after the upgrade. Add another clause
I changed the success criteria to ‘the applicability relevance evaluates to false’ - still getting error in log file as “command failed (action ended while waiting for another process to complete)” and in console it shows status as failed but client is successfully upgraded to 9.5.10.
But if the action status still shows failed than we would have to mark our changes ticket as failed which would be concerning.
So, is their any alternative way to bypass and action status can show as completed?