0
Won't fix

Office Connector Import fails with System.Net.WebException: The operation has timed out

Bob Bradley 7 years ago in UNIFYBroker/Microsoft Office Enterprise updated by Curtis Lusmore 6 years ago 33

QBE reported this week that they are continuing to have long periods (several hours) where licenses are not being assigned, and are having to manually restart the IdB service multiple times during the day (the service is already being restarted each night at 4 am). The timeout error continues to be reported in the logs

See JIRA ticket QBE-59 for more details.

Under review

Change detection engine import changes failed.

Change detection engine import changes for connector AAD User failed with reason One or more errors occurred.. Duration: 00:01:40.3296056
Error details:
System.AggregateException: One or more errors occurred. ---> System.Net.WebException: The operation has timed out
   at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
   at System.Net.WebClient.DownloadData(Uri address)
   at DifferentialQueryClient.Client.DownloadData(WebClient webClient, String suffix)
   at DifferentialQueryClient.Client.<>c__DisplayClass3.<DifferentialQuery>b__1()
   at DifferentialQueryClient.Client.InvokeOperationWithRetry(Action operation)
   at DifferentialQueryClient.Client.DifferentialQuery(String resourceSet, String skipToken, ICollection`1 objectClassList, ICollection`1 propertyList)
   at Unify.Product.IdentityBroker.AzureADGraphAgent.<GetChanged>d__86.MoveNext()
   at Unify.Framework.Collections.EnumerableExtensions.<ProduceAutoPages>d__7`1.MoveNext()
   at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
   at Unify.Product.IdentityBroker.AzureADUserConnector.PollIdChangesAsync(IStoredValueCollection changeState, CancellationToken cancellationToken)
   at Unify.Product.IdentityBroker.ConnectorToIdPollingAsyncConnectorBridge.<PollIdChangesAsync>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Unify.Product.IdentityBroker.EventNotifierIdPollingAsyncConnectorDecorator.<PollIdChangesAsync>d__1.MoveNext()
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
   at Unify.Product.IdentityBroker.ChangeDetectionIdPollAsyncJob.RunBase()
   at Unify.Framework.DefinedScopeJobAuditTrailJobDecorator.Run()
   at Unify.Product.IdentityBroker.ConnectorJobExecutor.<>c__DisplayClass33_0.<Run>b__0()
   at Unify.Framework.AsynchronousJobExecutor.PerformJobCallback(Object state)
---> (Inner Exception #0) System.Net.WebException: The operation has timed out
   at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
   at System.Net.WebClient.DownloadData(Uri address)
   at DifferentialQueryClient.Client.DownloadData(WebClient webClient, String suffix)
   at DifferentialQueryClient.Client.<>c__DisplayClass3.<DifferentialQuery>b__1()
   at DifferentialQueryClient.Client.InvokeOperationWithRetry(Action operation)
   at DifferentialQueryClient.Client.DifferentialQuery(String resourceSet, String skipToken, ICollection`1 objectClassList, ICollection`1 propertyList)
   at Unify.Product.IdentityBroker.AzureADGraphAgent.<GetChanged>d__86.MoveNext()
   at Unify.Framework.Collections.EnumerableExtensions.<ProduceAutoPages>d__7`1.MoveNext()
   at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
   at Unify.Product.IdentityBroker.AzureADUserConnector.PollIdChangesAsync(IStoredValueCollection changeState, CancellationToken cancellationToken)
   at Unify.Product.IdentityBroker.ConnectorToIdPollingAsyncConnectorBridge.<PollIdChangesAsync>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Unify.Product.IdentityBroker.EventNotifierIdPollingAsyncConnectorDecorator.<PollIdChangesAsync>d__1.MoveNext()<---

Could you please let me know what the polling timeout value is set to on the agent? If it's only 1m40s, please try increasing it and see whether that resolves the issue.

After changing the timeout to 5:00 and rerunning, as expected the full import completed successfully the first time. However the subsequent run produced the following exception:

Import all entities from connector failed.
Import all entities from connector AAD User failed with reason One or more errors occurred.. Duration: 00:03:31.6750032
Error details:
System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.Data.Services.Client.DataServiceQueryException: An error occurred while processing this request. ---> System.Data.Services.Client.DataServiceClientException: 
Not Found

Not Found


HTTP Error 404. The requested resource is not found.

at System.Data.Services.Client.BaseAsyncResult.EndExecute[T](Object source, String method, IAsyncResult asyncResult) at System.Data.Services.Client.QueryResult.EndExecuteQuery[TElement](Object source, String method, IAsyncResult asyncResult) --- End of inner exception stack trace --- at System.Data.Services.Client.QueryResult.EndExecuteQuery[TElement](Object source, String method, IAsyncResult asyncResult) at System.Data.Services.Client.DataServiceRequest.EndExecute[TElement](Object source, DataServiceContext context, String method, IAsyncResult asyncResult) at System.Data.Services.Client.DataServiceContext.EndExecute[TElement](IAsyncResult asyncResult) at Microsoft.Azure.ActiveDirectory.GraphClient.Extensions.DataServiceContextWrapper.b__6b[TSource,TInterface](IAsyncResult i) at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at Microsoft.Azure.ActiveDirectory.GraphClient.Extensions.DataServiceContextWrapper.d__70`2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.Azure.ActiveDirectory.GraphClient.Extensions.PagedCollection`2.d__0.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at Microsoft.Azure.ActiveDirectory.GraphClient.Extensions.TranslatingPagedCollection`2.b__0() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.Tasks.Task.Execute() --- End of inner exception stack trace --- at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) at Unify.Product.IdentityBroker.Extensions.d__0`1.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.d__14`2.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at Unify.Framework.Collections.ActionOnExceptionEnumerator`1.MoveNext() at Unify.Framework.Collections.EnumerableExtensions.d__10`1.MoveNext() at Unify.Framework.Collections.EnumerableExtensions.d__7`1.MoveNext() at Unify.Framework.Visitor.ThreadsafeVisitorEvaluator`1.Visit() at Unify.Product.IdentityBroker.RepositoryChangeDetectionWorkerBase.PerformChangeDetection(IEnumerable`1 connectorEntities) at Unify.Product.IdentityBroker.ChangeDetectionImportAllAsyncJob.d__6.MoveNext() ---> (Inner Exception #0) System.AggregateException: One or more errors occurred. ---> System.Data.Services.Client.DataServiceQueryException: An error occurred while processing this request. ---> System.Data.Services.Client.DataServiceClientException: Not Found

Not Found


HTTP Error 404. The requested resource is not found.

at System.Data.Services.Client.BaseAsyncResult.EndExecute[T](Object source, String method, IAsyncResult asyncResult) at System.Data.Services.Client.QueryResult.EndExecuteQuery[TElement](Object source, String method, IAsyncResult asyncResult) --- End of inner exception stack trace --- at System.Data.Services.Client.QueryResult.EndExecuteQuery[TElement](Object source, String method, IAsyncResult asyncResult) at System.Data.Services.Client.DataServiceRequest.EndExecute[TElement](Object source, DataServiceContext context, String method, IAsyncResult asyncResult) at System.Data.Services.Client.DataServiceContext.EndExecute[TElement](IAsyncResult asyncResult) at Microsoft.Azure.ActiveDirectory.GraphClient.Extensions.DataServiceContextWrapper.b__6b[TSource,TInterface](IAsyncResult i) at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at Microsoft.Azure.ActiveDirectory.GraphClient.Extensions.DataServiceContextWrapper.d__70`2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.Azure.ActiveDirectory.GraphClient.Extensions.PagedCollection`2.d__0.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at Microsoft.Azure.ActiveDirectory.GraphClient.Extensions.TranslatingPagedCollection`2.b__0() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.Tasks.Task.Execute() ---> (Inner Exception #0) System.Data.Services.Client.DataServiceQueryException: An error occurred while processing this request. ---> System.Data.Services.Client.DataServiceClientException: Not Found

Not Found


HTTP Error 404. The requested resource is not found.

at System.Data.Services.Client.BaseAsyncResult.EndExecute[T](Object source, String method, IAsyncResult asyncResult) at System.Data.Services.Client.QueryResult.EndExecuteQuery[TElement](Object source, String method, IAsyncResult asyncResult) --- End of inner exception stack trace --- at System.Data.Services.Client.QueryResult.EndExecuteQuery[TElement](Object source, String method, IAsyncResult asyncResult) at System.Data.Services.Client.DataServiceRequest.EndExecute[TElement](Object source, DataServiceContext context, String method, IAsyncResult asyncResult) at System.Data.Services.Client.DataServiceContext.EndExecute[TElement](IAsyncResult asyncResult) at Microsoft.Azure.ActiveDirectory.GraphClient.Extensions.DataServiceContextWrapper.b__6b[TSource,TInterface](IAsyncResult i) at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at Microsoft.Azure.ActiveDirectory.GraphClient.Extensions.DataServiceContextWrapper.d__70`2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.Azure.ActiveDirectory.GraphClient.Extensions.PagedCollection`2.d__0.MoveNext()<--- <---

I'm having trouble seeing how that could suddenly start happening if you just had it successfully work. All of that logic is abstracted away by the API. Are you able to capture the request (e.g. Fiddler)?

Adam - this being Production, no I can't run fiddler. I might be able to run something more lightweight, however it will have to be tomorrow now. Not sure what the best state to leave this in now happens to be. It has always worked only on the first import, and ALWAYS failed on the subsequent import - the only difference is now it is failing with an error instead of seemingly hanging forever until the service is restarted.

Oh, I wasn't aware of this being the behaviour all the time, it's never behaved that way for myself!

I'll have to do some looking into it.

Thanks.

Currently unable to reproduce. Subsequent imports are working fine (have done two sets of runs: 3 and then 2). It takes ~10mins for ~45000 objects.

From your last set of logs, there is only one full import (and it completes in ~9 minutes):

20161117,18:22:23,UNIFY Identity Broker,Connector,Information,"Request to import all entities from connector.
Request to import all entities from connector AAD User.",Normal
20161117,18:31:55,UNIFY Identity Broker,Connector,Information,"Import all entities from connector completed.
Import all entities from connector AAD User return 45191 entities. Duration: 00:09:31.3053665",Normal

Adam - when I had both adapters disabled I was also not able to reproduce the problem in PROD (after restarting the service). I have now re-enabled the adapters to see if there is a similar result - noting the significant change processing backlog will take some time to clear.

Testing this morning identified that the "Test Connection" action for the AAD agent was failing (no response) until the IdB service had been restarted. At the same time the polling connector had been consistently timing out (after 5 minutes) and this also began working immediately after the service was recycled. Logging indicated that the login.windows.net endpoint was the only 1 of the 3 graph endpoints that was being queried. This suggests that the problem is one of ongoing authentication, and suggests there may be a stale authentication token that is being persisted beyond a token expiry period.

Still having trouble reproducing and I’ve confirmed that the auth code follows the sample code exactly, as well as reading up on how the token cache works and what the recommendations are for it.

What I was able to do was update the auth libraries (which were quite outdated). I’ve uploaded a new version that essentially just makes use of the new libraries. Please try it out and let me know. If that fails the next step is to try and capture some more information (possibly asking for permission to run Fiddler on the box).

20161130,02:13:47,UNIFY Identity Broker,AgentEngine,Warning,"The test of agent Azure AD failed with message System.AggregateException: One or more errors occurred. ---> Microsoft.IdentityModel.Clients.ActiveDirectory.AdalServiceException: AADSTS70002: Error validating credentials. AADSTS50012: Invalid client secret is provided.Trace ID: 2784f9bc-19df-4092-a4c0-e366a8eabbdf
Correlation ID: 4895f9ff-ff95-44b6-a8a9-15bb9db2f58d
Timestamp: 2016-11-30 02:13:48Z ---> System.Net.Http.HttpRequestException:  Response status code does not indicate success: 401 (Unauthorized).
   at Microsoft.IdentityModel.Clients.ActiveDirectory.HttpClientWrapper.<GetResponseAsync>d__29.MoveNext()
   --- End of inner exception stack trace ---
   at Microsoft.IdentityModel.Clients.ActiveDirectory.AdalHttpClient.<GetResponseAsync>d__18`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.IdentityModel.Clients.ActiveDirectory.AdalHttpClient.<GetResponseAsync>d__17`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.IdentityModel.Clients.ActiveDirectory.AcquireTokenHandlerBase.<SendHttpMessageAsync>d__67.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.IdentityModel.Clients.ActiveDirectory.AcquireTokenHandlerBase.<SendTokenRequestAsync>d__64.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.IdentityModel.Clients.ActiveDirectory.AcquireTokenHandlerBase.<RunAsync>d__54.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.<AcquireTokenForClientCommonAsync>d__45.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.<AcquireTokenAsync>d__22.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Unify.Product.IdentityBroker.AzureADAgentFactory.<CheckTokenCache>d__3.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Azure.ActiveDirectory.GraphClient.Extensions.DataServiceContextWrapper.<SetToken>d__1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Azure.ActiveDirectory.GraphClient.Extensions.DataServiceContextWrapper.<ExecuteAsync>d__4e`2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Azure.ActiveDirectory.GraphClient.Extensions.ReadOnlyQueryableSet`2.<<ExecuteAsync>b__0>d__2.MoveNext()
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
   at Unify.Product.IdentityBroker.AzureADGraphAgent.TestConnection()
   at Unify.Product.IdentityBroker.AgentEngine.Test(Guid agentId)
---> (Inner Exception #0) Microsoft.IdentityModel.Clients.ActiveDirectory.AdalServiceException: AADSTS70002: Error validating credentials. AADSTS50012: Invalid client secret is provided.
Trace ID: 2784f9bc-19df-4092-a4c0-e366a8eabbdf
Correlation ID: 4895f9ff-ff95-44b6-a8a9-15bb9db2f58d
Timestamp: 2016-11-30 02:13:48Z ---> System.Net.Http.HttpRequestException:  Response status code does not indicate success: 401 (Unauthorized).
   at Microsoft.IdentityModel.Clients.ActiveDirectory.HttpClientWrapper.<GetResponseAsync>d__29.MoveNext()
   --- End of inner exception stack trace ---
   at Microsoft.IdentityModel.Clients.ActiveDirectory.AdalHttpClient.<GetResponseAsync>d__18`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.IdentityModel.Clients.ActiveDirectory.AdalHttpClient.<GetResponseAsync>d__17`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.IdentityModel.Clients.ActiveDirectory.AcquireTokenHandlerBase.<SendHttpMessageAsync>d__67.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.IdentityModel.Clients.ActiveDirectory.AcquireTokenHandlerBase.<SendTokenRequestAsync>d__64.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.IdentityModel.Clients.ActiveDirectory.AcquireTokenHandlerBase.<RunAsync>d__54.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.<AcquireTokenForClientCommonAsync>d__45.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.<AcquireTokenAsync>d__22.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Unify.Product.IdentityBroker.AzureADAgentFactory.<CheckTokenCache>d__3.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Azure.ActiveDirectory.GraphClient.Extensions.DataServiceContextWrapper.<SetToken>d__1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Azure.ActiveDirectory.GraphClient.Extensions.DataServiceContextWrapper.<ExecuteAsync>d__4e`2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Azure.ActiveDirectory.GraphClient.Extensions.ReadOnlyQueryableSet`2.<<ExecuteAsync>b__0>d__2.MoveNext()
    ErrorCode: invalid_client
    StatusCode: 401<---
.",Normal

Installed version 5.0.1.7 from https://unifysolutions.jira.com/wiki/display/SUBIDBMOE/Downloads in DEV - will monitor over next few days.

Latest occurrence of problem logged in JIRA here with this latest version.

Is that with or without the restarts? Is that 2 weeks that it has been improved for?

Adam - the restarts are still in place (every 4 hours) and my comment was to say that despite the restarts and upgrade we are still getting timeouts - albeit the one yesterday is the only one in the logs for the last 5 days. I expect the frequency of the restarts is causing a reduction in frequency, but we only need 1 to see that there is still a problem.

I'm having trouble getting the build to work. I'll take another look tomorrow.

If you recall, the changes that I'm making are essentially guesses to work around the bug in the API that is causing this to fail. Any more information that you could capture would be greatly appreciated (e.g. traces).

Adam - the best I can do right now is give you the VERBOSE log from the day the last timeout occurred - here. If I was to run a trace for say a 12 hour period and turn off the restart operation to attempt to reproduce the problem (as we have already tried) then we disrupt production - something I can't do. I think we need to run some sort of independent test harness from within the PROD environment talking to the same endpoints ... and tracing this. Thoughts?

Is there a spare box that can have IdB running the imports continuously, with .NET network trace on? It will likely consume a fair bit of disk space, however.

I read the article, then rang Scott and asked him if there were any limits on the firewall. He is going to try to find out, but suggested that regardless of the firewall there will be a limit on the NAT (all internal IPs are published here). There will be a limit on the number of concurrent connections per IP, but he will find out what it is if he can. So what you are suggesting is that we implement the following in the IdB service config file, setting a number that is lower than the known limit?

<system.net>
  <connectionManagement>
    <add address="*" maxconnection="100" />
  </connectionManagement>
 </system.net>

Yes, there are suggestions that the connections are not cleaned up in time and they bunch up past the limit. Giving us the helpful (not) timeout error.

So without knowing what the limit might be yet - is there any point adding a guess to the config now anyway? I would have to stop recycling the service to test the effect.

In regards to the question of a spare box, the answer is no. However we can get more disk assigned to the existing server and run an EXE on the same box as the IdB service ... although being PROD and in a change freeze period I am thinking I will have trouble with this idea.

It would also require a completely new program to be written, or a console used instead of a Windows service.

Timely post from Jorge here overnight on the AAD connector for AADConnect - I suspect something similar is happening with the REST API call for IdB.

There's very little detail on that post, just a bunch of errors (that I can't tell whether or not are the same as what we're seeing) and a lucky guess at the fix. What's actually happening though? Why did whatever he did fix the problem?

+1

What caught my attention was this:

Live token has expired and it will be renewed automatically

The rest is neither here nor there, just a pointer to say that the OOTB hybrid identity bridge is going out in sympathy with IdB. The resolution that Jorge found is indeed a guess, but exactly what I would have done myself given that's about the only option (short of bouncing AADConnect) which we have to reset it (akin to following a stopped-server error with a FI instead of a DI).

So no idea if it is related - just thought it would be of interest in building out the picture of the problem space.

While I am not able to progress this issue further without a support agreement in place, I thought this post might provide a possible clue - given that it appears the problem occurs after an extended period of successful operation and from investigation so far appears most likely an authentication issue.

https://jorgequestforknowledge.wordpress.com/2017/02/10/latest-msonline-and-azuread-posh-cmdlets-require-fba-on-the-intranet-within-adfs/

While possibly not directly related, I wondered if the suggested FBA option could be a clue. I also wondered if there might be some sort of dialog being raised in response to an HTTP request from IdB, which of course could never be seen or responded to ...