Hi all,
I've just built a brand new SCOM 2019 environment and everything is working well, except the ability to connect it to a Log Analytics workspace. I've setup the workspace just fine, and when I start the "Register to Azure Log Analytics" wizard,
I select Azure Cloud (I'm in Australia), I can authenticate no problem, and I can see my tenant, subscription and workspace all ok, but when I go to "Create" - I get this error.
Note: The following information was gathered when the operation was attempted. The information may appear cryptic but provides context for the error. The application will continue to run.
System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://cau.service.opinsights.azure.com/Config/SettingService.svc/ServiceSettings that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote name could not be resolved: 'cau.service.opinsights.azure.com'
at System.Net.HttpWebRequest.GetResponse()
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
--- End of inner exception stack trace ---
Server stack trace:
at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Microsoft.AttachedServices.WebService.ISettingService.GetServiceSettings(String settingCategory, String serviceRealm)
at Microsoft.SystemCenter.Advisor.Common.WebService.ConfigurationServiceClient.<>c__DisplayClass3.<GetServiceSettings>b__0(ISettingService service)
at Microsoft.AttachedServices.WebService.Common.RestClientHelper.ExecuteRestCall[TContract](Uri endpointUri, WebProxy webProxy, String accessToken, RestMethod`1 method)
at Microsoft.SystemCenter.Advisor.Common.WebService.ConfigurationServiceClient.GetServiceSettings(String settingCategory, String serviceRealm)
at Microsoft.SystemCenter.Advisor.Common.AdvisorWebServiceSettings.RefreshServiceEndpoints()
at Microsoft.SystemCenter.Advisor.UI.AdministrationConsole.RegistrationWizard.ProgressPage.ParseRegistrationResult()
at Microsoft.SystemCenter.Advisor.UI.AdministrationConsole.RegistrationWizard.ProgressPage.OnSetActive()
at Microsoft.EnterpriseManagement.ConsoleFramework.WizardFramework.ShowProgressPage(Page page)
at Microsoft.EnterpriseManagement.ConsoleFramework.WizardFramework.OnCommitJob(Object sender, EventArgs e)
at Microsoft.EnterpriseManagement.Mom.Internal.UI.Console.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)
System.Net.WebException: The remote name could not be resolved: 'cau.service.opinsights.azure.com'
at System.Net.HttpWebRequest.GetResponse()
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
It appears it can't resolve cau.service.opinsights.azure.com. I can't resolve that address on a machine that's directly connected to the internet, so I'm convinced the error is actually true...that DNS name doesn't exist. I'm
using version 10.19.10050.0 of the System Center Advistor management pack (that came with the 2019 installation).
Any ideas on how to resolve this?
Thanks!
http://www.dreamension.net