Forum Discussion
Azure Advanced Thread Protection Sensor service failed to start
- Dec 05, 2018
Probably the same reason.
Are you positive that the AD credentials you entered in the portal are correct?
Unlike ATA in AATP we have no "test" for them in the UI.
Make sure the username, domain and password are correct.
What is the OS version you are running on?
Also, the output of
nltest /DSGETDC: && nltest /DOMAIN_TRUSTS
on both forests might help, but you might want a support case to share this info with us , the forum is not ideal for this...
What I am missing?
Are you 100% sure about the trust setup?
Currently we only support full two way trust, or full one way trust where the AATP AD account that you have set is coming from the trusted forest.
So far I have only seen this error (ErrorCode=82) in cases where the trust was not such but some other type.
Can you double check it?
Also, make sure the account details (username, password) supplied to AATP are correct.
- Arkady KarasinDec 03, 2018Copper Contributor
Hi Eli,
Everything is inside one of the domains. ATP user is from this domain too. Second domain is not involved in the process.
- Arkady KarasinDec 05, 2018Copper Contributor
I installed sensor on standalone server and got different error, but service refuse to start:
2018-12-05 14:31:50.8754 Error DirectoryServicesClient Microsoft.Tri.Infrastructure.ExtendedException: Domain controllers are not configured
at new Microsoft.Tri.Sensor.DirectoryServicesClient(IConfigurationManager configurationManager, IMetricManager metricManager, IWorkspaceApplicationSensorApiJsonProxy workspaceApplicationSensorApiJsonProxy)
at object lambda_method(Closure, object[])
at object Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
at void Microsoft.Tri.Infrastructure.ModuleManager.AddModules(Type[] moduleTypes)
at ModuleManager Microsoft.Tri.Sensor.SensorService.CreateModuleManager()
at async Task Microsoft.Tri.Infrastructure.Service.OnStartAsync()
at void Microsoft.Tri.Infrastructure.TaskExtension.Await(Task task)
at void Microsoft.Tri.Infrastructure.Service.OnStart(string[] args)
- EliOfekDec 05, 2018
Microsoft
When installing an integrated sensor, we auto config it by default as we know on which DC we are running.
In case of a standalone, there is no (feasible) way for us to auto detect which DCs are port mirrored to this machine, so you need to go to the sensor list in the portal configuration section, and manually tell this sensor which DCs it should monitor. once you do that , a few seconds later the service should be able to start.