When working with SharePoint 2013/2016 workflows, the workflows are cancelled by the system with the following similar error message:
- RequestorId: e88c6282-6a6a-710f-1045-5697183081a9. Details: System.ApplicationException: HTTP 401 {"error_description":"The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs."} {"x-ms-diagnostics":["3001000;reason=\"There has been an error authenticating the request.\";category=\"invalid_client\""],"SPRequestGuid":["b8975112-6d46-4c69-a66f-87031b27db53"],"request-id":["b8975112-6d46-4c69-a66f-87031b27db53"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"SPRequestDuration":["46"],"SPIisLatency":["0"],"Server":["Microsoft-IIS\/8.5"],"WWW-Authenticate":["Bearer realm=\"03bd1a89-605f-4d25-baa7-5eb9f69897a3\",client_id=\"00000003-0000-0ff1-ce00-000000000000\",trusted_issuers=\"00000005-0000-0000-c000-000000000000@*,00000003-0000-0ff1-ce00-000000000000@03bd1a89-605f-4d25-baa7-5eb9f69897a3\"","NTLM"],"X-Powered-By":["ASP.NET"],"MicrosoftSharePointTeamServices":["15.0.0.4569"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1; RequireReadOnly"],"Date":["Sat, 03 Dec 2016 22:04:48 GMT"]} at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
Ensure about the following:
- User profile and user profile synchronization services are started. Make sure that you have configured permissions for service accounts properly. For development machine, you can add thye service accounts to the domain administrator group.
- Full profile synchronization is completed.
No comments:
Post a Comment