Answered by:
Unable to install SCCM client on the machines

Question
-
Hi,
I have deployed SCCM 2012 R2 SP1 CU2 and when I try to install SCCM agent using push client installation on machines I am getting the following errors:
ERROR: GetSMSClientInstallLock() Could not open file '\\machine\admin$\SMSClientInstall.PRI' (error 5)
ERROR: Unable to access target machine for request: "2097153880", machine name: "machine", access denied or invalid network path.
Execute query exec [sp_CP_SetLastErrorCode] 2097153880, 5
When I try to install manually I am getting the following error:
C:\Windows\ccmsetup\vcredist_x86.exe' returned failure exit code 5. Fail the installation.
InstallFromManifest failed 0x80070005
Failed to get client version for sending state messages. Error 0x8004100e
Tuesday, December 22, 2015 7:30 AM
Answers
-
Those are access denied errors. Double check permissions.
Torsten Meringer | http://www.mssccmfaq.de
- Proposed as answer by Xin GuoMicrosoft contingent staff Thursday, January 7, 2016 8:00 AM
- Marked as answer by Xin GuoMicrosoft contingent staff Friday, January 8, 2016 3:24 AM
Tuesday, December 22, 2015 9:05 AM
All replies
-
Hi, Do you check services? Windows Installer service can be turned off . You can also reregister msiexec.
on cmd : msiexec /regserver
Tuesday, December 22, 2015 7:46 AM -
ok I will check it.
One for thing I have found that when I try to run visual C ++ from sccm client shared folder manual I am getting access denied error.
Tuesday, December 22, 2015 7:51 AM -
ok I will check it.
One for thing I have found that when I try to run visual C ++ from sccm client shared folder manual I am getting access denied error.
So, also, check permissions. Do you can access client side for example. C:\ drive with admin share permissions?Tuesday, December 22, 2015 7:58 AM -
yes I can access the client machines. I am using domain admin account for all sccm tasks.Tuesday, December 22, 2015 8:00 AM
-
yes I can access the client machines. I am using domain admin account for all sccm tasks.
So, it can be access services problem.
Tuesday, December 22, 2015 8:02 AM -
When I try to install visual C ++ manually from sccm client shared folder I am getting this error.
Also I am able to successfully install agent on a windows server client.
Tuesday, December 22, 2015 8:38 AM -
Do you run that file elavated as "locacl" as administrator? I'ts 0x8007005 permissions error, Could you try to put your account into
local admin group of that computer and test again ?
If your domain admin account not added to that machine local admin group?
Tuesday, December 22, 2015 8:46 AM -
Those are access denied errors. Double check permissions.
Torsten Meringer | http://www.mssccmfaq.de
- Proposed as answer by Xin GuoMicrosoft contingent staff Thursday, January 7, 2016 8:00 AM
- Marked as answer by Xin GuoMicrosoft contingent staff Friday, January 8, 2016 3:24 AM
Tuesday, December 22, 2015 9:05 AM -
Hi,
As this thread has been quiet for a while, we assume that the issue has been resolved. At this time, we will mark it as "Answered" as the previous steps should be helpful for many similar scenarios.
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
Monday, January 11, 2016 2:58 AM