刚接触sharepoint 2013, 按网上的例子用spd做了个很简单的工作流。但是工作流无法跑起来,请那位知道的大虾给个解答,以下报错可能是什么情况,如何解决?谢谢!
报错信息如下:RequestorId: f498e2a2-1bb1-bc84-0000-000000000000。详细信息: An unhandled exception occurred during the execution of the workflow instance. Exception details: System.ApplicationException: HTTP 401 无法读取 HTTP 响应内容。“Error while copying content to a stream.”。 {"Transfer-Encoding":["chunked"],"X-SharePointHealthScore":["0"],"SPRequestGuid":["f498e2a2-1bb1-bc84-855d-b8fc990ad96c"],"request-id":["f498e2a2-1bb1-bc84-855d-b8fc990ad96c"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"Cache-Control":["max-age=0, private"],"Server":["Microsoft-IIS\/8.0"],"WWW-Authenticate":["NTLM","Basic realm=\"s-shahq-t-dco02\""],"X-AspNet-Version":["4.0.30319"],"X-Powered-By":["ASP.NET"],"MicrosoftSharePointTeamServices":["15.0.0.4420"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1; RequireReadOnly"],"Date":["Mon, 24 Mar 2014 05:34:25 GMT"]} 在 Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context) 在 System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager


------解决方案--------------------
HTTP 401 无法读取 HTTP 响应内容
即是不够权限
------解决方案--------------------
这编讨论看有没有用:
http://social.technet.microsoft.com/Forums/en-US/e2dd1d1e-d7d9-41b5-b9f2-e73138553994/problem-whil??e-starting-on-a-workflow
这里说你不能用系统帐户
要把帐户给予网站"编缉"的权限
另外, 有人说要启动"Site actions > Site Settings > Site features > Workflows can use app permissions"
也有人说要在User Profile Synchronization 执行一次Full Sync
M$的東西還真多bug啊
------解决方案--------------------
不要用管理员帐户测试工作流
------解决方案--------------------
一定要分享 是权限的问题吗?