How to resolve when Error message "The specified configuration does not have a telemetry channel. (Parameter 'configuration') " is obtained when triggering webhook in UiPath Orchestrator ?
Issue Description:
When triggering webhook events in UiPath Orchestrator, the below error is logged in the event viewer logs:
- http://schemas.microsoft.com/win/2004/08/events/event">
-
0
2
0
0x80000000000000
8759
Application
WIN-UBBAO6BR2IA
-
Unexpected exception in onMessagesReceived. System.ArgumentException: The specified configuration does not have a telemetry channel. (Parameter 'configuration') at Microsoft.ApplicationInsights.TelemetryClient..ctor(TelemetryConfiguration configuration) at Microsoft.ApplicationInsights.Metrics.Extensibility.ApplicationInsightsTelemetryPipeline..ctor(TelemetryConfiguration telemetryPipeline) at Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration.GetMetricManager(Boolean createIfNotExists) at Microsoft.ApplicationInsights.Metrics.Extensibility.TelemetryClientExtensions.GetMetricManager(TelemetryClient telemetryClient, MetricAggregationScope aggregationScope) at Microsoft.ApplicationInsights.TelemetryClient.GetMetric(String metricId, String dimension1Name) at UiPath.WebhookService.Telemetry.TelemetryRecorder.UiPath.WebhookService.Telemetry.ITelemetryRecorder.RecordServiceMetric(String name, Object value, IEventTelemetry telemetryData) at UiPath.WebhooksService.Startup.<>c__DisplayClass10_0.g__onMessagesReceived|0(LedgerMessage msg)
Resolution :
- Disable telemetry in file UiPath.Orchestrator.dll.config, ,
- Restart IIS.