場景: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"}}} ide
查看日誌,會發現以下信息:spa
w3wp.exe (0x0D18) 0x1E04 SharePoint Foundation Database 880i High System.Data.SqlClient.SqlException (0x80131904): 表達式類型 int 對 COLLATE 子句無效。 .net
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和個人錯誤基本一致。他上面提到數據庫規則排序的問題。可是沒有提到具體是怎麼解決?code
並且我比較疑問的是,若是經過修改數據庫規則解決了問題。那麼若是我之後我建立了英文站點,這個時候工做流是否是也會出現相關問題?orm
仍是說有什麼別的解決方案?但願看到的大神們提供一些解決方案。排序