摘要:
I had created a site collection. But there is a problem of web-frontend server (I did not know when I created the site), so the page is always in proc 阅读全文
随笔分类 - SharePoint 2013
SharePoint Excel Service - Couldn't Open the Workbook.
2017-11-27 12:44 by 努力学习的小熊, 1021 阅读, 收藏, 编辑
摘要:
Error meesage: "Couldn't Open the Workbook. Wow, That's a big workbook. Unfortunately, we can't open a workbook larger than 10 MB. You'll need to open 阅读全文
User Get 'Access Denied' with Excel Service WebPart
2016-01-20 09:33 by 努力学习的小熊, 386 阅读, 收藏, 编辑
摘要:
用户可以访问网站,并且具有相应的访问权限。用户尝试了其他浏览器和IE的其他版本。解决:将用户添加到 ‘Excel Services Views’ 这个SharePoint组就OK了。 阅读全文
How To Search and Restore files from Site Collection Recycle Bin
2015-12-11 15:17 by 努力学习的小熊, 379 阅读, 收藏, 编辑
摘要:
$sitecoll = Get-SPSite "http://wheresmydoc.findit.com"$sitecoll.RecycleBin | ?{$_.Title -match "MyDocIsHere.xls"}$sitecoll.RecycleBin.Restore("place ... 阅读全文
How To Collect ULS Log from SharePoint Farm
2015-12-11 15:15 by 努力学习的小熊, 653 阅读, 收藏, 编辑
摘要:
We can use below commandto collect SharePoint ULS log from all servers in the FarminPowerShell.Merge-SPLogFile--------------EXAMPLE 1-----------------... 阅读全文