Fixing SMS Site Component Manager could not access site system. Access is denied. Issue when adding SCCM components to other servers.

, ,

I recently decided to move our reporting services running on our SCCM site server to our more beefier SQL Server, I was also wanting to do this for our Forefront Migration (as Reporting services is a requirement). So I created a new server under Site Settings -> Site Systems and put our SQL server into there. I then added the ConfigMgr Reporting Point and Reporting services point with SCCM adding in Component Server and Site System into the roles.

After a little while I then checked the Site Component Manager logs and found the following error:

SMS Site Component Manager could not access site system "<servername>".
The operating system reported error 2147942405: Access is denied.

So I went looking to make sure that the server was up, and our Administrator account had local machine rights, it was there.

After some further investigation I also found out that the SCCM site server also needs administrative rights, so I added the computer to the local administrator group and restarted the site component manager to force it to retry installing the components and the error disappeared and SCCM began installing the components onto our SQL Server.


2 responses to “Fixing SMS Site Component Manager could not access site system. Access is denied. Issue when adding SCCM components to other servers.”

  1. Owais Avatar
    Owais

    Hi, what is I am using the SQL in clustered environment and SCCM is trying to access the virtual name of the SQL server and showing the access denied msg as above.

    computer account has been added on both SQL nodes but still having the issue.

    any suggestion ?

    Regards
    Owais

  2. karemo Avatar
    karemo

    I have problem id 1028 and 578 and 1034 on sccm 2012 server this is reflect from branch distribution point machine
    what can I do

Leave a Reply

More Posts

Blank page (auth.owa Http 500) when logging into Outlook Web Access running on Exchange 2010

Recently had to restart a client’s server after running some Windows Updates. A few hours after the restart the client contacted me stating that they couldn’t access their e-mails via the web.  I quickly had a look, the login page presented itself, so I logged in and after clicking Sign in I was presented with […]

Getting a machine product name and serial number using WMIC for use with MDT or SCCM

Quick post today, I organise my driver folders into manufacturer and model and then use a task sequence to pick machine specific drivers. Getting the exact model name helps and one day to do that is via a WMI query. It’s a command I try to use quite a bit (and tend to forget the […]

Check to see if your KMS can be contacted

Sometimes when deploying computers in our organisation, they don’t see our KMS server and automatically activate (even though they are told to do so via our unattend.xml). 9 times out of 10 it’s the client itself having issues just talking to your KMS server. To check and see if you can contact it, you can […]