Hi Garth,
Thanks for your response.
Yes, I have checked the IIS logs. What I have noticed is that the clients which are having this issue never send the "
CCM_POST, /ccm_system_windowsauth/request, -,. I have attached the image of the IIS logs below.
Yes, I have reinstalled the client a lot of times and deleted old certs to force the client to request new certificates.
I checked this article
https://forums.prajwaldesai.com/threads/configuration-manager-client-missing-actions.311/
His solution was to run the SQL query
SELECT * FROM ResPolicyMap WHERE machineid = 0 and PADBID IN (SELECT PADBID FROM PolicyAssignment WHERE BodyHash IS NULL)
and if you get
Null values then run the next script. But when I run that first script I didn't get any null values.
There are no errors in my MP_Framework.log
Converting policy request file succeed MpFramework 1/07/2021 8:53:28 AM 113860 (0x1BCC4)
File C:\Program Files\SMS_CCM\PolReqStaging\POL00000.POL is deleted
MpFramework 1/07/2021 8:53:29 AM 113860 (0x1BCC4)
Policy request file doesn't exist. MpFramework 1/07/2021 8:53:29 AM 113860 (0x1BCC4)
Policy request file doesn't exist. MpFramework 1/07/2021 8:53:29 AM 113860 (0x1BCC4)
Move Policy Request File from PolReqStaging folder to MP Outboxes if it exists. MpFramework 1/07/2021 8:58:29 AM 132104 (0x20408)
Converting policy request file succeed MpFramework 1/07/2021 8:58:29 AM 132104 (0x20408)
File C:\Program Files\SMS_CCM\PolReqStaging\POL00000.POL is deleted
MpFramework 1/07/2021 8:58:29 AM 132104 (0x20408)
Policy request file doesn't exist. MpFramework 1/07/2021 8:58:29 AM 132104 (0x20408)
Policy request file doesn't exist. MpFramework 1/07/2021 8:58:29 AM 132104 (0x20408)
Move Policy Request File from PolReqStaging folder to MP Outboxes if it exists. MpFramework 1/07/2021 9:03:29 AM 113860 (0x1BCC4)
Reinstalled MP role a few times.
BGBServer.log have these errors for these clients:
- Failed to verify signature in message from client SCCM GUID:ABCDG-CA36-4FC4-9563-8CA594B89E85 SMS_NOTIFICATION_SERVER 5/07/2021 10:47:20 PM 13888 (0x3640)
- Invalid hook to be decoded. Authentication PayloadSignature SMS_NOTIFICATION_SERVER 5/07/2021 10:47:20 PM 13888 (0x3640)
- Failed to decode message body with message header (<Message><SourceType>SCCM</SourceType><SourceID>GUID:ABCDG-CA36-4FC4-9563-8CA594B89E85</SourceID><Hooks><Hook Name="Authentication"><Property Name="PayloadSignature" Value="7p+7uqY8ENV6t9jj2XAgZXvnB0yKBTIzkvtK1d7BXd09URx7+AckJFOlGJfTXtk8
enSr2MNpcezU23vGOr8KeldyMNPESor18uUdbDlK0cFkJmbcsZjbt+WHl51/t5zl
/XTSvqEdDjfoI8ovuXMVNRWW6IXkd+dTTcKnzuyTgr2yxZN99sYJx9tQQ5EBF8sF
je0f35TQBUjDG64FYIvRYAHTSjOK0hUckXbJSkGpWYY5n+fGermRghglZs9wrPfw
yByieHCnrXGz2czaNHx+xKl+81m/AaBWTyJ9PNaK2J0VcOdzaZA5nP46dWmKi3fQ
nYtANwRHxsXdgL6N2CEFaQ=="/></Hook></Hooks></Message>) SMS_NOTIFICATION_SERVER 5/07/2021 10:47:20 PM 13888 (0x3640)
- Failed to process SignIn message from client 10.4.1.65:58321. SMS_NOTIFICATION_SERVER 5/07/2021 10:47:20 PM 13888 (0x3640)
- Retrieving online resync flag from database... SMS_NOTIFICATION_SERVER 5/07/2021 10:47:44 PM 2068 (0x0814)
Didn't find much internet about those bgbserver error messages on the internet.
Thanks