码迷,mamicode.com
首页 >  
搜索关键字:moss sharepoint officewebapp报错    ( 2229个结果
sharepoint 2013 使用outlook 打开sharepoint 任务失败
使用outlook2010打开失败时可以检查下面几点:AppliesTo:WorkflowConductor2.1andhigherSharePointServer2010andMicrosoftOfficeSharePointServer2007MicrosoftOutlook2007andMicrosoftOutlook2010InWorkflowConductor2.1andhigher,e-mailnotificationssentforworkflowtaskscan..
分类:其他好文   时间:2017-03-23 22:44:39    阅读次数:278
sharepoint 统计所有网站集中视频文件的总大小 c#
视频文件类型为:.avi.mov.rm.rmvb.wmv.asf.asx.mpg.mpeg.3gp.mp4.flv.mkv.vobusingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingMicrosoft.SharePoint;usingMicrosoft.SharePoint.Administration;usingSystem.IO;usingSystem.Web;usingSys..
分类:Windows程序   时间:2017-03-23 17:30:23    阅读次数:225
sharepoint 获取所有网站集前40w个文件中启用历史版本文件的大小/数量/最后修改时间
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingMicrosoft.SharePoint;usingMicrosoft.SharePoint.Administration;usingSystem.IO;usingSystem.Web;usingSystem.Text.RegularExpressions;usingSystem.Data;namespaceGetVideoFiles{class..
分类:Web程序   时间:2017-03-23 17:30:10    阅读次数:252
sharepoint 迁出文档时报错:sharepoint 服务器错误:the file "xxxxxxxxx" is not checked out
迁出文档时报错:sharepoint服务器错误:thefile"xxxxxxxxx"isnotcheckedout当文档库启用了历史版本,并且启用了:Createmajorandminor(draft)versions当文档是draft的时候,无法迁出,将文档pubulishamajorversion,可以正常迁出。
分类:其他好文   时间:2017-03-23 17:29:38    阅读次数:129
Sharepoint 性能考量
1、crawl时间的规划统计站点使用率,根据使用率拆分成不同job,降低每个job的crawl时间,在非工作时间crawlpdffilter使用adobe的产品进行index速度很慢,可以使用FoxitPDFiFilter对特别大的站点,使用rule排除长时间没有update的subsite,提高crawl效率和减少fullcrawl条目数量..
分类:其他好文   时间:2017-03-23 17:25:13    阅读次数:120
通过Sharepoint 发邮件代码
大家都知道在.net中实现邮件的发送已经不是什么难事,但是需要配置smtp服务器。在Sharepoint这个就没有必要了,只要sharepoint配置了Smtp,我们就可以通过以下简单的代码就能发邮件了usingMicrosoft.SharePoint.Utilities;SPUtility.SendEmail(SPContext.Current.Web,false,fal..
分类:其他好文   时间:2017-03-23 17:04:39    阅读次数:126
提高 SharePoint 页面访问速度之SQL优化
前面两篇文章我们和大家一起讨论到了SharePointIIS的应用池回收,W3WP进程数和重置回收等方面的优化,今天来和大家讲讲后端SQL服务器的优化。对于SQL的优化,今天主要介绍的就是两点,CPU的优化和内存的优化。很多同学在装好SQL之后,其实并没有对内存优化进行设置,导致SQL的..
分类:数据库   时间:2017-03-23 16:58:53    阅读次数:184
sharepoint 2013/2016 共享给新用户时,默认不选中 发送电子邮件邀请
默认情况下,将网站共享给新用户时,会给新用户发送电子邮件,有时候用户是知道该站点的,反复添加很多独立权限的时候会发送大量邮件,所以现在需要取消默认选中的“发送电子邮件邀请选项”sharepoint2013:在每台FrontendServer中修改下面文件C:\ProgramFiles\CommonFiles\mic..
分类:其他好文   时间:2017-03-23 15:04:20    阅读次数:175
sharepoint 2013/2016/2007 如何确定一个SharePoint列表的ID
1.在浏览器中打开那个你要查看ID的列表.2.在菜单中选择Settings->ListSettings3.将浏览器中的URL拷贝到记事本中.结果看起来像这样.http://sp2013-2/_layouts/15/start.aspx#/_layouts/15/listedit.aspx?List=%7BA945041E%2DE067%2D4331%2DB3C5%2D8145356059E0%7D4.删除包括"..
分类:其他好文   时间:2017-03-23 15:04:08    阅读次数:160
sharepoint 查看网站集所占磁盘空间
sharepoint2013/2016:在“网站设置-存储标准”查看http://moss1/sites/teams/_layouts/15/start.aspx#/_layouts/15/storman.aspxsharepoint2007:在网站集中的Sites>SiteSettings>SiteCollectionUsageSummary下面只能看到相关的访问数据这个地址打开后为http://test.tes..
分类:Web程序   时间:2017-03-23 00:05:21    阅读次数:1201
2229条   上一页 1 ... 33 34 35 36 37 ... 223 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!