当前位置:主页 > Office办公

最新发布

SharePoint 2016 CU安装失败,"Exception: The upgraded database schema doesn't match the TargetSchema"的解决方案
SharePoint 2016 CU安装失败,"Exception: The upgraded database schema doesn't match the TargetSchema"的解决方案

在安装完SharePoint2016 Cumulative Update,执行SharePoint2016 Products Configuration Wizard时失败,弹出下面错误信息:Exception: The upgraded database schema doesn't match the TargetSchema此问题可以参考下面步骤解决:Get-SPWebApplication-IncludeCentralAdministration | Get-SPContentDatabase | ?{$_.NeedsUpgrade –eq$true} | Upgrade-SPContentDatabase -Confirm:$false

289 次浏览
InfoPath Error “此文档库已经被重命名或删除,或者网络问题导致文件无法保存…” 的解决方案
InfoPath Error “此文档库已经被重命名或删除,或者网络问题导致文件无法保存…” 的解决方案

今天在使用Info Path发布form到SharePoint Library时,遇到错误“此文档库已经被重命名或删除,或者网络问题导致文件无法保存。如果此问题持续存在,请与网络管理员联系”。经过查询发现是因为Windows Server没有安装一个Feature导致,具体解决方法如下:  

268 次浏览
SharePoint 2013 App概述
SharePoint 2013 App概述

 SharePoint 2013应用程序模型提供了两种类型的宿主环境,SharePoint–Hosted、Cloud-hosted。对这两种类型宿主环境,SharePointApp的开发方式大致可以分为以下四种:•SharePointLocal-Hosted•Provider-Hosted•Auto-Hosted•Hybrid-Hosted下面大致对这四种方式做一个简单介绍:1、SharePoint-HostedSharePointLocal-Hosted这种方式,完全依赖于SharePoint本身功能,像传统的开发方式一样,本地安装一个SharePoint2013的环境,建立一个私有应用商店,把开发的App发布到本地环境。2、Provider-Hosted在用到SharePoint与其它系统集成,或者不熟悉SharePoint的开发方式,可以采用这种方式来开发App,使用自己熟悉的技术,通过ClientObjectModel或RestAPI访问SharePoint的资源。开发的App可以Host到SharePoint之外的环境上,可以使用非微软的技术平台来Host。

256 次浏览
How to Shrink SharePoint Content Database Log File?
How to Shrink SharePoint Content Database Log File?

一般情况下,企业SharePoint Farm启用后,随着时间增长和用户的频繁使用,SharePoint中的数据会越来越多,那么更好的优化存储数据的SQL Server空间便成了企业IT Admin需要考虑的问题。我们都知道存储SharePoint的Content Database分两个DB文件,data和log file,有时候我们会发现Log的日志文件会达到几G甚至更多,这个时候就需要考虑在不影响SharePoint使用、不影响现有数据的情况下进行清理。 我们来看下如何清理SharePointdata的日志文件:

253 次浏览
Project Web App Feature无法开启的解决方案
Project Web App Feature无法开启的解决方案

今天在SharePoint 2016环境上搭建了Project Server,并且创建site collection了解,在site collection-> site settings->site collection features开启Project Web App Settings Feature弹出如下错误,几次尝试都无法开启。经过测试发现用PowerShell执行命令可以成功开启Feature解决此问题,具体步骤如下:Enable-SPFeaturepwasite -URL "site collection url" 以上就是解决PWA Feature无法开启的方法,感谢阅读!

301 次浏览
SharePoint  IT Professional - Project Web App Site
SharePoint IT Professional - Project Web App Site

Project Server在SharePoint2016版本做了调整,不再需要单独的Project Database而是将数据存储在Content Database,但是License还是单独控制的。今天就在SharePoint2016中create了Project Server Site Collection体验了下,整理出来create的步骤供大家参考,包括创建Project Server Service Application和Project Site Collection。下面我们来详细看下:New-SPSite-ContentDatabase Database Name -URL Site Collection URL -Template pwa#0在提示输入OwnerAlias处填写创建需要的用户  

271 次浏览
How to Enable Project Server License in SharePoint?
How to Enable Project Server License in SharePoint?

今天在SharePoint2016环境中配置了Project Server Service Application,并且新建了Project Site,在打开Site Collection要Enable Project Web App Settings Feature的时候,弹出需要先enable Project License的提示。从而得知,虽然SharePoint2016对Project Server做了调整,不再像SharePoint2013一样需要单独安装和配置Project Server Database,只创建Project Server Service Application即可使用,但是License还是单独管控的,那对上面提示的错误就需要enable project server license解决。Project Server的License没有办法直接像SharePoint一样,可以在Central Administration中Upgrade andMigration设置页面输入添加,而是需要执行命令行实现,下面我们来看下具体执行方法:Enable-ProjectServerLicense-Key "Code"Set-SPFarmConfig-InstalledProductsRefresh

264 次浏览
如何使用命令行重新设置SharePoint Central Administration?
如何使用命令行重新设置SharePoint Central Administration?

今天在使用SharePoint Server时,因为某些影响遇到必须要重新配置SharePoint Service Instance的问题,正常情况下我们会使用SharePoint Product Configuration Wizard来执行disconnect,然后Connect配置。其实这种操作也可以通过命令行执行实现。下面我们来看下具体步骤:psconfig-cmd adminvs -unprovisionpsconfig -cmd adminvs -provision -port9877-windowsauthprovider onlyusentlm

281 次浏览
哪些用户是SharePoint System Account?
哪些用户是SharePoint System Account?

我们在使用SharePoint时候经常会看到登录的用户显示的是System Account,但是当前登录的却是一个域用户,比如Domain\tina,那什么样的用户SharePoint会被识别成System Account呢?其实SharePoint会把三种情况下填写的用户判断为System Account,但是不同位置的用户作用范围却不一样,具体如下:下面就以SharePoint2013为例,分别看下每个用户的设置位置具体是哪里?此用户是指在安装完SharePoint后,使用SharePointConfiguration Wizard配置过程中创建Farm时填写的用户。在SharePoint创建Web Application,选择Create new application pool时填写的用户。此处也可以点击"Registermew managed account"创建新用户使用。  

269 次浏览
如何使用命令行 Change SharePoint Farm Administrator?
如何使用命令行 Change SharePoint Farm Administrator?

公司的SharePoint Farm管理和维护都是由IT Administrator负责的,但是随着公司的发展或者人事调动的影响,有时候会遇到SharePoint Administrator不再负责维护SharePoint或者离职的情况,公司就需要新派一个人负责之后的工作,在这种情况下就需要考虑更换SharePoint管理员,也就是Farm Administrator。那么如何更改SharePoint Server的Administrator,并且保证能够作用到整个farm呢?其实我们可以通过命令行修改SharePointFarm Administrator来实现,以SharePoint2013为例,具体步骤如下:stsadm-o updatefarmcredentials -userlogin username-password"user password"Iisreset/noforce 

266 次浏览
共计75934条记录 上一页 1.. 5133 5134 5135 5136 5137 5138 5139 ..7594 下一页