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

  • 相关阅读:
    axios基础用法
    CSS盒子模型
    前端跨域问题解决方案
    跨域-iframe
    swagger UI配置
    React安装和启动
    React 学习笔记
    redis学习笔记
    10个排序算法,待更新
    docker常用命令,持续更新。。。
  • 原文地址:https://www.cnblogs.com/sygwin/p/7941128.html
Copyright © 2011-2022 走看看