什么是Office Online Server和SharePoint 2016
Microsoft Office Online Server是Microsoft Office Web Apps(OWA)服务器的下一个版本,最初于2012年发布。,可以下载Office Online Server的测试版。它被称为Office Online Server Preview。
Microsoft Office Online Server适用于支持Web应用程序开放平台接口(WOPI)的产品和服务,如SharePoint Server 2016 Preview和Microsoft Exchange Server 2016.Office Online Server本质上是一个独立的本地服务器,允许您运行浏览器(在线)版本的Microsoft Word,Excel,PowerPoint和OneNote。
Note:
WOPI定义了一组操作,使客户端可以访问和更改服务器存储的文件。这允许客户端呈现文件并为服务器存储的文件提供文件编辑功能。
操作系统:
- Windows Server 2012.
- Windows Server 2012 R2.
安装 Microsoft Office Online Server
1.从Microsoft下载Office Online Server Preview
2.以管理员身份启动Windows PowerShell并运行以下命令。
Add-WindowsFeature Web-Server,Web-Mgmt-Tools,Web-Mgmt-Console,Web-WebServer,Web-Common-Http,Web-Default-Doc,Web-Static-Content,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Security,Web-Filtering,Web-Windows-Auth,Web-App-Dev,Web-Net-Ext45,Web-Asp-Net45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Includes,InkandHandwritingServices,NET-Framework-Features,NET-Framework-Core,NET-HTTP-Activation,NET-Non-HTTP-Activ,NET-WCF-HTTP-Activation45,Windows-Identity-Foundation
3.在Windows Server 2012或Windows Server 2012 R2上安装以下先决条件。不得运行SharePoint Server。
Visual C++ Redistributable for Visual Studio 2015
Microsoft.IdentityModel.Extention.dll
所有可用的Windows补丁更新
4.启动Office Online服务器安装程序(setup.exe)并按照屏幕上的说明进行操作
如果您的计算机上安装了32位版本的Office,您将无法安装64位Office Online Server(请参见下面的屏幕截图)。您必须先卸载32位版本的Office,然后再安装64位版本的Office Online Server。这很有趣,因为我没有看到下载32位版本Office Online Server的选项(只能下载64位版本),即使可以,Microsoft也不建议安装64位版本的办公室。所以你有两个选择。首先删除32位Office,然后安装Office Online Server,或者如果需要在服务器上安装Office应用程序,则首先删除32位Office,下载并安装64位版本的Office,然后安装Office Online Server 。
NOTE:
Microsoft不支持生产环境中的Office Online Server Preview,因此请确保将其安装在测试环境中
有关如何配置SharePoint以使用Office Web Apps Server的更多信息
Scripted Installation of SharePoint 2013 and Office Web Apps Server – From the Field (Part 4)
SharePoint &Office Online Server
在SharePoint Server 2016中,Microsoft已删除Excel Services。在您恐慌之前,我应该让您知道,即使SharePoint Services已不赞成使用Excel Services功能,但Microsoft本质上已将该负载从SharePoint Server中移除并将其移至Office Online Server。您可以安装Office Online Server并将SharePoint Server 2016配置为使用它来呈现Excel电子表格。
# 注意:
1.您不能在运行SharePoint Server的同一台服务器上安装Office Online Server。这意味着您需要有一台运行Windows Server 2012或Windows Server 2012 R2的单独服务器。
2.Microsoft不支持生产环境中的Office Online Server Preview,因此请确保将其安装在测试环境中。
什么是Office Online Server和SharePoint 2016的更多相关文章
- Installing Office Online Server for SharePoint 2016
Office Online Server is the next version of the Office Web Apps, which allows your users to view and ...
- Sharepoint 2016 - Deploy Office Online Server
Step 1: Install prerequisite software for Office Online Server To install Office Online Server Ope ...
- SharePoint Server 2016 - Configure Office Online Server
Step 1: Create the binding between SharePoint 2016 and Office Web Apps Server To get started, open ...
- SharePoint 2016 的新特性概览(一)(What's New for IT Professionals in SharePoint Server 2016)
博客地址:http://blog.csdn.net/FoxDave 今天看霖雨大神的转的微软最新的关于SharePoint 2016的Update,正好看到了SP2016新发布的视频,整理一下发出 ...
- Office Online Server 2016 部署和配置
Office Online Server 2016 部署和配置https://wenku.baidu.com/view/65faf8de846a561252d380eb6294dd88d1d23d45 ...
- SharePoint 2016 的新特性概览(二)(What's New for IT Professionals in SharePoint Server 2016)
博客地址:http://blog.csdn.net/FoxDave SharePoint 2016 的新特性 三. 监测和数据(Insights and Data) 实时数据监测,包括对使用情况.存储 ...
- SharePoint 2016 图文安装教程
前言 SharePoint 2016如约而至,之前也装过预览版,但是这次是正式版,还是分享一个完整的安装过程给大家,希望能给有需要的人有所帮助. 1.首先安装操作系统,我这里是Windows Serv ...
- sharePoint 2016 弃用和删除的功能
前言 sharepoint 2016版本正式发布,但是相比较2013版本,还是删除或者准备删除一些功能,我们需要了解一下哪些功能已经被删除掉或者在下一个版本中移除,因为这些可能影响我们现有系统是否能够 ...
- SharePoint 2016 installation error The program can not start because api-ms-win-crt-runtime-l1-1-0.dll is missing
In this post we will discuss how we can resolve the issue The program can not start because api-ms-w ...
随机推荐
- 用Pyinstaller把Python3.7程序打包成可执行文件exe
1.通过pip3 install pyinstaller 安装成功 2.然后执行命令,首先:需要切换到程序所在的目录 执行命令 pyinstaller -F -w <文件名.py>,-F代 ...
- Jenkins远程执行shell出现java: command not found
之前在使用Jenkins执行远程shell脚本时,出现提示java: command not found:多方查找原因后发现是因为远程执行shell脚本时,不会自动加载环境变量,导致出现此错误,解决方 ...
- QT子窗口及停靠实现
Demo的效果 头文件中的变量声明 //退出动作 QAction* exit; //菜单栏菜单 QMenu* filemenu; QMenu* actiona; //在状态栏的标签控件 QLabel* ...
- POJ-3069
Saruman's Army Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 10994 Accepted: 5555 D ...
- C# 中的迭代器 yield关键字 提高性能和可读性
展示一个例子 IList<string> FindBobs(IEnumerable<string> names) { var bobs = new List<string ...
- Microsoft EBooks
Go pick up what you are interested J http://blogs.msdn.com/b/mssmallbiz/archive/2014/07/07/largest-c ...
- 字符串反转reverse
我们有一串字符串,比如: DECLARE @Source VARCHAR(MAX)= 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 现想把它反转显示: ZYXWVUTSRQPONMLKJI ...
- c++弱引用与强引用
https://www.zhihu.com/question/26851369 智能指针一个很重要的概念是"所有权",所有权意味着当这个智能指针被销毁的时候,它指向的内存(或其它资 ...
- 洛谷P4318 完全平方数(容斥,莫比乌斯反演)
传送门 求第$k$个没有完全平方数因数的数 一开始是想筛一波莫比乌斯函数,然后发现时间复杂度要炸 于是老老实实看了题解 一个数的排名$k=x-\sum_{i=1}^{x}{(1-|\mu(i)|)}$ ...
- compass初探
1.安装compass: sudo gem install compass 如果你用的是Windows系统,那么要省略前面的sudo. 2.项目初始化 接下来,(首先要进入目标目录.)要创建一个你的C ...