Forum Discussion
Adam_Bleakney
Jan 24, 2022Copper Contributor
Error Installing ATP sensor on DC 2019 gives an 0x800070643
We successfully installed the same package on another Serve prior to this install. No proxy, it is a VM, but the other successful install is on identical VM, tried installing .NET4.8 to address issu...
GeoffMauch
Jan 28, 2022Copper Contributor
EliOfek We also ran into this 80007063 issue today with a fresh 2019 DC build. Grabbed latest sensor installer from the MDI portal and ran it as Admin locally and tried using PS install method with no luck. The network this DC is on has other working 2019 DCs on it running ATP sensors so its not a network\proxy issue. We also tried using an older known good sensor installer we used prior with same result. I opened up a support ticket with MS.
EliOfek
Microsoft
Jan 29, 2022This is most likely due to a windows update that possibly broke somthing with the event log permissions.
Try running the deployment as SYSTEM (psexec -s) to se if it works around the issue.
Try running the deployment as SYSTEM (psexec -s) to se if it works around the issue.
- GeoffMauchJan 31, 2022Copper Contributorsure enough that worked and resolved the sensor install issue: ran this psexec CMD: psexec -i -s "Azure ATP sensor Setup.exe" /quiet NetFrameworkCommandLineArguments="/q" AccessKey="<Access Key>"