-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Operation failed. (Error code 2359299 - Result code 3) #41
Comments
I am also seeing this issue. According to https://docs.microsoft.com/de-de/security-updates/windowsupdateservices/18127393 it translates to Result Code 0x240003, which means it completed to install, but with errors. Should we have an option to ignore the errors and have it not fail out? |
My thoughts exactly. |
Did you try with the |
I did and it did not help. |
I would like to have the ability to run the wsus-update without needing a reboot during the chef-client run and control that outside of that download/install call. |
I am using test-kitchen to test recipes using WinRM Elevated with Windows 2012R2.
kitchen converge
works the first time I run it and applies patches correctly and reboots the server.Upon reboot Windows update claims there are 16 more patches available for install. Running
kitchen converge
a second time installs one update, verified usingsysteminfo
, and results in the error:Note: Before the error the
Control Panel\System and Security\Windows Update
changes to to indicate a reboot is required to continueAccessing the Windows GUI and pressing
Install Updates
without a reboot inControl Panel\System and Security\Windows Update
claims to install the remaining updates but this is not apparent insysteminfo
output. However checking for updates now says 67 updates are now available.Rebooting and rerunning
kitchen converge
results in the same error above except this time it is during the download action.Possible explanation but how to prevent it.
The text was updated successfully, but these errors were encountered: