Advertisement
Guest User

Untitled

a guest
Sep 13th, 2021
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.40 KB | None | 0 0
  1. Authority Host: login.microsoftonline.com
  2. EnterpriseGatewayConfigurator.exe Information: 0 : (False) MSAL 4.27.0.0 MSAL.Desktop Microsoft Windows NT 6.2.9200.0 [09/13/2021 14:43:13 - ] [Instance Discovery] Tried to use network cache provider for login.microsoftonline.com. Success? True.
  3. EnterpriseGatewayConfigurator.exe Information: 0 : (False) MSAL 4.27.0.0 MSAL.Desktop Microsoft Windows NT 6.2.9200.0 [09/13/2021 14:43:13 - ] [Instance Discovery] The network provider found an entry for login.microsoftonline.com.
  4. EnterpriseGatewayConfigurator.exe Information: 0 : (False) MSAL 4.27.0.0 MSAL.Desktop Microsoft Windows NT 6.2.9200.0 [09/13/2021 14:43:13 - ] Resolving authority endpoints... Already resolved? - TRUE
  5. EnterpriseGatewayConfigurator.exe Information: 0 : (False) MSAL 4.27.0.0 MSAL.Desktop Microsoft Windows NT 6.2.9200.0 [09/13/2021 14:43:13 - ]
  6. EnterpriseGatewayConfigurator.exe Information: 0 : (False) MSAL 4.27.0.0 MSAL.Desktop Microsoft Windows NT 6.2.9200.0 [09/13/2021 14:43:13 - ]
  7. EnterpriseGatewayConfigurator.exe Information: 0 : (False) MSAL 4.27.0.0 MSAL.Desktop Microsoft Windows NT 6.2.9200.0 [09/13/2021 14:43:24 - ]
  8. EnterpriseGatewayConfigurator.exe Information: 0 : (False) MSAL 4.27.0.0 MSAL.Desktop Microsoft Windows NT 6.2.9200.0 [09/13/2021 14:43:32 - ] WebBrowser state: IsBusy: True, ReadyState: Complete, Created: True, Disposing: False, IsDisposed: False, IsOffline: False
  9. EnterpriseGatewayConfigurator.exe Information: 0 : (False) MSAL 4.27.0.0 MSAL.Desktop Microsoft Windows NT 6.2.9200.0 [09/13/2021 14:43:32 - ] WebBrowser state (after Stop): IsBusy: False, ReadyState: Complete, Created: True, Disposing: False, IsDisposed: False, IsOffline: False
  10. EnterpriseGatewayConfigurator.exe Error: 0 : (False) MSAL 4.27.0.0 MSAL.Desktop Microsoft Windows NT 6.2.9200.0 [09/13/2021 14:43:32 - ] Exception type: Microsoft.Identity.Client.MsalClientException
  11. , ErrorCode: authentication_ui_failed
  12.  
  13. at Microsoft.Identity.Client.Platforms.net45.WindowsFormsWebAuthenticationDialog.ShowBrowser()
  14. at Microsoft.Identity.Client.Platforms.net45.WindowsFormsWebAuthenticationDialog.OnAuthenticate()
  15. at Microsoft.Identity.Client.Platforms.net45.WindowsFormsWebAuthenticationDialogBase.AuthenticateAAD(Uri requestUri, Uri callbackUri)
  16. at Microsoft.Identity.Client.Platforms.net45.InteractiveWebUI.OnAuthenticate()
  17. at Microsoft.Identity.Client.Platforms.net45.WebUI.<>c__DisplayClass20_0.<AcquireAuthorizationAsync>b__0()
  18. at System.Threading.Tasks.Task.Execute()
  19. EnterpriseGatewayConfigurator.exe Error: 0 : (False) MSAL 4.27.0.0 MSAL.Desktop Microsoft Windows NT 6.2.9200.0 [09/13/2021 14:43:32 - ] Exception type: Microsoft.Identity.Client.MsalClientException
  20. , ErrorCode: authentication_ui_failed
  21.  
  22. at Microsoft.Identity.Client.Platforms.net45.WebUI.<AcquireAuthorizationAsync>d__20.MoveNext()
  23. --- End of stack trace from previous location where exception was thrown ---
  24. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  25. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  26. at Microsoft.Identity.Client.Internal.AuthCodeRequestComponent.<FetchAuthCodeAndPkceInternalAsync>d__6.MoveNext()
  27. --- End of stack trace from previous location where exception was thrown ---
  28. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  29. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  30. at Microsoft.Identity.Client.Internal.AuthCodeRequestComponent.<FetchAuthCodeAndPkceVerifierAsync>d__4.MoveNext()
  31. --- End of stack trace from previous location where exception was thrown ---
  32. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  33. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  34. at Microsoft.Identity.Client.Internal.Requests.InteractiveRequest.<GetTokenResponseAsync>d__11.MoveNext()
  35. --- End of stack trace from previous location where exception was thrown ---
  36. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  37. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  38. at Microsoft.Identity.Client.Internal.Requests.InteractiveRequest.<ExecuteAsync>d__8.MoveNext()
  39. --- End of stack trace from previous location where exception was thrown ---
  40. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  41. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  42. at Microsoft.Identity.Client.Internal.Requests.RequestBase.<RunAsync>d__13.MoveNext()
  43. EnterpriseGatewayConfigurator.exe Error: 0 : Error authenticating user: The browser based authentication dialog failed to complete. Reason: The server or proxy was not found..
  44. EnterpriseGatewayConfigurator.exe Error: 0 : Exception details: MSAL.Desktop.4.27.0.0.MsalClientException:
  45. ErrorCode: authentication_ui_failed
  46. Microsoft.Identity.Client.MsalClientException: The browser based authentication dialog failed to complete. Reason: The server or proxy was not found.
  47. at Microsoft.Identity.Client.Platforms.net45.WebUI.<AcquireAuthorizationAsync>d__20.MoveNext()
  48. --- End of stack trace from previous location where exception was thrown ---
  49. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  50. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  51. at Microsoft.Identity.Client.Internal.AuthCodeRequestComponent.<FetchAuthCodeAndPkceInternalAsync>d__6.MoveNext()
  52. --- End of stack trace from previous location where exception was thrown ---
  53. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  54. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  55. at Microsoft.Identity.Client.Internal.AuthCodeRequestComponent.<FetchAuthCodeAndPkceVerifierAsync>d__4.MoveNext()
  56. --- End of stack trace from previous location where exception was thrown ---
  57. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  58. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  59. at Microsoft.Identity.Client.Internal.Requests.InteractiveRequest.<GetTokenResponseAsync>d__11.MoveNext()
  60. --- End of stack trace from previous location where exception was thrown ---
  61. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  62. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  63. at Microsoft.Identity.Client.Internal.Requests.InteractiveRequest.<ExecuteAsync>d__8.MoveNext()
  64. --- End of stack trace from previous location where exception was thrown ---
  65. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  66. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  67. at Microsoft.Identity.Client.Internal.Requests.RequestBase.<RunAsync>d__13.MoveNext()
  68. --- End of stack trace from previous location where exception was thrown ---
  69. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  70. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  71. at Microsoft.Identity.Client.ApiConfig.Executors.PublicClientExecutor.<ExecuteAsync>d__2.MoveNext()
  72. --- End of stack trace from previous location where exception was thrown ---
  73. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  74. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  75. at Microsoft.PowerBI.DataMovement.GatewayCommon.AuthenticationManager.<AuthenticateWithSelectedUser>d__0.MoveNext()
  76. EnterpriseGatewayConfigurator.exe Error: 0 : Exception: System.AggregateException: One or more errors occurred. ---> Microsoft.PowerBI.DataMovement.GatewayCommon.ADAuthenticationException: Failed to sign in. Please verify your credentials and try again. ---> Microsoft.Identity.Client.MsalClientException: The browser based authentication dialog failed to complete. Reason: The server or proxy was not found.
  77. at Microsoft.Identity.Client.Platforms.net45.WebUI.<AcquireAuthorizationAsync>d__20.MoveNext()
  78. --- End of stack trace from previous location where exception was thrown ---
  79. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  80. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  81. at Microsoft.Identity.Client.Internal.AuthCodeRequestComponent.<FetchAuthCodeAndPkceInternalAsync>d__6.MoveNext()
  82. --- End of stack trace from previous location where exception was thrown ---
  83. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  84. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  85. at Microsoft.Identity.Client.Internal.AuthCodeRequestComponent.<FetchAuthCodeAndPkceVerifierAsync>d__4.MoveNext()
  86. --- End of stack trace from previous location where exception was thrown ---
  87. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  88. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  89. at Microsoft.Identity.Client.Internal.Requests.InteractiveRequest.<GetTokenResponseAsync>d__11.MoveNext()
  90. --- End of stack trace from previous location where exception was thrown ---
  91. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  92. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  93. at Microsoft.Identity.Client.Internal.Requests.InteractiveRequest.<ExecuteAsync>d__8.MoveNext()
  94. --- End of stack trace from previous location where exception was thrown ---
  95. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  96. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  97. at Microsoft.Identity.Client.Internal.Requests.RequestBase.<RunAsync>d__13.MoveNext()
  98. --- End of stack trace from previous location where exception was thrown ---
  99. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  100. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  101. at Microsoft.Identity.Client.ApiConfig.Executors.PublicClientExecutor.<ExecuteAsync>d__2.MoveNext()
  102. --- End of stack trace from previous location where exception was thrown ---
  103. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  104. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  105. at Microsoft.PowerBI.DataMovement.GatewayCommon.AuthenticationManager.<AuthenticateWithSelectedUser>d__0.MoveNext()
  106. --- End of inner exception stack trace ---
  107. at Microsoft.PowerBI.DataMovement.GatewayCommon.AuthenticationManager.<AuthenticateWithSelectedUser>d__0.MoveNext()
  108. --- End of inner exception stack trace ---
  109. at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  110. at Microsoft.PowerBI.DataMovement.GatewayUiCommon.WizardSignInViewModel.EnsureAuthToken()
  111. at Microsoft.PowerBI.DataMovement.GatewayUiCommon.WizardSignInViewModel.StartSignIn(IServiceEnvironmentDetailsFactory serviceEnvironmentDetailsFactory, ConfiguratorAzureGeo selectedGeo)
  112. at Microsoft.PowerBI.DataMovement.GatewayUiCommon.WizardSignInViewModel.DoNext(Object param)
  113. at Microsoft.PowerBI.DataMovement.GatewayUiCommon.WizardViewModelBase.DoNextWorker(Object param)
  114. at Microsoft.PowerBI.DataMovement.GatewayUiCommon.RelayCommand.<>c__DisplayClass19_0.<Execute>b__0()
  115. ---> (Inner Exception #0) Microsoft.PowerBI.DataMovement.GatewayCommon.ADAuthenticationException: Failed to sign in. Please verify your credentials and try again. ---> Microsoft.Identity.Client.MsalClientException: The browser based authentication dialog failed to complete. Reason: The server or proxy was not found.
  116. at Microsoft.Identity.Client.Platforms.net45.WebUI.<AcquireAuthorizationAsync>d__20.MoveNext()
  117. --- End of stack trace from previous location where exception was thrown ---
  118. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  119. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  120. at Microsoft.Identity.Client.Internal.AuthCodeRequestComponent.<FetchAuthCodeAndPkceInternalAsync>d__6.MoveNext()
  121. --- End of stack trace from previous location where exception was thrown ---
  122. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  123. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  124. at Microsoft.Identity.Client.Internal.AuthCodeRequestComponent.<FetchAuthCodeAndPkceVerifierAsync>d__4.MoveNext()
  125. --- End of stack trace from previous location where exception was thrown ---
  126. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  127. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  128. at Microsoft.Identity.Client.Internal.Requests.InteractiveRequest.<GetTokenResponseAsync>d__11.MoveNext()
  129. --- End of stack trace from previous location where exception was thrown ---
  130. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  131. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  132. at Microsoft.Identity.Client.Internal.Requests.InteractiveRequest.<ExecuteAsync>d__8.MoveNext()
  133. --- End of stack trace from previous location where exception was thrown ---
  134. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  135. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  136. at Microsoft.Identity.Client.Internal.Requests.RequestBase.<RunAsync>d__13.MoveNext()
  137. --- End of stack trace from previous location where exception was thrown ---
  138. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  139. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  140. at Microsoft.Identity.Client.ApiConfig.Executors.PublicClientExecutor.<ExecuteAsync>d__2.MoveNext()
  141. --- End of stack trace from previous location where exception was thrown ---
  142. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  143. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  144. at Microsoft.PowerBI.DataMovement.GatewayCommon.AuthenticationManager.<AuthenticateWithSelectedUser>d__0.MoveNext()
  145. --- End of inner exception stack trace ---
  146. at Microsoft.PowerBI.DataMovement.GatewayCommon.AuthenticationManager.<AuthenticateWithSelectedUser>d__0.MoveNext()<---
  147.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement