Unable to open office documents

Hello,
I have a test SharePoint environment (1 SQL and 1 Apps/Web Server).  I am trying to implement Office Web Apps on my farm (by the way, I have it functional on my prod environment with https) using http.  I setup a new server to run OWA, I installed
it and also installed SP1 on it.  I set my farm (Get-SPSecurityTokenServiceConfig).AllowOAuthOverHttp to True and SPWOPIZone to use internal-http.
When I try to open/preview a Word document, I get the following error message:
Any Ideas anybody?

Hi abdielh,
What error did you meet?
Whether you met this issue when you opened/viewed others type files, like Excel, PPT.
Please check the log file to find more information about this issue. The path of the log file is: C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\LOGS.
There is an article about troubleshooting OWA issue, please take a look at:
http://technet.microsoft.com/en-us/library/hh269604(v=office.14).aspx
Also, here are some similar posts, please check if they are useful for you:
http://danmyhre.wordpress.com/2014/06/17/office-web-apps-2013-error-opening-file-from-sharepoint-2013/
http://www.sharepointsecurity.com/sharepoint/sharepoint-development/office-web-apps-sharepoint-2013-error-cant-open-or-view/
http://www.sharepoint24x7.com/2011/08/06/fix-it-%E2%80%93-office-web-apps-couldn%E2%80%99t-open-the-document-for-viewing-because-of-an-unexpected-error/
Best
Rgeards,
Wendy
Wendy Li
TechNet Community Support

