Skip to content
Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr

Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr

Written By Anoop C Nair
Last Updated July 30, 2024
Posted In SCCM
SHARE

Let’s learn the options for troubleshooting SCCM service connection point issues. Sometimes, reinstalling the SCCM service connection point role is one of the troubleshooting steps to fix download updates and servicing issues.

NOTE! The update stuck in download is a common scenario in enterprise organizations and LAB environments. This issue is mostly caused by a proxy or other internet-related issues.

What is a Service Connection Point? A service connection point connects Configuration Manager to Microsoft cloud services and is used for Microsoft Intune subscription and servicing and to update your Configuration Manager installation.

Reinstall SCCM Service Connection Point| ConfigMgr

ConfigMgr Updates are not available in my Technical Preview LAB environment. I reinstalled the SCCM Service Connection Point to fix the updates and service download issues.

Patch My PC

I have noticed that there are EIGHT Workers in the Service Connection point roles in SCCM. And those threads are:

Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr - Fig.1
Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr – Fig.1
  1. TelemetryUploaderWorker
  2. M365AUploadWorker
  3. M365ADeploymentPlanWorker
  4. M365ADeviceHealthWorker
  5. M365ATenantUpdateInfoCloudSettingsWorker
  6. OfficeCDNWorker
  7. CMGatewaySyncUploadWorker
  8. CMGatewayNotificationWorker

Remove Service Connection Point Role

Let’s remove the Service Connection Point role from your SCCM infrastructure. The service connection point connects Microsoft Endpoint Manager ConfigMgr & cloud solutions.

  • Navigate – \Administration\Overview\Site Configuration\Servers and Site System Roles
  • Right Click on Service Connection Point Role and Select Remove
  • Click on Yes to confirm the removal of the SCP role from the site system server or CAS or Primary
Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr - Fig.2
Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr – Fig.2

Click Yes to confirm the removal

Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr - Fig.3
Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr – Fig.3

Understand the Removal Process via Logs

As you know, SCCM logs are admins’ best friends. Let’s understand how removal is processed using different log files.

compmon.log

More details in compmon.log

Checking components …~ 
Can not get the current execution state for component SMS_OUTGOING_CONTENT_MANAGER since it is not installed or completed installing.~
Can not get the current execution state for component SMS_SERVICE_CONNECTOR since it is not installed or completed installing.~
Failed to read the required Operations Management component (SMS_AZUREAD_DISCOVERY_AGENT) registry key values on local computer; error = 6 (0x6).~
Failed to read in current property values and refresh the COpsMgmtComponent object; error = 6 (0x6).~
Can not get the current execution state for component SMS_CLOUD_USERSYNC since it is not installed or completed installing.~
Can not get the current execution state for component SMS_DMP_DOWNLOADER since it is not installed or completed installing.~
Can not get the current execution state for component SMS_CLOUDCONNECTION since it is not installed or completed installing.~
Can not get the current execution state for component SMS_DMP_UPLOADER since it is not installed or completed installing.~
Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr - Fig.4
Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr – Fig.4
Removed component 'SMS_CLOUD_USERSYNC' from the Monitored Component List.
Removed component 'SMS_DMP_UPLOADER' from the Monitored Component List.
Removed component 'SMS_OUTGOING_CONTENT_MANAGER' from the Monitored Component List

DMPDownloader.log

More Details from DMPDownloader.log

Error: CDmpDownloader::RegisterForKeyChange() - RegNotifyChangeKeyValue(REGISTRY_NOTIFY) failed.
Failed to register registry key change.
EasySetupDownload thread is exiting…
SMS_EXECUTIVE signalled SMS_DMP_DOWNLOADER to stop.
AdminUI Content Download thread is exiting…
SMS_DMP_DOWNLOADER is exiting…
Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr - Fig.5
Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr – Fig.5

Sitecomp.log

More details Sitecomp.log

Deinstallation successful.
LogEvent(): Successfully logged Event to NT Event Log (4, 126, 1073742847, (null))
.
STATMSG: ID=1096 SEV=I LEV=D SOURCE="SMS Server" COMP="SMS_AZUREAD_DISCOVERY_AGENT" 
STATMSG: ID=1097 SEV=I LEV=D SOURCE="SMS Server" COMP="SMS_AZUREAD_DISCOVERY_AGENT" 
STATMSG: ID=1023 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_AZUREAD_DISCOVERY_AGENT"
.
STATMSG: ID=1096 SEV=I LEV=D SOURCE="SMS Server" COMP="SMS_CLOUDCONNECTION" 
.
STATMSG: ID=1096 SEV=I LEV=D SOURCE="SMS Server" COMP="SMS_CLOUD_USERSYNC"
.
STATMSG: ID=1096 SEV=I LEV=D SOURCE="SMS Server" COMP="SMS_DMP_DOWNLOADER"
.
STATMSG: ID=1096 SEV=I LEV=D SOURCE="SMS Server" COMP="SMS_DMP_UPLOADER"
.
STATMSG: ID=1096 SEV=I LEV=D SOURCE="SMS Server" COMP="SMS_OUTGOING_CONTENT_MANAGER"
.
STATMSG: ID=1096 SEV=I LEV=D SOURCE="SMS Server" COMP="SMS_SERVICE_CONNECTOR"
Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr - Fig.6
Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr – Fig.6

SMS_SERVICE_CONNECTOR.log

More details about SMS_SERVICE_CONNECTOR.log!!

