다음을 통해 공유


Detailed Installation of Office web Apps 2013 components For SharePoint 2013

Installing Office web Apps 2013 components For SharePoint 2013

Definition:Office Web Apps was first introduced with SharePoint. Office Web Apps is an online version of Microsoft Word, Excel, PowerPoint and One Note allowing users to access these applications and their respective documents from any Internet connection and most notable web browsers. For those running SharePoint 2013, you can deploy Office Web Apps onto your SharePoint farm providing your users with the same functionality as the online version of Office Web Apps. Deploying Office Web Apps on your SharePoint farms will add the following service applications;

· Word Viewing Service Application
· Excel Calculation Service
· PowerPoint Service Application

will be extending my step by step SharePoint 2013 configuration articles and by the end of this post you will be able to open and edit Office documents from within your web browser without the requirement of having Microsoft Office installed locally. This is a huge productivity gain for those that might be accessing their SharePoint sites from an Office is usually not available.

· Pre-Requisites: Follow the Pre-requisite software’s to install OWA 2013.Follow the below mentioned order to avoid errors below.
                                             http://4.bp.blogspot.com/-rOe6pBZcJeg/UrKu7ZZI24I/AAAAAAAAA-k/4nKVnfosDn8/s320/3.bmp

run

run

  1. dotNetFx40_Full_setup
    http://www.microsoft.com/en-us/download/details.aspx?id=34595

  2. Power shell V3 Windows6.1-KB2506143-x64
    http://www.microsoft.com/en-us/download/details.aspx?id=34595

  3. IIS 7.0 or higher

  4. .Net Frame work 4.5

Installation:

  1. You can download Office-2013 components for SharePoint-2013 from below MS site.

v http://www.microsoft.com/en-us/download/details.aspx?id=35489

  1. once the Components are downloaded local, It will download as .IMG file.
  2. We need to have WINRAR in system to Archive and Extract the file.
  3. Click on the setup file

                                             http://3.bp.blogspot.com/-bmxjRoCgXqw/UrKvLhonZLI/AAAAAAAAA-0/l_3j8iDreWY/s1600/1.bmp

  1. Accept Agreements

                                          http://3.bp.blogspot.com/-7AfMK7u8b4M/UrKvMamNM5I/AAAAAAAAA_I/yKAfWOP0wwI/s320/4.bmp

  1. Choose the path where you want to locate the files.
  2. Click on Install Now.
  3. Click Close.

                                         http://4.bp.blogspot.com/-FfbZCNUMtQk/UrKvMVVVQPI/AAAAAAAAA_E/nRKW8q--lyg/s320/5.bmp

                                        http://3.bp.blogspot.com/-KZF_GRovVKM/UrKvMydYiOI/AAAAAAAAA_M/y3VDZJR60ow/s320/6.bmp
Once the Installation is done, Follow the below steps to Connect OWA with SharePoint.

  1. Logon to the OWA server as the account with which you performed the install.
  2. Open Windows Power Shell by right-clicking on it and choose Run as Administrator.
  3. Type the following line and press Enter to load the Office Web Apps Power Shell cmdlets:

Import-Module OfficeWebApps

  1. To create the farm, type the following Power Shell command and press Enter:

New-OfficeWebAppsFarm –InternalURL http://OWA.contoso.com -AllowHttp–EditingEnabled:$true

  1. Acknowledge yes, that you are enabling this specific functionality, by pressing Enter when
  2. prompted.
  3. When completed, you will receive the OWA summary farm confirmation shown in Figure

                                              http://1.bp.blogspot.com/-O0nvfY10nmE/UrkDAmUVNhI/AAAAAAAABBo/tRJJdl4mIvs/s320/1.bmp

  1. That completes the installation and configuration of the Office Web Apps farm. From here you need
  2. to bind that farm to whichever host you choose. In this case, the next section steps you through
  3. binding the Office Web Apps farm with the SharePoint 2013 farm. You will bind to the SharePoint farm using HTTP.

The final step is the connection of SharePoint and OWA using HTTP.

  1. Remote desktop to the SharePoint server

  2. Open the SharePoint Management Shell by right-clicking on the icon and run it as an

  3. administrator.

  4. To create a binding between the SharePoint 2013 farm and the new OWA 2013 farm, run

  5. the following command and press Enter:
                 New-SPWOPIBinding –Server Name owa.contoso.com –Allow HTTP

  6. Set up a zone that instructs SharePoint to communicate with OWA 2013:
                       Set-SPWopiZone –zone "internal-http"

Now SharePoint is ready to take advantage of the Office Web Apps.

Note: I resolved the issue by above Method. If you find a different solution, please report it as a comment to this post. This will be useful to SharePoint Community. Be sure to double-verify it: undo your solution and verify that the problem comes back, then redo it and verify that the problem goes away.

See Also

  1. SharePoint Resources on the TechNet Wiki
  2. SharePoint 2013 Portal
  3. SharePoint 2013 - Service Applications
  4. SharePoint 2013 - Resources for Developers
  5. SharePoint 2013 - Resources for IT Pros