Get-OrganizationConfig | Format-List WACDiscoveryEndPoint
Hello,
Lets whether the feature works via internal OWA.
Thanks,
If you have feedback for TechNet Subscriber Support, contact tnsfl@microsoft.com
Dean, I got the following:
WACDiscoveryEndpoint: https://owas.domain.com/hosting/discovery
Simon_Wu,
You can elaborate on what you are asking? If I understand correctly, then no, the feature doesn't work Internally or Externally with OWA.
Thx!
I would check to see if the office web app server works when you are inside the office and then check and see if it works when you are outside the office. you might need to add DNS entries for you office web app server to work
both internally and externally
thanks
Are you using TMG to publish Exchange?
did you try forcing the owa vdir to render via Office web app
Set-OwaVirtualDirectory "Servername\owa (Default Web Site)" -ForceWacViewingFirstOnPublicComputers $true -ForceWacViewingFirstOnPrivateComputers $true
Is office web app server integrated with anything else? Lync Sharepoint?
have you tried stopping iis server on office web app server and then launching doc.. does it generate an error
any firewalls or anything that could be blocking traffic.
also what type of certificate are you using on the web app server
what is the result of
Get-OfficeWebAppsFarm
Dean, OWAS is in the process of being integrated with Lync 2013, we think this piece is working due to that we got event 41032 in the Lync event log (but curiously did not get 41034, not sure if issue?). However, we can't fully test this piece yet (soon).
If I shutdown OWAS, Exchange continues to generate docs with its built-in viewer (not OWAS), best I can tell, its not even trying OWAS.
No firewalls in place, servers can successfully talk to each other.
I am using an internal PKI certificate (Web Server Template), that is trusted by both parties (I navigated to the WoIP XML page on the servers and got no certificate errors).
Here is the result:
FarmOU :
InternalURL :
https://owas.domain.com/
ExternalURL :
https://owas.domain.com/
AllowHTTP : False
SSLOffloaded : False
CertificateName : OWAS Certificate
EditingEnabled : False
LogLocation : C:\ProgramData\Microsoft\OfficeWebApps\Data\Logs\ULS
LogRetentionInDays : 7
LogVerbosity :
Proxy :
CacheLocation : C:\ProgramData\Microsoft\OfficeWebApps\Working\d
MaxMemoryCacheSizeInMB : 75
DocumentInfoCacheSize : 5000
CacheSizeInGB : 15
ClipartEnabled : False
TranslationEnabled : False
MaxTranslationCharacterCount : 125000
TranslationServiceAppId :
TranslationServiceAddress :
RenderingLocalCacheLocation : C:\ProgramData\Microsoft\OfficeWebApps\Working\waccache
RecycleActiveProcessCount : 5
AllowCEIP : False
ExcelRequestDurationMax : 300
ExcelSessionTimeout : 450
ExcelWorkbookSizeMax : 10
ExcelPrivateBytesMax : -1
ExcelConnectionLifetime : 1800
ExcelExternalDataCacheLifetime : 300
ExcelAllowExternalData : True
ExcelWarnOnDataRefresh : True
OpenFromUrlEnabled : False
OpenFromUncEnabled : True
OpenFromUrlThrottlingEnabled : True
PicturePasteDisabled : True
RemovePersonalInformationFromLogs : False
AllowHttpSecureStoreConnections : False
Machines : {OWAS01}
thoughts? thx!
I am having the same issue. No events are logged for 140,141,142 in event viewer after running the set-organizationconfig -wac... command. OWA keeps previewing files with WebReady Document Viewing instead of OWAS. I tried disabling WebReady from OWA, and forcing WACEnable on Public and Private and still nothing.
Any thoughts anyone!?