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

Change Windows 10 Taskbar Icons Script Deploying a custom taskbar for Windows 10

Over the summer holiday period, I was assisting a school with building out an SoE for the new year.  One of the things we used to do with Windows 7 was tweak the Taskbar to contain only items we were after instead of the default items of Internet Explorer, Windows Explorer and Windows Media Player. […]

Getting Folder Sizes and number of items in a Mailbox for a particular user on Microsoft Exchange using PowerShell

Recently one of our high-end users was going over their mailbox limit. In helping them to cut down I like to let them know what folders are using up the most of their quota (generally it is their sent items folder, but sometimes not). Executing the below PowerShell command in an Exchange Administration Shell gave […]