[SOLVED] Error updating windows server 2019 0x800f0922

Okay I disable AV, an application the requiere the use of mariadb, and the service of stellar and the patch aplyies sucessfully thank you sou much, but i have another question this error ocurrs in another 90 servers, how i can check whats its the cause o what suggestion can you give to take for example.

1. Apply manual update with Administrator local, run DISM /Online /Restorehealth,
2. If fails, disable all thirdparty services in the servers and try to update

Im going to attach the last loggs and if you can help me with some ideas im going to be greatfull with you
 

Attachments

Hi,

You're welcome. Glad to hear you were able to update after disabling the third-party services.

I saw that you had also already started a new thread for another server with the same issue.

how i can check whats its the cause o what suggestion can you give to take for example.

Maybe you can resolve this this issue on all the servers to change the starttype of the Windows Agent Sensor service (Stellar) to Automatic(Delayed Start) instead of Automatic with the following command.

Code:
sc config aella_ctrl start= delayed-auto
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top