Posted by: sirclesadmin - 28 June 2022 11:25:42 |
---|
Do we have to await completion of the export? [attach]11[/attach] [attach]12[/attach] The last export completed as expected, what is the matter with this one? The last one was sharepoint, this one is exchange... |
Posted by: sirclesadmin - 29 June 2022 17:14:42 |
---|
Seeing this in the log: [quote][1][Error]: Fatal error happened. System.ArgumentNullException: Value cannot be null.[/quote] [code=markup]Parameter name: value at System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureParameter) at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult) at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase) at Microsoft.Office.Client.Discovery.UnifiedExport.Utils.ServerKnowledge.ServerExportJobTracker.<>c__DisplayClass7_0.<<ScanServerTaskStatus>b__1>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.Office.Compliance.Core.DiscoveryStore.DiscoveryStoreReader.<>c__DisplayClass27_0.<<EnumerateStatusInternalParallelAsync>b__0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Microsoft.Office.Compliance.Core.DiscoveryStore.BlobProvider.CloudBlobDirectory.<EnumerateItemsInParallelAsync>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.Office.Client.Discovery.UnifiedExport.Utils.ServerKnowledge.ServerExportJobTracker.<ScanServerTaskStatus>d__7.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.Office.Client.Discovery.UnifiedExport.Engine.Lite.LiteExportEngine.<>c__DisplayClass7_0.<<ServerJobMonitorLoop>b__1>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Microsoft.Office.Client.Discovery.UnifiedExport.Utils.Retrier.<RunInternal>d__41`1.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Microsoft.Office.Client.Discovery.UnifiedExport.Engine.Lite.LiteExportEngine.<ServerJobMonitorLoop>d__7.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.Office.Client.Discovery.UnifiedExport.Engine.Lite.LiteExportEngine.<Execute>d__4.MoveNext() [2022-06-29 16:06:48.3153][1][Information]: Start to cancel the export. [/code] |