0

请帮我解决工作流程取消错误。当移动到联机服务器SSL协议(https)时出现此错误,请注意我们使用SSL证书。SharePoint 2013工作流程自动取消

这是错误:

RequestorId: 87baaf2c-4222-8dc2-e619-7223d6d28fce. Details: System.ApplicationException: HTTP 401 The page cannot be displayed

Explanation: There is a problem with the page you are trying to reach and it cannot be displayed. Try the following:

Refresh page: Search for the page again by clicking the Refresh button. The timeout may have occurred due to Internet congestion. Check spelling: Check that you typed the Web page address correctly. The address may have been mistyped. Access from a link: If there is a link to the page you are looking for, try accessing the page from that link.

Technical Information (for support personnel) Error Code: 401 Unauthorized. The server requires authorization to fulfill the request. Access to the Web server is denied. Contact the server administrator. (12209)

{"Connection":["Keep-Alive"],"Pragma":["no-cache"],"Cache-Control":["no-cache"],"WWW-Authenticate":["Basic Realm=\"portal.test.com\""]} 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)

问候

回答

0

试试这个,

转换所有 “HTTP” S为 “https”,在您的工作流程和WF再次部署。

我希望它有帮助。