SCCM Distribution Manager Error

Few days ago, I noticed that SCCM (version 1606) packages failed to distribute to Distribution Point. This is valid for new or existing packages. SCCM was unusable. So, it is a big mess.  After analysis, I found a SCCM Distribution Manager Error bellow:

Distribution Manager failed to access the source directory “\\share\folder\sourcefile” for content “ContentName” (Content ID=0000000).

Possible cause: Distribution Manager does not have sufficient rights to the source directory.

Solution: Verify that the site server computer account has at least Read access to the directory you specify as the source directory.

Possible Cause: There is not enough disk space available on the site server.

Solution: Verify that there is enough free disk space available on the site server.

 

I checked permissions. Site Manager Computer Account (Contoso\SCCM) is member of local Administrator group. Source folders permissions were OK.

SCCM Site server had plenty of free space.

So, everything seemed OK, but errors were still present.

 

Solution:

 

I think that the best thing in such case is to Reset SCCM Site Server with no configuration changes.

During the Site Reset with no configuration changes, all site components are reinstalled, and permissions and registry keys are restored to their default settings.

 

You run setup.exe from “C:\Program Files\Microsoft Configuration Manager\bin\X64” (folder, where you can find your SCCM installation files)

You select option: Perform site maintenance or reset this site 

 

SCCMSetupWizard

 

After this you select: Reset site with no configuration changes

 

ResetSite

 

Process is finished in few minutes. After that, you will notice, that first packages will be distributed to distribution point. SCCM Distribution Manager Error will disappear!!! SCCM will work well!!!  🙂

 

Written by Simon Abolnar
I am a lecturer of Informatics subjects at Higher Vocational College at the School Center Nova Gorica, located in Slovenia-EU. I have been a System Administrator of Microsoft Servers at SCNG for over 20 years.