BatchPatch Forums Home › Forums › BatchPatch Support Forum › Error 1601: Failed to retrieve WMI info. The RPC server is unavailable
- This topic has 7 replies, 3 voices, and was last updated 2 years, 11 months ago by doug.
-
AuthorPosts
-
July 12, 2021 at 12:05 am #12955tacopParticipant
Error 1601: Failed to retrieve WMI info. The RPC server is unavailable.
Checked the related problem handling….
But the state is still the same, the original environment has not changed
But the upgrade of windows 10 to 21H1 doesn’t seem to be possibleIs there a further way
———————————————————————–
2021/07/13Record it and let everyone know
Originally caused by normal results, Error 1601: Failed to retrieve WMI info. The RPC server is unavailable.
Remove WindowsUpdate kb5004945 and it will return to normal
This is the result of personal debuggingJuly 13, 2021 at 9:44 pm #12957tacopParticipantI am a purchase authorized user
Tried related articles and still can’t solve it
Please provide assistance or related methods
My test belowClient PC RPC Service status
Client RPCBatchPatch run
BatchPatch RUNTEST RPC
TEST RPCJuly 13, 2021 at 9:46 pm #12974dougModeratorPlease see: Troubleshooting Common Errors in BatchPatch
December 6, 2022 at 3:49 pm #13965allParticipantGetting same error.
I’m able to ping by name, able to access ADMIN$ share. I enabled printer and file sharing. still getting:
Error 1601: Failed to retrieve WMI info. The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
I tried portqry -n servername -e 135 and getting:
TCP port 135 (epmap service): FILTERED
Also tried turning off windows firewall completely.
Seems like another service is using port 135.Been going around in circles for a few days now. Anything else I could try?
December 6, 2022 at 4:48 pm #13966dougModerator@all – The error you’re getting is because BatchPatch is not getting a response to WMI queries against the target computer.
December 6, 2022 at 6:21 pm #13967allParticipantAny other tools I could try to troubleshoot this?
December 6, 2022 at 6:42 pm #13968allParticipantSo I get RPC unavailable for this command:
get-wmiobject win32_service -computername servernameBut this command works:
Invoke-Command -ComputerName servername -Authentication Negotiate -ScriptBlock {Get-WmiObject win32_SystemEnclosure} -Credential (get-credential)I also tried specifying credentials in PatchBatch but still get an error.
December 6, 2022 at 6:50 pm #13969dougModeratorI would suggest you follow all of the steps and links outlined at Troubleshooting Common Errors in BatchPatch
-
AuthorPosts
- You must be logged in to reply to this topic.