本文介绍了Set-spsiteUrl给出错误:EXECUTE之后的事务计数指示BEGIN和COMMIT语句的数量不匹配.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 嗨 使用SharePoint Server 2013.我有一个名为网站集的主机http://management.contoso.com 当我尝试使用Set-spsiteUrl cmdlet添加另一个URL时,出现以下错误: PS C:\ Users \ svc_spinstall> Set-SPSiteURL http://management.contoso.com -Zone Intranet -Url http://managementSet-SPSiteURL:EXECUTE之后的事务计数指示BEGIN和COMMIT语句的数量不匹配.上一个计数= 0,当前计数= 1.表"AllSites".扫描计数为0,逻辑读取为3,物理读取为0,预读为0,lob逻辑读取为0,lob物理读取为0,lob提前读取为0.表'#B65D0B8A'.扫描计数0,逻辑读2,物理读0,预读0,lob逻辑读0,lob物理读0,lob预读0.表'#B7512FC3'.扫描计数1,逻辑读1,物理读0,预读0,lob逻辑读0,lob物理读0,lob预读0.表'#B65D0B8A'.扫描计数1,逻辑读1,物理读0,预读0,lob逻辑读0,lob物理读0,lob预读0.在第1行:char:1+ Set-SPSiteURL http://management.contoso.com -Zo ...+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo:InvalidData:(Microsoft.Share ... letSetSPSiteUrl:SPCmdletSetSPSiteUrl)[Set-SPSiteURL],SqlException + FullyQualifiedErrorId:Microsoft.SharePoint.PowerShell.SPCmdletSetSPSiteUrl 有人看过吗? 兄弟 比约恩解决方案 HiUsing SharePoint server 2013.I have a host named site collection http://management.contoso.comWhen I try to add a another URL using the Set-spsiteUrl cmdlet, i get the following error:PS C:\Users\svc_spinstall> Set-SPSiteURL http://management.contoso.com -Zone Intranet -Url http://managementSet-SPSiteURL : Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 0, current count = 1.Table 'AllSites'. Scan count 0, logical reads 3, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads 0, lob read-ahead reads 0.Table '#B65D0B8A'. Scan count 0, logical reads 2, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads 0, lob read-ahead reads 0.Table '#B7512FC3'. Scan count 1, logical reads 1, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads 0, lob read-ahead reads 0.Table '#B65D0B8A'. Scan count 1, logical reads 1, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads 0, lob read-ahead reads 0.At line:1 char:1+ Set-SPSiteURL http://management.contoso.com -Zo ...+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidData: (Microsoft.Share...letSetSPSiteUrl:SPCmdletSetSPSiteUrl) [Set-SPSiteURL], SqlException + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletSetSPSiteUrlAny one seen this before?brgsBjørn 解决方案 这篇关于Set-spsiteUrl给出错误:EXECUTE之后的事务计数指示BEGIN和COMMIT语句的数量不匹配.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
11-01 19:18