The host's stop has been called, shutting down 8 workers
WARNING: Successfully stopped worker Microsoft.ConfigurationManager.ServiceConnector.TelemetryUploaderWorker
WARNING: Successfully stopped worker Microsoft.ConfigurationManager.ServiceConnector.M365AUploadWorker
WARNING: Successfully stopped worker Microsoft.ConfigurationManager.ServiceConnector.M365ADeploymentPlanWorker WARNING: Successfully stopped worker Microsoft.ConfigurationManager.ServiceConnector.M365ADeviceHealthWorker WARNING: Successfully stopped worker Microsoft.ConfigurationManager.ServiceConnector.M365ATenantUpdateInfoCloudSettingsWorker
WARNING: Successfully stopped worker Microsoft.ConfigurationManager.ServiceConnector.OfficeCDNWorker
WARNING: Successfully stopped worker Microsoft.ConfigurationManager.ServiceConnector.CMGatewaySyncUploadWorker
Successfully shut down the workers.
.
Successfully shut down the workers.
.
End main SMS_SERVICE_CONNECTOR thread

Reinstall SCM Service Connection Point

Let’s reinstall the service connection point to fix the SCCM servicing and update download issues.

NOTE! I restarted the SCCM server after removing the service connection point role to clean up all the leftover configurations.

Navigate \Administration\Overview\Site Configuration\Servers and Site System Roles

  • Select the Site System server and Right Click on the server – Select Add Site System Roles
Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr - Fig.7
Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr – Fig.7
  • Click NEXT to continue
Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr - Fig.8
Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr – Fig.8

Select Site System Role – Service Connection Point

Click NEXT on the proxy configuration page. Proxy is not required for this Service Connection Point (SCP) role setup.

  • Select the Service Connection Point option and click the NEXT button
Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr - Fig.9
Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr – Fig.9

Online or Offline Options

Service Connection points can be online or offline, depending on your security or connectivity baselines. However, when you install a technical preview version of ConfigMgr, the only option is to have an ONLINE server connection point.

NOTE! – More details SCCM Online Service Connection Point Details – 2 Options

Select ONLINE Persistent Connection (Recommended option)

  • Click on NEXT to continue
Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr - Fig.10
Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr – Fig.10

Click NEXT on the confirm setting page

  • Click the CLOSE button to finish the confirmation
Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr - Fig.11
Learn How to Install Reinstall SCCM Service Connection Point| ConfigMgr – Fig.11

Check Installation Status

Check SMS_SERVICE_CONNECTOR.log to have more details about the SCP installation progress.

Initializing Task Execution Manager instance as SMS_SERVICE_CONNECTOR
Starting component SMS_SERVICE_CONNECTOR
Component SMS_SERVICE_CONNECTOR started successfully.

Resources

We are on WhatsApp. To get the latest step-by-step guides and news updates, Join our Channel. Click here –HTMD WhatsApp.

Author

Anoop C Nair is Microsoft MVP! He is a Device Management Admin with more than 20 years of experience (calculation done in 2021) in IT. He is a Blogger, Speaker, and Local User Group HTMD Community leader. His main focus is on Device Management technologies like SCCM 2012, Current Branch, and Intune. He writes about ConfigMgr, Windows 11, Windows 10, Azure AD, Microsoft Intune, Windows 365, AVD, etc.

Written by

Anoop C Nair is Workplace Technology solution architect with 25+ years of experience in global enterprise organizations such as JP Morgan, Capgemini, etc. Microsoft Certified Trainer. Microsoft MVP from 2015 onwards for consecutive 11+ years! He also conducts Intune and modern workplace tech training for enterprise organizations. He is Blogger, Speaker, and Founder of HTMD Community and HTMD Conference. His main focus is on Device Management technologies like Intune, Windows, Cloud PC. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security.

Discussion · 1 comment

  1. How do you take care of the certificates if your site is PKI and you are moving the SCP off of the site server?

Join the discussion

Your email address will not be published. Required fields are marked *

Related guides

Intune

Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws

Key Takeaways Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws! In the July 2026 Patch, Microsoft introduced new features designed to improve the overall Windows experience. The update adds enhancements to Windows Update for more flexible update management and introduces Point-in-Time Restore, providing an additional recovery option for […]

AC Anoop C Nair 9 min read
Intune

2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws

Key Takeaways 2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws! The June 2026 Windows 11 Patch Tuesday update brings several improvements to File Explorer. It adds support for additional archive formats, including UU, CPIO, XAR, and NuGet Packages (NUPKG). The update also preserves View and Sort preferences in […]

AC Anoop C Nair 10 min read
Intune

2026 May KB5089549 KB5087420 Windows 11 Patch | 0 Zero Day Vulnerabilities and 120 Flaws

Key Takeaways The Windows 11 May 2026 Patch KB5089549 KB5087420 Update brings important security fixes, performance improvements, and reliability enhancements across the operating system. The update introduces new features such as Xbox Mode for gaming, File Explorer improvements, enhanced input and sharing experiences, better taskbar and Windows Hello reliability, and additional enterprise management capabilities for […]

AC Anoop C Nair 8 min read
SCCM

ConfigMgr 2603 Introduces New Early Update Enrollment Process

Key Takeaways In this post we are discussing the ConfigMgr 2603 Introduces New Early Update Enrollment Process. Microsoft has officially released Configuration Manager version 2603 to the Early Update Ring, giving organizations an opportunity to test upcoming improvements before the global production rollout. The release is targeted at enterprises running ConfigMgr version 2409 or later […]

AC Anoop C Nair 3 min read