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...
EliOfek
Microsoft
Mar 16, 2021Please paste the full callstack, this is not enough to understand where exactly things gone wrong...
tipper1510
Mar 16, 2021Brass Contributor
Sure, thanks.
Here it is:
2021-03-16 12:14:40.4054 Warn JsonSerializerSettingsExtension+JsonSerializationBinder GetTypeFromName [typeName=InstallDeploymentArguments]
2021-03-16 12:14:40.5773 Warn JsonSerializerSettingsExtension+JsonSerializationBinder GetTypeFromName [typeName=EndpointData]
2021-03-16 12:14:40.7335 Info Program Main Deployer started [arguments=0qX02CRDgX2zoOt1xmrJLQ==]
2021-03-16 12:14:40.8116 Debug InstallActionGroup Apply started
2021-03-16 12:14:40.8116 Debug CreateCertificateAction Apply started [suppressFailure=False]
2021-03-16 12:14:46.0686 Debug CreateCertificateAction Apply finished
2021-03-16 12:14:46.0686 Debug CreateSensorAction Apply started [suppressFailure=False]
2021-03-16 12:14:46.0843 Debug InstallActionGroup Revert started
2021-03-16 12:14:46.0843 Warn InstallActionGroup Revert reverting [rollbackAction=CreateCertificateAction index=0 count=1]
2021-03-16 12:14:46.0843 Debug CreateCertificateAction Revert started
2021-03-16 12:14:46.0999 Debug CreateCertificateAction Revert finished
2021-03-16 12:14:46.0999 Debug InstallActionGroup Revert finished
2021-03-16 12:14:46.1780 Error DnsName Deployer failed [arguments=0qX02CRDgX2zoOt1xmrJLQ==]
Microsoft.Tri.Infrastructure.ExtendedException: Failed to parse DnsName [name=YShX24X2FGcaJdDDXZy3bQ==]
at DnsName Microsoft.Tri.Common.DnsName.Parse(string name, bool shouldRequireDomainName, bool isStrict)
at bool Microsoft.Tri.Sensor.Deployment.Deployer.CreateSensorAction.ApplyInternal()
at void Microsoft.Tri.Sensor.Common.DeploymentAction.Apply(bool suppressFailure)
at void Microsoft.Tri.Sensor.Common.DeploymentActionGroup.Apply(bool suppressFailure)
at int Microsoft.Tri.Sensor.Deployment.Deployer.Program.Main(string[] commandLineArguments)
Regards,
Tim
Here it is:
2021-03-16 12:14:40.4054 Warn JsonSerializerSettingsExtension+JsonSerializationBinder GetTypeFromName [typeName=InstallDeploymentArguments]
2021-03-16 12:14:40.5773 Warn JsonSerializerSettingsExtension+JsonSerializationBinder GetTypeFromName [typeName=EndpointData]
2021-03-16 12:14:40.7335 Info Program Main Deployer started [arguments=0qX02CRDgX2zoOt1xmrJLQ==]
2021-03-16 12:14:40.8116 Debug InstallActionGroup Apply started
2021-03-16 12:14:40.8116 Debug CreateCertificateAction Apply started [suppressFailure=False]
2021-03-16 12:14:46.0686 Debug CreateCertificateAction Apply finished
2021-03-16 12:14:46.0686 Debug CreateSensorAction Apply started [suppressFailure=False]
2021-03-16 12:14:46.0843 Debug InstallActionGroup Revert started
2021-03-16 12:14:46.0843 Warn InstallActionGroup Revert reverting [rollbackAction=CreateCertificateAction index=0 count=1]
2021-03-16 12:14:46.0843 Debug CreateCertificateAction Revert started
2021-03-16 12:14:46.0999 Debug CreateCertificateAction Revert finished
2021-03-16 12:14:46.0999 Debug InstallActionGroup Revert finished
2021-03-16 12:14:46.1780 Error DnsName Deployer failed [arguments=0qX02CRDgX2zoOt1xmrJLQ==]
Microsoft.Tri.Infrastructure.ExtendedException: Failed to parse DnsName [name=YShX24X2FGcaJdDDXZy3bQ==]
at DnsName Microsoft.Tri.Common.DnsName.Parse(string name, bool shouldRequireDomainName, bool isStrict)
at bool Microsoft.Tri.Sensor.Deployment.Deployer.CreateSensorAction.ApplyInternal()
at void Microsoft.Tri.Sensor.Common.DeploymentAction.Apply(bool suppressFailure)
at void Microsoft.Tri.Sensor.Common.DeploymentActionGroup.Apply(bool suppressFailure)
at int Microsoft.Tri.Sensor.Deployment.Deployer.Program.Main(string[] commandLineArguments)
Regards,
Tim
- EliOfekMar 16, 2021
Microsoft
Can you send me the fully qualified name of the machine you are installing the sensor on?
(You can do so in a private message)
Is it a domain controller?