Similar Messages

  • SharePoint 2013 - Unable to open Office documents in Internet Explorer - cannot access file

    In SharePoint 2013 some of our users receive an error message when trying to open an Office application from Internet Explorer 11.  Other users on the same browser don't have this issue. 
    Any ideas on how to resolve?

    HI Greg,IE11 is having some issues with the SharePoint 2013.
    http://expertsharepoint.blogspot.de/2014/08/issues-with-sharepoint-2013-and.html
    Since
    SharePoint 2013 fully support IE 32-bit version above 7, there might be compatibility issue with other browsers. I’d recommend you use IE 8,9,10 32-bit for optimal
    Performance.
    3.   
    Make sure the IE (Internet Explorer) Version should be 32-bit and not
    a 64-bit
    - See more at: http://expertsharepoint.blogspot.de/search/label/Known%20Issues?updated-max=2014-08-19T17:33:00%2B08:00&max-results=20&start=4&by-date=false#sthash.a2N14nDL.dpuf
    Anil Avula[MCP,MCSE,MCSA,MCTS,MCITP,MCSM] See Me At: http://expertsharepoint.blogspot.de/

  • Unable to open the document when combining files.

    We have a user that gets an error when combining files. It says
    Unable to open the document:
    <Filename and path>
    Please check to see if you have read permission for the above file.
    Retry and cancel buttons.
    We get this error on every subsequent file, it works on the first one after the computer starts.
    This computer has Windows Vista Business with SP2, Adobe Acrobat X with the latest patches.
    It doesn't matter if the files are local or on a network drive, the same always occurs. I have cleared
    all user and system temporary files, re-installed, verified the Acrobat Add-In for Word 2010 is active,
    verifed the PDF printer is working fine. It only happens when trying to combine files. I have given the
    user local administrator privilidges, tried with my account that has domain admin priviledges, no luck.
    I really need some suggestions...
    Thanks,
    Tom

    I have found out from Adobe technical support that this is a known issue with Office 2010 SP1 installed.
    This is an FYI for anyone else experiencing this issue, remove SP1 and it will work ok.
    They said an update to correct this issue will be coming within the next quarter.
    TP

  • Acrobat X Pro - Unable to open the document

    I'm having issues testing Acrobat X Pro trial version and Office 2010 on XP Pro SP3.  When trying to convert a Word document I consistently get the message - Unable to open the document.  Please check to see if you have read permission for the above file.  If I hit "Retry" a few times it will eventually convert the document.  If I initiate the conversion from within Word it seems to work fine. I've confirmed that permissions are not the problem.  It doesn't matter if the files are on the C: drive or a network location.  Most of my users use the combine so converting from within Word is not an option.  Any help would be greatly appreciated!

    Sorry but no.  Big bummer.  Keeping me from going to Win7 and Office 2010 on many systems. Honestly,  I haven't looked to see if there are any patches avaliable since I orginally posted.

  • An extra prompt appears for Credentials Opening Office Document in Workspac

    Hi,
    Anybody have any knowledge about this issue? and how to solve these issue?
    *6959959* An extra prompt appears for Credentials Opening Office Document using Internet Explorer with Smartcut or from EPM Workspace.
    If a security agent with a cookie-based session management mechanism is used, opening Microsoft Office documents from Microsoft Internet Explorer sometimes another prompt for credentials is displayed. This occurs because Microsoft Office issues an HTTP OPTIONS request when attempting to open documents. This OPTIONS request does not contain the same session-related cookies as requests made from the browser, so the security provider issues the prompt for credentials. Please see http://support.microsoft.com/?scid=kb;en-us;838028 for details about how Microsoft Office and Microsoft Internet Explorer open documents.
    To resolve this issue, reconfigure the security provider by disabling authentication for OPTIONS requests.
    Thanks in Advance.

    Not sure if this is what you are describing or not, but please take a look at Document ID 1350828.1 (I have pasted the text below):
    Windows Security Login Window Appears When Exporting Financial Reporting (FR) Reports To Ppt/Doc Or Xls with Office 2010 and Windows 2008 [ID 1350828.1]
    Modified 02-MAY-2012 Type PROBLEM Status PUBLISHED
    In this Document
    Symptoms
    Changes
    Cause
    Solution
    References
    Applies to:
    Hyperion BI+ - Version 9.3.3.0.00 and later
    Information in this document applies to any platform.
    Symptoms
    Unable to export FR reports to Excel, Powerpoint or Word from Workspace.
    When exporting and selecting to open the file, a new "Windows Security" window appears with a login/password to the server Windows security
    "Connect to server.system.local"
    No matter what user enters, the window comes back and the file doesn't open.
    If the file is saved then it can be opened.
    Changes
    Office 2010 was installed.
    Cause
    The cause of this issue is unknown.
    This issue has been identified in unpublished Bug 11891558 - "WINDOWS SECURITY" LOGIN WINDOW EXPORTING FR REPORTS TO PPT/DOC OR XLS :IE8/WIN7
    Solution
    For versions prior to 11.1.2.0:
    Amend the web.xml file for FR with this syntax:
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>Suppress OPTIONS,HEAD for Office</web-resource-name>
    <url-pattern>/hrget/*</url-pattern>
    <http-method>OPTIONS</http-method>
    <http-method>HEAD</http-method>
    </web-resource-collection>
    <auth-constraint/>
    </security-constraint>
    Restart the Financial Reporting Web Application service and then export the report(s) to Excel, Word or PPT.
    Note: File should be located under: Hyperion/deployments/Weblogic9/servers/Financial Reporting/Web Applications/hr/WEB-INF
    This has been fixed in Patch Set 11.1.1.3.519 for Oracle Hyperion Reporting and Analysis Financial Reporting (patch number 13024655)
    Beginning with version 11.1.2.0.00:
    Please apply the following steps to resolve:
    1. On the Financial Reporting server browse to the location:
    oraclehome\Middleware\EPMSystem11R1\products\financialreporting\InstallableApps
    2. Take a backup copy of the HReports.ear file.
    3. Rename the file to zip and extract the "hr.war".
    4. HReports.ear file contains hr.war, where inside this file in the "web-inf" folder there is the web.xml file.
    5. Edit the web.xml file with a text editor and add the same syntax as the earlier release, at the end before the very last line---></web-app>

  • I installed Firefox 3.6. Since then, I am unable to open pdf documents in Firefox. I get a black page. I tried opening the same document in Internet Explorer. It worked fine. I recently installed Nuance's pdf reader and thought that might be the problem.

    I installed Firefox 3.6. Since then, I am unable to open pdf documents in Firefox. I get a black page. I tried opening the same document in Internet Explorer. It worked fine. I recently installed Nuance's pdf reader and thought that might be the problem. Uninstalled it. Still have the problem with Firefox.
    == This happened ==
    Every time Firefox opened

    How about if you right click on the PDF and select Save Link As..., and then open it locally from within Reader? Does it work ok then?  That might be a workaround until the issue within the browser is resolved.
    Rob Jaworski
    Intl Program Manager

  • Error while opening office document

    Hello Gurus!
    I try to use word intergation in WebIC (CRM 5.0). In "Create lead" trunsaction (CL_CRM_IC_ABOXSAMPLE_CR_LEAD class) I have Attachment tab. When I click "Create document with template" buton I get "Error while opening office document" error. In IE settings ActiveX is on. What should I do to make it work?
    Best regards,
    Artur.

    Hello Artur,
    Try this Note:
    Note 606745 - CRM Content Management: Document does not open
    It's not exactly for that issue but it may help.
    Good Luck
    Eli Steklov
    Please Reward Points if it Helped

  • Sorry, we couldn't open...Error opening office documents from SharePoint 2013 in the desktop applications

    Sorry, we couldn't open...Error opening office documents from SharePoint 2013 in the desktop applications        
    One of our Managers encounters the error 'A problem occurred while accessing the Office document cache.  Do you want to repair this problem?'
    Then When he says yes it give a warning that the cache will be backed up and replaced
    Then it says 'A new office document Cache has been created...'
    Then it loads this cache with an error
    Then After all that the next time he tries to open the document it says  is encountered "Sorry, we couldn't open 'URL."
    We have Reinstalled office 2013 on the users PC repaired the cache numerous times
    Followed -  http://office.microsoft.com/en-gb/word-help/manually-rename-the-office-document-cache-HA101848838.aspx
    Updated Lync to 2013 leaving Access as the only office 2010 application (required for legacy systems access)
    Repair installed office 2010 and office 2013 again
    The SharePoint site has been added to the trusted sites list and the set up assistant run from office 365
    And the issue remains the Same all other users including some who also have Access 2010 for legacy systems access have no Issues OS is windows 7 32 Bit browser is IE 9
    Office 365 said
    Reply by Rachel Zhang MSFT Support
    Hi Alex,
    From your description, I notice that the issue is related to Office client. We would like to help you, but I’m sorry that our forum does not focus on this scenario and has limited resources regarding it. However, we have a dedicated support forum where
    the support engineers will help you with the issues about Office client:
    Microsoft Office Community:
    http://answers.microsoft.com/en-us/office/forum/office_2013_release?tm=1365567547805
    Feel free to sign in to the Office community and click Participate->Ask a Question to post the question with the relevant information.
    Microsoft Office Community:  
    Feel free to sign in to the Office community and click to post the question with the relevant information.
    Office team said
    Hello Alex,
    Thank you for posting your query in Microsoft Office Community.

    Check if other excel works fine
    Do you have any script\macro in excel file
    Check if all application pool on all servers are running
    both office and IE should be same build (64 or 32 bit)
    what is the error message in ULS log and Event viewer
    If this helped you resolve your issue, please mark it Answered

  • Problem to open Office documents from Sharepoint

    Hello All,
    We have published SharePoint 2013 (NTLM authentication) via TMG 2010. However, we are having the following issue:
    When users try to open (https connection) any Office Documents to Office 2013 they get prompted for credentials, then after they provide credentials they get "Sorry, we couldn't open <URL of the document>". The prompt for credentials is ok because
    persistent cookies are not option for us. We don’t have Office Web Apps in use and we want to open documents to client application. Our company users machines are Windows 7, Office 2013 and Internet Explorer 10/11.
    I made some tests and everything work fine with:
    Windows 7, Office 2010 and Internet Explorer 10/11
    Windows 7, Office 2013 and Internet Explorer 8
    Almost fine:
    Windows 7, Office 2013 and Firefox (latest). With Firefox it works if I open any Office document from summary link list but not if I try to open from inside document library. If I open from document library (right click) to new tab or to new window it works
    fine.
    Any ideas what’s going on? It must be something with IE 10/11 and Office 2013. I also tried with TMG persistent cookie and then I can open Office documents with IE 10/11.
    I also checked with fiddler what happens and I can see that everything stops to 401 error.
    Thank you,
    Miikka Lehtonen
    Turku University of Applied Sciences Limited

    Hello Miikkal,
    You need to enable SharePoint class in IE. Please follow this
    blog and follow this
    article.
    Once, this is done you can Enable all the IE settings to load for Intranet and Trusted zone settings
    Put your site in compatibility mode and trusted zone
    Also, make sure that 2 versions of Office suite is not installed on the system.  Eg. Lync 2013 and Office 2010 on one single machine
    What happen when you by pass your TMG server. To do this we need to make host entry for URL directed to APP server IP Address.
    Thank You, Pallav S. Srivastav ----- If this helped you resolve your issue, please mark it Answered.

  • Not able to open office documents from SharePoint site using Forms auth on a Mac with Office 2011

    I posted the same question on the Mac Office forum (http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macstart/not-able-to-open-office-documents-from-sharepoint/7fba517b-ebd1-4e90-a54a-c70c5f035146?tm=1418836613595) but figured it's probably more
    of a SharePoint question so I'm going to try here as well.
    We just discovered an issue where a user logs into a SharePoint site using Forms based authentication.  When clicking on an Office file they get
    'Sorry, this site hasn't been shared with you' message:
    The user can download the file and can also open the file within the browser (Office Web apps).  This SharePoint site is on a Web app that uses mixed authentication (forms for external partners) and Windows/Kerberos for internal employees.
     When logging into this same site as an internal user I am able to open the file just fine.
    I checked the 'Microsoft Document Connection' settings and selected and deselected 'Enable Basic Authentication' and neither helped.  
    I also tried to add the site URL under 'Microsoft Document Connection' -> Add connection -> Connect to a SharePoint site.  When I put the site URL in and click 'Connect', I get an error saying that 'Only connection to SharePoint or OneDrive
    servers are supported' message.  If I try the same thing as an internal user using Windows/Kerberos authentication I am able to connect to the site just fine.
    Any ideas??

    Hi Szamir,
    As you are using Form Based authentication to open the documents from SharePoint site, I recommend to check the things below:
    Make sure that the user has permission to view the documents in the site.
    Please select "Sign me in automatically" when you sign in the login page.
    More references:
    https://social.technet.microsoft.com/Forums/en-US/ae8cc886-c362-4709-8575-07d339144714/not-able-to-open-microsoft-office-documentsdocxxls-etc-from-document-library-in-a-fba-site-in?forum=sharepointgeneralprevious
    http://manojvnair.blogspot.com/2011/06/login-prompt-while-opening-office.html
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Have recently updated Adobe Reader and now unable to open downloaded documents - Message received is could not open 'file name.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email a

    Have recently updated Adobe Reader and now unable to open downloaded documents - Message received is could not open 'file name.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded). When I check the file it shows Zero KB downloaded but the file appears - any suggestions?

    Obviously your download was not successful.
    What is your operating system?  How exactly do you download such files?

  • Open Office Documents? (.dot)

    Anyone know of a viewer for the iPad that recognized Open Office documents? I have GoodReader which is great. Especially since it connects to Clouds. However, it doesn't know what to do with these docs.

    Some .dot documents are Microsoft Word Templates. They may be set up with formatting and things like a company logo , return address and signature line. Can yours be opened by Word?
    You might experiment with one, and see what happens if you change the suffix to .doc.
    I recall from several years ago at work, that .dot documents were sometimes identified by Norton as containing a virus.
    Fred

  • Problem opening Office documents from KM

    Hello, I have some problem opening Office documents from KM.
    We stored a lot of office documents (Excel, Word ecc.) in a File System repository (the standard repository "/documents"), when I open one of these files, before to view the document, a little logon window appears, it asks portal user's credentials.
    If the user presses the "Cancel" button the logon window will be closed and the document showed, but on the next attempt to open an office file the system will asks again the user information .
    If the user gives the right information the documents will be showed and the logon window does not appear again..
    How con I avoid the logon request for each Office document in my repository?
    Any suggestion??
    Best Regards

    Thank you a lot Brad!!
    We use Office 2003 and the note 549610 solves our issue!!
    Best Regards.

  • E72 I can not open office documents from my email ...

    I have the phone for two months and already I have two problems. For two weeks I can not open office documents from my email and I can not connect the phone via Bluetooth to my computer.

    Se7entadi wrote:
    i can not open www.icloud.com/activationlock from my iphone . i get this error. Your browser is not supported. to use icloud, we recommend using the latest version of safari, firefox, or internet explorer. i have IOS 7.1.1
    So follow the instructions and use one of the recommended browsers.  What's the problem?

  • Can't open Office documents from network share

    Dear,
    I have a user named X that can't open Office documents from two specific shares. We call this shares T and U.
    When the user X opens Office documents the error message is "...xlsx can't be opened". The problem is not client specific because when I login on the same client I can open the documents without any problem. If you copy the file to your desktop it
    opens fine.
    Any idea?

    Anybody?
    We have a problem with a customer that they can't open Office documents(Word,Excel etc.) on Windows 8 image on a network share. The error message is just that they can't open the document. The documents are on a sharepoint site and we can open the documents
    within the site and also we can open the Office documents on a Windows 7 image.
    I think there is a group policy for Windows 8 for this but I don't know for sure?
    Anybody?

Maybe you are looking for

  • My contacts do not show up on iMac but do show up on iCloud web page and my iOS devices.  Any suggestions?

    As stated, my contacts are present and correct on all my iOS devices and on iCloud.com but they do not show up in contacts on my new iMac. The accounts details are the same and the password has been accepted so I assume it is correct (I have re-enter

  • Disk full attempting to move files from PC to Mac

    I've just bought a brand new Macbook Air. I'm attempting to move photos, music and some documents from my old acer onto the macbook. However when i've tried to do this, i've found that the disk is full. This disk is the macinstosh HD disk, though the

  • Excise Sales Gate Pass with Purchase Invoice details.

    Hi All,                While making a Excise Sales Invoice,we need to link it with the corresponding items Purchase Invoice details for Generate Excise Sales Gate Pass. How can it be done in SAP B1. Please guide me. Thanks in advance Rajesh

  • How to exclude the overhead cost from DIP source data

    Hi : I'm using EK01 condition to catch all the cost booked against  the project object from PS, when I try DP91 to have DMR, it's return error "material determination error".. that's caused by overhead cost element is not configred in ODP1. Actually,

  • Scheduling Repot in InfoView - Dynamic Parameters.....

    If I have some parameters set as dynamic and I try to schedule the report through InfoView....the login prompt appears.  I do not want my users to have to log in ever. I have the database configuration set - To Use original database logon information