Unable to open skydrive docs files with Lumia

Hello, I can open  doc files from skydrive with PC and browser, but not with Lumia phone office application. There is text : "there were some problems opening this file, some part may be missing. You may correct the problem opening and fixing the problem with PC"  I opened original and skydrive saved files. They were working normally with Openoffice or with browser but not with lumia. Thank you for your help. 
Solved!
Go to Solution.

OpenOffice is known to not write fully Office compliant files. It may well be that is you open in Office and then save as a new file it will load up fine.   OpenOffice != Office and do not let them make you believe it is !
Click on the blue Star Icon below if my advice has helped you or press the 'Accept As Solution' link if I solved your problem..

Similar Messages

  • How to open a ".doc" file with ms word directly with this servlet?

    Here is a servlet for opening a word or a excel or a powerpoint or a pdf file,but I don't want the "file download" dialog appear,eg:when i using this servlet to open a word file,i want open the ".doc" file with ms word directly,not in IE or save.
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.util.*;
    public class OpenWord extends HttpServlet {
    public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
    doPost(request,response);
    public void doPost(HttpServletRequest req,HttpServletResponse res) throws ServletException, IOException {
    String strFileName = req.getParameter("filename");
    int len = 0;
    String strFileType1 = "application/msword";
    String strFileType2 = "application/vnd.ms-excel";
    String strFileType3 = "application/vnd.ms-powerpoint";
    String strFileType4 = "application/pdf";
    String strFileType = "";
    if(strFileName != null) {
         len = strFileName.length();
         if(strFileName.substring(len-3,len).equalsIgnoreCase("doc")) {
              strFileType = strFileType1;
         } else if(strFileName.substring(len-3,len).equalsIgnoreCase("xls")) {
              strFileType = strFileType2;
         } else if(strFileName.substring(len-3,len).equalsIgnoreCase("ppt")) {
              strFileType = strFileType3;
         } else if(strFileName.substring(len-3,len).equalsIgnoreCase("pdf")) {
              strFileType = strFileType4;
         } else {
              strFileType = strFileType1;
    if(strFileName != null) {
         ServletOutputStream out = res.getOutputStream();
         res.setContentType(strFileType); // MIME type for word doc
    //if uncomment below sentence,the "file download" dialog will appear twice.
         //res.setHeader("Content-disposition","attachment;filename="+strFileName);
         BufferedInputStream bis = null;
         BufferedOutputStream bos = null;
         String path = "d:\\"; //put a word or a excel file here,eg a.doc
         try {
         File f = new File(path.concat(strFileName));
         FileInputStream fis = new FileInputStream(f);
         bis = new BufferedInputStream(fis);
         bos = new BufferedOutputStream(out);
         byte[] buff = new byte[2048];
         int bytesRead;
         while(-1 != (bytesRead = bis.read(buff, 0, buff.length))) {
         bos.write(buff, 0, bytesRead);
         } catch(NullPointerException e) {
         System.out.println ( "NullPointerException." );
         throw e;
         } catch(FileNotFoundException e) {
         System.out.println ( "FileNotFoundException." );
         throw e;
         } catch(final IOException e) {
         System.out.println ( "IOException." );
         throw e;
         } finally {
         if (bis != null)
         bis.close();
         if (bos != null)
         bos.close();

    Hello!
    Does some one of you had open a MS word file (.doc) in Java search for a token like [aToken] replace it with another text and then feed it to a stream of save it?
    I want to build a servlet to open a well formatted and rich on media (images) ms word document search for tokens and replace them with information form a web form.
    Any Ideas?
    Thank you in advanced.

  • Firefox keeps aksing me what programs that i want to open a doc.file with every time i try to download a doc file.

    the program that I use is open office. I chekced the box that says that this will always open a doc file but it keeps asking me about it.

    Firefox should be able to remember your preference -- as long as the site is specifically identifying the file as a distinct content type. Some sites may fail to do this and simply indicate it is a binary file that the browser can't handle, in which case Firefox doesn't store a specific preference.
    So this could be a problem caused by how the server is identifying the content type. Or it could be a problem with the settings file that stores download preferences. The workaround for that problem is to remove the file and have Firefox rebuild it. If you have changed settings from the default (for example, how to view PDFs) you will have to change those settings again.
    If you want to try it:
    Open your current Firefox settings (AKA Firefox profile) folder using
    Help > Troubleshooting Information > (in the first table) "Show in Finder" button
    Leaving that window open, switch back to Firefox and Exit/Quit
    Pause while Firefox finishes its cleanup, then rename '''mimeTypes.rdf''' to something like mimeTypes.old
    Restart Firefox and see whether its memory improves.

  • Unable to Open InDesign CC files with InDesign 6

    I've upraged InDesign 6 to the 8,02 level and still unable to Open INDesign CC files (which were upgraded to CC8). Is there a solution? An upgrade to IND6?

    This is only an option if you actually have access to CC. I ended up installing CC on my machine along with CS6 when we started receiving CC files from our customers.  Until I did that I had to call clients and ask them to resave their files to IDML and resend them.
    As far as I know there is no way to upgrade CS6 to a point that you can open CC files with it.

  • Warning when opening a .doc file (with Pages) ruins my applescript convert process

    I have 2000 plus documents (some Pages, most .doc) that I need to convert to PDF. I've got a working applescript droplet that converts both doc and pages files very nicely... but on some of the .doc files I get this dialog: "Some warnings occured. Would you like to review them now."  This of course, ruins my script run.
    Is there a way to suppress this warning when Pages opens a .doc file?

    Only if there is a script for dialog boxes in your AppleScript which you would have to tailor for the responses.
    You can record snippets of mouse activity using the Script Editor and include those in your script if there are no AppleScript library items.
    Peter

  • How to open a .DOC file with MS-Word ?

    Hye fellow Java freaks,
    I have made an application to upload .DOC and .RTF files to the server using servlets and the Jakarta Commons FileUpload package.
    The files are uploading successfully.
    Now, I want to place a link to the most recently uploaded file and then, on clicking that link, I want the file to open not in the browser, rather with MS-Word.
    What is the servlet code that I should implement to accomplish this ?
    Any suggesions ?
    Thanx in advance.

    I think this is a client-side issue - how the browser chooses to deal with the .doc file it receives.
    You can 'save as' and then open the file by hand.
    --Jon                                                                                                                                                                                                                                                                                                                               

  • "uses a file type that is blocked from opening in this version" error message when opening a *.doc file with Word already running

    Several customers running different versions of Office 2011 (14.4.1-14.4.5) on OSX varying from 10.7.5 to 10.9.5, running on various kinds of hardware (iMac/MacBook Pro/MacBook Air) of various ages are having issues opening *.doc files if the Word is already open. The error message that gets displayed is, "XXXX.doc uses a file type that is blocked from opening in this version"
    When the customer tries to open the same file via File-Open, she gets "The file is locked for editing. you can open the file as read-only".
    When trying to do so, she gets "Word cannot open this document. The document might be in use, the document might not be a valid Word document, or the file name might contain invalid characters".
    If Word gets Force-quit, the same document opens without any problems.
    1. Repairing Disk permissions was ran several times. and the volume was found to be OK.
    2. I have noticed that in this scenario either deleting the normal.dotm or com.microsoft.word.plist (~/Library/Preferences) sometimes resolves the issue, sometimes it doesn’t. There is no pattern to follow. All versions of Office are affected, the fully updated and the non-updated ones.
    3. I have tried completely removing the suite using Office 2011 Uninstall.app and/or Remove Office 2011 Uninstaller.pkg, then going through customer's library and manually removing all the Office references.
    4. None of these systems had Office 2008 in the past.
    Any help will be greatly appreciated.

    Reboot both the Mac and the server. Word opens .DOC files and Excel opens .XLS files. As you have found out by copying the files to the computer. It is the connection between the 2 computer that is causing the error.

  • When I am running Firefox I am unable to open folders and files with Windows Explorer (Windows 7). This is so frustrating and all attempts to fix have been unsuccesful

    There is a clash with Windows 7 and Firefox that prevents one opening files and folders.

    Hi Dollie,
    I am wondering whether you want to upload multiple documents into SharePoint library once.
    If yes, you can try to use Drag and drop feature in SharePoint 2013 to upload multiple documents into SharePoint library.
    More information about Drag and drop feature, you can refer to:
    http://www.sharepointanalysthq.com/2012/12/drag-and-drop-in-sharepoint-2013/
    Thanks,
    Wendy
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Unable to open Captivate 4 file with Captivate 3

    As the title suggests, I created a project in Captivate 4 and would to edit the project in Captivate 3. When I try to open it, I get the error message, "Adobe Captivate could not open "project.cp" because it is either not a supported file type or because the file has been damaged..."
    Are these files not backwards compatible, even from Captivate 4 to 3? Anything else I should consider?
    (I created the project using a 64-bit version of Windows 7 , if that's a factor. I tried opening the file on another machine running Win XP, but got the same error.)

    Hi there
    Unfortunately Captivate projects are only forward compatible. And even that will have limits.
    Your best bet is to have both versions installed on the same PC. Then create a new, blank project in Captivate 3 that is sized identically to the one in 4. Then perform a copy/paste to move the content from 4 to 3.
    Note that any buttons or click boxes will likely need re-linking and you cannot expect things that are "4 specific" to work in 3 any longer. (Widgets, Advanced Actions and the like)
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • How to open a doc file using jsp Anchor tag

    when i am trying to open a doc file using a jsp it is opening with out proper alignment.
              how to open a doc file with proper alignment using Anchor Tag in JSp Page
              

    Hello!
    Does some one of you had open a MS word file (.doc) in Java search for a token like [aToken] replace it with another text and then feed it to a stream of save it?
    I want to build a servlet to open a well formatted and rich on media (images) ms word document search for tokens and replace them with information form a web form.
    Any Ideas?
    Thank you in advanced.

  • I am unable to open a PDF file in Firefox 4. I have no problem with IE8

    I am unable to open a PDF file in Firefox 4. I have no problem with IE8

    Hi Nupoorv,
    Thanks for contacting us.
    Could you please provide some details like from where you downloaded your pdf , and what happens when you click on 'Open in Adobe Reader' .
    On tap on 'Open in Adobe Reader' does Adobe Reader application come in focus .
    You can follow think link also which provide details of how you can open documents in Adobe Reader http://forums.adobe.com/docs/DOC-2532
    Let us know if you still face problem.
    Thanks
    -Satyadev

  • Custom Oracle Report errored with Enter Password:  REP-0004: Warning: Unable to open user preference file. REP-0300: ORACLE error occurred. REP-0069: Internal error REP-57054: In-process job terminated:Terminated with error:  REP-300: ORACLE error occurre

    Hi Gurus
    We have created a custom oracle report and concurrent program and when we ran the concurrent program it is error out with below error
    Enter Password:
    REP-0004: Warning: Unable to open user preference file.
    REP-0300: ORACLE error occurred.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-300: ORACLE error occurred.
    Can any one help us
    Thanks in advance.
    Kumar

    Please see
    REP-0004 Warning - Unable to Open User Preference File. (Doc ID 26014.1)
    ApPsMaStI
    sharing is Caring

  • I can no longer open .doc files with pages 5

    hi,
    whenever I click on a .doc document pages tells me that:
    "Pages doesn’t support RTF files."
    this is very annoying and complicates everyday exchange with colleges,
    does anyone has an idea how to solve that? make pages open .doc?
    best,
    jakob

    Jakob1233 wrote:
    The weird thing is that it was a .doc file (I suspect an older version is what has caused that error) and not .rtf... I tried to open the same document with the older version of pages, which worked fine.
    No, I can assure you it was an RTF file.  The fact that the filename ended ".doc" is irrelevant and certainly does not make a file a Microsoft Word document.  The filename is irrelevant, and the file content is what's critical.  For example, I could take a .mp3 music file, and then rename it "Presentation.doc".  You would not be able to open this in any word processing software on any operating system.
    Also remember that having files end with ".xxx", although a requirement in Microsoft Windows is completely optional in other operating systems like OS X and Linux.  Files do not have to have "extensions" at all.
    You have two options:
    1.  Rename the file, removing the ".doc" part.  Now when you open in Finder, it will automatically open with Text Edit, which is OS X's RTF editor.  If you absolutely must cling to Windows conventions, you could set the extension as ".rtf" - it makes no difference, as Finder uses the file content format to detemine the best program to use.
    2.  If you do have Microsoft Word available (either on Windows or Mac), open the .doc file in Word, choose "save as..", change the document type from RTF to the Word ".doc" format, ignore the warning informing you that you are changing the format, and then Save.  Now you can open the file in Pages.
    Hope this helps.

  • Opening .doc files with wrong program

    Hi *,
    first I've installed open office. A few month later I installed micorsoft office. After that I converted all office files. Everything was working fine. Now my mac forgot to open .doc files with ms word, he chooses oo word. I do'nt have these problems with .xls files.
    Where are the global settings that I can tell my mac to open .doc files with ms word (I will not use "open with" each time;-)
    Thanks in advance
    Michael
    Message was edited by: MichaelLudt

    Select the file. Do a "Get-Info" from the File menu. (command-I). In the drop down menu "open with" select the program and then confirm you want all files like these to open with that program.

  • Why can I no longer open .doc files with Word2011

    I can no longer open .doc files with Word 2011.  .docx files are not a problem.  Everything stops responding as soon as I try to open a .doc file and I have to do a manual reboot (by holding the power button down).  This seems to coincide with my update to Mavericks OSX.  I have Word version 14.3.9.
    A colleague of mine is having the exact same problem. 
    I tried repairing my disk permissions but this didn't help.
    Please advise.

    You may want to ask your Office for Mac question in the Office for Mac forums: http://answers.microsoft.com/en-us/mac?auth=1

Maybe you are looking for

  • Error in CHARM_CREATE when using a Z partner determination procedure

    Hi, I use SDCR and needed to create a new partner determination procedure ZDCR0001. I don't need to change anything else in this Change Request transaction type, so everything else is standard. When I run CHARM_CREATE now, the program is using the pa

  • Can't view a website using windows 7

    This is rather an unusual situation, I am presently using a website where I can view my webcam which is at a different location. I normally do this using a regular PC Dell Laptop and Internet Explorer. using Windows XP When I try to do the same thing

  • Help- Elements 9 "Does not show Advanced dialog" for downloading

    Hi, I'm fairly new to elements and have gone through my "Dummies Book" and yesterday received my Elements 9 book by Scott Kelby and Matt Kloskowski.  My problem is when I'm attempting to download 5 new pictures from a card that still has 700 on it -

  • Creating a join in a data model

    I'm still a fairly rookie java developer, so I hope someone can help me with this question. I'm working on learning the data modeling aspect in JDeveloper (TopLink or ADF Business Components). If the Creating Business Components from Tables wizard do

  • Oracle Portal for win98?

    Is oracle portal for Win98 available for download? Will it work with Microsoft PWS?