什么是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 ...
随机推荐
- python斐波拉契数列
def fib(max): n, a, b = 0, 0, 1 while n < max: print(b) a, b = b, a + b n = n + 1 return 'done' 注 ...
- [poj3140]Contestants Division树形dp
题意:切掉树上的某条边,使分开的两棵树上各点的权值和差值最小. 与hdu2196不同的是,此题是点权,其他无太大差别,注意数据范围. 先求出每个节点的子树权值和,然后自底向上dp即可.取$\min ( ...
- POJ-3262
Protecting the Flowers Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 7923 Accepted: ...
- 1、R-reshape2-cast
1.cast: 长型数据转宽型数据 (1).acast,dcast的区别在于输出结果.acast 输出结果为vector/matrix/array,dcast 输出结果为data.frame. ...
- 阿里云服务器CentOS7中Tomcat8.x启动慢问题解决记录
公司服务器刚换CentOS7,在内部的刀片机上一直跑的很溜,迁移到阿里云上后Tomcat启动竟然要6.7分钟!这还了得. 且日志上无任何错误,在日志中查看到如下信息: Log4j:[2015-10-2 ...
- linux c实现的提取文件名的小程序
/*@author etangyushan *工作中很多时候会和文件名打交道,有时候只需要文件名称,就写了这么一个小程序 *这个函数实现了把一个文件的绝对路径和后缀去除,只留下文件名的功能 * */ ...
- Post 提交用户名和密码, 用户自动登录,无需手动登录
public void AutoPost(string url,string domain, string userName) { AlipayProxy.UserReg.UserReg userRe ...
- win form treeview添加节点
//实例代码: /// <summary> /// 添加节点事件 /// </summary> /// <param name="tnodes"> ...
- 利用URL重写隐藏复杂的URL
第一步:模拟映射页面 我们想在一个页面上点击guid.html链接,跳转到比较复杂URL的guid_{492f3e0b-848e-11da-9550-00e08161165f}.html页面.即定义一 ...
- 剑指Offer的学习笔记(C#篇)-- 变态跳台阶
题目描述 一只青蛙一次可以跳上1级台阶,也可以跳上2级……它也可以跳上n级.求该青蛙跳上一个n级的台阶总共有多少种跳法. 一 . 解题思路. 该题目为跳台阶题目的延伸,普通跳台阶每次跳的阶数(1或2) ...