Posts

Showing posts from 2016

Unable to open documents within SharePoint in Client Application even when the default behavior of browser is set to open the files in client application.

Image
Recently got a defect from Testing team mentioning that they are facing issues in opening documents from SharePoint site Library in Client application like MS Word, Excel, PowerPoint etc.  They confirmed that they have selected  Open in the client application  option under Library Settings - Advanced Settings - Opening Documents in the Browser however still the files were opening in Browser (OWA). Also since OWA was not completely setup it looked like OWA issue however then I identified a Site Collection Feature which needs to be activated to get files opened in Client Application and here is the name of that feature: Go to Site Collection > Site Settings > Site collection features > Open Documents in Client Applications by Default Please let me know if any further queries. Thank you!

New-OfficeWebAppsFarm: Office Web Apps was unable to find the specified certificate

Today I was working on installation & configuration of Office Web Apps for one of the SharePoint Extranet Farm, installation of OWA went successfully however while creating Office Web Apps Farm I started facing a weird issue where the certificate for OWA was available on server however it was still unable to find it:  Error Below: ------------------- PS D:\> New-OfficeWebAppsFarm –InternalUrl "https://owaserver01.domain.com/" -ExternalUrl "h ttps://owa.domain.com/" –CertificateName "owa.domain.com" –EditingEnabled New-OfficeWebAppsFarm : Office Web Apps was unable to find the specified certificate. At line:1 char:1 + New-OfficeWebAppsFarm –InternalUrl "https://owaserver01.domain.com/" -Ex ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     + CategoryInfo          : ObjectNotFound: (:) [New-OfficeWebAppsFarm], ArgumentException     + FullyQualifiedErrorId : CertificateNot...