zoukankan      html  css  js  c++  java
  • Sharepoint 2013 Workflow (中英文)

    场景:Sharepoint 2013 整个环境都是英文。安装有中文语言包。当我创建了一个英文站点,然后用Sharepoint design创建了一个工作流;这个时候整个流程可以正常运行。

    问题:当我创建一个中文站点再用Sharepoint design创建了一个工作流;这个时候整体流程不能运行,会报如下错误:

    RequestorId: 84bfca0a-cef5-b2d6-0000-000000000000. Details: An unhandled exception occurred during the execution of the workflow instance. Exception details: System.ApplicationException: HTTP 500 {"error":{"code":"-2146232060, Microsoft.SharePoint.SPException","message":{"lang":"zh-CN","value":"Exception from HRESULT: 0x80131904"}}} 

    查看日志,会发现如下信息:

    w3wp.exe (0x0D18) 0x1E04 SharePoint Foundation Database 880i High System.Data.SqlClient.SqlException (0x80131904): 表达式类型 int 对 COLLATE 子句无效。     

    Unknown SQL Exception 447 occurred. Additional error information from SQL Server is included below.  表达式类型 int 对 COLLATE 子句无效。

    ConnectionString: 'Data Source=WIN-RQDF9P2CNN9;Initial Catalog=WSS_Content;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Connect Timeout=15'    Partition: 401174ad-bb2b-4f75-ba1d-e79c68ae7a63 ConnectionState: Closed ConnectionTimeout: 15

    SqlError: '表达式类型 int 对 COLLATE 子句无效。'    Source: '.Net SqlClient Data Provider' Number: 447 State: 0 Class: 16 Procedure: '' LineNumber: 1 Server: 'WIN-RQDF9P2CNN9'

    Proxy response returned error: '远程服务器返回错误: (500) 内部服务器错误。'

    博客:http://bbs.csdn.net/topics/390936396和我的错误基本一致。他上面提到数据库规则排序的问题。但是没有提到具体是怎么解决?

    而且我比较疑问的是,如果通过修改数据库规则解决了问题。那么如果我以后我创建了英文站点,这个时候工作流是不是也会出现相关问题?

    还是说有什么别的解决方案?希望看到的大神们提供一些解决方案。

  • 相关阅读:
    「2020 新手必备 」极速入门 Retrofit + OkHttp 网络框架到实战,这一篇就够了!
    结合源码,重温 Android View 的事件处理知多少 ?
    Android 这 13 道 ContentProvider 面试题,你都会了吗?
    17 个必须掌握的 BroadcastReceiver 知识点「建议收藏」
    23 个重难点突破,带你吃透 Service 知识点「长达 1W+ 字」
    Activity 的 36 大难点,你会几个?「建议收藏」
    Python time模块
    vue项目的创建
    githunb和码云生成/添加SSH公钥
    weex打包apk步骤
  • 原文地址:https://www.cnblogs.com/lynn-lin/p/4624777.html
Copyright © 2011-2022 走看看