Hi,
I need help on a strange SCCM issue. I got 4 VLANs as;
VLAN1 - Servers where SCCM.domain.com is sitting (Configuration Manager 2010 running on Win2016).
VLAN2 - Set of domain-joined Win10 clients.
VLAN3 - Set of non-domain-joined (workgroup) Win2012R2 servers
VLAN4 - Set of non-domain joined (workgroup) Win2019 servers
Software deployment, updates deployment, etc. works well on VLAN1, VLAN2 and VLAN3. But updates deployment do not work on VLAN4. Following are the extract from related log files;
UpdateHandler.log
Successfully initiated scan. UpdatesHandler 12/21/2020 11:24:50 PM 12980 (0x32B4)
Successfully initiated scan. UpdatesHandler 12/21/2020 11:24:50 PM 11360 (0x2C60)
Updates scan completion received, result = 0x80240438. UpdatesHandler 12/21/2020 11:24:54 PM 11360 (0x2C60)
Updates scan completion received, result = 0x80240438. UpdatesHandler 12/21/2020 11:24:59 PM 11300 (0x2C24)
Updates scan completion received, result = 0x80240438. UpdatesHandler 12/21/2020 11:25:03 PM 12980 (0x32B4)
UpdatesDeployment.log
Job error (0x80240438) received for assignment ({BFCA7E3B-5C27-4D43-BA59-48E6701FBB60}) action UpdatesDeploymentAgent 12/21/2020 11:26:07 PM 12980 (0x32B4)
Updates will not be made available UpdatesDeploymentAgent 12/21/2020 11:26:07 PM 12980 (0x32B4)
CUpdatesAssignment::RaiseStateMessage, ulMessageId = -1073730068 UpdatesDeploymentAgent 12/21/2020 11:26:07 PM 12980 (0x32B4)
CUpdatesAssignment::RaiseStateMessage, hrError = -2145123272 UpdatesDeploymentAgent 12/21/2020 11:26:07 PM 12980 (0x32B4)
Raised assignment (TopicID) ({BFCA7E3B-5C27-4D43-BA59-48E6701FBB60}) state message successfully. TopicType = Evaluate, StateId = 3, StateName = ASSIGNMENT_EVALUATE_FAILED, StateCriticality = 1 UpdatesDeploymentAgent 12/21/2020 11:26:07 PM 12980 (0x32B4)
Here are the steps I already tried;
Made sure SCCM.domain.com is pointing to the right IP in hosts file
I tried browsing https://SCCM.domain.com:8531/ClientWebService/client.asmx from all VLANs
It returns some data from VLAN1, 2 & 3. But it throws error from VLAN4.
Checked all firewalls on both ends and logs are saying traffics are received very well.
Tried disabling firewall from both end as well and made sure no f/w in between, but the result is same.Tried running 'netsh winhttp reset proxy' though it is direct connection (no proxy) - just hitting the wall
Still same issue.Re-installed the client and restarted servers.
Still same issue.Checked the boundary settings. VLAN4 is also added there and is a member of only boundary group, where other VLANs are also members.
Stopped Windows Update in one of the server in VLAN4, cleaned folder C:\Windows\SoftwareDistribution\DataStore, started service again, but issue remains.
Is there anything else I need to try or am I missing anything here?
Thanks in advance :)