Skip to main content

Updates and Servicing node empty in CM current branch with message The site is under offline mode

We were not seeing any new updates under "updates and servicing"  node in configmgr 1606 CB console

Checked the logged on user had correct permissions and scopes assigned.
When looking at the dmpdownloader.log file found the following


The site is under offline mode SMS_DMP_DOWNLOADER 5/29/2018 3:49:36 PM 16416 (0x4020)
Looking for file D:\SCCM\EasySetupPayload\offline\ConfigMgr.Update.Manifest.cab SMS_DMP_DOWNLOADER 5/29/2018 3:49:36 PM 16416 (0x4020)
Looking for file D:\SCCM\EasySetupPayload\offline\ConfigMgr.Update.Manifest.cab SMS_DMP_DOWNLOADER 5/29/2018 3:50:36 PM 16416 (0x4020)
HasIntuneSubscription: Site has no Intune subscription. SMS_DMP_DOWNLOADER 5/29/2018 3:51:07 PM 13800 (0x35E8)
Looking for file D:\SCCM\EasySetupPayload\offline\ConfigMgr.Update.Manifest.cab SMS_DMP_DOWNLOADER 5/29/2018 3:51:36 PM 16416 (0x4020)
Looking for file D:\SCCM\EasySetupPayload\offline\ConfigMgr.Update.Manifest.cab SMS_DMP_DOWNLOADER 5/29/2018 3:52:36 PM 16416 (0x4020)
Looking for file D:\SCCM\EasySetupPayload\offline\ConfigMgr.Update.Manifest.cab SMS_DMP_DOWNLOADER 5/29/2018 3:53:36 PM 16416 (0x4020)
The manifest.cab can't be found. Will retry in the next polling cycle SMS_DMP_DOWNLOADER 5/29/2018 3:54:36 PM 16416 (0x4020)
Manifest.cab was successfully moved to the connector outbox SMS_DMP_DOWNLOADER 5/29/2018 3:54:36 PM 16416 (0x4020)
Generating state message: 4 for package 00000000-0000-0000-0000-000000000000 SMS_DMP_DOWNLOADER 5/29/2018 3:54:36 PM 16416 (0x4020)
Write the state message in D:\SCCM\inboxes\auth\statesys.box\incoming\high\___CMU5xr32hvg.SMX SMS_DMP_DOWNLOADER 5/29/2018 3:54:36 PM 16416 (0x4020)
Successfully Dropped the state message 4 SMS_DMP_DOWNLOADER 5/29/2018 3:54:36 PM 16416 (0x4020)
Get new Easy Setup Package IDs SMS_DMP_DOWNLOADER 5/29/2018 3:54:36 PM 16416 (0x4020)
Generating state message: 7 for package 00000000-0000-0000-0000-000000000000 SMS_DMP_DOWNLOADER 5/29/2018 3:54:36 PM 16416 (0x4020)
Write the state message in D:\SCCM\inboxes\auth\statesys.box\incoming\high\___CMUyxt2hbne.SMX SMS_DMP_DOWNLOADER 5/29/2018 3:54:36 PM 16416 (0x4020)



We needed to change to online mode.

Make sure the service connection point properties for the  site server is set to:

"online, Persistent connection"

Restart smsexec service 
Run check for updates again and notice  

If it is setup using offline, on-demand connection then it needs to be changed

Found this blog helpful:
http://blog.ctglobalservices.com/configuration-manager-sccm/mas/upgrade-sccm-1511-to-1602-when-service-connection-point-is-set-to-offline-on-demand/


Hope this helps

Comments

Popular posts from this blog

Group Policy Object did not apply because it failed with error code '0x80070534 No mapping between account names and security IDs was done

One of our servers was losing the Local Admin settings as we control them using GPO (restricted Groups) We were receiving the following event on this particular server : Event ID 4098 Application Event Log The computer 'Administrators (built-in)' preference item in the 'Servers Local Admins {odjd9DBD-22AF-48EA-ADF5-F42ADE4182hst}' Group Policy Object did not apply because it failed with error code '0x80070534 No mapping between account names and security IDs was done.' This error was suppressed. To fix the issue we deleted all the folders from the following location and rebooted the server C:\ProgramData\Microsoft\Group Policy\History Hope this helps.

iDRAC 7 Shows no Signal in Virtual Console Preview

Recently i logged on to iDRAC for one of our Dell R720 servers,however somehow the console redirection did not work at all. I kept on seeing No Signal on the Virtual console Preview. I tried Rebooting the server but that did not help. Finally i clicked on Reset iDRAC and this did the trick. It may take around 2 -5 minutes before you can access iDRAC page again. I had to power on the server through iDRAC before anything showed up on console. Hope this Helps.

Citrix XenApp 6.5 Discovery fails Event 3989

Citrix XenApp 6.5 Service account password change caused console discovery to fail and we saw event ID 3989 in System Event logs "Citrix XenApp failed to connect to the Data Store. ODBC error while connecting to the database: 28000 -> [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed. The login is from an untrusted domain and cannot be used with Windows authentication." After changing the service account password needed to run the following command on the delivery controllers. DSMAINT CONFIG /user:abc\ABCSVCCitrix /pwd:nP@ssword /dsn:"C:\Program Files (x86)\Citrix\Independent Management Architecture\mf20.dsn" Restart IMA service You should now be able to run the discovery successfully Hope this helps