Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED Client Push installation failing on Windows 8.1, working fine on Windows 7

Status
Not open for further replies.
Messages
5
Reaction score
0
Points
1
Execute query exec [sp_CP_GetNewPushMachines] N'TOR' SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:19 PM 3320 (0x0CF8)
Execute query exec [sp_CP_SetPushRequestMachineStatus] 2097152076, 1 SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:19 PM 3320 (0x0CF8)
Execute query exec [sp_CP_GetPushRequestMachine] 2097152076 SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:19 PM 3320 (0x0CF8)
Successfully retrieved information for machine L-AMIRM-339 from DB SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:19 PM 3320 (0x0CF8)
Execute query exec [sp_CP_GetPushRequestMachineIP] 2097152076 SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:19 PM 3320 (0x0CF8)
Execute query exec [sp_CP_GetPushRequestMachineResource] 2097152076 SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:19 PM 3320 (0x0CF8)
Execute query exec [sp_CP_GetPushMachineName] 2097152076 SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:19 PM 3320 (0x0CF8)
Received request: "2097152076" for machine name: "L-AMIRM-339" on queue: "Incoming". SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:19 PM 3320 (0x0CF8)
Stored request "2097152076", machine name "L-AMIRM-339", in queue "Processing". SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:19 PM 3320 (0x0CF8)
Execute query exec [sp_CP_SetPushRequestMachineStatus] 2097152076, 1 SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:19 PM 3320 (0x0CF8)
----- Started a new CCR processing thread. Thread ID is 0x2810. There are now 1 processing threads SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:21 PM 3320 (0x0CF8)
Submitted request successfully SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:21 PM 3320 (0x0CF8)
Getting a new request from queue "Incoming" after 100 millisecond delay. SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:21 PM 3320 (0x0CF8)
Waiting for change in directory "C:\Program Files\Microsoft Configuration Manager\inboxes\ccr.box" for queue "Incoming", (30 minute backup timeout). SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:21 PM 3320 (0x0CF8)
======>Begin Processing request: "2097152076", machine name: "L-AMIRM-339" SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:21 PM 10256 (0x2810)
Execute query exec [sp_IsMPAvailable] N'TOR' SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:22 PM 10256 (0x2810)
---> Trying the 'best-shot' account which worked for previous CCRs (index = 0x0) SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:22 PM 10256 (0x2810)
---> Attempting to connect to administrative share '\\L-AMIRM-339\admin$' using account 'CPAS\sccmadmin' SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:22 PM 10256 (0x2810)
---> The 'best-shot' account has now succeeded 37 times and failed 0 times. SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:22 PM 10256 (0x2810)
---> Connected to administrative share on machine L-AMIRM-339 using account 'CPAS\sccmadmin' SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:22 PM 10256 (0x2810)
---> Attempting to make IPC connection to share <\\L-AMIRM-339\IPC$> SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:22 PM 10256 (0x2810)
---> Searching for SMSClientInstall.* under '\\L-AMIRM-339\admin$\' SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:22 PM 10256 (0x2810)
---> Unable to connect to WMI on remote machine "L-AMIRM-339", error = 0x800706ba. SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:22 PM 10256 (0x2810)
---> Deleting SMS Client Install Lock File '\\L-AMIRM-339\admin$\SMSClientInstall.TOR' SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:22 PM 10256 (0x2810)
Execute query exec [sp_CP_SetLastErrorCode] 2097152076, -2147023174 SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:22 PM 10256 (0x2810)
Stored request "2097152076", machine name "L-AMIRM-339", in queue "Retry". SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:22 PM 10256 (0x2810)
Execute query exec [sp_CP_SetPushRequestMachineStatus] 2097152076, 2 SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:22 PM 10256 (0x2810)
Execute query exec [sp_CP_SetLatest] 2097152076, N'06/09/2015 18:38:22', 3 SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:22 PM 10256 (0x2810)
<======End request: "2097152076", machine name: "L-AMIRM-339". SMS_CLIENT_CONFIG_MANAGER 2015-06-09 2:38:22 PM 10256 (0x2810)


This is the log file.

Any Ideas guys.

Machine is discovered, admin$ share is accessible, ping also works from SCCM server.
 
"Unable to connect to WMI on remote machine "L-AMIRM-339", error = 0x800706ba"

1) Do you have the windows firewall enabled on the windows 8.1 machine ?. For testing purpose disable the firewall and try installing the client and let us know if client installation is successful.
error = 0x800706ba - THE RPC SERVER IS UNAVAILABLE.

2) Check if the DNS entry for that machine exists in DNS server.

3) Check the machine account in active directory and look at the lastlogontimestamp attribute.
 
Status
Not open for further replies.
Back
Top