zoukankan      html  css  js  c++  java
  • SharePoint 2013 Workflow Manager 1.0 远程服务器返回错误: (400) 错误的请求。 不支持查询字符串中的 api-version

    环境:

    Windows Server 2012 R2 Standard

    SharePoint Server 2013 with sp1

    通过Web 平台安装程序 5.0,已安装

    Workflow Manger 1.0

    Workflow Manger 1.0 Cumulative Update3

    Service Bus 1.0

    Service Bus 1.0 Cumulative Update1

    运行Workflow Manger 配置,最后报错如下:

    [Error] [2017/12/1 10:25:26]: System.Management.Automation.CmdletInvocationException: 远程服务器返回错误: (400) 错误的请求。 不支持查询字符串中的 api-version。请从 URI 中将它删除,或使用"2012-03"之一。.TrackingId:8f23ef8d-6b09-40b3-a935-a126f8b963fa_Gsp2013,TimeStamp:2017/12/1 2:25:26 ---> System.ArgumentException: 远程服务器返回错误: (400) 错误的请求。 不支持查询字符串中的 api-version。请从 URI 中将它删除,或使用"2012-03"之一。.TrackingId:8f23ef8d-6b09-40b3-a935-a126f8b963fa_Gsp2013,TimeStamp:2017/12/1 2:25:26 ---> System.Net.WebException: 远程服务器返回错误: (400) 错误的请求。

    在 System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)

    在 Microsoft.ServiceBus.Messaging.ServiceBusResourceOperations.GetAsyncResult`1.EndGetResponse(GetAsyncResult`1 thisPtr, IAsyncResult ar)

    在 Microsoft.ServiceBus.Messaging.IteratorAsyncResult`1.StepCallback(IAsyncResult result)

    --- 内部异常堆栈跟踪的结尾 ---

    解决方案:

    安装Cumulative Update for Service Bus 1.0 (KB2799752) ,然后重新运行配置向导即可。

    https://www.microsoft.com/en-us/download/details.aspx?id=36794

    成功!!!

    参考:

    https://ahmedmadany.wordpress.com/2015/12/08/workflow-manager-1-0-configuration-exception/

    https://sharepoint.stackexchange.com/questions/95120/error-configuring-workflow-manager

  • 相关阅读:
    第5-7次OO作业总结分析
    面向对象课程作业1-3总结分析
    OO第四次作业总结
    OO第三次作业总结
    OO第二次作业总结
    OO第一次作业总结
    BUAA 编译源码阅读_pascal
    OO第四阶段总结
    OO第三阶段总结
    OO第二阶段总结
  • 原文地址:https://www.cnblogs.com/sygwin/p/7941128.html
Copyright © 2011-2022 走看看