SCCM job (CA Asset Converter for Microsoft SCCM) is in Error.
In TRC_SMSEX_*.log there are this error :
SMSEX|SmsQuery::connec|SmsQuery::connect |000000|ERROR | ConnecServer() returned error: 800706BA
SMSEX|SmsQuery::connec|SmsQuery::connect |000000|ERROR | Unknown error
SMSEX|SmsQuery::connec|SmsQuery::connect |000000|ERROR | Could not connect.
ConnecServer() returned error: 800706BA
Client Automation - All versions.
SCCM job tries to connect using WMI to \\sccm_server\root\SMS
But WMI connection fails with error 800706BA
Error 800706BA means "RPC Server Is Unavailable"
This could have multiple cause.
A possible cause is that a port is blocked by a firewall.
RPC is using following ports :
- TCP 135 (to target machine - SCCM server)
- A dynamic TCP port. Default Range on Windows 49152-65535
Make sure these ports are allowed by firewall
To limit the dynamic TCP port ranged used by RPC, this could be done on SCCM/SMS Microsoft Server :