Office Web App 2013
To Configure Office Web Apps Farm
New-OfficeWebAppsFarm -InternalURL https://Webapp.mail.com/
-ExternalURL https:// Webapp.mail.com / -CertificateName "Webapp"
To add another computer in the Office Web Apps
Farm
New-OfficeWebAppsMachine -MachineToJoin Webapp01
(Note: The above
powershell command need to be executed in the secondary server that needs to be
added not on the master server also provide the master server name in –MachineToJoin (e.g Webapp01)
To remove the Office Web apps machine
Remove-OfficeWebAppsMachine
To repair Office
Web app farm – This will remove the host that are unhealthy
Repair-OfficeWebAppsFarm
Accessing the document using the WAC url
To enable the url
to access - Set-OfficeWebAppsFarm
-OpenFromUrlEnabled
Url to access -
http://Webapp.mail.com/op/generate.aspx
Create shared
folder and provide the UNC path as \\Webapp\Testing\test.xlsx
Restarting the Web apps service
Restart-Service
WACSM
Integrating WAC server with the Exchange
server 2013
Set-OrganizationConfig
-WACDiscoveryEndpoint https://Webapp.mail.com/hosting/discovery
Registration of .Net Service
%systemroot%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe
-iru
Restarting the IIS Service
iisreset /restart
/noforce
Troubleshooting Logs:
You can veiw the
uls log located C:\ProgramData\Microsoft\OfficeWebApps\Data\Logs\ULS and can be
viewed using the tool ulsviewer
Url to download
ulsviewer -
http://archive.msdn.microsoft.com/ULSViewer/Release/ProjectReleases.aspx?ReleaseId=3308
2. Verifying the
event viewer on application located under windows log and office web apps logs
which is located under application and service log
Reference URL
http://www.wictorwilen.se/office-web-apps-server-2013---machines-are-always-reported-as-unhealthy
http://blogs.msdn.com/b/fabdulwahab/archive/2013/10/30/office-web-apps-with-sharepoint-2013-issues.aspx
http://blogs.technet.com/b/dodeitte/archive/2013/11/10/issue-with-office-web-apps-server-2013-published-externally-using-tmg-2010.aspx
No comments:
Post a Comment