Forum Discussion
tipper1510
Mar 16, 2021Brass Contributor
Error deploying MDI sensor
Hi All, First time working with this functionality. Get the following error when trying to deploy sensor onto a domain controller: 2021-03-16 12:59:53.8664 Debug CreateCertificateAction R...
tipper1510
Mar 17, 2021Brass Contributor
Hi All, Got the sensor installed... Hostname was too long before... Now the sensor service is continually trying to start. Where can I find the logs for that? Many thanks, Tim
- EliOfekMar 17, 2021
Microsoft
- tipper1510Mar 17, 2021Brass ContributorHi All,
Ok the latest is ,created a gmsa and that seems to be ok. Using that for the directory service conditionals in the portal.
Service still not starting:
2021-03-17 14:13:00.1104 Error DirectoryServicesClient+<CreateLdapConnectionAsync>d__38 Microsoft.Tri.Infrastructure.ExtendedException: CreateLdapConnectionAsync failed [DomainControllerDnsName=def365pdc.ad.def365p.local]
at async Task<LdapConnection> Microsoft.Tri.Sensor.DirectoryServicesClient.CreateLdapConnectionAsync(DomainControllerConnectionData domainControllerConnectionData, bool isGlobalCatalog, bool isTraversing)
at async Task<bool> Microsoft.Tri.Sensor.DirectoryServicesClient.TryCreateLdapConnectionAsync(DomainControllerConnectionData domainControllerConnectionData, bool isGlobalCatalog, bool isTraversing)
2021-03-17 14:13:00.1417 Error DirectoryServicesClient Microsoft.Tri.Infrastructure.ExtendedException: Failed to communicate with configured domain controllers
at new Microsoft.Tri.Sensor.DirectoryServicesClient(IConfigurationManager configurationManager, IDomainNetworkCredentialsManager domainNetworkCredentialsManager, IRemoteImpersonationManager remoteImpersonationManager, 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 new Microsoft.Tri.Sensor.SensorModuleManager()
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)
Regards,
Tim- EliOfekMar 17, 2021
Microsoft
Take a look on the lines before this specific one, there should be more errors before that, either indicating a problem with gMsa, or a problem with opening a connection to the DC with a specific error code from LDAP.